22 declareInterface<IPFlowObjectsInConeTool>(
this);
31 return StatusCode::SUCCESS;
35 return StatusCode::SUCCESS;
41 const std::string tableName =
name() +
"LookUpTable";
52 auto lut = std::make_unique<LookUpTable>();
55 return wh.put (std::move (lut),
true);
62 return lut->iParticlesInCone(
eta,
phi, dr, output );
Scalar eta() const
pseudorapidity method
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_WARNING(x)
virtual bool isValid() override final
Can the handle be successfully dereferenced?
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.