Import Geant4 9.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 17:01:34 +02:00
parent b1eb5424d2
commit e2d2f9810a
10384 changed files with 698580 additions and 628834 deletions
@@ -34,7 +34,7 @@
#include "G4UserEventAction.hh"
#include "globals.hh"
#include "B4bEventActionMessenger.hh"
class G4GenericMessenger;
/// Event action class
///
@@ -43,8 +43,9 @@
/// stored in B4bRunData object.
///
/// The data member fPrintModulo defines the frequency of printing.
/// Its value can be changed via a command defined in B4bEventActionMassenger
/// class.
/// the accumulated quantities. Its value can be changed via a command
/// defined using G4GenericMessenger class:
/// - /B4/event/setPrintModulo value
class B4bEventAction : public G4UserEventAction
{
@@ -63,7 +64,7 @@ class B4bEventAction : public G4UserEventAction
G4double gapEdep, G4double gapTrackLength) const;
// data members
B4bEventActionMessenger fMessenger;
G4GenericMessenger* fMessenger;
G4int fPrintModulo;
};