#include <EmcShDigi.h>
◆ EmcShDigi() [1/4]
Definition at line 8 of file EmcShDigi.cxx.
8 :
9 m_energy(0.0),
10 m_theta(999.),
11 m_phi(999.),
12 m_module(999),
13 m_thetaIndex(9999),
14 m_phiIndex(9999),
15 m_time(0.0),
16 m_fraction(0.),
17 m_where(0,0,0),
18 m_x(0),
19 m_y(0),
20 m_z(0)
21{
22
23}
◆ ~EmcShDigi() [1/2]
EmcShDigi::~EmcShDigi |
( |
| ) |
|
◆ EmcShDigi() [2/4]
EmcShDigi::EmcShDigi |
( |
const EmcShDigi & |
aDigi | ) |
|
Definition at line 33 of file EmcShDigi.cxx.
34{
36 m_theta=aDigi.
theta();
43 m_where = aDigi.
where();
47}
const HepPoint3D & where() const
const unsigned int & thetaIndex() const
const double & energy() const
const double & fraction() const
const unsigned int & phiIndex() const
const double & phi() const
const double & theta() const
const double & time() const
const unsigned int & module() const
◆ EmcShDigi() [3/4]
◆ ~EmcShDigi() [2/2]
EmcShDigi::~EmcShDigi |
( |
| ) |
|
◆ EmcShDigi() [4/4]
EmcShDigi::EmcShDigi |
( |
const EmcShDigi & |
aDigi | ) |
|
◆ energy() [1/2]
const double & EmcShDigi::energy |
( |
| ) |
const |
|
inline |
◆ energy() [2/2]
const double & EmcShDigi::energy |
( |
| ) |
const |
|
inline |
◆ fraction() [1/2]
const double & EmcShDigi::fraction |
( |
| ) |
const |
|
inline |
◆ fraction() [2/2]
const double & EmcShDigi::fraction |
( |
| ) |
const |
|
inline |
◆ module() [1/2]
const unsigned int & EmcShDigi::module |
( |
| ) |
const |
|
inline |
◆ module() [2/2]
const unsigned int & EmcShDigi::module |
( |
| ) |
const |
|
inline |
◆ operator!=() [1/2]
◆ operator!=() [2/2]
◆ operator<() [1/2]
Definition at line 125 of file EmcShDigi.cxx.
127{
128 bool Less=false;
129
131 {
132 Less=true;
133 }
134
135 return Less;
136}
◆ operator<() [2/2]
◆ operator<=() [1/2]
Definition at line 100 of file EmcShDigi.cxx.
102{
103 bool Lequal=false;
104
106 {
107 Lequal=true;
108 }
109 return Lequal;
110}
◆ operator<=() [2/2]
◆ operator=() [1/2]
Definition at line 49 of file EmcShDigi.cxx.
50{
51 if(this!=&aDigi)
52 {
54 m_theta=aDigi.
theta();
61 m_where = aDigi.
where();
65 }
66
67 return *this;
68}
◆ operator=() [2/2]
◆ operator==() [1/2]
Definition at line 71 of file EmcShDigi.cxx.
72{
73 bool equal=false;
74
76 && this->theta() == otherDigi.
theta()
77 && this->phi() == otherDigi.
phi()
78 && this->time() == otherDigi.
time()
79 && this->fraction() == otherDigi.
fraction() )
80 {
81 equal=true;
82 }
83
84 return equal;
85}
◆ operator==() [2/2]
◆ operator>() [1/2]
Definition at line 113 of file EmcShDigi.cxx.
114{
115 bool Large=false;
116
118 {
119 Large=true;
120 }
121
122 return Large;
123}
◆ operator>() [2/2]
◆ operator>=() [1/2]
Definition at line 88 of file EmcShDigi.cxx.
89{
90 bool Gequal=false;
91
93 {
94 Gequal=true;
95 }
96
97 return Gequal;
98}
◆ operator>=() [2/2]
◆ phi() [1/2]
const double & EmcShDigi::phi |
( |
| ) |
const |
|
inline |
◆ phi() [2/2]
const double & EmcShDigi::phi |
( |
| ) |
const |
|
inline |
◆ phiIndex() [1/2]
const unsigned int & EmcShDigi::phiIndex |
( |
| ) |
const |
|
inline |
◆ phiIndex() [2/2]
const unsigned int & EmcShDigi::phiIndex |
( |
| ) |
const |
|
inline |
◆ setEnergy() [1/2]
void EmcShDigi::setEnergy |
( |
double |
energy | ) |
|
|
inline |
◆ setEnergy() [2/2]
void EmcShDigi::setEnergy |
( |
double |
energy | ) |
|
|
inline |
◆ setFraction() [1/2]
void EmcShDigi::setFraction |
( |
double |
fraction | ) |
|
|
inline |
◆ setFraction() [2/2]
void EmcShDigi::setFraction |
( |
double |
fraction | ) |
|
|
inline |
◆ setModule() [1/2]
void EmcShDigi::setModule |
( |
unsigned int |
module | ) |
|
|
inline |
◆ setModule() [2/2]
void EmcShDigi::setModule |
( |
unsigned int |
module | ) |
|
|
inline |
◆ setPhi() [1/2]
void EmcShDigi::setPhi |
( |
double |
phi | ) |
|
|
inline |
◆ setPhi() [2/2]
void EmcShDigi::setPhi |
( |
double |
phi | ) |
|
|
inline |
◆ setPhiIndex() [1/2]
void EmcShDigi::setPhiIndex |
( |
unsigned int |
phiIndex | ) |
|
|
inline |
◆ setPhiIndex() [2/2]
void EmcShDigi::setPhiIndex |
( |
unsigned int |
phiIndex | ) |
|
|
inline |
◆ setTheta() [1/2]
void EmcShDigi::setTheta |
( |
double |
theta | ) |
|
|
inline |
◆ setTheta() [2/2]
void EmcShDigi::setTheta |
( |
double |
theta | ) |
|
|
inline |
◆ setThetaIndex() [1/2]
void EmcShDigi::setThetaIndex |
( |
unsigned int |
thetaIndex | ) |
|
|
inline |
◆ setThetaIndex() [2/2]
void EmcShDigi::setThetaIndex |
( |
unsigned int |
thetaIndex | ) |
|
|
inline |
◆ setTime() [1/2]
void EmcShDigi::setTime |
( |
double |
time | ) |
|
|
inline |
◆ setTime() [2/2]
void EmcShDigi::setTime |
( |
double |
time | ) |
|
|
inline |
◆ setWhere() [1/2]
◆ setWhere() [2/2]
◆ setX() [1/2]
void EmcShDigi::setX |
( |
double |
x | ) |
|
|
inline |
◆ setX() [2/2]
void EmcShDigi::setX |
( |
double |
x | ) |
|
|
inline |
◆ setY() [1/2]
void EmcShDigi::setY |
( |
double |
y | ) |
|
|
inline |
◆ setY() [2/2]
void EmcShDigi::setY |
( |
double |
y | ) |
|
|
inline |
◆ setZ() [1/2]
void EmcShDigi::setZ |
( |
double |
z | ) |
|
|
inline |
◆ setZ() [2/2]
void EmcShDigi::setZ |
( |
double |
z | ) |
|
|
inline |
◆ theta() [1/2]
const double & EmcShDigi::theta |
( |
| ) |
const |
|
inline |
◆ theta() [2/2]
const double & EmcShDigi::theta |
( |
| ) |
const |
|
inline |
◆ thetaIndex() [1/2]
const unsigned int & EmcShDigi::thetaIndex |
( |
| ) |
const |
|
inline |
◆ thetaIndex() [2/2]
const unsigned int & EmcShDigi::thetaIndex |
( |
| ) |
const |
|
inline |
◆ time() [1/2]
const double & EmcShDigi::time |
( |
| ) |
const |
|
inline |
◆ time() [2/2]
const double & EmcShDigi::time |
( |
| ) |
const |
|
inline |
◆ where() [1/2]
◆ where() [2/2]
◆ x() [1/2]
const double & EmcShDigi::x |
( |
| ) |
const |
|
inline |
◆ x() [2/2]
const double & EmcShDigi::x |
( |
| ) |
const |
|
inline |
◆ y() [1/2]
const double & EmcShDigi::y |
( |
| ) |
const |
|
inline |
◆ y() [2/2]
const double & EmcShDigi::y |
( |
| ) |
const |
|
inline |
◆ z() [1/2]
const double & EmcShDigi::z |
( |
| ) |
const |
|
inline |
◆ z() [2/2]
const double & EmcShDigi::z |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: