Class Reference for E1039 Core & Analysis Software
Home page
Related Pages
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
PHG4CylinderGeomv3.cc
Go to the documentation of this file.
1
#include "
PHG4CylinderGeomv3.h
"
2
#include <cmath>
3
4
using namespace
std;
5
6
PHG4CylinderGeomv3::PHG4CylinderGeomv3
():
7
tiltangle(NAN),
8
phi_slat_zero(NAN)
9
{
10
return
;
11
}
12
13
void
14
PHG4CylinderGeomv3::identify
(std::ostream& os)
const
15
{
16
os <<
"PHG4CylinderGeomv3: layer: "
<<
layer
17
<<
", radius: "
<<
radius
18
<<
", thickness: "
<<
thickness
19
<<
", zmin: "
<<
zmin
20
<<
", zmax: "
<<
zmax
21
<<
", num scint: "
<<
nscint
22
<<
", tilt: "
<<
tiltangle
/M_PI*180. <<
" deg"
23
<<
", phi at slat #0: "
<<
phi_slat_zero
/M_PI*180.
24
<< endl;
25
return
;
26
}
PHG4CylinderGeomv3::phi_slat_zero
double phi_slat_zero
Definition:
PHG4CylinderGeomv3.h:28
PHG4CylinderGeomv1::zmin
double zmin
Definition:
PHG4CylinderGeomv1.h:42
PHG4CylinderGeomv3.h
PHG4CylinderGeomv3::PHG4CylinderGeomv3
PHG4CylinderGeomv3()
Definition:
PHG4CylinderGeomv3.cc:6
PHG4CylinderGeomv1::radius
double radius
Definition:
PHG4CylinderGeomv1.h:41
PHG4CylinderGeomv2::nscint
int nscint
Definition:
PHG4CylinderGeomv2.h:25
PHG4CylinderGeomv3::tiltangle
double tiltangle
Definition:
PHG4CylinderGeomv3.h:27
PHG4CylinderGeomv1::thickness
double thickness
Definition:
PHG4CylinderGeomv1.h:44
PHG4CylinderGeomv3::identify
void identify(std::ostream &os=std::cout) const
Definition:
PHG4CylinderGeomv3.cc:14
PHG4CylinderGeomv1::zmax
double zmax
Definition:
PHG4CylinderGeomv1.h:43
PHG4CylinderGeomv1::layer
int layer
Definition:
PHG4CylinderGeomv1.h:40
e1039-core
simulation
g4detectors
PHG4CylinderGeomv3.cc
Built by
Haiwang Yu
. updated:
Wed May 26 2021 21:44:04
using
1.8.5 with
SeaQuest GitHub integration