BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
ScintSingle Class Reference

#include <ScintSingle.hh>

Public Member Functions

 ScintSingle ()
 ScintSingle (const ScintSingle &right)
const ScintSingleoperator= (const ScintSingle &right)
 ~ScintSingle ()
G4int GetPartId ()
G4int GetScinNb ()
G4double GetEdep ()
vector< G4int > * GetHitIndexes ()
vector< G4int > * GetHitIndexes_mrpc ()
G4int GetModule_mrpc ()
void SetPartId (G4int id)
void SetScinNb (G4int nb)
void SetEdep (G4double e)
void AddEdep (G4double e)
 ScintSingle ()
 ScintSingle (const ScintSingle &right)
const ScintSingleoperator= (const ScintSingle &right)
 ~ScintSingle ()
G4int GetPartId ()
G4int GetScinNb ()
G4double GetEdep ()
vector< G4int > * GetHitIndexes ()
vector< G4int > * GetHitIndexes_mrpc ()
G4int GetModule_mrpc ()
void SetPartId (G4int id)
void SetScinNb (G4int nb)
void SetEdep (G4double e)
void AddEdep (G4double e)
 ScintSingle ()
 ScintSingle (const ScintSingle &right)
const ScintSingleoperator= (const ScintSingle &right)
 ~ScintSingle ()
G4int GetPartId ()
G4int GetScinNb ()
G4double GetEdep ()
vector< G4int > * GetHitIndexes ()
vector< G4int > * GetHitIndexes_mrpc ()
G4int GetModule_mrpc ()
void SetPartId (G4int id)
void SetScinNb (G4int nb)
void SetEdep (G4double e)
void AddEdep (G4double e)

Detailed Description

Constructor & Destructor Documentation

◆ ScintSingle() [1/6]

ScintSingle::ScintSingle ( )
inline

Definition at line 20 of file InstallArea/x86_64-el9-gcc13-dbg/include/TofSim/ScintSingle.hh.

20{ hitIndexes = new vector<G4int>; }

Referenced by operator=(), and ScintSingle().

◆ ScintSingle() [2/6]

ScintSingle::ScintSingle ( const ScintSingle & right)
inline

Definition at line 21 of file InstallArea/x86_64-el9-gcc13-dbg/include/TofSim/ScintSingle.hh.

21 {
22 partId = right.partId;
23 scinNb = right.scinNb;
24 hitIndexes = right.hitIndexes;
25 }

◆ ~ScintSingle() [1/3]

ScintSingle::~ScintSingle ( )
inline

Definition at line 32 of file InstallArea/x86_64-el9-gcc13-dbg/include/TofSim/ScintSingle.hh.

32{ delete hitIndexes; }

◆ ScintSingle() [3/6]

ScintSingle::ScintSingle ( )
inline

Definition at line 20 of file InstallArea/x86_64-el9-gcc13-opt/include/TofSim/ScintSingle.hh.

20{ hitIndexes = new vector<G4int>; }

◆ ScintSingle() [4/6]

ScintSingle::ScintSingle ( const ScintSingle & right)
inline

Definition at line 21 of file InstallArea/x86_64-el9-gcc13-opt/include/TofSim/ScintSingle.hh.

21 {
22 partId = right.partId;
23 scinNb = right.scinNb;
24 hitIndexes = right.hitIndexes;
25 }

◆ ~ScintSingle() [2/3]

ScintSingle::~ScintSingle ( )
inline

Definition at line 32 of file InstallArea/x86_64-el9-gcc13-opt/include/TofSim/ScintSingle.hh.

32{ delete hitIndexes; }

◆ ScintSingle() [5/6]

ScintSingle::ScintSingle ( )
inline

Definition at line 20 of file Simulation/BOOST/TofSim/include/TofSim/ScintSingle.hh.

20{ hitIndexes = new vector<G4int>; }

◆ ScintSingle() [6/6]

ScintSingle::ScintSingle ( const ScintSingle & right)
inline

Definition at line 21 of file Simulation/BOOST/TofSim/include/TofSim/ScintSingle.hh.

21 {
22 partId = right.partId;
23 scinNb = right.scinNb;
24 hitIndexes = right.hitIndexes;
25 }

◆ ~ScintSingle() [3/3]

