Base class for storing the data on a single tracing line.
Base class for storing the data on a single tracing line.
As per STL conventions - it has unary operators overloaded to use while searching if stored in ordered lists or vectors. The decision is made to store lines without upper bounds for validity periods (valid to infinity unless further lines exist).
emcTracedValue(int thetime, float constant, float slope)
emcTracedValue(const emcTracedValue&)
~emcTracedValue()
int GetTime(void) const
float GetConstant(void) const
float GetSlope(void) const
inline Float_t getValue(void)
Float_t getValue(Float_t _time)
inline Float_t getValue(Int_t _time)
void writeData(FILE *)
void readData(FILE *)
Bool_t operator== (const Int_t & time)
Bool_t operator> (const Int_t & time)
Bool_t operator< (const Int_t & time)
Bool_t operator== (const emcTracedValue & GL)
Bool_t operator> (const emcTracedValue & GL)
Bool_t operator< (const emcTracedValue & GL)
Float_t GLine[3]
friend ostream& operator << (ostream&, const emcTracedValue&)
Alphabetic index HTML hierarchy of classes or Java