42 ATH_MSG_ERROR(
"Unknown Region (" << region <<
") specified. Please check your configuration.");
43 return StatusCode::FAILURE;
47 return StatusCode::SUCCESS;
53 return StatusCode::SUCCESS;
#define ATH_MSG_VERBOSE(x)
ISF interface class for TruthIncidents.
virtual double parentP2() const =0
Return p^2 of the parent particle.
virtual bool pass(ITruthIncident &incident) const override
true if the ITruthStrategy implementation applies to the given ITruthIncident
virtual StatusCode finalize() override
IntegerArrayProperty m_regionListProperty
double m_minParentP2
cuts on the parent particle
~ValidationTruthStrategy()
Destructor.
virtual bool appliesToRegion(unsigned short geoID) const override
virtual StatusCode initialize() override
ValidationTruthStrategy(const std::string &t, const std::string &n, const IInterface *p)
Constructor with parameters.