ATLAS Offline Software
JetHistoPtTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 
4 
5 This is tool is a demonstrator and is used in testing/developing the jet monitoring system.
6 It's not meant to be used in useful monitoring jobs.
7 
8 */
9 
10 #ifndef JETMJETPTHISTOTOOL_H
11 #define JETMJETPTHISTOTOOL_H
12 
14 
16 
17 
18 
19 class JetHistoPtTool : public AthAlgTool, virtual public IJetHistoFiller {
20 public:
21  JetHistoPtTool( const std::string& type, const std::string & name ,const IInterface* parent);
22  virtual ~JetHistoPtTool(){}
23 
24  virtual StatusCode processJetContainer(const JetMonitoringAlg& parentAlg, const xAOD::JetContainer & jets, const EventContext& ) const ;
25 
26 
27 private:
28 
29 
30  Gaudi::Property<std::string> m_group {this,"Group", "undefined"};
31 
32 };
33 #endif
JetHistoPtTool::processJetContainer
virtual StatusCode processJetContainer(const JetMonitoringAlg &parentAlg, const xAOD::JetContainer &jets, const EventContext &) const
Definition: JetHistoPtTool.cxx:19
JetHistoPtTool::m_group
Gaudi::Property< std::string > m_group
Definition: JetHistoPtTool.h:30
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
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
JetHistoPtTool::~JetHistoPtTool
virtual ~JetHistoPtTool()
Definition: JetHistoPtTool.h:22
IJetHistoFiller.h
JetMonitoringAlg
Definition: JetMonitoringAlg.h:26
IJetHistoFiller
Definition: IJetHistoFiller.h:24
JetHistoPtTool::JetHistoPtTool
JetHistoPtTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition: JetHistoPtTool.cxx:10
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
JetHistoPtTool
Definition: JetHistoPtTool.h:19
defineDB.jets
list jets
Definition: JetTagCalibration/share/defineDB.py:24
AthAlgTool
Definition: AthAlgTool.h:26