NAIA  1.1.1
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, numChargeTypesrecoTypes {ChargeType::Total, ChargeType::Upper, ChargeType::Lower}
 
static const std::array< std::string, numChargeTypesrecoNames {"Total", "Upper", "Lower"}
 
constexpr unsigned int numBetaTypes = 2
 
constexpr std::array< BetaType, numBetaTypesbetaTypes {BetaType::BetaH, BetaType::Evgeni}
 
static const std::array< std::string, numBetaTypesbetaNames {"BetaH", "Evgeni"}
 
constexpr unsigned int numBetaClusterTypes = 2
 
constexpr std::array< BetaClusterType, numBetaClusterTypesbetaClusterTypes
 
static const std::array< std::string, numBetaClusterTypesbetaClusterTypeNames {"OnTime", "OffTime"}
 

Variable Documentation

◆ tofRefZ

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

Definition at line 331 of file Utils.h.