|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #include <GaudiKernel/MsgStream.h>
16 log << MSG::WARNING <<
"<to few parameters>" <<
endmsg;
22 log << MSG::WARNING <<
"<bin size=0>" <<
endmsg;
29 if (
rel <
static_cast<double>(INT_MIN))
return INT_MIN;
30 if (
rel >
static_cast<double>(INT_MAX))
return INT_MAX;
31 return static_cast<int>(
rel);
50 return r >= 0 ?
r : 0;
int binInRtRange(double t) const
rel
Announce start of JO checkingrelease nimber checking.
singleton-like access to IMessageSvc via open function and helper
int getBin(double t) const
RtRelationLookUp(const ParVec &vec)
virtual double tUpper() const override final
Returns the upper time covered by the r-t.
std::vector< size_t > vec
double getRadius(int bin) const
virtual double radius(double t) const override final
returns drift radius for a given time
IMessageSvc * getMessageSvc(bool quiet=false)
double par(unsigned int index) const
virtual double tLower() const override final
return rt range
virtual double driftVelocity(double t) const override final
returns drift velocity for a given time
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
std::vector< double > ParVec
virtual double driftAcceleration(double t) const override final
returns the acceleration for a given time
virtual double tBinWidth() const override final
Returns the step-size for the sampling.
generic interface for a rt-relation