ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Tracking
Acts
ActsRegionsOfInterest
src
CaloBasedRoICreatorTool.h
Go to the documentation of this file.
1
2
/*
3
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
4
*/
5
6
#ifndef CALO_BASED_ROI_CREATOR_TOOL_H
7
#define CALO_BASED_ROI_CREATOR_TOOL_H
8
9
#include "
AthenaBaseComps/AthAlgTool.h
"
10
#include "
ActsToolInterfaces/IRoICreatorTool.h
"
11
#include "
TrkCaloClusterROI/ROIPhiRZContainer.h
"
12
#include "
BeamSpotConditionsData/BeamSpotData.h
"
13
14
namespace
ActsTrk
{
15
16
class
17
CaloBasedRoICreatorTool
18
:
public
extends<AthAlgTool, ActsTrk::IRoICreatorTool> {
19
public
:
20
CaloBasedRoICreatorTool
(
const
std::string&
type
,
21
const
std::string& name,
22
const
IInterface* parent);
23
virtual
~CaloBasedRoICreatorTool
() =
default
;
24
25
virtual
26
StatusCode
initialize
()
override
;
27
28
virtual
29
StatusCode
defineRegionsOfInterest
(
const
EventContext& ctx,
30
TrigRoiDescriptorCollection
& collectionRoI)
const override
;
31
32
private
:
33
SG::ReadHandleKey< ROIPhiRZContainer >
m_caloClusterROIKey
34
{
this
,
"CaloClusterRoIContainer"
,
""
,
35
"Name of the calo cluster ROIs in Phi,R,Z parameterization"
};
36
37
SG::ReadCondHandleKey< InDet::BeamSpotData >
m_beamSpotKey
38
{
this
,
"BeamSpotKey"
,
"BeamSpotData"
,
39
"SG key for beam spot"
};
40
41
Gaudi::Property< double >
m_deltaEta
42
{
this
,
"DeltaEtaCaloRoI"
, .1};
43
Gaudi::Property< double >
m_deltaPhi
44
{
this
,
"DeltaPhiCaloRoI"
, .25};
45
Gaudi::Property< double >
m_deltaZ
46
{
this
,
"DeltaZCaloRoI"
, 300.};
47
};
48
49
}
50
51
#endif
AthAlgTool.h
BeamSpotData.h
IRoICreatorTool.h
ROIPhiRZContainer.h
ActsTrk::CaloBasedRoICreatorTool::m_deltaEta
Gaudi::Property< double > m_deltaEta
Definition
CaloBasedRoICreatorTool.h:42
ActsTrk::CaloBasedRoICreatorTool::m_beamSpotKey
SG::ReadCondHandleKey< InDet::BeamSpotData > m_beamSpotKey
Definition
CaloBasedRoICreatorTool.h:38
ActsTrk::CaloBasedRoICreatorTool::m_deltaPhi
Gaudi::Property< double > m_deltaPhi
Definition
CaloBasedRoICreatorTool.h:44
ActsTrk::CaloBasedRoICreatorTool::m_caloClusterROIKey
SG::ReadHandleKey< ROIPhiRZContainer > m_caloClusterROIKey
Definition
CaloBasedRoICreatorTool.h:34
ActsTrk::CaloBasedRoICreatorTool::m_deltaZ
Gaudi::Property< double > m_deltaZ
Definition
CaloBasedRoICreatorTool.h:46
ActsTrk::CaloBasedRoICreatorTool::CaloBasedRoICreatorTool
CaloBasedRoICreatorTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition
CaloBasedRoICreatorTool.cxx:9
ActsTrk::CaloBasedRoICreatorTool::defineRegionsOfInterest
virtual StatusCode defineRegionsOfInterest(const EventContext &ctx, TrigRoiDescriptorCollection &collectionRoI) const override
Definition
CaloBasedRoICreatorTool.cxx:25
ActsTrk::CaloBasedRoICreatorTool::~CaloBasedRoICreatorTool
virtual ~CaloBasedRoICreatorTool()=default
SG::ReadCondHandleKey< InDet::BeamSpotData >
SG::ReadHandleKey< ROIPhiRZContainer >
TrigRoiDescriptorCollection
Definition
TrigRoiDescriptorCollection.h:14
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition
MdtCalibInput.h:31
initialize
void initialize()
Definition
run_EoverP.cxx:894
type
Generated on
for ATLAS Offline Software by
1.17.0