Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -37,8 +37,8 @@ class B3aRunAction;
|
||||
|
||||
/// Event action class
|
||||
///
|
||||
/// In EndOfEventAction() there is collected information event per event
|
||||
/// from Hits Collections, and accumulated statistic for
|
||||
/// In EndOfEventAction() there is collected information event per event
|
||||
/// from Hits Collections, and accumulated statistic for
|
||||
/// B3RunAction::EndOfRunAction().
|
||||
|
||||
class B3aEventAction : public G4UserEventAction
|
||||
@@ -49,15 +49,15 @@ class B3aEventAction : public G4UserEventAction
|
||||
|
||||
virtual void BeginOfEventAction(const G4Event*);
|
||||
virtual void EndOfEventAction(const G4Event*);
|
||||
|
||||
|
||||
private:
|
||||
B3aRunAction* fRunAction;
|
||||
G4int fCollID_cryst;
|
||||
G4int fCollID_patient;
|
||||
G4int fCollID_patient;
|
||||
};
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user