5 #ifndef LBNERunAction_h 6 #define LBNERunAction_h 1 8 #include "G4UserRunAction.hh" 50 fMeanEDepInGraphite += edep;
51 fRMSEDepInGraphite += edep*edep;
56 fMeanEDepInArgonGasHorn1 += edepH1;
57 fRMSEDepInArgonGasHorn1 += edepH1*edepH1;
58 fMeanEDepInArgonGasHorn2 += edepH2;
59 fRMSEDepInArgonGasHorn2 += edepH2*edepH2;
double fRMSEDepInArgonGasHorn1
bool fDoComputeEDepInArgonGas
double fRMSEDepInGraphite
bool fDoComputeEDepInHorns
bool GetDoComputeEDepInGraphite() const
LBNFDeDxMap * fG4MARSDeDxMap
bool GetDoComputeEDepInArgonGas() const
void storeEDepInGraphite(double edep) const
LBNERunActionMessenger * runMessenger
void SetDoComputeEDepInGraphite(bool t) const
bool GetDebugLevel() const
LBNFDeDxMap * GetG4MARSDeDxMap() const
bool fDoComputeEDepInGraphite
bool GetDoComputeEDepInHorns() const
double fMeanEDepInArgonGasHorn2
double fRMSEDepInArgonGasHorn2
void storeEDepInArgonGas(double edepH1, double edepH2) const
void SetDebugLevel(bool t)
void SetDoComputeEDepInArgonGas(bool t) const
double fMeanEDepInArgonGasHorn1
double fMeanEDepInGraphite
void CheckMemoryUsage(double VMLimit) const
void EndOfRunAction(const G4Run *)
void SetDoComputeEDepInHorns(bool t) const
void BeginOfRunAction(const G4Run *)