ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
Jet
JetMonitoring
JetMonitoring
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
9
#include "
AthenaBaseComps/AthAlgTool.h
"
10
11
#include "
JetMonitoring/IJetHistoFiller.h
"
12
#include "
JetMonitoring/JetHistoVarTool.h
"
13
21
class
JetHistoLeadingJetsRelations
:
public
AthAlgTool
,
virtual
public
IJetHistoFiller
{
22
public
:
23
//LeadingJetsRelationsFiller();
24
// : public AthAlgTool, public IJetHIstoFiller();
25
JetHistoLeadingJetsRelations
(
const
std::string&
type
,
const
std::string & name ,
const
IInterface* parent);
26
virtual
~JetHistoLeadingJetsRelations
(){}
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
AthAlgTool.h
IJetHistoFiller.h
JetHistoVarTool.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
JetHistoLeadingJetsRelations::JetHistoLeadingJetsRelations
JetHistoLeadingJetsRelations(const std::string &type, const std::string &name, const IInterface *parent)
Definition
JetHistoLeadingJetsRelations.cxx:11
JetHistoLeadingJetsRelations::processJetContainer
virtual StatusCode processJetContainer(const JetMonitoringAlg &parentAlg, const xAOD::JetContainer &jets, const EventContext &ctx) const
Definition
JetHistoLeadingJetsRelations.cxx:24
JetHistoLeadingJetsRelations::~JetHistoLeadingJetsRelations
virtual ~JetHistoLeadingJetsRelations()
Definition
JetHistoLeadingJetsRelations.h:26
JetHistoLeadingJetsRelations::m_group
Gaudi::Property< std::string > m_group
Definition
JetHistoLeadingJetsRelations.h:35
JetHistoLeadingJetsRelations::initialize
virtual StatusCode initialize()
Definition
JetHistoLeadingJetsRelations.cxx:19
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