|  | ATLAS Offline Software
    | 
 
 
 
Go to the documentation of this file.
    5 #ifndef  TRIGL2MUONSA_RPCDATAPREPARATOR_H 
    6 #define  TRIGL2MUONSA_RPCDATAPREPARATOR_H 
    9 #include "GaudiKernel/ServiceHandle.h" 
   10 #include "GaudiKernel/ToolHandle.h" 
   39             const std::string& 
name,
 
   48                              const ToolHandle<RpcPatFinder>*   rpcPatFinder,
 
   49                              const bool dynamicDeltaRpc) 
const;
 
   55                              const ToolHandle<ClusterPatFinder>*    clusterPatFinder,
 
   56                              const bool dynamicDeltaRpc) 
const;
 
   61       ToolHandle<IRegSelTool> 
m_regionSelector{
this,
"RegSel_RPC",
"RegSelTool/RegSelTool_RPC"};
 
   64       ToolHandle<LVL1::ITrigT1MuonRecRoiTool> 
m_recRPCRoiTool{ 
this, 
"TrigT1RPCRecRoiTool", 
"LVL1::TrigT1RPCRecRoiTool/TrigT1RPCRecRoiTool"};
 
   68        this, 
"RpcPrepDataContainer", 
"RPC_Measurements", 
"Name of the RPCContainer to read in"};
 
   71       ToolHandle<RpcClusterPreparator>  
m_clusterPreparator{
this, 
"RpcClusterPreparator", 
"TrigL2MuonSA::RpcClusterPreparator"};
 
   77       Gaudi::Property< bool > 
m_emulateNoRpcHit { 
this, 
"EmulateNoRpcHit", 
false, 
"Flag for emulation of no RPC hit events" };
 
   82 #endif  // TRIGL2MUONSA_RPCDATAPREPARATOR_H 
  
bool m_use_RoIBasedDataAccess
void setRoIBasedDataAccess(bool use_RoIBasedDataAccess)
std::vector< RpcHitData > RpcHits
RpcDataPreparator(const std::string &type, const std::string &name, const IInterface *parent)
ToolHandle< IRegSelTool > m_regionSelector
nope - should be used for standalone also, perhaps need to protect the class def bits #ifndef XAOD_AN...
Property holding a SG store/key/clid from which a ReadHandle is made.
Gaudi::Property< bool > m_emulateNoRpcHit
SG::ReadHandleKey< Muon::RpcPrepDataContainer > m_rpcPrepContainerKey
virtual StatusCode initialize() override
::StatusCode StatusCode
StatusCode definition for legacy code.
ToolHandle< RpcClusterPreparator > m_clusterPreparator
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
StatusCode prepareData(const EventContext &ctx, const TrigRoiDescriptor *p_roids, TrigL2MuonSA::RpcHits &rpcHits, TrigL2MuonSA::RpcLayerHits &rpcLayerHits, const ToolHandle< RpcPatFinder > *rpcPatFinder, const bool dynamicDeltaRpc) const
ToolHandle< LVL1::ITrigT1MuonRecRoiTool > m_recRPCRoiTool