ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigAlgorithms
TrigMinBias
src
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
11
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
12
#include "
AthenaMonitoringKernel/GenericMonitoringTool.h
"
13
#include "
StoreGate/ReadHandleKey.h
"
14
#include "
StoreGate/WriteHandleKey.h
"
15
#include "
TileIdentifier/TileTBID.h
"
16
#include "
TrigT2CaloCommon/ITrigCaloDataAccessSvc.h
"
17
#include "
TileConditions/TileEMScale.h
"
18
#include "
TileConditions/TileBadChannels.h
"
19
#include "
xAODTrigMinBias/TrigT2MbtsBits.h
"
20
#include "
xAODTrigMinBias/TrigT2MbtsBitsAuxContainer.h
"
21
#include "
xAODTrigMinBias/TrigT2MbtsBitsContainer.h
"
22
23
class
MbtsFex
:
public
AthReentrantAlgorithm
{
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
:
31
SG::WriteHandleKey<xAOD::TrigT2MbtsBitsContainer>
m_MbtsBitsKey
{
this
,
"MbtsBitsKey"
,
"unspecified"
};
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
AthReentrantAlgorithm.h
TrigT2MbtsBitsContainer.h
TrigT2MbtsBits.h
GenericMonitoringTool.h
ITrigCaloDataAccessSvc.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
TileBadChannels.h
TileTBID.h
TileEMScale.h
TrigT2MbtsBitsAuxContainer.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
MbtsFex::m_monTool
ToolHandle< GenericMonitoringTool > m_monTool
Definition
MbtsFex.h:36
MbtsFex::m_MbtsBitsKey
SG::WriteHandleKey< xAOD::TrigT2MbtsBitsContainer > m_MbtsBitsKey
Definition
MbtsFex.h:31
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
MbtsFex::initialize
virtual StatusCode initialize() override
Definition
MbtsFex.cxx:15
MbtsFex::MbtsFex
MbtsFex(const std::string &name, ISvcLocator *pSvcLocator)
Definition
MbtsFex.cxx:9
MbtsFex::m_emScaleKey
SG::ReadCondHandleKey< TileEMScale > m_emScaleKey
Definition
MbtsFex.h:33
MbtsFex::m_TileHelperKey
SG::ReadHandleKey< TileTBID > m_TileHelperKey
Definition
MbtsFex.h:32
MbtsFex::m_badChannelsKey
SG::ReadCondHandleKey< TileBadChannels > m_badChannelsKey
Definition
MbtsFex.h:34
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
ServiceHandle
Definition
ClusterMakerTool.h:36
Generated on
for ATLAS Offline Software by
1.17.0