Event action class.
More...
#include <B2EventAction.hh>
Event action class.
Definition at line 40 of file basic/B2/B2a/include/B2EventAction.hh.
◆ B2EventAction() [1/3]
B2EventAction::B2EventAction |
( |
| ) |
|
◆ ~B2EventAction() [1/3]
B2EventAction::~B2EventAction |
( |
| ) |
|
|
virtual |
◆ B2EventAction() [2/3]
B2EventAction::B2EventAction |
( |
| ) |
|
◆ ~B2EventAction() [2/3]
virtual B2EventAction::~B2EventAction |
( |
| ) |
|
|
virtual |
◆ B2EventAction() [3/3]
B2EventAction::B2EventAction |
( |
| ) |
|
◆ ~B2EventAction() [3/3]
virtual B2EventAction::~B2EventAction |
( |
| ) |
|
|
virtual |
◆ BeginOfEventAction() [1/3]
void B2EventAction::BeginOfEventAction |
( |
const G4Event * |
| ) |
|
|
virtual |
◆ BeginOfEventAction() [2/3]
virtual void B2EventAction::BeginOfEventAction |
( |
const G4Event * |
| ) |
|
|
virtual |
◆ BeginOfEventAction() [3/3]
virtual void B2EventAction::BeginOfEventAction |
( |
const G4Event * |
| ) |
|
|
virtual |
◆ EndOfEventAction() [1/3]
virtual void B2EventAction::EndOfEventAction |
( |
const G4Event * |
| ) |
|
|
virtual |
◆ EndOfEventAction() [2/3]
void B2EventAction::EndOfEventAction |
( |
const G4Event * |
event | ) |
|
|
virtual |
Reimplemented from G4UserEventAction.
Definition at line 57 of file basic/B2/B2a/src/B2EventAction.cc.
62 G4int n_trajectories = 0;
63 if (trajectoryContainer) n_trajectories = trajectoryContainer->
entries();
67 G4int eventID =
event->GetEventID();
68 if ( eventID < 100 || eventID % 100 == 0) {
70 if ( trajectoryContainer ) {
71 G4cout <<
" " << n_trajectories
72 <<
" trajectories stored in this event." <<
G4endl;
const G4double hc
[MeV*fm]
virtual size_t GetSize() const
G4GLOB_DLL std::ostream G4cout
◆ EndOfEventAction() [3/3]
virtual void B2EventAction::EndOfEventAction |
( |
const G4Event * |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: