Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
10 ostr<<
"drift time: "<<calibResult.
driftTime()<<
", ";
11 ostr<<
"t0 "<<calibResult.
tubeT0()<<
", ";
12 ostr<<
"slewing time: "<<calibResult.
slewingTime()<<
", ";
13 ostr<<
"lorentz time: "<<calibResult.
lorentzTime()<<
", ";
15 ostr<<
"calib status: "<<calibResult.
status();
void setDriftUncertSigProp(const double uncert)
Sets the uncertainty on the drift radius arising from the unknown position along the wires.
double driftUncertSigProp() const
Returns the uncertainty on the drift radius arising from the unknown position along the wire.
Muon::MdtDriftCircleStatus MdtDriftCircleStatus
void setSlewingTime(const double slewTime)
Sets the slewing time.
std::ostream & operator<<(std::ostream &ostr, const MdtCalibOutput &calibResult)
MdtDriftCircleStatus
Enum to represent the 'status' of Mdt measurements e.g.
void setStatus(const MdtDriftCircleStatus stat)
double signalPropagationTime() const
Returns the signal propagation time.
double driftTime() const
Returns the drift time inside the tube.
void setTemperatureTime(const double tempTime)
Sets the temperature time correction.
double temperatureTime() const
Returns the time corrections stemming from temperature & pressure corrections.
double slewingTime() const
Returns the slewing time (Needed time that the accumulated charge passes the electronic threshold to ...
void setDriftTime(const double driftTime)
Sets the drift time.
void setBackgroundTime(const double bkgTime)
Sets the background time correction.
MdtDriftCircleStatus status() const
Status of the calibration.
void setLorentzTime(const double time)
Sets the Lorentz time.
double backgroundTime() const
Return the time correction arising from background processes.
MdtDriftCircleStatus m_status
void setTubeT0(const double T0)
Sets the tube T0.
void setDriftRadius(const double radius, const double uncert)
Sets the charge drift radius and its associated uncertainty.
double driftRadiusUncert() const
Returns the uncertainty on the drift radius.
void setPropagationTime(const double T0)
Sets the signal propagation time in the tube wire.
def time(flags, cells_name, *args, **kw)
void setMeanAdc(const double adc)
Sets the mean tube adc.
double m_radUncertFromProp
Uncertainty on the drift radius from the propagation.
double driftRadius() const
Returns the drift radius of the calibrated object.
double meanAdc() const
Returns the mean tube adc.
double tubeT0() const
Returns the point in time where the muon typically enters the chamber.
double lorentzTime() const
Returns the time corrections from the signal propgation inside a magnetic field.