#include <BesEmcDigi.hh>
◆ BesEmcDigi() [1/4]
BesEmcDigi::BesEmcDigi |
( |
| ) |
|
Definition at line 16 of file BesEmcDigi.cc.
17{
18 m_partId=0;
19 m_nTheta=0;
20 m_nPhi=0;
21 m_energy=0;
22 m_time=0;
24}
◆ ~BesEmcDigi() [1/2]
BesEmcDigi::~BesEmcDigi |
( |
| ) |
|
|
virtual |
Definition at line 26 of file BesEmcDigi.cc.
27{
28 if(digiWaveform)
29 delete digiWaveform;
30}
◆ BesEmcDigi() [2/4]
BesEmcDigi::BesEmcDigi |
( |
const BesEmcDigi & |
right | ) |
|
Definition at line 32 of file BesEmcDigi.cc.
33:G4VDigi()
34{
35 m_partId=right.m_partId;
36 m_nTheta=right.m_nTheta;
37 m_nPhi=right.m_nPhi;
38 m_energy=right.m_energy;
39 m_time=right.m_time;
40}
◆ BesEmcDigi() [3/4]
BesEmcDigi::BesEmcDigi |
( |
| ) |
|
◆ ~BesEmcDigi() [2/2]
virtual BesEmcDigi::~BesEmcDigi |
( |
| ) |
|
|
virtual |
◆ BesEmcDigi() [4/4]
◆ Draw() [1/2]
void BesEmcDigi::Draw |
( |
| ) |
|
|
virtual |
◆ Draw() [2/2]
virtual void BesEmcDigi::Draw |
( |
| ) |
|
|
virtual |
◆ GetEnergy() [1/2]
G4double BesEmcDigi::GetEnergy |
( |
| ) |
|
|
inline |
◆ GetEnergy() [2/2]
G4double BesEmcDigi::GetEnergy |
( |
| ) |
|
|
inline |
◆ GetPartId() [1/2]
G4int BesEmcDigi::GetPartId |
( |
| ) |
|
|
inline |
◆ GetPartId() [2/2]
G4int BesEmcDigi::GetPartId |
( |
| ) |
|
|
inline |
◆ GetPhiNb() [1/2]
G4int BesEmcDigi::GetPhiNb |
( |
| ) |
|
|
inline |
◆ GetPhiNb() [2/2]
G4int BesEmcDigi::GetPhiNb |
( |
| ) |
|
|
inline |
◆ GetThetaNb() [1/2]
G4int BesEmcDigi::GetThetaNb |
( |
| ) |
|
|
inline |
◆ GetThetaNb() [2/2]
G4int BesEmcDigi::GetThetaNb |
( |
| ) |
|
|
inline |
◆ GetTime() [1/2]
G4double BesEmcDigi::GetTime |
( |
| ) |
|
|
inline |
◆ GetTime() [2/2]
G4double BesEmcDigi::GetTime |
( |
| ) |
|
|
inline |
◆ GetTrackIndex() [1/2]
G4int BesEmcDigi::GetTrackIndex |
( |
| ) |
|
|
inline |
◆ GetTrackIndex() [2/2]
G4int BesEmcDigi::GetTrackIndex |
( |
| ) |
|
|
inline |
◆ GetWaveform() [1/2]
◆ GetWaveform() [2/2]
◆ MakeWaveform() [1/2]
void BesEmcDigi::MakeWaveform |
( |
| ) |
|
◆ MakeWaveform() [2/2]
void BesEmcDigi::MakeWaveform |
( |
| ) |
|
◆ operator delete() [1/2]
void BesEmcDigi::operator delete |
( |
void * |
aDigi | ) |
|
|
inline |
◆ operator delete() [2/2]
void BesEmcDigi::operator delete |
( |
void * |
| ) |
|
|
inline |
◆ operator new() [1/2]
void * BesEmcDigi::operator new |
( |
size_t |
| ) |
|
|
inline |
◆ operator new() [2/2]
void * BesEmcDigi::operator new |
( |
size_t |
| ) |
|
|
inline |
◆ operator+=() [1/2]
Definition at line 54 of file BesEmcDigi.cc.
55{
58
60 m_energy=digiWaveform->
max(
bin);
62
63 return *this;
64}
*******INTEGER m_nBinMax INTEGER m_NdiMax !No of bins in histogram for cell exploration division $ !Last vertex $ !Last active cell $ !Last cell in buffer $ !No of sampling when dividing cell $ !No of function total $ !Flag for random ceel for $ !Flag for type of for WtMax $ !Flag which decides whether vertices are included in the sampling $ entire domain is hyp !Maximum effective eevents per bin
◆ operator+=() [2/2]
◆ operator=() [1/2]
Definition at line 43 of file BesEmcDigi.cc.
44{
45 m_partId=right.m_partId;
46 m_nTheta=right.m_nTheta;
47 m_nPhi=right.m_nPhi;
48 m_energy=right.m_energy;
49 m_time=right.m_time;
50 return *this;
51}
◆ operator=() [2/2]
◆ operator==() [1/2]
int BesEmcDigi::operator== |
( |
const BesEmcDigi & |
right | ) |
const |
|
virtual |
Definition at line 67 of file BesEmcDigi.cc.
68{
69 return (this==&right) ? 1 : 0;
70}
◆ operator==() [2/2]
virtual G4int BesEmcDigi::operator== |
( |
const BesEmcDigi & |
| ) |
const |
|
virtual |
◆ Print() [1/2]
void BesEmcDigi::Print |
( |
| ) |
|
|
virtual |
◆ Print() [2/2]
virtual void BesEmcDigi::Print |
( |
| ) |
|
|
virtual |
◆ SetEnergy() [1/2]
void BesEmcDigi::SetEnergy |
( |
G4double |
energy | ) |
|
|
inline |
◆ SetEnergy() [2/2]
void BesEmcDigi::SetEnergy |
( |
G4double |
energy | ) |
|
|
inline |
◆ SetPartId() [1/2]
void BesEmcDigi::SetPartId |
( |
G4int |
id | ) |
|
|
inline |
◆ SetPartId() [2/2]
void BesEmcDigi::SetPartId |
( |
G4int |
id | ) |
|
|
inline |
◆ SetPhiNb() [1/2]
void BesEmcDigi::SetPhiNb |
( |
G4int |
nPhi | ) |
|
|
inline |
◆ SetPhiNb() [2/2]
void BesEmcDigi::SetPhiNb |
( |
G4int |
nPhi | ) |
|
|
inline |
◆ SetThetaNb() [1/2]
void BesEmcDigi::SetThetaNb |
( |
G4int |
nTheta | ) |
|
|
inline |
◆ SetThetaNb() [2/2]
void BesEmcDigi::SetThetaNb |
( |
G4int |
nTheta | ) |
|
|
inline |
◆ SetTime() [1/2]
void BesEmcDigi::SetTime |
( |
G4double |
time | ) |
|
|
inline |
◆ SetTime() [2/2]
void BesEmcDigi::SetTime |
( |
G4double |
time | ) |
|
|
inline |
◆ SetTrackIndex() [1/2]
void BesEmcDigi::SetTrackIndex |
( |
G4int |
index | ) |
|
|
inline |
◆ SetTrackIndex() [2/2]
void BesEmcDigi::SetTrackIndex |
( |
G4int |
index | ) |
|
|
inline |
◆ SetWaveform() [1/2]
◆ SetWaveform() [2/2]
The documentation for this class was generated from the following files: