ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigT1
TrigGepPerf
src
GepClusterTimingAlg.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGL0GEPPERF_GEPCLUSTERTIMINGALG_H
6
#define TRIGL0GEPPERF_GEPCLUSTERTIMINGALG_H
7
8
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
9
#include "
xAODCaloEvent/CaloClusterContainer.h
"
10
#include "
AthContainers/ConstDataVector.h
"
11
12
class
GepClusterTimingAlg
:
public
::AthReentrantAlgorithm
{
13
public
:
14
GepClusterTimingAlg
(
const
std::string& name, ISvcLocator* pSvcLocator);
15
virtual
~GepClusterTimingAlg
();
16
17
std::string
m_outputClusterName
;
18
std::string
m_inputClusterName
;
19
20
virtual
StatusCode
initialize
();
21
virtual
StatusCode
execute
(
const
EventContext&)
const
;
22
virtual
StatusCode
finalize
();
23
24
private
:
25
26
SG::ReadHandleKey< xAOD::CaloClusterContainer>
m_inCaloClustersKey
{
27
this
,
"inCaloClustersKey"
,
"CaloTopoClusters"
,
"key to read in a CaloCluster constainer"
};
28
29
SG::WriteHandleKey<ConstDataVector<xAOD::CaloClusterContainer>
>
30
m_outCaloClustersKey
{
31
this
,
"outCaloClustersKey"
,
"Clusters420Timing"
,
"key to write out a CaloCluster constainer"
};
32
33
34
Gaudi::Property<float>
m_lambdaCalDivide
{
this
,
"lambdaCalDivide"
, 317,
""
};
35
Gaudi::Property<float>
m_qualityCut
{
this
,
"qualityCut"
, 0.02,
""
};
36
Gaudi::Property<float>
m_timeCutLargeQ
{
this
,
"timeCutLargeQ"
, 5,
""
};
37
Gaudi::Property<float>
m_timeCutSmallQ
{
this
,
"timeCutSmallQ"
, 15,
""
};
38
Gaudi::Property<float>
m_etaCut
{
this
,
"maxEtaForCut"
, 5.0,
"Default apply to all cluster eta regions"
};
39
40
41
};
42
43
#endif
AthReentrantAlgorithm.h
ConstDataVector.h
DataVector adapter that acts like it holds const pointers.
CaloClusterContainer.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
GepClusterTimingAlg::m_outCaloClustersKey
SG::WriteHandleKey< ConstDataVector< xAOD::CaloClusterContainer > > m_outCaloClustersKey
Definition
GepClusterTimingAlg.h:30
GepClusterTimingAlg::m_outputClusterName
std::string m_outputClusterName
Definition
GepClusterTimingAlg.h:17
GepClusterTimingAlg::~GepClusterTimingAlg
virtual ~GepClusterTimingAlg()
Definition
GepClusterTimingAlg.cxx:14
GepClusterTimingAlg::execute
virtual StatusCode execute(const EventContext &) const
Definition
GepClusterTimingAlg.cxx:33
GepClusterTimingAlg::initialize
virtual StatusCode initialize()
Definition
GepClusterTimingAlg.cxx:17
GepClusterTimingAlg::m_lambdaCalDivide
Gaudi::Property< float > m_lambdaCalDivide
Definition
GepClusterTimingAlg.h:34
GepClusterTimingAlg::m_qualityCut
Gaudi::Property< float > m_qualityCut
Definition
GepClusterTimingAlg.h:35
GepClusterTimingAlg::GepClusterTimingAlg
GepClusterTimingAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
GepClusterTimingAlg.cxx:9
GepClusterTimingAlg::m_inputClusterName
std::string m_inputClusterName
Definition
GepClusterTimingAlg.h:18
GepClusterTimingAlg::finalize
virtual StatusCode finalize()
Definition
GepClusterTimingAlg.cxx:27
GepClusterTimingAlg::m_inCaloClustersKey
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_inCaloClustersKey
Definition
GepClusterTimingAlg.h:26
GepClusterTimingAlg::m_timeCutLargeQ
Gaudi::Property< float > m_timeCutLargeQ
Definition
GepClusterTimingAlg.h:36
GepClusterTimingAlg::m_timeCutSmallQ
Gaudi::Property< float > m_timeCutSmallQ
Definition
GepClusterTimingAlg.h:37
GepClusterTimingAlg::m_etaCut
Gaudi::Property< float > m_etaCut
Definition
GepClusterTimingAlg.h:38
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
Generated on
for ATLAS Offline Software by
1.17.0