ATLAS Offline Software
JetHistoLeadingJetsRelations.h
Go to the documentation of this file.
1 // this file is -*- C++ -*-
2 /*
3  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
4 */
5 
6 #ifndef JETHISTOLEADINGJETSRELATIONS_H
7 #define JETHISTOLEADINGJETSRELATIONS_H
8 
10 
13 
22 public:
23  //LeadingJetsRelationsFiller();
24  // : public AthAlgTool, public IJetHIstoFiller();
25  JetHistoLeadingJetsRelations( const std::string& type, const std::string & name ,const IInterface* parent);
27 
28  virtual StatusCode initialize() ;
29  virtual StatusCode processJetContainer(const JetMonitoringAlg& parentAlg, const xAOD::JetContainer & jets, const EventContext& ctx) const;
30 
31 
32 private:
33 
34 
35  Gaudi::Property<std::string> m_group {this,"Group", "undefined"};
36 
37 };
38 #endif
JetHistoLeadingJetsRelations
Definition: JetHistoLeadingJetsRelations.h:21
JetHistoVarTool.h
JetHistoLeadingJetsRelations::~JetHistoLeadingJetsRelations
virtual ~JetHistoLeadingJetsRelations()
Definition: JetHistoLeadingJetsRelations.h:26
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
JetHistoLeadingJetsRelations::processJetContainer
virtual StatusCode processJetContainer(const JetMonitoringAlg &parentAlg, const xAOD::JetContainer &jets, const EventContext &ctx) const
Definition: JetHistoLeadingJetsRelations.cxx:24
test_pyathena.parent
parent
Definition: test_pyathena.py:15
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
JetHistoLeadingJetsRelations::m_group
Gaudi::Property< std::string > m_group
Definition: JetHistoLeadingJetsRelations.h:35
IJetHistoFiller.h
JetMonitoringAlg
Definition: JetMonitoringAlg.h:26
IJetHistoFiller
Definition: IJetHistoFiller.h:24
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
defineDB.jets
list jets
Definition: JetTagCalibration/share/defineDB.py:24
JetHistoLeadingJetsRelations::JetHistoLeadingJetsRelations
JetHistoLeadingJetsRelations(const std::string &type, const std::string &name, const IInterface *parent)
Definition: JetHistoLeadingJetsRelations.cxx:11
AthAlgTool
Definition: AthAlgTool.h:26
JetHistoLeadingJetsRelations::initialize
virtual StatusCode initialize()
Definition: JetHistoLeadingJetsRelations.cxx:19