26(
const std::string& ty,
const std::string& na,
const IInterface* pa)
29 declareInterface<IRIO_OnTrackCreator>(
this);
44 StatusCode
sc = AlgTool::initialize();
48 return StatusCode::FAILURE;
53 return StatusCode::FAILURE;
67 StatusCode
sc = AlgTool::finalize();
return sc;
78 if(!DC)
return nullptr;
94 double distance=fabs(fabs(TP.parameters()[0])-driftradius);
111 double se = sin(
P[3]);
114 double predictedLocZ=
P[1];
116 double sign = (TP.parameters()[0] < 0.) ? -1. : 1.;
121 if (predictedLocZ > sl) predictedLocZ = sl;
122 else if(predictedLocZ <-sl) predictedLocZ =-sl;
132 mu = lumiData->lbAverageInteractionsPerCrossing();
139 ->getScaledCovariance(std::move(cov), endcap, mu);
#define ATH_CHECK
Evaluate an expression and check for errors.
This is a "hash" representation of an Identifier.
Virtual base class of TRT readout elements.
virtual const double & strawLength() const =0
Active straw length.
virtual IdentifierHash identifyHash() const override final
identifier hash
Extended class of a TRT_BaseElement to describe a readout elment in the endcap.
Represents 'corrected' measurements from the TRT (for example, corrected for wire sag).
int driftTimeBin() const
returns the leading edge bin defined as in TRT_LoLumRawData to be the first 0-1 transition
double timeOverThreshold() const
returns Time over threshold in ns
virtual const InDetDD::TRT_BaseElement * detectorElement() const override final
return the detector element corresponding to this PRD
const Amg::Vector2D & localPosition() const
return the local position reference
Identifier identify() const
return the identifier
const Amg::MatrixX & localCovariance() const
return const ref to the error matrix
Class to handle RIO On Tracks ROT) for InDet and Muons, it inherits from the common MeasurementBase.
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > MatrixX
Dynamic Matrix - dynamic allocation.
Eigen::Matrix< double, 3, 1 > Vector3D
Eigen::Matrix< double, Eigen::Dynamic, 1 > VectorX
Dynamic Vector - dynamic allocation.
@ DECIDED
sign of drift radius has been determined
std::pair< double, ParamDefs > DefinedParameter
Typedef to of a std::pair<double, ParamDefs> to identify a passed-through double as a specific type o...
ParametersBase< TrackParametersDim, Charged > TrackParameters
const T_res * ErrorScalingCast(const T_src *src)