|
ATLAS Offline Software
|
Go to the documentation of this file.
16 return StatusCode::SUCCESS;
22 if(
hits.empty() )
return {};
27 float minTime = -100.;
32 for(
const auto *hit :
hits ){
35 int bin = invbinwidth*(rpc->
time()-minTime);
51 unsigned int nhits = 0;
53 for(
const auto *hit :
hits ){
56 int bin = invbinwidth*(rpc->
time()-minTime);
59 if(
bin > maxbin+1 ||
bin < maxbin-1 )
continue;
63 if( nhits == 0 )
return {};
66 return {
true,time,
error};
81 if (measPhi==1)
return 5.10;
85 if (measPhi==1)
return 5.04;
Class to represent calibrated clusters formed from RPC strips.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
::StatusCode StatusCode
StatusCode definition for legacy code.
float time() const
Return the time (ns)
Identifier identify() const
return the identifier -extends MeasurementBase
StIndex
enum to classify the different station layers in the muon spectrometer
Base class for Muon cluster RIO_OnTracks.