Loading [MathJax]/jax/input/TeX/config.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
20 declareInterface<ICaloClustersInConeTool>(
this);
28 return StatusCode::SUCCESS;
32 return StatusCode::SUCCESS;
38 const std::string tableName =
name() +
"LookUpTable";
49 auto lut = std::make_unique<LookUpTable>();
50 lut->init(*caloClusters);
52 return wh.put (std::move (
lut),
true);
59 return lut->iParticlesInCone( eta,
phi,
dr, output );
66 return lut->iParticlesInCone( eta,
phi,
dr, output );
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
const std::string & key() const
Return the StoreGate ID for the referenced object.
constexpr auto lut(Generator &&f)
Handle class for recording to StoreGate.
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
virtual bool isValid() override final
Can the handle be successfully dereferenced?
2D look up table for iParticles
Handle class for reading from StoreGate.