ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
Jet
JetMonitoring
JetMonitoring
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
13
#include "
AthenaBaseComps/AthAlgTool.h
"
14
15
#include "
JetMonitoring/IJetHistoFiller.h
"
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
AthAlgTool.h
IJetHistoFiller.h
AthAlgTool::AthAlgTool
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Definition
AthAlgTool.cxx:16
IJetHistoFiller
Interface for tools in charge of filling 1 histo (or several closely related ones).
Definition
IJetHistoFiller.h:24
JetHistoPtTool::m_group
Gaudi::Property< std::string > m_group
Definition
JetHistoPtTool.h:30
JetHistoPtTool::JetHistoPtTool
JetHistoPtTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition
JetHistoPtTool.cxx:10
JetHistoPtTool::processJetContainer
virtual StatusCode processJetContainer(const JetMonitoringAlg &parentAlg, const xAOD::JetContainer &jets, const EventContext &) const
Definition
JetHistoPtTool.cxx:19
JetHistoPtTool::~JetHistoPtTool
virtual ~JetHistoPtTool()
Definition
JetHistoPtTool.h:22
JetMonitoringAlg
A monitoring algorithm in charge of filling histogram for a JetContainer.
Definition
JetMonitoringAlg.h:26
xAOD::JetContainer
JetContainer_v1 JetContainer
Definition of the current "jet container version".
Definition
JetContainer.h:17
type
Generated on
for ATLAS Offline Software by
1.17.0