|
ATLAS Offline Software
|
Go to the documentation of this file.
6 #ifndef JETTRIGGEFFICIENCY_H
7 #define JETTRIGGEFFICIENCY_H
31 Gaudi::Property<std::string>
m_group {
this,
"Group",
"undefined"};
34 Gaudi::Property<bool>
m_sortJets {
this,
"SortJets",
false};
ToolHandle< IJetHistoVarTool > m_jetVar
virtual StatusCode initialize()
virtual StatusCode processJetContainer(const JetMonitoringAlg &parentAlg, const xAOD::JetContainer &jets, const EventContext &ctx) const
Gaudi::Property< bool > m_sortJets
Gaudi::Property< size_t > m_jetIndex
Gaudi::Property< std::string > m_group
Gaudi::Property< std::string > m_probeTrigChain
::StatusCode StatusCode
StatusCode definition for legacy code.
JetHistoTriggEfficiency(const std::string &type, const std::string &name, const IInterface *parent)
ToolHandle< IJetSelector > m_selectTool
virtual ~JetHistoTriggEfficiency()