|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef L1TopoSimulation_MuonInputProvider
6 #define L1TopoSimulation_MuonInputProvider
11 #include "GaudiKernel/ToolHandle.h"
12 #include "GaudiKernel/LockedHandle.h"
35 class MuCTPIL1TopoCandidate;
57 ToolHandle<LVL1::ITrigT1MuonRecRoiTool>
m_recRPCRoiTool{
this,
"RecRpcRoiTool",
"LVL1::TrigT1RPCRecRoiTool/TrigT1RPCRecRoiTool",
"RPC RoI reconstruction tool"};
58 ToolHandle<LVL1::ITrigT1MuonRecRoiTool>
m_recTGCRoiTool{
this,
"RecTgcRoiTool",
"LVL1::TrigT1TGCRecRoiTool/TrigT1TGCRecRoiTool",
"TGC RoI reconstruction tool"};
59 ToolHandle<GenericMonitoringTool>
m_monTool {
this,
"MonTool",
"",
"Monitoring tool to create online histograms"};
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Forward iterator to traverse the main components of the trigger configuration.
::StatusCode StatusCode
StatusCode definition for legacy code.
Class describing a LVL1 muon region of interest.
Header file to be included by clients of the Monitored infrastructure.
MuCTPI input class to the L1Topo simulation.