|
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,
47 const ToolHandle<RpcPatFinder>* rpcPatFinder,
48 const bool dynamicDeltaRpc)
const;
53 const ToolHandle<ClusterPatFinder>* clusterPatFinder,
54 const bool dynamicDeltaRpc)
const;
59 ToolHandle<IRegSelTool>
m_regionSelector{
this,
"RegSel_RPC",
"RegSelTool/RegSelTool_RPC"};
62 ToolHandle<LVL1::ITrigT1MuonRecRoiTool>
m_recRPCRoiTool{
this,
"TrigT1RPCRecRoiTool",
"LVL1::TrigT1RPCRecRoiTool/TrigT1RPCRecRoiTool"};
66 this,
"RpcPrepDataContainer",
"RPC_Measurements",
"Name of the RPCContainer to read in"};
69 ToolHandle<RpcClusterPreparator>
m_clusterPreparator{
this,
"RpcClusterPreparator",
"TrigL2MuonSA::RpcClusterPreparator"};
75 Gaudi::Property< bool >
m_emulateNoRpcHit {
this,
"EmulateNoRpcHit",
false,
"Flag for emulation of no RPC hit events" };
80 #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 TrigRoiDescriptor *p_roids, TrigL2MuonSA::RpcHits &rpcHits, TrigL2MuonSA::RpcLayerHits &rpcLayerHits, const ToolHandle< RpcPatFinder > *rpcPatFinder, const bool dynamicDeltaRpc) const
ToolHandle< LVL1::ITrigT1MuonRecRoiTool > m_recRPCRoiTool