|
ATLAS Offline Software
|
Go to the documentation of this file.
13 declareInterface<IJetHistoFiller>(
this);
36 return StatusCode::SUCCESS;
41 if(
jets.empty())
return StatusCode::SUCCESS;
68 dPt = ptdiffHandle(*
jet);
69 dEnergy = energydiffHandle(*
jet);
70 dMass = massdiffHandle(*
jet);
71 rPt = ptrespHandle(*
jet);
72 rEnergy = energyrespHandle(*
jet);
73 rMass = massrespHandle(*
jet);
74 ptRef = ptrefHandle(*
jet);
75 etaRef = etarefHandle(*
jet);
76 parentAlg.
fill(
m_group, dPt, dEnergy, dMass, rPt, rEnergy, rMass, ptRef, etaRef);
81 return StatusCode::SUCCESS;
virtual StatusCode processJetContainer(const JetMonitoringAlg &parentAlg, const xAOD::JetContainer &jets, const EventContext &ctx) const
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
SG::ReadDecorHandleKey< xAOD::JetContainer > m_ptdiffKey
Gaudi::Property< std::string > m_group
SG::ReadDecorHandleKey< xAOD::JetContainer > m_ptrefKey
SG::ReadDecorHandleKey< xAOD::JetContainer > m_energydiffKey
SG::ReadDecorHandleKey< xAOD::JetContainer > m_ptrespKey
ValuesCollection< T > Collection(std::string name, const T &collection)
Declare a monitored (double-convertible) collection.
SG::ReadDecorHandleKey< xAOD::JetContainer > m_massdiffKey
JetHistoMatchedFiller(const std::string &type, const std::string &name, const IInterface *parent)
SG::ReadDecorHandleKey< xAOD::JetContainer > m_massrespKey
Handle class for reading a decoration on an object.
::StatusCode StatusCode
StatusCode definition for legacy code.
void fill(const ToolHandle< GenericMonitoringTool > &groupHandle, std::vector< std::reference_wrapper< Monitored::IMonitoredVariable >> &&variables) const
Fills a vector of variables to a group by reference.
SG::ReadDecorHandleKey< xAOD::JetContainer > m_etarefKey
SG::ReadDecorHandleKey< xAOD::JetContainer > m_matchedKey
virtual StatusCode initialize()
Declare a monitored scalar variable.
SG::ReadDecorHandleKey< xAOD::JetContainer > m_energyrespKey