ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigMonitoring
TrigEgammaMonitoring
src
egammaMonitorPhotonAlgorithm.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef egammaMonitorPhotonAlgorithm_H
6
#define egammaMonitorPhotonAlgorithm_H
7
8
#include "
egammaMonitorBaseAlgorithm.h
"
9
10
#include "
StoreGate/ReadDecorHandleKeyArray.h
"
11
12
class
egammaMonitorPhotonAlgorithm
:
public
egammaMonitorBaseAlgorithm
13
{
14
15
public
:
16
17
egammaMonitorPhotonAlgorithm
(
const
std::string& name, ISvcLocator* pSvcLocator);
18
virtual
StatusCode
initialize
()
override
;
19
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
20
21
protected
:
22
23
void
filltopoPhotonShowerShapes
(
const
EventContext& ctx)
const
;
24
void
filltopoPhotonIsolation
(
const
EventContext& ctx)
const
;
25
26
private
:
27
28
TString
m_baseName
;
29
SG::ReadHandleKey<xAOD::PhotonContainer>
m_photonsKey
{
this
,
"PhotonKey"
,
"Photons"
,
""
};
30
SG::ReadDecorHandleKeyArray<xAOD::PhotonContainer>
m_isoKey
{
this
,
"IsoVarKeys"
, { },
"The list of isolation variables to be monitored"
};
31
ToolHandle<GenericMonitoringTool>
m_monTool
{
this
,
"MonTool"
,
""
,
"Monitoring tool"
};
32
};
33
34
#endif
ReadDecorHandleKeyArray.h
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
egammaMonitorBaseAlgorithm::egammaMonitorBaseAlgorithm
egammaMonitorBaseAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Definition
egammaMonitorBaseAlgorithm.cxx:9
egammaMonitorPhotonAlgorithm::filltopoPhotonIsolation
void filltopoPhotonIsolation(const EventContext &ctx) const
Definition
egammaMonitorPhotonAlgorithm.cxx:89
egammaMonitorPhotonAlgorithm::m_monTool
ToolHandle< GenericMonitoringTool > m_monTool
Definition
egammaMonitorPhotonAlgorithm.h:31
egammaMonitorPhotonAlgorithm::egammaMonitorPhotonAlgorithm
egammaMonitorPhotonAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Definition
egammaMonitorPhotonAlgorithm.cxx:8
egammaMonitorPhotonAlgorithm::m_photonsKey
SG::ReadHandleKey< xAOD::PhotonContainer > m_photonsKey
Definition
egammaMonitorPhotonAlgorithm.h:29
egammaMonitorPhotonAlgorithm::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
egammaMonitorPhotonAlgorithm.cxx:24
egammaMonitorPhotonAlgorithm::filltopoPhotonShowerShapes
void filltopoPhotonShowerShapes(const EventContext &ctx) const
Definition
egammaMonitorPhotonAlgorithm.cxx:32
egammaMonitorPhotonAlgorithm::initialize
virtual StatusCode initialize() override
Definition
egammaMonitorPhotonAlgorithm.cxx:12
egammaMonitorPhotonAlgorithm::m_baseName
TString m_baseName
Definition
egammaMonitorPhotonAlgorithm.h:28
egammaMonitorPhotonAlgorithm::m_isoKey
SG::ReadDecorHandleKeyArray< xAOD::PhotonContainer > m_isoKey
Definition
egammaMonitorPhotonAlgorithm.h:30
egammaMonitorBaseAlgorithm.h
SG::ReadDecorHandleKeyArray
DecorHandleKeyArray< ReadDecorHandle< T, S >, ReadDecorHandleKey< T >, Gaudi::DataHandle::Reader > ReadDecorHandleKeyArray
Definition
StoreGate/StoreGate/ReadDecorHandleKeyArray.h:35
Generated on
for ATLAS Offline Software by
1.17.0