|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef MUONRDOTOPREPDATA_RPCRDOTOPREPDATATOOLMT_H
6 #define MUONRDOTOPREPDATA_RPCRDOTOPREPDATATOOLMT_H
12 #include "GaudiKernel/ServiceHandle.h"
13 #include "GaudiKernel/ToolHandle.h"
36 :
public extends<AthAlgTool, IMuonRdoToPrepDataTool> {
45 const std::vector<IdentifierHash>& idVect)
const override;
48 const std::vector<uint32_t>& robIds)
const override;
99 const std::vector<IdentifierHash>& idVect,
100 bool firstTimeInTheEvent)
const;
102 const std::vector<uint32_t>& robIds,
103 bool firstTimeInTheEvent)
const;
106 const RpcPad* rdoColl,
bool& processingetaview,
107 bool& processingphiview,
int& nPrepRawData,
108 const std::vector<IdentifierHash>& idVect,
109 bool doingSecondLoopAmbigColls)
const;
114 bool& triggerHit,
unsigned short&
threshold,
115 unsigned short& overlap,
bool&
toSkip)
const;
123 this,
"etaphi_coincidenceTime", 20.,
"time for phi*eta coincidence"};
126 this,
"overlap_timeTolerance", 10.,
127 "tolerance of the timing calibration"};
129 this,
"produceRpcCoinDatafromTriggerWords",
true,
130 "tore as prd the trigger hits"};
132 this,
"solvePhiAmbiguities",
true,
133 "toggle on/off the removal of phi ambiguities"};
135 this,
"reduceCablingOverlap",
true,
"toggle on/off the overlap removal"};
137 "any global time shift ?!"};
142 this,
"RPCInfoFromDb",
false};
146 this,
"DetectorManagerKey",
"MuonDetectorManager",
147 "Key of input MuonDetectorManager condition data"};
150 this,
"MuonIdHelperSvc",
"Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
154 this,
"OutputCollection",
"RPC_Measurements"};
157 this,
"TriggerOutputCollection",
"RPC_triggerHits"};
163 this,
"NrpcInputCollection",
"NRPCRDO"};
167 this,
"RdoDecoderTool",
"Muon::RpcRDO_Decoder"};
170 this,
"ReadKey",
"RpcCondDbData",
"Key of RpcCondDbData"};
172 this,
"RpcCablingKey",
"RpcCablingCondData",
"Key of RpcCablingCondData"};
174 "EventInfo",
"event info key"};
176 this,
"NrpcCablingKey",
"MuonNRPC_CablingMap",
177 "Key of MuonNRPC_CablingMap"};
181 this,
"RpcPrdContainerCacheKey",
"",
182 "Optional external cache for the RPC PRD container"};
184 this,
"RpcCoinDataContainerCacheKey",
"",
185 "Optional external cache for the RPC coin data container"};
189 "If empty, do not produce xAOD, otherwise this is the key of the output "
190 "xAOD MDT PRD container"};
193 "Estimated time resolution of the strip readout"};
197 #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.