Class Reference for E1039 Core & Analysis Software
PHG4CylinderCellv3.cc
Go to the documentation of this file.
1
#include "
PHG4CylinderCellv3.h
"
2
3
using namespace
std;
4
5
PHG4CylinderCellv3::PHG4CylinderCellv3
()
6
:
PHG4CylinderCellv1
(),
7
j_index(-9999),
8
k_index(-9999),
9
l_index(-9999)
10
{}
11
12
void
13
PHG4CylinderCellv3::identify
(std::ostream& os)
const
14
{
15
os <<
"PHG4CylinderCellv3: #"
<<
cellid
<<
" "
;
16
os <<
"(layer,e,j_index,k_index,l_index) = ("
;
17
os <<
layer
<<
","
;
18
os <<
get_edep
() <<
","
;
19
os <<
get_j_index
() <<
","
;
20
os <<
get_k_index
() <<
","
;
21
os <<
get_l_index
() <<
","
;
22
os <<
")"
;
23
os << endl;
24
}
PHG4CylinderCellv3.h
PHG4CylinderCellv1
Definition:
PHG4CylinderCellv1.h:11
PHG4CylinderCellv1::get_edep
double get_edep() const
Definition:
PHG4CylinderCellv1.cc:47
PHG4CylinderCellv1::layer
unsigned int layer
Definition:
PHG4CylinderCellv1.h:46
PHG4CylinderCellv1::cellid
PHG4CylinderCellDefs::keytype cellid
Definition:
PHG4CylinderCellv1.h:47
PHG4CylinderCellv3::get_l_index
int get_l_index() const
Definition:
PHG4CylinderCellv3.h:25
PHG4CylinderCellv3::identify
void identify(std::ostream &os=std::cout) const
Definition:
PHG4CylinderCellv3.cc:13
PHG4CylinderCellv3::PHG4CylinderCellv3
PHG4CylinderCellv3()
Definition:
PHG4CylinderCellv3.cc:5
PHG4CylinderCellv3::get_k_index
int get_k_index() const
Definition:
PHG4CylinderCellv3.h:22
PHG4CylinderCellv3::get_j_index
int get_j_index() const
Definition:
PHG4CylinderCellv3.h:19
e1039-core
simulation
g4detectors
PHG4CylinderCellv3.cc
Built by
Haiwang Yu
. updated:
Thu Jan 30 2025 10:15:16
using
1.9.1 with
SeaQuest GitHub integration