ATLAS Offline Software
Loading...
Searching...
No Matches
MbtsFex.h
Go to the documentation of this file.
1/*
2Copyright (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
24public:
25 MbtsFex(const std::string& name, ISvcLocator* pSvcLocator);
26
27 virtual StatusCode initialize() override;
28 virtual StatusCode execute(const EventContext& context) const override;
29
30private:
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
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
ToolHandle< GenericMonitoringTool > m_monTool
Definition MbtsFex.h:36
SG::WriteHandleKey< xAOD::TrigT2MbtsBitsContainer > m_MbtsBitsKey
Definition MbtsFex.h:31
ServiceHandle< ITrigCaloDataAccessSvc > m_dataAccessSvc
Definition MbtsFex.h:35
virtual StatusCode execute(const EventContext &context) const override
Definition MbtsFex.cxx:27
virtual StatusCode initialize() override
Definition MbtsFex.cxx:15
MbtsFex(const std::string &name, ISvcLocator *pSvcLocator)
Definition MbtsFex.cxx:9
SG::ReadCondHandleKey< TileEMScale > m_emScaleKey
Definition MbtsFex.h:33
SG::ReadHandleKey< TileTBID > m_TileHelperKey
Definition MbtsFex.h:32
SG::ReadCondHandleKey< TileBadChannels > m_badChannelsKey
Definition MbtsFex.h:34
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.