ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Variables | |
int | f_gas_lyr = 6. |
int | f_mrpc_lyr = 7. |
int | b_gas_lyr = 6. |
int | b_mrpc_lyr = 7. |
int | pcb_lyr = 3. |
int | mylar_lyr = 4. |
int | cu_lyr = 4. |
int | carbon_lyr = 4. |
int | honeycomb_lyr = 2. |
double | z_start = -165. |
double | R_in = 6.5 |
double | R_out = 68. |
double | gas_gap = 0.0220 |
double | mrpc_thick = 0.04 |
double | pcb_thick = 0.06 |
double | cu_thick = 0.003 |
double | carbon_thick = 0.01 |
double | mylar_thick = 0.04 |
double | honeycomb_thick = 0.75 |
double | tof_width = (f_gas_lyr + b_gas_lyr) * gas_gap + (f_mrpc_lyr + b_mrpc_lyr) * mrpc_thick + carbon_lyr * carbon_thick + pcb_lyr * pcb_thick + cu_lyr * cu_thick + mylar_lyr * mylar_thick + honeycomb_lyr * honeycomb_thick |
double | z_end = (z_start + tof_width) |
int ETOF::b_gas_lyr = 6. |
Definition at line 28 of file G4_EToF.C.
View newest version in sPHENIX GitHub at line 28 of file G4_EToF.C
Referenced by ETOFSetup().
int ETOF::b_mrpc_lyr = 7. |
int ETOF::carbon_lyr = 4. |
double ETOF::carbon_thick = 0.01 |
Definition at line 42 of file G4_EToF.C.
View newest version in sPHENIX GitHub at line 42 of file G4_EToF.C
Referenced by PHG4ECAPToFDetector::ConstructMe(), and ETOFSetup().
int ETOF::cu_lyr = 4. |
double ETOF::cu_thick = 0.003 |
Definition at line 41 of file G4_EToF.C.
View newest version in sPHENIX GitHub at line 41 of file G4_EToF.C
Referenced by PHG4ECAPToFDetector::ConstructMe(), and ETOFSetup().
int ETOF::f_gas_lyr = 6. |
Definition at line 26 of file G4_EToF.C.
View newest version in sPHENIX GitHub at line 26 of file G4_EToF.C
Referenced by ETOFSetup().
int ETOF::f_mrpc_lyr = 7. |
double ETOF::gas_gap = 0.0220 |
Definition at line 38 of file G4_EToF.C.
View newest version in sPHENIX GitHub at line 38 of file G4_EToF.C
Referenced by Build_G4_BTof(), PHG4ECAPToFDetector::ConstructMe(), and ETOFSetup().
int ETOF::honeycomb_lyr = 2. |
double ETOF::honeycomb_thick = 0.75 |
Definition at line 44 of file G4_EToF.C.
View newest version in sPHENIX GitHub at line 44 of file G4_EToF.C
Referenced by PHG4ECAPToFDetector::ConstructMe(), and ETOFSetup().
double ETOF::mrpc_thick = 0.04 |
Definition at line 39 of file G4_EToF.C.
View newest version in sPHENIX GitHub at line 39 of file G4_EToF.C
Referenced by ETOFSetup().
int ETOF::mylar_lyr = 4. |
double ETOF::mylar_thick = 0.04 |
Definition at line 43 of file G4_EToF.C.
View newest version in sPHENIX GitHub at line 43 of file G4_EToF.C
Referenced by PHG4ECAPToFDetector::ConstructMe(), and ETOFSetup().
int ETOF::pcb_lyr = 3. |
double ETOF::pcb_thick = 0.06 |
Definition at line 40 of file G4_EToF.C.
View newest version in sPHENIX GitHub at line 40 of file G4_EToF.C
Referenced by PHG4ECAPToFDetector::ConstructMe(), and ETOFSetup().
double ETOF::R_in = 6.5 |
Definition at line 36 of file G4_EToF.C.
View newest version in sPHENIX GitHub at line 36 of file G4_EToF.C
Referenced by ETOFSetup(), and CreateCZHitContainer::merge_hits().
double ETOF::R_out = 68. |
Definition at line 37 of file G4_EToF.C.
View newest version in sPHENIX GitHub at line 37 of file G4_EToF.C
Referenced by ETOFInit(), ETOFSetup(), and CreateCZHitContainer::merge_hits().
double ETOF::tof_width = (f_gas_lyr + b_gas_lyr) * gas_gap + (f_mrpc_lyr + b_mrpc_lyr) * mrpc_thick + carbon_lyr * carbon_thick + pcb_lyr * pcb_thick + cu_lyr * cu_thick + mylar_lyr * mylar_thick + honeycomb_lyr * honeycomb_thick |
Definition at line 48 of file G4_EToF.C.
View newest version in sPHENIX GitHub at line 48 of file G4_EToF.C
Referenced by ETOFInit(), and HCalInner().
double ETOF::z_start = -165. |
Definition at line 35 of file G4_EToF.C.
View newest version in sPHENIX GitHub at line 35 of file G4_EToF.C
Referenced by PHG4TTLDetector::BuildBarrelTTL(), PHG4TTLDetector::BuildForwardTTL(), PHG4FCalDetector::computeIndex(), PHG4FPbScDetector::computeIndex(), PHG4Sector::PHG4SectorConstructor::Construct_Sectors(), ETOFInit(), ETOFSetup(), HCalInner(), and PHG4TpcElectronDrift::process_event().