ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigSteer
DecisionHandling
src
ViewCreatorDVROITool.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 DECISIONHANDLING_VIEWCREATORDVROITOOL_H
6
#define DECISIONHANDLING_VIEWCREATORDVROITOOL_H
7
8
#include "GaudiKernel/SystemOfUnits.h"
9
#include "
AthenaBaseComps/AthAlgTool.h
"
10
#include "
StoreGate/WriteHandleKey.h
"
11
#include "
DecisionHandling/IViewCreatorROITool.h
"
12
#include "
TrigSteeringEvent/TrigRoiDescriptorCollection.h
"
13
26
27
class
ViewCreatorDVROITool
:
public
extends<AthAlgTool, IViewCreatorROITool>
28
{
29
public
:
30
ViewCreatorDVROITool
(
const
std::string&
type
,
const
std::string& name,
const
IInterface* parent);
31
32
virtual
~ViewCreatorDVROITool
() =
default
;
33
34
virtual
StatusCode
initialize
()
override
;
35
39
virtual
StatusCode
attachROILinks
(
TrigCompositeUtils::DecisionContainer
& decisions,
const
EventContext& ctx)
const override
;
40
41
public
:
42
SG::WriteHandleKey< TrigRoiDescriptorCollection >
m_roisWriteHandleKey
{
this
,
"RoisWriteHandleKey"
,
""
,
43
"Name of the ROI collection produced by this tool."
};
44
45
Gaudi::Property< std::string >
m_featureLinkName
{
this
,
"FeatureLinkName"
,
"HitDVSeedLink"
,
46
"The name of the decoration holding the list of jets used for preselection"
};
47
48
Gaudi::Property< double >
m_roiEtaWidth
{
this
,
"RoIEtaWidth"
,0.4,
49
"Extent of the ROI in eta from its centre"
};
50
51
Gaudi::Property< double >
m_roiPhiWidth
{
this
,
"RoIPhiWidth"
,0.4,
52
"Extent of the ROI in phi from its centre"
};
53
54
// Need to get beamspot position from somewhere to recentre?
55
Gaudi::Property< double >
m_roiZWidth
{
this
,
"RoIZWidth"
,1500.0,
56
"Z Half Width in mm"
};
57
58
};
59
60
#endif
//> !DECISIONHANDLING_VIEWCREATORDVROITOOL_H
AthAlgTool.h
IViewCreatorROITool.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
TrigRoiDescriptorCollection.h
SG::WriteHandleKey< TrigRoiDescriptorCollection >
ViewCreatorDVROITool::m_roiPhiWidth
Gaudi::Property< double > m_roiPhiWidth
Definition
ViewCreatorDVROITool.h:51
ViewCreatorDVROITool::ViewCreatorDVROITool
ViewCreatorDVROITool(const std::string &type, const std::string &name, const IInterface *parent)
Definition
ViewCreatorDVROITool.cxx:13
ViewCreatorDVROITool::m_roiZWidth
Gaudi::Property< double > m_roiZWidth
Definition
ViewCreatorDVROITool.h:55
ViewCreatorDVROITool::m_roisWriteHandleKey
SG::WriteHandleKey< TrigRoiDescriptorCollection > m_roisWriteHandleKey
Definition
ViewCreatorDVROITool.h:42
ViewCreatorDVROITool::initialize
virtual StatusCode initialize() override
Definition
ViewCreatorDVROITool.cxx:20
ViewCreatorDVROITool::m_featureLinkName
Gaudi::Property< std::string > m_featureLinkName
Definition
ViewCreatorDVROITool.h:45
ViewCreatorDVROITool::attachROILinks
virtual StatusCode attachROILinks(TrigCompositeUtils::DecisionContainer &decisions, const EventContext &ctx) const override
Tool interface method.
Definition
ViewCreatorDVROITool.cxx:27
ViewCreatorDVROITool::~ViewCreatorDVROITool
virtual ~ViewCreatorDVROITool()=default
ViewCreatorDVROITool::m_roiEtaWidth
Gaudi::Property< double > m_roiEtaWidth
Definition
ViewCreatorDVROITool.h:48
TrigCompositeUtils::DecisionContainer
xAOD::TrigCompositeContainer DecisionContainer
Definition
TrigCompositeContainer.h:21
type
Generated on
for ATLAS Offline Software by
1.17.0