![]() |
Project
|
Go to the source code of this file.
Classes | |
| struct | o2::tpc::StackID |
| GEM stack identification. More... | |
| class | o2::tpc::Enum< T > |
| class | o2::tpc::Enum< T >::Iterator |
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. | |
Typedefs | |
| typedef math_utils::Point2D< float > | o2::tpc::PadCentre |
| Pad centres as 2D float. | |
| typedef math_utils::Point2D< float > | o2::tpc::GlobalPosition2D |
| typedef math_utils::Point2D< float > | o2::tpc::LocalPosition2D |
| typedef math_utils::Point3D< float > | o2::tpc::GlobalPosition3D |
| typedef math_utils::Point3D< float > | o2::tpc::LocalPosition3D |
| typedef unsigned short | o2::tpc::GlobalPadNumber |
| global pad number | |
| typedef unsigned int | o2::tpc::TimeBin |
| global time bin | |
Enumerations | |
| enum | o2::tpc::Side { o2::tpc::A = 0 , o2::tpc::C = 1 , o2::tpc::UNDEFINED = 2 } |
| TPC readout sidE. More... | |
| enum | o2::tpc::RocType { o2::tpc::IROC = 0 , o2::tpc::OROC = 1 } |
| TPC ROC types. More... | |
| enum | o2::tpc::GEMstack { o2::tpc::IROCgem = 0 , o2::tpc::OROC1gem = 1 , o2::tpc::OROC2gem = 2 , o2::tpc::OROC3gem = 3 } |
| TPC GEM stack types. More... | |
| enum class | o2::tpc::PadSubset : char { o2::tpc::ROC , o2::tpc::Partition , o2::tpc::Region } |
| Definition of the different pad subsets. More... | |
| enum | o2::tpc::ChargeType { o2::tpc::Max = 0 , o2::tpc::Tot = 1 } |
| enum class | o2::tpc::StatisticsType { o2::tpc::GausFit , o2::tpc::GausFitFast , o2::tpc::MeanStdDev } |
| Statistics type. More... | |
Functions | |
| template<typename T > | |
| Enum< T >::Iterator | o2::tpc::begin (Enum< T >) |
| template<typename T > | |
| Enum< T >::Iterator | o2::tpc::end (Enum< T >) |
Variables | |
| constexpr unsigned char | o2::tpc::SECTORSPERSIDE = 18 |
| constexpr unsigned char | o2::tpc::SIDES = 2 |
| constexpr double | o2::tpc::PI = 3.14159265358979323846 |
| constexpr double | o2::tpc::TWOPI = 2. * PI |
| constexpr double | o2::tpc::SECPHIWIDTH = TWOPI / 18. |
| constexpr unsigned short | o2::tpc::GEMSTACKSPERSECTOR = 4 |
| constexpr unsigned short | o2::tpc::GEMSPERSTACK = 4 |
| constexpr unsigned short | o2::tpc::GEMSTACKSPERSIDE = GEMSTACKSPERSECTOR * SECTORSPERSIDE |
| constexpr unsigned short | o2::tpc::GEMSTACKS = GEMSTACKSPERSECTOR * SECTORSPERSIDE * SIDES |
| constexpr unsigned short | o2::tpc::CHARGETYPES = 2 |
Definition in file Defs.h.