|
| NothingHardFilter (const std::string &name, framework::config::Parameters ¶meters) |
|
bool | rejectEvent (const std::vector< G4Track * > &secondaries) const override |
|
| PhotoNuclearTopologyFilter (const std::string &name, framework::config::Parameters ¶meters) |
| Constructor.
|
|
| ~PhotoNuclearTopologyFilter ()=default |
| Destructor.
|
|
void | stepping (const G4Step *step) override |
| Callback that allows a user to take some actions at the end of a step.
|
|
std::vector< simcore::TYPE > | getTypes () override |
| Retrieve the type of actions this class defines.
|
|
| UserAction (const std::string &name, framework::config::Parameters ¶meters) |
| Constructor.
|
|
virtual | ~UserAction ()=default |
| Destructor.
|
|
virtual void | BeginOfEventAction (const G4Event *) |
| Method called at the beginning of every event.
|
|
virtual void | EndOfEventAction (const G4Event *) |
| Method called at the end of every event.
|
|
virtual void | BeginOfRunAction (const G4Run *) |
| Method called at the beginning of a run.
|
|
virtual void | EndOfRunAction (const G4Run *) |
| Method called at the end of a run.
|
|
virtual void | PreUserTrackingAction (const G4Track *) |
| Method called before the UserTrackingAction.
|
|
virtual void | PostUserTrackingAction (const G4Track *) |
| Method called after the UserTrackingAction.
|
|
virtual G4ClassificationOfNewTrack | ClassifyNewTrack (const G4Track *, const G4ClassificationOfNewTrack &cl) |
| Method called when a track is updated.
|
|
virtual void | NewStage () |
| Method called at the beginning of a new stage.
|
|
virtual void | PrepareNewEvent () |
| Method called at the beginning of a new event.
|
|