NAIA  1.0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Enumerations | Variables
NAIA::Tof Namespace Reference

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"}
 

Variable Documentation

const float NAIA::Tof::tofRefZ = 160.

Definition at line 328 of file Utils.h.