![]() |
Project
|
Go to the source code of this file.
Namespaces | |
| namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
| namespace | o2::tpc |
| Global TPC definitions and constants. | |
Enumerations | |
| enum class | o2::tpc::PadFlags : unsigned short { o2::tpc::flagGoodPad = 1 << 0 , o2::tpc::flagDeadPad = 1 << 1 , o2::tpc::flagUnknownPad = 1 << 2 , o2::tpc::flagSaturatedPad = 1 << 3 , o2::tpc::flagHighPad = 1 << 4 , o2::tpc::flagLowPad = 1 << 5 , o2::tpc::flagSkip = 1 << 6 , o2::tpc::flagFEC = 1 << 7 , o2::tpc::flagNeighbour = 1 << 8 , o2::tpc::flagAllNoneGood = flagDeadPad | flagUnknownPad | flagSaturatedPad | flagHighPad | flagLowPad | flagSkip | flagFEC | flagNeighbour } |
Functions | |
| PadFlags | o2::tpc::operator& (PadFlags a, PadFlags b) |
| PadFlags | o2::tpc::operator~ (PadFlags a) |
| PadFlags | o2::tpc::operator| (PadFlags a, PadFlags b) |