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
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
PHG4CylinderCellv3::identify
void identify(std::ostream &os=std::cout) const
Definition:
PHG4CylinderCellv3.cc:13
PHG4CylinderCellv3::PHG4CylinderCellv3
PHG4CylinderCellv3()
Definition:
PHG4CylinderCellv3.cc:5
PHG4CylinderCellv3::get_l_index
int get_l_index() const
Definition:
PHG4CylinderCellv3.h:25
PHG4CylinderCellv3::get_j_index
int get_j_index() const
Definition:
PHG4CylinderCellv3.h:19
PHG4CylinderCellv3::get_k_index
int get_k_index() const
Definition:
PHG4CylinderCellv3.h:22
PHG4CylinderCellv1::cellid
PHG4CylinderCellDefs::keytype cellid
Definition:
PHG4CylinderCellv1.h:47
PHG4CylinderCellv1::layer
unsigned int layer
Definition:
PHG4CylinderCellv1.h:46
PHG4CylinderCellv1::get_edep
double get_edep() const
Definition:
PHG4CylinderCellv1.cc:47
PHG4CylinderCellv1
Definition:
PHG4CylinderCellv1.h:10
e1039-core
simulation
g4detectors
PHG4CylinderCellv3.cc
Built by
Haiwang Yu
. updated:
Wed May 26 2021 21:44:04
using
1.8.5 with
SeaQuest GitHub integration