ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
Jet
JetMonitoring
JetMonitoring
JetHistoResponseAndEff.h
Go to the documentation of this file.
1
// this file is -*- C++ -*-
2
/*
3
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
4
*/
5
6
#ifndef JETHISTORESPNSEEFFICIENCY_H
7
#define JETHISTORESPNSEEFFICIENCY_H
8
9
#include "
AthenaBaseComps/AthAlgTool.h
"
10
11
#include "
JetMonitoring/IJetHistoFiller.h
"
12
19
class
JetHistoResponseAndEff
:
public
AthAlgTool
,
virtual
public
IJetHistoFiller
{
20
public
:
21
JetHistoResponseAndEff
(
const
std::string&
type
,
const
std::string & name ,
const
IInterface* parent);
22
virtual
~JetHistoResponseAndEff
(){}
23
24
virtual
StatusCode
initialize
() ;
25
virtual
StatusCode
processJetContainer
(
const
JetMonitoringAlg
& parentAlg,
const
xAOD::JetContainer
& jets,
const
EventContext& ctx)
const
;
26
27
private
:
28
29
Gaudi::Property<std::string>
m_group
{
this
,
"Group"
,
"undefined"
};
30
Gaudi::Property<float>
m_energyScale
{
this
,
"EnergyScale"
, 1.};
31
SG::ReadHandleKey<xAOD::JetContainer>
m_refContainerKey
;
32
33
34
};
35
#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
JetHistoResponseAndEff::m_energyScale
Gaudi::Property< float > m_energyScale
Definition
JetHistoResponseAndEff.h:30
JetHistoResponseAndEff::processJetContainer
virtual StatusCode processJetContainer(const JetMonitoringAlg &parentAlg, const xAOD::JetContainer &jets, const EventContext &ctx) const
Definition
JetHistoResponseAndEff.cxx:28
JetHistoResponseAndEff::m_refContainerKey
SG::ReadHandleKey< xAOD::JetContainer > m_refContainerKey
Definition
JetHistoResponseAndEff.h:31
JetHistoResponseAndEff::m_group
Gaudi::Property< std::string > m_group
Definition
JetHistoResponseAndEff.h:29
JetHistoResponseAndEff::~JetHistoResponseAndEff
virtual ~JetHistoResponseAndEff()
Definition
JetHistoResponseAndEff.h:22
JetHistoResponseAndEff::initialize
virtual StatusCode initialize()
Definition
JetHistoResponseAndEff.cxx:21
JetHistoResponseAndEff::JetHistoResponseAndEff
JetHistoResponseAndEff(const std::string &type, const std::string &name, const IInterface *parent)
Definition
JetHistoResponseAndEff.cxx:12
JetMonitoringAlg
A monitoring algorithm in charge of filling histogram for a JetContainer.
Definition
JetMonitoringAlg.h:26
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
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