Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
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*1
e
-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__
coresoftware
blob
master
offline
packages
mbd
BbcDefs.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:07
using
1.8.2 with
sPHENIX GitHub integration