ScintSingle::~ScintSingle ( )
inline

Definition at line 32 of file Simulation/BOOST/TofSim/include/TofSim/ScintSingle.hh.

32{ delete hitIndexes; }

Member Function Documentation

◆ AddEdep() [1/3]

void ScintSingle::AddEdep ( G4double e)
inline

Definition at line 44 of file InstallArea/x86_64-el9-gcc13-dbg/include/TofSim/ScintSingle.hh.

44{ edep += e; }

Referenced by BesTofDigitizer::GroupHits().

◆ AddEdep() [2/3]

void ScintSingle::AddEdep ( G4double e)
inline

Definition at line 44 of file InstallArea/x86_64-el9-gcc13-opt/include/TofSim/ScintSingle.hh.

44{ edep += e; }

◆ AddEdep() [3/3]

void ScintSingle::AddEdep ( G4double e)
inline

Definition at line 44 of file Simulation/BOOST/TofSim/include/TofSim/ScintSingle.hh.

44{ edep += e; }

◆ GetEdep() [1/3]

G4double ScintSingle::GetEdep ( )
inline

◆ GetEdep() [2/3]

G4double ScintSingle::GetEdep ( )
inline

Definition at line 36 of file InstallArea/x86_64-el9-gcc13-opt/include/TofSim/ScintSingle.hh.

36{ return edep; }

◆ GetEdep() [3/3]

G4double ScintSingle::GetEdep ( )
inline

Definition at line 36 of file Simulation/BOOST/TofSim/include/TofSim/ScintSingle.hh.

36{ return edep; }

◆ GetHitIndexes() [1/3]

◆ GetHitIndexes() [2/3]

vector< G4int > * ScintSingle::GetHitIndexes ( )
inline

Definition at line 37 of file InstallArea/x86_64-el9-gcc13-opt/include/TofSim/ScintSingle.hh.

37{ return hitIndexes; }

◆ GetHitIndexes() [3/3]

vector< G4int > * ScintSingle::GetHitIndexes ( )
inline

Definition at line 37 of file Simulation/BOOST/TofSim/include/TofSim/ScintSingle.hh.

37{ return hitIndexes; }

◆ GetHitIndexes_mrpc() [1/3]

vector< G4int > * ScintSingle::GetHitIndexes_mrpc ( )
inline

Definition at line 38 of file InstallArea/x86_64-el9-gcc13-dbg/include/TofSim/ScintSingle.hh.

38{ return hitIndexes; }

Referenced by BesTofDigitizerEcV4::Digitize().

◆ GetHitIndexes_mrpc() [2/3]

vector< G4int > * ScintSingle::GetHitIndexes_mrpc ( )
inline

Definition at line 38 of file InstallArea/x86_64-el9-gcc13-opt/include/TofSim/ScintSingle.hh.

38{ return hitIndexes; }

◆ GetHitIndexes_mrpc() [3/3]

vector< G4int > * ScintSingle::GetHitIndexes_mrpc ( )
inline

Definition at line 38 of file Simulation/BOOST/TofSim/include/TofSim/ScintSingle.hh.

38{ return hitIndexes; }

◆ GetModule_mrpc() [1/3]

G4int ScintSingle::GetModule_mrpc ( )
inline

Definition at line 39 of file InstallArea/x86_64-el9-gcc13-dbg/include/TofSim/ScintSingle.hh.

39{ return scinNb; }

◆ GetModule_mrpc() [2/3]

G4int ScintSingle::GetModule_mrpc ( )
inline

Definition at line 39 of file InstallArea/x86_64-el9-gcc13-opt/include/TofSim/ScintSingle.hh.

39{ return scinNb; }

◆ GetModule_mrpc() [3/3]

G4int ScintSingle::GetModule_mrpc ( )
inline

Definition at line 39 of file Simulation/BOOST/TofSim/include/TofSim/ScintSingle.hh.

39{ return scinNb; }

◆ GetPartId() [1/3]

◆ GetPartId() [2/3]

G4int ScintSingle::GetPartId ( )
inline

Definition at line 34 of file InstallArea/x86_64-el9-gcc13-opt/include/TofSim/ScintSingle.hh.

34{ return partId; }

◆ GetPartId() [3/3]

G4int ScintSingle::GetPartId ( )
inline

