ATLAS Offline Software
MbtsFex.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 TRIGMINBIAS_MBTSFEX_H
6 #define TRIGMINBIAS_MBTSFEX_H
7 
8 #include "GaudiKernel/ServiceHandle.h"
9 #include "GaudiKernel/StatusCode.h"
10 
22 
24 public:
25  MbtsFex(const std::string& name, ISvcLocator* pSvcLocator);
26 
27  virtual StatusCode initialize() override;
28  virtual StatusCode execute(const EventContext& context) const override;
29 
30 private:
32  SG::ReadHandleKey<TileTBID> m_TileHelperKey{this,"TileHelperKey", "DetectorStore+TileTBID"};
33  SG::ReadCondHandleKey<TileEMScale> m_emScaleKey{this, "TileEMScale", "TileEMScale", "Input Tile EMS calibration constants"};
34  SG::ReadCondHandleKey<TileBadChannels> m_badChannelsKey{this, "TileBadChannels", "TileBadChannels", "Input Tile bad channel status"};
35  ServiceHandle<ITrigCaloDataAccessSvc> m_dataAccessSvc{ this, "TrigDataAccessMT", "TrigCaloDataAccessSvc/TrigCaloDataAccessSvc", "Data Access for LVL2 Calo Algorithms in MT" };
36  ToolHandle< GenericMonitoringTool > m_monTool { this, "MonTool", "", "Monitoring tool" };
37 };
38 #endif
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
TileEMScale.h
MbtsFex::m_MbtsBitsKey
SG::WriteHandleKey< xAOD::TrigT2MbtsBitsContainer > m_MbtsBitsKey
Definition: MbtsFex.h:31
SG::ReadHandleKey< TileTBID >
MbtsFex::initialize
virtual StatusCode initialize() override
Definition: MbtsFex.cxx:15
TrigT2MbtsBits.h
MbtsFex::m_emScaleKey
SG::ReadCondHandleKey< TileEMScale > m_emScaleKey
Definition: MbtsFex.h:33
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
TrigT2MbtsBitsAuxContainer.h
GenericMonitoringTool.h
MbtsFex
Definition: MbtsFex.h:23
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition: StoreGate/StoreGate/WriteHandleKey.h:40
MbtsFex::m_TileHelperKey
SG::ReadHandleKey< TileTBID > m_TileHelperKey
Definition: MbtsFex.h:32
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
MbtsFex::m_monTool
ToolHandle< GenericMonitoringTool > m_monTool
Definition: MbtsFex.h:36
AthReentrantAlgorithm.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
ITrigCaloDataAccessSvc.h
MbtsFex::MbtsFex
MbtsFex(const std::string &name, ISvcLocator *pSvcLocator)
Definition: MbtsFex.cxx:9
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
TrigT2MbtsBitsContainer.h
SG::ReadCondHandleKey< TileEMScale >
MbtsFex::m_dataAccessSvc
ServiceHandle< ITrigCaloDataAccessSvc > m_dataAccessSvc
Definition: MbtsFex.h:35
MbtsFex::execute
virtual StatusCode execute(const EventContext &context) const override
Definition: MbtsFex.cxx:27
TileBadChannels.h
TileTBID.h
MbtsFex::m_badChannelsKey
SG::ReadCondHandleKey< TileBadChannels > m_badChannelsKey
Definition: MbtsFex.h:34
ServiceHandle< ITrigCaloDataAccessSvc >