#ifndef PHOCONST_HH #define PHOCONST_HH namespace PhoConst { const float TOF_RADIUS = 140.75; const float CES_RADIUS = 184.15; const float CP2_RADIUS = 170.47; const float CPR_RADIUS = 168.290; const float WEDGE_ANGLE = 15.0; const float COTOUTER_RADIUS = 136.4107; const float COTENDPLATE_Z = 154; const float TOFPMTSTART_Z = 139.7; const float TOFPMTEND_Z = 157.48; } #endif // PHOCONST_HH