EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Enumerations | |
enum | enu_InttDeadMapType { kInttNoDeadMap = 0, kInttDeadMap = 1 } |
Variables | |
int | n_intt_layer = 4 |
double | intt_radius_max = 140. |
int | laddertype [4] |
int | nladder [4] = {12, 12, 16, 16} |
double | sensor_radius [4] = {7.188 - 36e-4, 7.732 - 36e-4, 9.680 - 36e-4, 10.262 - 36e-4} |
double | offsetphi [4] = {0.0, 0.5 * 360.0 / nladder[1], 0.0, 0.5 * 360.0 / nladder[3]} |
enu_InttDeadMapType | InttDeadMapOption = kInttDeadMap |
double G4INTT::intt_radius_max = 140. |
enu_InttDeadMapType G4INTT::InttDeadMapOption = kInttDeadMap |
Definition at line 58 of file G4_Intt.C.
View newest version in sPHENIX GitHub at line 58 of file G4_Intt.C
Referenced by Intt_Cells().
int G4INTT::laddertype[4] |
Definition at line 43 of file G4_Intt.C.
View newest version in sPHENIX GitHub at line 43 of file G4_Intt.C
Referenced by PHG4InttDetector::AddGeometryNode(), PHG4InttDetector::ConstructIntt(), Intt(), Intt_Clustering(), and PHG4InttSubsystem::SetDefaultParameters().
int G4INTT::n_intt_layer = 4 |
Definition at line 41 of file G4_Intt.C.
View newest version in sPHENIX GitHub at line 41 of file G4_Intt.C
Referenced by Intt(), Intt_Cells(), Intt_Clustering(), Micromegas(), MicromegasInit(), TPC_Cells(), TPCInit(), Tracking_Eval(), and Tracking_Reco().
int G4INTT::nladder[4] = {12, 12, 16, 16} |