#include <BesTofDigi.hh>
Definition at line 19 of file BesTofDigi.hh.
◆ BesTofDigi() [1/2]
BesTofDigi::BesTofDigi |
( |
| ) |
|
Definition at line 16 of file BesTofDigi.cc.
17{
18 m_trackIndex = 0;
19 m_partId = -9;
20 m_scinNb = -9;
21 m_forwADC = -999;
22 m_backADC = -999;
23 m_forwTDC = -999;
24 m_backTDC = -999;
25
26
27}
◆ ~BesTofDigi()
BesTofDigi::~BesTofDigi |
( |
| ) |
|
|
virtual |
◆ BesTofDigi() [2/2]
BesTofDigi::BesTofDigi |
( |
const BesTofDigi & |
right | ) |
|
Definition at line 31 of file BesTofDigi.cc.
32 :G4VDigi()
33{
34 m_trackIndex = right.m_trackIndex;
35 m_partId=right.m_partId;
36 m_scinNb=right.m_scinNb;
37 m_forwADC=right.m_forwADC;
38 m_backADC=right.m_backADC;
39 m_forwTDC=right.m_forwTDC;
40 m_backTDC=right.m_backTDC;
41
42
43
44}
◆ Draw()
void BesTofDigi::Draw |
( |
| ) |
|
|
virtual |
◆ GetBackADC()
G4double BesTofDigi::GetBackADC |
( |
| ) |
|
|
inline |
◆ GetBackT1()
G4double BesTofDigi::GetBackT1 |
( |
| ) |
|
|
inline |
◆ GetBackT2()
G4double BesTofDigi::GetBackT2 |
( |
| ) |
|
|
inline |
◆ GetBackTDC()
G4double BesTofDigi::GetBackTDC |
( |
| ) |
|
|
inline |
◆ GetForwADC()
G4double BesTofDigi::GetForwADC |
( |
| ) |
|
|
inline |
◆ GetForwT1()
G4double BesTofDigi::GetForwT1 |
( |
| ) |
|
|
inline |
◆ GetForwT2()
G4double BesTofDigi::GetForwT2 |
( |
| ) |
|
|
inline |
◆ GetForwTDC()
G4double BesTofDigi::GetForwTDC |
( |
| ) |
|
|
inline |
◆ GetModule()
G4int BesTofDigi::GetModule |
( |
| ) |
|
|
inline |
◆ GetPartId()
G4int BesTofDigi::GetPartId |
( |
| ) |
|
|
inline |
◆ GetScinNb()
G4int BesTofDigi::GetScinNb |
( |
| ) |
|
|
inline |
◆ GetStrip()
G4int BesTofDigi::GetStrip |
( |
| ) |
|
|
inline |
◆ GetTrackIndex()
G4int BesTofDigi::GetTrackIndex |
( |
| ) |
|
|
inline |
◆ operator delete()
void BesTofDigi::operator delete |
( |
void * |
aDigi | ) |
|
|
inline |
Definition at line 90 of file BesTofDigi.hh.
91{
93}
G4Allocator< BesTofDigi > BesTofDigiAllocator
◆ operator new()
void * BesTofDigi::operator new |
( |
size_t |
| ) |
|
|
inline |
Definition at line 83 of file BesTofDigi.hh.
84{
85 void *aDigi;
87 return aDigi;
88}
◆ operator=()
Definition at line 47 of file BesTofDigi.cc.
48{
49 m_trackIndex=right.m_trackIndex;
50 m_partId=right.m_partId;
51 m_scinNb=right.m_scinNb;
52 m_forwADC=right.m_forwADC;
53 m_backADC=right.m_backADC;
54 m_forwTDC=right.m_forwTDC;
55 m_backTDC=right.m_backTDC;
56
57
58 return *this;
59}
◆ operator==()
int BesTofDigi::operator== |
( |
const BesTofDigi & |
right | ) |
const |
|
virtual |
Definition at line 62 of file BesTofDigi.cc.
63{
64 return (this==&right) ? 1 : 0;
65}
◆ Print()
void BesTofDigi::Print |
( |
| ) |
|
|
virtual |
◆ SetBackADC()
void BesTofDigi::SetBackADC |
( |
G4double |
ADC | ) |
|
|
inline |
◆ SetBackT1()
void BesTofDigi::SetBackT1 |
( |
G4double |
t1 | ) |
|
|
inline |
◆ SetBackT2()
void BesTofDigi::SetBackT2 |
( |
G4double |
t2 | ) |
|
|
inline |
◆ SetBackTDC()
void BesTofDigi::SetBackTDC |
( |
G4double |
TDC | ) |
|
|
inline |
◆ SetForwADC()
void BesTofDigi::SetForwADC |
( |
G4double |
ADC | ) |
|
|
inline |
◆ SetForwT1()
void BesTofDigi::SetForwT1 |
( |
G4double |
t1 | ) |
|
|
inline |
◆ SetForwT2()
void BesTofDigi::SetForwT2 |
( |
G4double |
t2 | ) |
|
|
inline |
◆ SetForwTDC()
void BesTofDigi::SetForwTDC |
( |
G4double |
TDC | ) |
|
|
inline |
◆ SetModule()
void BesTofDigi::SetModule |
( |
G4int |
module | ) |
|
|
inline |
◆ SetPartId()
void BesTofDigi::SetPartId |
( |
G4int |
partId | ) |
|
|
inline |
◆ SetScinNb()
void BesTofDigi::SetScinNb |
( |
G4int |
scinNb | ) |
|
|
inline |
◆ SetStrip()
void BesTofDigi::SetStrip |
( |
G4int |
strip | ) |
|
|
inline |
◆ SetTrackIndex()
void BesTofDigi::SetTrackIndex |
( |
G4int |
index | ) |
|
|
inline |
The documentation for this class was generated from the following files: