ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <GlobalVariables.C>
#include <g4detectors/PHG4CylinderSubsystem.h>
#include <g4main/PHG4Reco.h>
#include <fun4all/Fun4AllServer.h>
#include <Geant4/G4SystemOfUnits.hh>
#include <Geant4/G4Material.hh>
#include <algorithm>
#include <cmath>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | mySim |
Macros | |
#define | MACRO_G4_Disk_C |
Functions | |
double | etaToR (double eta, double z) |
void | DiskInit () |
double | Disk (PHG4Reco *g4Reco, double max_radius) |
Variables | |
double | mySim::dRICH_width = 80 |
pair< double, double > | mySim::dRICH_eta_coverage = {1, 4} |
double | mySim::dRICH_z = 240 |
int | mySim::nLayers = 100 |
#define MACRO_G4_Disk_C |
double Disk | ( | PHG4Reco * | g4Reco, |
double | max_radius | ||
) |
Definition at line 43 of file G4_Disk.C.
View newest version in sPHENIX GitHub at line 43 of file G4_Disk.C
References mySim::dRICH_eta_coverage, mySim::dRICH_width, mySim::dRICH_z, etaToR(), mySim::nLayers, PHG4DetectorSubsystem::OverlapCheck(), PHG4Reco::registerSubsystem(), PHG4CylinderSubsystem::set_color(), PHG4DetectorSubsystem::set_double_param(), PHG4DetectorSubsystem::set_string_param(), PHG4DetectorSubsystem::SetActive(), PHG4DetectorSubsystem::SuperDetector(), Enable::VERBOSITY, and Fun4AllBase::Verbosity().
Referenced by G4Setup().
void DiskInit | ( | ) |
Definition at line 36 of file G4_Disk.C.
View newest version in sPHENIX GitHub at line 36 of file G4_Disk.C
References mySim::dRICH_eta_coverage, mySim::dRICH_width, mySim::dRICH_z, etaToR(), max, BlackHoleGeometry::max_radius, BlackHoleGeometry::max_z, min, and BlackHoleGeometry::min_z.
Referenced by G4Init().