Definition at line 34 of file Simulation/BOOST/TofSim/include/TofSim/ScintSingle.hh.

34{ return partId; }

◆ GetScinNb() [1/3]

◆ GetScinNb() [2/3]

G4int ScintSingle::GetScinNb ( )
inline

Definition at line 35 of file InstallArea/x86_64-el9-gcc13-opt/include/TofSim/ScintSingle.hh.

35{ return scinNb; }

◆ GetScinNb() [3/3]

G4int ScintSingle::GetScinNb ( )
inline

Definition at line 35 of file Simulation/BOOST/TofSim/include/TofSim/ScintSingle.hh.

35{ return scinNb; }

◆ operator=() [1/3]

const ScintSingle & ScintSingle::operator= ( const ScintSingle & right)
inline

Definition at line 26 of file InstallArea/x86_64-el9-gcc13-dbg/include/TofSim/ScintSingle.hh.

26 {
27 partId = right.partId;
28 scinNb = right.scinNb;
29 hitIndexes = right.hitIndexes;
30 return *this;
31 }

◆ operator=() [2/3]

const ScintSingle & ScintSingle::operator= ( const ScintSingle & right)
inline

Definition at line 26 of file InstallArea/x86_64-el9-gcc13-opt/include/TofSim/ScintSingle.hh.

26 {
27 partId = right.partId;
28 scinNb = right.scinNb;
29 hitIndexes = right.hitIndexes;
30 return *this;
31 }

◆ operator=() [3/3]

const ScintSingle & ScintSingle::operator= ( const ScintSingle & right)
inline

Definition at line 26 of file Simulation/BOOST/TofSim/include/TofSim/ScintSingle.hh.

26 {
27 partId = right.partId;
28 scinNb = right.scinNb;
29 hitIndexes = right.hitIndexes;
30 return *this;
31 }

◆ SetEdep() [1/3]

void ScintSingle::SetEdep ( G4double e)
inline

Definition at line 43 of file InstallArea/x86_64-el9-gcc13-dbg/include/TofSim/ScintSingle.hh.

43{ edep = e; }

Referenced by BesTofDigitizer::GroupHits().

◆ SetEdep() [2/3]

void ScintSingle::SetEdep ( G4double e)
inline

Definition at line 43 of file InstallArea/x86_64-el9-gcc13-opt/include/TofSim/ScintSingle.hh.

43{ edep = e; }

◆ SetEdep() [3/3]

void ScintSingle::SetEdep ( G4double e)
inline

Definition at line 43 of file Simulation/BOOST/TofSim/include/TofSim/ScintSingle.hh.

43{ edep = e; }

◆ SetPartId() [1/3]

void ScintSingle::SetPartId ( G4int id)
inline

Definition at line 41 of file InstallArea/x86_64-el9-gcc13-dbg/include/TofSim/ScintSingle.hh.

41{ partId = id; }

Referenced by BesTofDigitizer::GroupHits().

◆ SetPartId() [2/3]

void ScintSingle::SetPartId ( G4int id)
inline

Definition at line 41 of file InstallArea/x86_64-el9-gcc13-opt/include/TofSim/ScintSingle.hh.

41{ partId = id; }

◆ SetPartId() [3/3]

void ScintSingle::SetPartId ( G4int id)
inline

Definition at line 41 of file Simulation/BOOST/TofSim/include/TofSim/ScintSingle.hh.

41{ partId = id; }

◆ SetScinNb() [1/3]

void ScintSingle::SetScinNb ( G4int nb)
inline

Definition at line 42 of file InstallArea/x86_64-el9-gcc13-dbg/include/TofSim/ScintSingle.hh.

42{ scinNb = nb; }

Referenced by BesTofDigitizer::GroupHits().

◆ SetScinNb() [2/3]

void ScintSingle::SetScinNb ( G4int nb)
inline

Definition at line 42 of file InstallArea/x86_64-el9-gcc13-opt/include/TofSim/ScintSingle.hh.

42{ scinNb = nb; }

◆ SetScinNb() [3/3]

void ScintSingle::SetScinNb ( G4int nb)
inline

Definition at line 42 of file Simulation/BOOST/TofSim/include/TofSim/ScintSingle.hh.

42{ scinNb = nb; }

The documentation for this class was generated from the following files: