ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <GlobalVariables.C>
#include <fun4all/Fun4AllServer.h>
#include <g4main/PHG4Reco.h>
#include <g4trackfastsim/PHG4TrackFastSim.h>
#include <g4trd/PHG4TRDSubsystem.h>
Go to the source code of this file.
Namespaces | |
namespace | Enable |
namespace | TRD |
Macros | |
#define | MACRO_G4TRD_C |
Functions | |
void | TRDInit () |
void | TRDSetup (PHG4Reco *g4Reco) |
void | TRD_Reco () |
Variables | |
bool | Enable::TRD = false |
bool | Enable::TRD_GAS = false |
bool | Enable::TRD_OVERLAPCHECK = true |
int | Enable::TRD_VERBOSITY = 0 |
double | TRD::R_max = 180. |
double | TRD::R_min = 15. |
double | TRD::z_mid = 200. + 20 |
double | TRD::half_length = 6.5 |
double | TRD::z_min = z_mid - half_length |
double | TRD::z_max = z_mid + half_length + 10. |
#define MACRO_G4TRD_C |
void TRD_Reco | ( | ) |
Definition at line 90 of file G4_TRD.C.
View newest version in sPHENIX GitHub at line 90 of file G4_TRD.C
References Fun4AllServer::instance(), max, Enable::TRD_VERBOSITY, and Enable::VERBOSITY.
void TRDInit | ( | ) |
Definition at line 32 of file G4_TRD.C.
View newest version in sPHENIX GitHub at line 32 of file G4_TRD.C
References max, BlackHoleGeometry::max_radius, BlackHoleGeometry::max_z, min, BlackHoleGeometry::min_z, TRD::R_max, TRD::z_max, and TRD::z_min.
Referenced by G4Init().
Definition at line 39 of file G4_TRD.C.
View newest version in sPHENIX GitHub at line 39 of file G4_TRD.C
References Enable::ABSORBER, PHG4TrackFastSim::add_phg4hits(), PHG4TrackFastSim::add_zplane_state(), e, TRACKING::FastKalmanFilter(), TRD::half_length, Fun4AllServer::instance(), max, Enable::OVERLAPCHECK, PHG4DetectorSubsystem::OverlapCheck(), TRACKING::ProjectionNames, TRD::R_max, TRD::R_min, PHG4Reco::registerSubsystem(), PHG4DetectorSubsystem::set_double_param(), PHG4DetectorSubsystem::SetAbsorberActive(), PHG4DetectorSubsystem::SetActive(), PHG4DetectorSubsystem::SuperDetector(), Enable::TRD_GAS, Enable::TRD_OVERLAPCHECK, Enable::TRD_VERBOSITY, Enable::VERBOSITY, Fun4AllBase::Verbosity(), PHG4TrackFastSim::Vertical_Plane, TRD::z_max, TRD::z_mid, and TRD::z_min.
Referenced by G4Setup().