Import Geant4 10.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 11:51:14 +02:00
parent e2d2f9810a
commit 286caacf06
12421 changed files with 730077 additions and 502383 deletions
@@ -26,7 +26,7 @@
/// \file hadronic/Hadr00/src/EventActionMessenger.cc
/// \brief Implementation of the EventActionMessenger class
//
// $Id$
// $Id: EventActionMessenger.cc 70760 2013-06-05 12:28:00Z gcosmo $
//
/////////////////////////////////////////////////////////////////////////
//
@@ -49,7 +49,8 @@
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
EventActionMessenger::EventActionMessenger(EventAction* evAct)
: fEventAction(evAct)
: G4UImessenger(), fEventAction(evAct),
fPrintCmd(0), fCmd(0)
{
fPrintCmd = new G4UIcmdWithAnInteger("/testhadr/PrintModulo",this);
fPrintCmd->SetGuidance("Print events modulo n");