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/include/EventAction.hh
/// \brief Definition of the EventAction class
//
// $Id$
// $Id: EventAction.hh 70760 2013-06-05 12:28:00Z gcosmo $
//
/////////////////////////////////////////////////////////////////////////
//
@@ -71,7 +71,7 @@ private:
EventAction(const EventAction&);
EventActionMessenger* fEventMessenger;
G4UImanager* UI;
G4UImanager* fUI;
std::vector<G4int> fSelectedEvents;
G4int fPrintModulo;
@@ -81,10 +81,14 @@ private:
};
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
inline void EventAction::SetPrintModulo(G4int val)
{
fPrintModulo = val;
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
inline void EventAction::AddEventToDebug(G4int val)
{
@@ -92,6 +96,8 @@ inline void EventAction::AddEventToDebug(G4int val)
++fSelected;
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
#endif