Classes | |
class | Axis |
class | CoordinateAxis |
class | FlagAxis |
class | ValueAxis |
Enumerations | |
enum | AxisQType { fValue = 0, fCoordinate = 1, fFlag = 2, nAxisQType = 3 } |
enum | AxisType { fXaxis = 0, fYaxis = 1, fZaxis = 2, nAxisType = 3 } |
enum | CoordinateType { fSubDet = 0, fiphi = 1, fieta = 2, fdepth = 3, fFEDVME = 4, fFEDuTCA = 5, fFEDComb = 6, fCrateVME = 7, fCrateuTCA = 8, fCrateComb = 9, fSlotVME = 10, fSlotuTCA = 11, fSlotComb = 12, fFiberVME = 13, fFiberuTCA = 14, fFiberComb = 15, fFiberCh = 16, fTPSubDet = 17, fTPieta = 18, fSubDetPM = 19, fTPSubDetPM = 20, fSpigot = 21, nCoordinateType = 22 } |
enum | ValueType { fEntries = 0, fEvents = 1, f1OverEvents = 2, fEnergy = 3, fTime = 4, fADC = 5, fADC_5 = 6, fADC_15 = 7, fNomFC = 8, fNomFC_1000 = 9, fNomFC_3000 = 10, fTimeTS = 11, fTimeTS_200 = 12, fLS = 13, fEt_256 = 14, fEt_128 = 15, fFG = 16, fRatio = 17, fDigiSize = 18, fAroundZero = 19, fRatio2 = 20, fEntries500 = 21, fEntries100 = 22, fdEtRatio = 23, fSumdEt = 24, fTime20TS = 25, fQIE10ADC256 = 26, fQIE10TDC64 = 27, nValueType = 28 } |
Variables | |
double const | cmax [nCoordinateType] |
double const | cmin [nCoordinateType] |
int const | cnbins [nCoordinateType] |
std::string const | ctitle [nCoordinateType] |
double const | vmax [nValueType] |
double const | vmin [nValueType] |
int const | vnbins [nValueType] |
std::string const | vtitle [nValueType] |
Definition at line 22 of file CoordinateAxis.h.
Definition at line 21 of file ValueAxis.h.
double const hcaldqm::axis::cmax[nCoordinateType] |
Definition at line 75 of file CoordinateAxis.h.
Referenced by RPCGeometryServTest::analyze().
double const hcaldqm::axis::cmin[nCoordinateType] |
Definition at line 66 of file CoordinateAxis.h.
Referenced by RPCGeometryServTest::analyze().
int const hcaldqm::axis::cnbins[nCoordinateType] |
Definition at line 88 of file CoordinateAxis.h.
std::string const hcaldqm::axis::ctitle[nCoordinateType] |
Definition at line 54 of file CoordinateAxis.h.
double const hcaldqm::axis::vmax[nValueType] |
Definition at line 69 of file ValueAxis.h.
Referenced by TEcnaParHistos::GetYmaxDefaultValue(), LMFIOV::setVmax(), and EventShape::thrust().
double const hcaldqm::axis::vmin[nValueType] |
Definition at line 65 of file ValueAxis.h.
Referenced by TEcnaParHistos::GetYminDefaultValue(), and LMFIOV::setVmin().
int const hcaldqm::axis::vnbins[nValueType] |
Definition at line 74 of file ValueAxis.h.
std::string const hcaldqm::axis::vtitle[nValueType] |
Definition at line 57 of file ValueAxis.h.