5#ifndef MUONRDOTOPREPDATA_RPCRDOTOPREPDATATOOLMT_H
6#define MUONRDOTOPREPDATA_RPCRDOTOPREPDATATOOLMT_H
31 :
public extends<AthAlgTool, IMuonRdoToPrepDataTool> {
33 using base_class::base_class;
37 virtual StatusCode
finalize()
override;
39 virtual StatusCode
decode(
const EventContext& ctx,
40 const std::vector<IdentifierHash>& idVect)
const override;
42 virtual StatusCode
decode(
const EventContext& ctx,
43 const std::vector<uint32_t>& robIds)
const override;
94 const std::vector<IdentifierHash>& idVect,
95 bool firstTimeInTheEvent)
const;
97 const std::vector<uint32_t>& robIds,
98 bool firstTimeInTheEvent)
const;
101 const RpcPad* rdoColl,
bool& processingetaview,
102 bool& processingphiview,
int& nPrepRawData,
103 const std::vector<IdentifierHash>& idVect,
104 bool doingSecondLoopAmbigColls)
const;
109 bool& triggerHit,
unsigned short&
threshold,
110 unsigned short& overlap,
bool& toSkip)
const;
118 this,
"etaphi_coincidenceTime", 20.,
"time for phi*eta coincidence"};
121 this,
"overlap_timeTolerance", 10.,
122 "tolerance of the timing calibration"};
124 this,
"produceRpcCoinDatafromTriggerWords",
true,
125 "tore as prd the trigger hits"};
127 this,
"solvePhiAmbiguities",
true,
128 "toggle on/off the removal of phi ambiguities"};
130 this,
"reduceCablingOverlap",
true,
"toggle on/off the overlap removal"};
132 "any global time shift ?!"};
138 Gaudi::Property<bool>
m_isMC{
this,
"isMC",
false};
141 this,
"DetectorManagerKey",
"MuonDetectorManager",
142 "Key of input MuonDetectorManager condition data"};
145 this,
"MuonIdHelperSvc",
"Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
149 this,
"OutputCollection",
"RPC_Measurements"};
152 this,
"TriggerOutputCollection",
"RPC_triggerHits"};
158 this,
"NrpcInputCollection",
"NRPCRDO"};
162 this,
"RdoDecoderTool",
"Muon::RpcRDO_Decoder"};
165 this,
"ReadKey",
"RpcCondDbData",
"Key of RpcCondDbData"};
167 this,
"RpcCablingKey",
"RpcCablingCondData",
"Key of RpcCablingCondData"};
169 "Key of MuonNRPC_CablingMap"};
173 this,
"RpcPrdContainerCacheKey",
"",
174 "Optional external cache for the RPC PRD container"};
176 this,
"RpcCoinDataContainerCacheKey",
"",
177 "Optional external cache for the RPC coin data container"};
180 "Estimated time resolution of the strip readout"};
DataModel_detail::const_iterator< DataVector > const_iterator
Interface for Helper service that creates muon Identifiers and can be used to print Identifiers.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which an UpdateHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
MuonPrepDataContainerT< RpcPrepData > RpcPrepDataContainer
MuonCoinDataContainer< RpcCoinDataCollection > RpcCoinDataContainer
MuonCoinDataCollection< RpcCoinData > RpcCoinDataCollection
MuonPrepDataCollection< RpcPrepData > RpcPrepDataCollection