#include <iosfwd>
#include <string>
Go to the source code of this file.
Enumerations | |
enum | TrackClass { T1234, T123, T124, T134, T234, T12, T14, T13, T24, T23, T34, UNDEF, T1234, T123, T124, T134, T234, T12, T14, T13, T24, T23, T34, UNDEF } |
Functions | |
std::ostream & | operator<< (std::ostream &s, TrackClass tc) |
const unsigned int | tc2bitmap (const TrackClass tc) |
const std::string | tc2string (const TrackClass tc) |
Variables | |
const int | MAX_TC = 11 |
enum TrackClass |
Enumerator | |
---|---|
T1234 | |
T123 | |
T124 | |
T134 | |
T234 | |
T12 | |
T14 | |
T13 | |
T24 | |
T23 | |
T34 | |
UNDEF | |
T1234 | |
T123 | |
T124 | |
T134 | |
T234 | |
T12 | |
T14 | |
T13 | |
T24 | |
T23 | |
T34 | |
UNDEF |
Definition at line 21 of file L1MuDTTrackAssParam.h.
std::ostream& operator<< | ( | std::ostream & | s, |
TrackClass | tc | ||
) |
const unsigned int tc2bitmap | ( | const TrackClass | tc | ) |
Definition at line 52 of file L1MuBMTrackAssParam.cc.
References T12, T123, T1234, T124, T13, T134, T14, T23, T234, T24, T34, and relativeConstraints::value.
const std::string tc2string | ( | const TrackClass | tc | ) |
Definition at line 112 of file L1MuBMTrackAssParam.cc.
References str, T12, T123, T1234, T124, T13, T134, T14, T23, T234, T24, and T34.
const int MAX_TC = 11 |
Definition at line 18 of file L1MuDTTrackAssParam.h.