ATLAS Offline Software
TrigmuRoI.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 TRIGMUROI_TRIGMUROI_H
6 #define TRIGMUROI_TRIGMUROI_H
7 
11 
14 
16 {
17  public:
18 
19  TrigmuRoI(const std::string& name, ISvcLocator* pSvcLocator);
20  virtual StatusCode initialize() override;
21  virtual StatusCode execute(const EventContext& ctx) const override;
22 
23  private:
24 
25  ToolHandle<ITrigMuonRoITool> m_trigMuonRoITool{this, "RoITool", "TrigMuonRoITool"};
26  ToolHandle<LVL1::ITrigT1MuonRecRoiTool> m_recRPCRoiTool{this, "RPCRecMuonRoiTool", "LVL1::TrigT1RPCRecRoiTool"};
27  ToolHandle<LVL1::ITrigT1MuonRecRoiTool> m_recTGCRoiTool{this, "TGCRecMuonRoiTool", "LVL1::TrigT1TGCRecRoiTool"};
28 
29  SG::WriteHandleKey<TrigRoiDescriptorCollection> m_roisWriteHandleKey {this,"RoisWriteHandleKey","Unspecified", "Output collection of RoIs"};
30 
31  ToolHandle<GenericMonitoringTool> m_monTool{this,"MonTool","","Monitoring tool"};
32  Gaudi::Property<int> m_minValueForOutOfTimeBC{this, "MinValueForOutOfTimeBC", -9999, "Min value for out of time bunch crossing"};
33  Gaudi::Property<int> m_maxValueForOutOfTimeBC{this, "MaxValueForOutOfTimeBC", 9999, "Max value for out of time bunch crossing"};
34 
35  unsigned int getBitMaskValue( const unsigned int uintValue, const unsigned int mask ) const;
36 };
37 
38 #endif
ITrigMuonRoITool.h
TrigmuRoI::m_recRPCRoiTool
ToolHandle< LVL1::ITrigT1MuonRecRoiTool > m_recRPCRoiTool
Definition: TrigmuRoI.h:26
TrigmuRoI
Definition: TrigmuRoI.h:16
TrigmuRoI::m_trigMuonRoITool
ToolHandle< ITrigMuonRoITool > m_trigMuonRoITool
Definition: TrigmuRoI.h:25
TrigmuRoI::m_recTGCRoiTool
ToolHandle< LVL1::ITrigT1MuonRecRoiTool > m_recTGCRoiTool
Definition: TrigmuRoI.h:27
TrigmuRoI::m_minValueForOutOfTimeBC
Gaudi::Property< int > m_minValueForOutOfTimeBC
Definition: TrigmuRoI.h:32
TrigmuRoI::m_maxValueForOutOfTimeBC
Gaudi::Property< int > m_maxValueForOutOfTimeBC
Definition: TrigmuRoI.h:33
TrigmuRoI::m_monTool
ToolHandle< GenericMonitoringTool > m_monTool
Definition: TrigmuRoI.h:31
python.utils.AtlRunQueryLookup.mask
string mask
Definition: AtlRunQueryLookup.py:460
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
TrigmuRoI::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition: TrigmuRoI.cxx:64
TrigmuRoI::m_roisWriteHandleKey
SG::WriteHandleKey< TrigRoiDescriptorCollection > m_roisWriteHandleKey
Definition: TrigmuRoI.h:29
SG::WriteHandleKey< TrigRoiDescriptorCollection >
TrigmuRoI::getBitMaskValue
unsigned int getBitMaskValue(const unsigned int uintValue, const unsigned int mask) const
Definition: TrigmuRoI.cxx:47
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TrigmuRoI::initialize
virtual StatusCode initialize() override
Definition: TrigmuRoI.cxx:22
TrigmuRoI::TrigmuRoI
TrigmuRoI(const std::string &name, ISvcLocator *pSvcLocator)
std Gaudi algorthm constructor
Definition: TrigmuRoI.cxx:13
ITrigT1MuonRecRoiTool.h
Monitored.h
Header file to be included by clients of the Monitored infrastructure.
AthReentrantAlgorithm.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
TrigRoiDescriptorCollection.h