Import Geant4 9.6.0 source tree
This commit is contained in:
@@ -34,10 +34,10 @@
|
||||
#include "G4UserEventAction.hh"
|
||||
#include "globals.hh"
|
||||
|
||||
#include "B4aEventActionMessenger.hh"
|
||||
|
||||
class B4RunAction;
|
||||
|
||||
class G4GenericMessenger;
|
||||
|
||||
/// Event action class
|
||||
///
|
||||
/// It defines data members to hold the energy deposit and track lengths
|
||||
@@ -48,7 +48,8 @@ class B4RunAction;
|
||||
///
|
||||
/// The data member fPrintModulo defines the frequency of printing
|
||||
/// the accumulated quantities. Its value can be changed via a command
|
||||
/// defined in B4aEventActionMassenger class.
|
||||
/// defined using G4GenericMessenger class:
|
||||
/// - /B4/event/setPrintModulo value
|
||||
|
||||
class B4aEventAction : public G4UserEventAction
|
||||
{
|
||||
@@ -65,7 +66,7 @@ class B4aEventAction : public G4UserEventAction
|
||||
void SetPrintModulo(G4int value);
|
||||
|
||||
private:
|
||||
B4aEventActionMessenger fMessenger;
|
||||
G4GenericMessenger* fMessenger;
|
||||
B4RunAction* fRunAction;
|
||||
|
||||
G4double fEnergyAbs;
|
||||
|
||||
Reference in New Issue
Block a user