|
NAIA
1.0.2
|
Enumerations | |
| enum | ChargeType { Total, Upper, Lower } |
| enum | BetaType { BetaH, Evgeni } |
| enum | BetaClusterType { OnTime, OffTime } |
Variables | |
| const float | tofRefZ = 160. |
| constexpr unsigned int | numChargeTypes = 3 |
| constexpr std::array < ChargeType, numChargeTypes > | recoTypes {ChargeType::Total, ChargeType::Upper, ChargeType::Lower} |
| static const std::array < std::string, numChargeTypes > | recoNames {"Total", "Upper", "Lower"} |
| constexpr unsigned int | numBetaTypes = 2 |
| constexpr std::array< BetaType, numBetaTypes > | betaTypes {BetaType::BetaH, BetaType::Evgeni} |
| static const std::array < std::string, numBetaTypes > | betaNames {"BetaH", "Evgeni"} |
| constexpr unsigned int | numBetaClusterTypes = 2 |
| constexpr std::array < BetaClusterType, numBetaClusterTypes > | betaClusterTypes |
| static const std::array < std::string, numBetaClusterTypes > | betaClusterTypeNames {"OnTime", "OffTime"} |
1.8.5