Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
BbcDefs.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file BbcDefs.h
1 #ifndef __BBC_BBCDEFS_H__
2 #define __BBC_BBCDEFS_H__
3 
4 #include <gsl/gsl_const_cgsm.h>
5 
6 namespace BbcDefs
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 BBC_N_PMT = 128;
14  const int BBC_N_FEECH = 256;
15  const int MAX_SAMPLES = 31;
16 
17 } // namespace BbcDefs
18 
19 #endif // __BBC_BBCDEFS_H__