31 #ifndef PAR02_ACTION_INITIALIZATION_H 
   32 #define PAR02_ACTION_INITIALIZATION_H 
   71     virtual void Build() 
const;
 
G4bool fSmear
A flag indicating if smearing should be performed. Passed in Build() to the Par02EventAction. 
 
virtual void BuildForMaster() const 
 
virtual ~Par02ActionInitialization()
 
G4String fFileName
An output file name. Passed in Build() to the Par02RunAction. 
 
virtual void Build() const 
A method where all the user actions are created. One of them, Par02PrimaryGeneratorAction is a mandat...
 
Par02ActionInitialization()
A default constructor: sets the output file name fFileName (passed to Par02RunAction) to DefaultOutpu...