ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <g4lblvtx/AllSiliconTrackerSubsystem.h>
#include <g4lblvtx/SimpleNtuple.h>
#include <g4main/PHG4Reco.h>
#include <g4trackfastsim/PHG4TrackFastSim.h>
#include "GlobalVariables.C"
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | Enable |
Macros | |
#define | MACRO_G4BARREL_C |
Functions | |
void | BarrelInit () |
void | BarrelFastKalmanFilterConfigSVTX (PHG4TrackFastSim *kalman_filter, int ilay, double radius, bool addproj) |
void | BarrelFastKalmanFilterConfigBARR (PHG4TrackFastSim *kalman_filter, int ilay, double radius, bool addproj) |
void | Barrel (PHG4Reco *g4Reco, int det_ver=3) |
Variables | |
bool | Enable::BARREL = false |
bool | Enable::BARREL_OVERLAPCHECK = false |
#define MACRO_G4BARREL_C |
Definition at line 2 of file G4_Barrel_EIC.C.
View newest version in sPHENIX GitHub at line 2 of file G4_Barrel_EIC.C
Definition at line 64 of file G4_Barrel_EIC.C.
View newest version in sPHENIX GitHub at line 64 of file G4_Barrel_EIC.C
References Enable::BARREL_OVERLAPCHECK, BarrelFastKalmanFilterConfigBARR(), BarrelFastKalmanFilterConfigSVTX(), TRACKING::FastKalmanFilter(), TRACKING::FastKalmanFilterInnerTrack(), TRACKING::FastKalmanFilterSiliconTrack(), Enable::OVERLAPCHECK, PHG4DetectorSubsystem::OverlapCheck(), PHG4Reco::registerSubsystem(), PHG4DetectorSubsystem::set_double_param(), PHG4DetectorSubsystem::set_string_param(), and PHG4DetectorSubsystem::SetActive().
Referenced by G4Setup().
void BarrelFastKalmanFilterConfigBARR | ( | PHG4TrackFastSim * | kalman_filter, |
int | ilay, | ||
double | radius, | ||
bool | addproj | ||
) |
Definition at line 45 of file G4_Barrel_EIC.C.
View newest version in sPHENIX GitHub at line 45 of file G4_Barrel_EIC.C
References PHG4TrackFastSim::add_cylinder_state(), PHG4TrackFastSim::add_phg4hits(), PHG4TrackFastSim::Cylinder, and TRACKING::ProjectionNames.
Referenced by Barrel().
void BarrelFastKalmanFilterConfigSVTX | ( | PHG4TrackFastSim * | kalman_filter, |
int | ilay, | ||
double | radius, | ||
bool | addproj | ||
) |
Definition at line 26 of file G4_Barrel_EIC.C.
View newest version in sPHENIX GitHub at line 26 of file G4_Barrel_EIC.C
References PHG4TrackFastSim::add_cylinder_state(), PHG4TrackFastSim::add_phg4hits(), PHG4TrackFastSim::Cylinder, and TRACKING::ProjectionNames.
Referenced by Barrel().
void BarrelInit | ( | ) |
Definition at line 22 of file G4_Barrel_EIC.C.
View newest version in sPHENIX GitHub at line 22 of file G4_Barrel_EIC.C
Referenced by G4Init().