 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef MUONRDOTOPREPDATA_RPCRDOTOPREPDATATOOLMT_H
6 #define MUONRDOTOPREPDATA_RPCRDOTOPREPDATATOOLMT_H
32 :
public extends<AthAlgTool, IMuonRdoToPrepDataTool> {
34 using base_class::base_class;
39 const std::vector<IdentifierHash>& idVect)
const override;
42 const std::vector<uint32_t>& robIds)
const override;
93 const std::vector<IdentifierHash>& idVect,
94 bool firstTimeInTheEvent)
const;
96 const std::vector<uint32_t>& robIds,
97 bool firstTimeInTheEvent)
const;
100 const RpcPad* rdoColl,
bool& processingetaview,
101 bool& processingphiview,
int& nPrepRawData,
102 const std::vector<IdentifierHash>& idVect,
103 bool doingSecondLoopAmbigColls)
const;
108 bool& triggerHit,
unsigned short&
threshold,
109 unsigned short& overlap,
bool& toSkip)
const;
117 this,
"etaphi_coincidenceTime", 20.,
"time for phi*eta coincidence"};
120 this,
"overlap_timeTolerance", 10.,
121 "tolerance of the timing calibration"};
123 this,
"produceRpcCoinDatafromTriggerWords",
true,
124 "tore as prd the trigger hits"};
126 this,
"solvePhiAmbiguities",
true,
127 "toggle on/off the removal of phi ambiguities"};
129 this,
"reduceCablingOverlap",
true,
"toggle on/off the overlap removal"};
131 "any global time shift ?!"};
137 Gaudi::Property<bool>
m_isMC{
this,
"isMC",
false};
140 this,
"DetectorManagerKey",
"MuonDetectorManager",
141 "Key of input MuonDetectorManager condition data"};
144 this,
"MuonIdHelperSvc",
"Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
148 this,
"OutputCollection",
"RPC_Measurements"};
151 this,
"TriggerOutputCollection",
"RPC_triggerHits"};
157 this,
"NrpcInputCollection",
"NRPCRDO"};
161 this,
"RdoDecoderTool",
"Muon::RpcRDO_Decoder"};
164 this,
"ReadKey",
"RpcCondDbData",
"Key of RpcCondDbData"};
166 this,
"RpcCablingKey",
"RpcCablingCondData",
"Key of RpcCablingCondData"};
168 "Key of MuonNRPC_CablingMap"};
172 this,
"RpcPrdContainerCacheKey",
"",
173 "Optional external cache for the RPC PRD container"};
175 this,
"RpcCoinDataContainerCacheKey",
"",
176 "Optional external cache for the RPC coin data container"};
180 "If empty, do not produce xAOD, otherwise this is the key of the output "
181 "xAOD MDT PRD container"};
184 "Estimated time resolution of the strip readout"};
188 #endif // !ATHEXJOBOPTIONS_CONCRETETOOL_H
Template for Muon PRD containers (which are basically collections of MuonPrepDataCollections).
Const iterator class for DataVector/DataList.
Property holding a SG store/key/clid from which an UpdateHandle is made.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Property holding a SG store/key/clid from which a WriteHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
CalibratedSpacePoint::State State
Template to hold collections of MuonPrepRawData objects.
Interface for Helper service that creates muon Identifiers and can be used to print Identifiers.