Import Geant4 10.0.0 source tree
This commit is contained in:
@@ -26,9 +26,7 @@
|
||||
/// \file electromagnetic/TestEm1/include/EventAction.hh
|
||||
/// \brief Definition of the EventAction class
|
||||
//
|
||||
//
|
||||
// $Id$
|
||||
//
|
||||
// $Id: EventAction.hh 76293 2013-11-08 13:11:23Z gcosmo $
|
||||
//
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
@@ -40,8 +38,6 @@
|
||||
#include "G4UserEventAction.hh"
|
||||
#include "globals.hh"
|
||||
|
||||
class EventActionMessenger;
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
class EventAction : public G4UserEventAction
|
||||
@@ -56,16 +52,10 @@ class EventAction : public G4UserEventAction
|
||||
|
||||
void AddEdep(G4double Edep) {fTotalEnergyDeposit += Edep;};
|
||||
G4double GetEnergyDeposit() {return fTotalEnergyDeposit;};
|
||||
void SetDrawFlag(G4String val) {fDrawFlag = val;};
|
||||
void SetPrintModulo(G4int val) {fPrintModulo = val;};
|
||||
|
||||
|
||||
private:
|
||||
G4double fTotalEnergyDeposit;
|
||||
G4String fDrawFlag;
|
||||
G4int fPrintModulo;
|
||||
|
||||
EventActionMessenger* fEventMessenger;
|
||||
G4double fTotalEnergyDeposit;
|
||||
};
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
Reference in New Issue
Block a user