21 declareInterface<IFlowElementsInConeTool>(
this);
30 return StatusCode::SUCCESS;
34 return StatusCode::SUCCESS;
40 const std::string tableName =
name() +
"LookUpTable";
51 auto lut = std::make_unique<LookUpTable>();
54 return wh.put (std::move (lut),
true);
61 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.