73     if (
this == &right) 
return *
this; 
 
Tag the G4IT Should be automatically setup by G4IT using : ITDef(MyIT) and ITImp(MyIT) ...
 
Define what to do before stepping and after stepping. 
 
G4VITModel(const G4String &aName="NoName")
Default constructor. 
 
void IsApplicable(G4ITType &type1, G4ITType &type2)
 
virtual void Initialize()
First initialization (done once for all at the begin of the run) eg. 
 
G4VITReactionProcess * fpReactionProcess
 
void SetReactionTable(const G4ITReactionTable *)
 
virtual void Initialize()
This macro defined in AddClone_def. 
 
G4VITModel & operator=(const G4VITModel &other)
Assignment operator. 
 
virtual void Initialize()
 
virtual ~G4VITModel()
Default destructor. 
 
void SetReactionTable(const G4ITReactionTable *)
 
G4VITTimeStepper * fpTimeStepper
 
const G4ITReactionTable * fpReactionTable