namespace Muon class MDTHit

it holds all necessary info about one.

Public Methods

const MuoIndex& getMuoIndex()
Returns the MuoIndex of this hit.
const double& getTime()
Returns the measured time of this hit.
const double& getTimeError()
Returns the error on the measured time of this hit.
MDTHit()
Default constructor, needed for STL containers.
bool operator!=(const MDTHit &hit)
Inequality.
bool operator<(const MDTHit &hit)
Comparison (used for storage in collections).
friend std::ostream& operator<<(std::ostream& os, const MDTHit &hit)
Output stream.
bool operator==(const MDTHit &hit)
Equality.
~MDTHit()
Destructor.

Public

Constructors.

Documentation

it holds all necessary info about one.
Constructors.

MDTHit()
Default constructor, needed for STL containers.

~MDTHit()
Destructor.

const MuoIndex& getMuoIndex()
Returns the MuoIndex of this hit.

const double& getTime()
Returns the measured time of this hit.

const double& getTimeError()
Returns the error on the measured time of this hit.

bool operator==(const MDTHit &hit)
Equality.

bool operator!=(const MDTHit &hit)
Inequality.

bool operator<(const MDTHit &hit)
Comparison (used for storage in collections).

friend std::ostream& operator<<(std::ostream& os, const MDTHit &hit)
Output stream.


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de