Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -51,13 +51,13 @@ class B5EventAction : public G4UserEventAction
|
||||
public:
|
||||
B5EventAction();
|
||||
virtual ~B5EventAction();
|
||||
|
||||
|
||||
virtual void BeginOfEventAction(const G4Event*);
|
||||
virtual void EndOfEventAction(const G4Event*);
|
||||
|
||||
std::vector<G4double>& GetEmCalEdep() { return fCalEdep[kEm]; }
|
||||
std::vector<G4double>& GetHadCalEdep() { return fCalEdep[kHad]; }
|
||||
|
||||
|
||||
private:
|
||||
// hit collections Ids
|
||||
std::array<G4int, kDim> fHodHCID;
|
||||
|
||||
Reference in New Issue
Block a user