#include <ScintSingle.hh>
Definition at line 18 of file ScintSingle.hh.
◆ ScintSingle() [1/2]
ScintSingle::ScintSingle |
( |
| ) |
|
|
inline |
Definition at line 22 of file ScintSingle.hh.
23 {
24 hitIndexes = new vector<G4int>;
25 }
◆ ScintSingle() [2/2]
Definition at line 26 of file ScintSingle.hh.
27 {
28 partId = right.partId;
29 scinNb = right.scinNb;
30 hitIndexes =right.hitIndexes;
31 }
◆ ~ScintSingle()
ScintSingle::~ScintSingle |
( |
| ) |
|
|
inline |
◆ AddEdep()
void ScintSingle::AddEdep |
( |
G4double | e | ) |
|
|
inline |
◆ GetEdep()
G4double ScintSingle::GetEdep |
( |
| ) |
|
|
inline |
◆ GetHitIndexes()
vector< G4int > * ScintSingle::GetHitIndexes |
( |
| ) |
|
|
inline |
◆ GetHitIndexes_mrpc()
vector< G4int > * ScintSingle::GetHitIndexes_mrpc |
( |
| ) |
|
|
inline |
◆ GetModule_mrpc()
G4int ScintSingle::GetModule_mrpc |
( |
| ) |
|
|
inline |
◆ GetPartId()
G4int ScintSingle::GetPartId |
( |
| ) |
|
|
inline |
◆ GetScinNb()
G4int ScintSingle::GetScinNb |
( |
| ) |
|
|
inline |
◆ operator=()
Definition at line 32 of file ScintSingle.hh.
33 {
34 partId = right.partId;
35 scinNb = right.scinNb;
36 hitIndexes =right.hitIndexes;
37 return *this;
38 }
◆ SetEdep()
void ScintSingle::SetEdep |
( |
G4double | e | ) |
|
|
inline |
◆ SetPartId()
void ScintSingle::SetPartId |
( |
G4int | id | ) |
|
|
inline |
◆ SetScinNb()
void ScintSingle::SetScinNb |
( |
G4int | nb | ) |
|
|
inline |
The documentation for this class was generated from the following file: