#include <BesEmcDigitizer.hh>
Definition at line 26 of file BesEmcDigitizer.hh.
◆ CrystalSingle() [1/2]
CrystalSingle::CrystalSingle |
( |
| ) |
|
|
inline |
◆ CrystalSingle() [2/2]
Definition at line 36 of file BesEmcDigitizer.hh.
37 {
38 partId = right.partId;
39 nTheta = right.nTheta;
40 nPhi = right.nPhi;
41 edep = right.edep;
42 hitIndexes =right.hitIndexes;
43 }
◆ ~CrystalSingle()
CrystalSingle::~CrystalSingle |
( |
| ) |
|
|
inline |
◆ AddEdep()
void CrystalSingle::AddEdep |
( |
G4double | e | ) |
|
|
inline |
◆ GetEdep()
G4double CrystalSingle::GetEdep |
( |
| ) |
|
|
inline |
◆ GetHitIndexes()
vector< G4int > * CrystalSingle::GetHitIndexes |
( |
| ) |
|
|
inline |
◆ GetNPhi()
G4int CrystalSingle::GetNPhi |
( |
| ) |
|
|
inline |
◆ GetNTheta()
G4int CrystalSingle::GetNTheta |
( |
| ) |
|
|
inline |
◆ GetPartId()
G4int CrystalSingle::GetPartId |
( |
| ) |
|
|
inline |
◆ operator=()
Definition at line 44 of file BesEmcDigitizer.hh.
45 {
46 partId = right.partId;
47 nTheta = right.nTheta;
48 nPhi = right.nPhi;
49 edep = right.edep;
50 hitIndexes =right.hitIndexes;
51 return *this;
52 }
◆ SetEdep()
void CrystalSingle::SetEdep |
( |
G4double | e | ) |
|
|
inline |
◆ SetNPhi()
void CrystalSingle::SetNPhi |
( |
G4int | phi | ) |
|
|
inline |
◆ SetNTheta()
void CrystalSingle::SetNTheta |
( |
G4int | theta | ) |
|
|
inline |
◆ SetPartId()
void CrystalSingle::SetPartId |
( |
G4int | id | ) |
|
|
inline |
◆ BesEmcDigitizer
The documentation for this class was generated from the following file: