ATLAS Offline Software
|
#include <GenEventValidityChecker.h>
Public Member Functions | |
GenEventValidityChecker (const std::string &t, const std::string &n, const IInterface *p) | |
Constructor with parameters. More... | |
StatusCode | initialize () override final |
Athena algtool's Hooks. More... | |
StatusCode | finalize () override final |
Athena algtool's Hooks. More... | |
StatusCode | manipulate (HepMC::GenEvent &ge, const EventContext &ctx) const override final |
checks the the validity of the given GenEvent More... | |
Private Attributes | |
Gaudi::Property< bool > | m_checkTime {this, "CheckTime", true} |
check the time dimension value for validity More... | |
Use the manipulate() method of this AthenaTool, to check a given GenEven for its validity.
Definition at line 20 of file GenEventValidityChecker.h.
Simulation::GenEventValidityChecker::GenEventValidityChecker | ( | const std::string & | t, |
const std::string & | n, | ||
const IInterface * | p | ||
) |
Constructor with parameters.
Constructor.
Definition at line 17 of file GenEventValidityChecker.cxx.
|
finaloverride |
|
finaloverride |
|
finaloverride |
checks the the validity of the given GenEvent
checks the given GenEvent
Definition at line 41 of file GenEventValidityChecker.cxx.
|
private |
check the time dimension value for validity
Definition at line 35 of file GenEventValidityChecker.h.