3 #include <Geant4/G4VisAttributes.hh>
9 double PHG4Utils::_eta_coverage = 1.;
15 double theta = 2.0 * std::atan(std::exp(-eta) );
16 length = radius / std::tan(theta);
23 return GetLengthForRapidityCoverage(radius, _eta_coverage);
35 double theta = 2*atan(exp(-eta));
42 double eta = -log(tan(theta / 2.));
53 radius = sqrt(x * x + y * y);
55 theta = atan2(radius, z);
56 eta = -log(tan(theta / 2.));
57 return make_pair(eta, phi);
65 theta = atan2(radius, fabs(z));
66 eta = -log(tan(theta / 2.));
79 cout <<
"G4VisAttributes pointer is NULL" << endl;
82 if (material ==
"AL_BABAR_MAG")
84 att->SetColour(G4Colour::Blue());
86 else if (material ==
"BlackHole")
88 att->SetColour(G4Colour::Black());
90 else if (material ==
"C4F10")
92 att->SetColour(0.,0.,0.5,0.25);
94 else if (material ==
"CF4")
96 att->SetColour(G4Colour::Magenta());
98 else if (material ==
"G4_AIR")
100 att->SetColour(G4Colour::Black());
102 else if (material ==
"G4_Al")
104 att->SetColour(G4Colour::Blue());
106 else if (material ==
"G4_Au")
108 att->SetColour(G4Colour::Yellow());
110 else if (material ==
"G4_CARBON_DIOXIDE")
112 att->SetColour(G4Colour::Green());
114 else if (material ==
"G4_CELLULOSE_CELLOPHANE")
116 att->SetColour(0.25,0.25,0.);
118 else if (material ==
"G4_Cu")
120 att->SetColour(1.,0.51,0.278);
122 else if (material ==
"G4_Fe")
124 att->SetColour(0.29,0.44,0.54);
126 else if (material ==
"G4_KAPTON")
128 att->SetColour(G4Colour::Yellow());
130 else if (material ==
"G4_MYLAR")
132 att->SetColour(0.5,0.5,0.5,0.25);
134 else if (material ==
"G4_METHANE")
136 att->SetColour(0.,1.,1.,0.25);
138 else if (material ==
"G4_Si")
140 att->SetColour(G4Colour::Yellow());
142 else if (material ==
"G4_TEFLON")
144 att->SetColour(G4Colour::White());
146 else if (material ==
"G4_W")
148 att->SetColour(0.36, 0.36, 0.36);
150 else if (material ==
"Quartz")
152 att->SetColour(G4Colour::Green());
154 else if (material ==
"Scintillator" || material ==
"G4_POLYSTYRENE")
156 att->SetColour(0.,1.,1.);
158 else if (material ==
"W_Epoxy")
160 att->SetColour(0.5,0.5,0.5);
162 else if (material ==
"G10")
164 att->SetColour(1.,1.,0.,0.5);
169 att->SetColour(G4Colour::Cyan());
static void SetColour(G4VisAttributes *att, const std::string &mat)
static double get_eta(const double theta)
static double GetLengthForRapidityCoverage(const double radius, const double eta)
static void SetPseudoRapidityCoverage(const double eta)
static std::pair< double, double > get_etaphi(const double x, const double y, const double z)
static double get_theta(const double eta)