|
ATLAS Offline Software
|
Go to the documentation of this file.
50 Gaudi::Property<float>
m_ptmin {
this,
"PtMin", 0.0,
"Min pT in MeV"};
51 Gaudi::Property<float>
m_absetamax {
this,
"AbsEtaMax", 10.0,
"Max absolute eta"};
59 "List of decorations to propagate through the view container." };
DataVector adapter that acts like it holds const pointers.
JetViewAlg(const std::string &n, ISvcLocator *l)
SG::WriteHandleKey< xAOD::JetContainer > m_output
StatusCode execute(const EventContext &) const override
Gaudi::Property< float > m_absetamax
StatusCode initialize() override
Athena algorithm's Hooks.
Property holding a SG store/key/clid from which a ReadHandle is made.
Helper to propagate decoration dependencies to a shallow copy.
StatusCode finalize() override
Property holding a SG store/key/clid from which a WriteHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
This module defines the arguments passed from the BATCH driver to the BATCH worker.
SG::ReadHandleKey< xAOD::JetContainer > m_input
Helper to propagate decoration dependencies to a shallow copy.
SG::ShallowCopyDecorDeps< xAOD::JetContainer > m_decorDeps
Gaudi::Property< float > m_ptmin
AnaReentrantAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
bool selected(const xAOD::Jet &) const
Method to select jets.
the base class for EventLoop reentrant algorithms