Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MbdDefs.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file MbdDefs.h
1 #ifndef __MBD_MBDDEFS_H__
2 #define __MBD_MBDDEFS_H__
3 
4 #include <gsl/gsl_const_cgsm.h>
5 
6 namespace MbdDefs
7 {
8  const double index_refract = 1.4585; // quartz radiator index of refraction
9  const double v_ckov = 1.0 / index_refract; // velocity threshold for CKOV
10  //const double C = 29.9792458; // cm/ns
11  const double C = GSL_CONST_CGSM_SPEED_OF_LIGHT*1e-9; // cm/ns
12 
13  const int MBD_N_PMT = 128;
14  const int MBD_N_FEECH = 256;
15  const int BBC_N_PMT = 128;
16  const int BBC_N_FEECH = 256;
17  const int MAX_SAMPLES = 31;
18 
19 } // namespace MbdDefs
20 
21 #endif // __MBD_MBDDEFS_H__