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

#include <BesTofDigi.hh>

Inheritance diagram for BesTofDigi:

Public Member Functions

 BesTofDigi ()
virtual ~BesTofDigi ()
 BesTofDigi (const BesTofDigi &)
const BesTofDigioperator= (const BesTofDigi &)
virtual G4int operator== (const BesTofDigi &) const
void * operator new (size_t)
void operator delete (void *)
virtual void Draw ()
virtual void Print ()
void SetTrackIndex (G4int index)
void SetPartId (G4int partId)
void SetScinNb (G4int scinNb)
void SetForwADC (G4double ADC)
void SetBackADC (G4double ADC)
void SetForwTDC (G4double TDC)
void SetBackTDC (G4double TDC)
void SetModule (G4int module)
void SetStrip (G4int strip)
void SetForwT1 (G4double t1)
void SetBackT1 (G4double t1)
void SetForwT2 (G4double t2)
void SetBackT2 (G4double t2)
G4int GetTrackIndex ()
G4int GetPartId ()
G4int GetScinNb ()
G4double GetForwADC ()
G4double GetBackADC ()
G4double GetForwTDC ()
G4double GetBackTDC ()
G4int GetModule ()
G4int GetStrip ()
G4double GetForwT1 ()
G4double GetBackT1 ()
G4double GetForwT2 ()
G4double GetBackT2 ()
 BesTofDigi ()
virtual ~BesTofDigi ()
 BesTofDigi (const BesTofDigi &)
const BesTofDigioperator= (const BesTofDigi &)
virtual G4int operator== (const BesTofDigi &) const
void * operator new (size_t)
void operator delete (void *)
virtual void Draw ()
virtual void Print ()
void SetTrackIndex (G4int index)
void SetPartId (G4int partId)
void SetScinNb (G4int scinNb)
void SetForwADC (G4double ADC)
void SetBackADC (G4double ADC)
void SetForwTDC (G4double TDC)
void SetBackTDC (G4double TDC)
void SetModule (G4int module)
void SetStrip (G4int strip)
void SetForwT1 (G4double t1)
void SetBackT1 (G4double t1)
void SetForwT2 (G4double t2)
void SetBackT2 (G4double t2)
G4int GetTrackIndex ()
G4int GetPartId ()
G4int GetScinNb ()
G4double GetForwADC ()
G4double GetBackADC ()
G4double GetForwTDC ()
G4double GetBackTDC ()
G4int GetModule ()
G4int GetStrip ()
G4double GetForwT1 ()
G4double GetBackT1 ()
G4double GetForwT2 ()
G4double GetBackT2 ()
 BesTofDigi ()
virtual ~BesTofDigi ()
 BesTofDigi (const BesTofDigi &)
const BesTofDigioperator= (const BesTofDigi &)
virtual G4int operator== (const BesTofDigi &) const
void * operator new (size_t)
void operator delete (void *)
virtual void Draw ()
virtual void Print ()
void SetTrackIndex (G4int index)
void SetPartId (G4int partId)
void SetScinNb (G4int scinNb)
void SetForwADC (G4double ADC)
void SetBackADC (G4double ADC)
void SetForwTDC (G4double TDC)
void SetBackTDC (G4double TDC)
void SetModule (G4int module)
void SetStrip (G4int strip)
void SetForwT1 (G4double t1)
void SetBackT1 (G4double t1)
void SetForwT2 (G4double t2)
void SetBackT2 (G4double t2)
G4int GetTrackIndex ()
G4int GetPartId ()
G4int GetScinNb ()
G4double GetForwADC ()
G4double GetBackADC ()
G4double GetForwTDC ()
G4double GetBackTDC ()
G4int GetModule ()
G4int GetStrip ()
G4double GetForwT1 ()
G4double GetBackT1 ()
G4double GetForwT2 ()
G4double GetBackT2 ()

Detailed Description

Constructor & Destructor Documentation

◆ BesTofDigi() [1/6]

BesTofDigi::BesTofDigi ( )

Definition at line 16 of file BesTofDigi.cc.

16 {
17 m_trackIndex = 0;
18 m_partId = -9;
19 m_scinNb = -9;
20 m_forwADC = -999;
21 m_backADC = -999;
22 m_forwTDC = -999;
23 m_backTDC = -999;
24}

Referenced by BesTofDigi(), operator delete(), operator=(), and operator==().

◆ ~BesTofDigi() [1/3]

BesTofDigi::~BesTofDigi ( )
virtual

Definition at line 26 of file BesTofDigi.cc.

26{}

◆ BesTofDigi() [2/6]

BesTofDigi::BesTofDigi ( const BesTofDigi & right)

Definition at line 28 of file BesTofDigi.cc.

28 : G4VDigi() {
29 m_trackIndex = right.m_trackIndex;
30 m_partId = right.m_partId;
31 m_scinNb = right.m_scinNb;
32 m_forwADC = right.m_forwADC;
33 m_backADC = right.m_backADC;
34 m_forwTDC = right.m_forwTDC;
35 m_backTDC = right.m_backTDC;
36}

◆ BesTofDigi() [3/6]

BesTofDigi::BesTofDigi ( )

◆ ~BesTofDigi() [2/3]

virtual BesTofDigi::~BesTofDigi ( )
virtual

◆ BesTofDigi() [4/6]

BesTofDigi::BesTofDigi ( const BesTofDigi & )

◆ BesTofDigi() [5/6]

BesTofDigi::BesTofDigi ( )

◆ ~BesTofDigi() [3/3]

virtual BesTofDigi::~BesTofDigi ( )
virtual

◆ BesTofDigi() [6/6]

BesTofDigi::BesTofDigi ( const BesTofDigi & )

Member Function Documentation

◆ Draw() [1/3]

void BesTofDigi::Draw ( )
virtual

Definition at line 54 of file BesTofDigi.cc.

54{}

◆ Draw() [2/3]

virtual void BesTofDigi::Draw ( )
virtual

◆ Draw() [3/3]

virtual void BesTofDigi::Draw ( )
virtual

◆ GetBackADC() [1/3]

G4double BesTofDigi::GetBackADC ( )
inline

◆ GetBackADC() [2/3]

G4double BesTofDigi::GetBackADC ( )
inline

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

56{ return m_backADC; }

◆ GetBackADC() [3/3]

G4double BesTofDigi::GetBackADC ( )
inline

Definition at line 56 of file Simulation/BOOST/TofSim/include/TofSim/BesTofDigi.hh.

56{ return m_backADC; }

◆ GetBackT1() [1/3]

G4double BesTofDigi::GetBackT1 ( )
inline

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

63{ return m_backTDC; }

Referenced by BesRawDataWriter::SaveTofDigits().

◆ GetBackT1() [2/3]

G4double BesTofDigi::GetBackT1 ( )
inline

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

63{ return m_backTDC; }

◆ GetBackT1() [3/3]

G4double BesTofDigi::GetBackT1 ( )
inline

Definition at line 63 of file Simulation/BOOST/TofSim/include/TofSim/BesTofDigi.hh.

63{ return m_backTDC; }

◆ GetBackT2() [1/3]

G4double BesTofDigi::GetBackT2 ( )
inline

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

65{ return m_backADC; }

Referenced by BesRawDataWriter::SaveTofDigits().

◆ GetBackT2() [2/3]

G4double BesTofDigi::GetBackT2 ( )
inline

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

65{ return m_backADC; }

◆ GetBackT2() [3/3]

G4double BesTofDigi::GetBackT2 ( )
inline

Definition at line 65 of file Simulation/BOOST/TofSim/include/TofSim/BesTofDigi.hh.

65{ return m_backADC; }

◆ GetBackTDC() [1/3]

G4double BesTofDigi::GetBackTDC ( )
inline

◆ GetBackTDC() [2/3]

G4double BesTofDigi::GetBackTDC ( )
inline

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

58{ return m_backTDC; }

◆ GetBackTDC() [3/3]

G4double BesTofDigi::GetBackTDC ( )
inline

Definition at line 58 of file Simulation/BOOST/TofSim/include/TofSim/BesTofDigi.hh.

58{ return m_backTDC; }

◆ GetForwADC() [1/3]

G4double BesTofDigi::GetForwADC ( )
inline

◆ GetForwADC() [2/3]

G4double BesTofDigi::GetForwADC ( )
inline

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

55{ return m_forwADC; }

◆ GetForwADC() [3/3]

G4double BesTofDigi::GetForwADC ( )
inline

Definition at line 55 of file Simulation/BOOST/TofSim/include/TofSim/BesTofDigi.hh.

55{ return m_forwADC; }

◆ GetForwT1() [1/3]

G4double BesTofDigi::GetForwT1 ( )
inline

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

62{ return m_forwTDC; }

Referenced by BesRawDataWriter::SaveTofDigits().

◆ GetForwT1() [2/3]

G4double BesTofDigi::GetForwT1 ( )
inline

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

62{ return m_forwTDC; }

◆ GetForwT1() [3/3]

G4double BesTofDigi::GetForwT1 ( )
inline

Definition at line 62 of file Simulation/BOOST/TofSim/include/TofSim/BesTofDigi.hh.

62{ return m_forwTDC; }

◆ GetForwT2() [1/3]

G4double BesTofDigi::GetForwT2 ( )
inline

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

64{ return m_forwADC; }

Referenced by BesRawDataWriter::SaveTofDigits().

◆ GetForwT2() [2/3]

G4double BesTofDigi::GetForwT2 ( )
inline

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

64{ return m_forwADC; }

◆ GetForwT2() [3/3]

G4double BesTofDigi::GetForwT2 ( )
inline

Definition at line 64 of file Simulation/BOOST/TofSim/include/TofSim/BesTofDigi.hh.

64{ return m_forwADC; }

◆ GetForwTDC() [1/3]

G4double BesTofDigi::GetForwTDC ( )
inline

◆ GetForwTDC() [2/3]

G4double BesTofDigi::GetForwTDC ( )
inline

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

57{ return m_forwTDC; }

◆ GetForwTDC() [3/3]

G4double BesTofDigi::GetForwTDC ( )
inline

Definition at line 57 of file Simulation/BOOST/TofSim/include/TofSim/BesTofDigi.hh.

57{ return m_forwTDC; }

◆ GetModule() [1/3]

G4int BesTofDigi::GetModule ( )
inline

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

60{ return m_scinNb; }

Referenced by BesRawDataWriter::SaveTofDigits().

◆ GetModule() [2/3]

G4int BesTofDigi::GetModule ( )
inline

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

60{ return m_scinNb; }

◆ GetModule() [3/3]

G4int BesTofDigi::GetModule ( )
inline

Definition at line 60 of file Simulation/BOOST/TofSim/include/TofSim/BesTofDigi.hh.

60{ return m_scinNb; }

◆ GetPartId() [1/3]

G4int BesTofDigi::GetPartId ( )
inline

◆ GetPartId() [2/3]

G4int BesTofDigi::GetPartId ( )
inline

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

52{ return m_partId; }

◆ GetPartId() [3/3]

G4int BesTofDigi::GetPartId ( )
inline

Definition at line 52 of file Simulation/BOOST/TofSim/include/TofSim/BesTofDigi.hh.

52{ return m_partId; }

◆ GetScinNb() [1/3]

G4int BesTofDigi::GetScinNb ( )
inline

◆ GetScinNb() [2/3]

G4int BesTofDigi::GetScinNb ( )
inline

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

54{ return m_scinNb; }

◆ GetScinNb() [3/3]

G4int BesTofDigi::GetScinNb ( )
inline

Definition at line 54 of file Simulation/BOOST/TofSim/include/TofSim/BesTofDigi.hh.

54{ return m_scinNb; }

◆ GetStrip() [1/3]

G4int BesTofDigi::GetStrip ( )
inline

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

61{ return m_strip; }

Referenced by BesRawDataWriter::SaveTofDigits().

◆ GetStrip() [2/3]

G4int BesTofDigi::GetStrip ( )
inline

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

61{ return m_strip; }

◆ GetStrip() [3/3]

G4int BesTofDigi::GetStrip ( )
inline

Definition at line 61 of file Simulation/BOOST/TofSim/include/TofSim/BesTofDigi.hh.

61{ return m_strip; }

◆ GetTrackIndex() [1/3]

G4int BesTofDigi::GetTrackIndex ( )
inline

◆ GetTrackIndex() [2/3]

G4int BesTofDigi::GetTrackIndex ( )
inline

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

51{ return m_trackIndex; }

◆ GetTrackIndex() [3/3]

G4int BesTofDigi::GetTrackIndex ( )
inline

Definition at line 51 of file Simulation/BOOST/TofSim/include/TofSim/BesTofDigi.hh.

51{ return m_trackIndex; }

◆ operator delete() [1/3]

void BesTofDigi::operator delete ( void * aDigi)
inline

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

88 {
89 BesTofDigiAllocator.FreeSingle( (BesTofDigi*)aDigi );
90}
G4Allocator< BesTofDigi > BesTofDigiAllocator
Definition BesTofDigi.cc:14

◆ operator delete() [2/3]

void BesTofDigi::operator delete ( void * )
inline

◆ operator delete() [3/3]

void BesTofDigi::operator delete ( void * )
inline

◆ operator new() [1/3]

void * BesTofDigi::operator new ( size_t )
inline

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

82 {
83 void* aDigi;
84 aDigi = (void*)BesTofDigiAllocator.MallocSingle();
85 return aDigi;
86}

◆ operator new() [2/3]

void * BesTofDigi::operator new ( size_t )
inline

◆ operator new() [3/3]

void * BesTofDigi::operator new ( size_t )
inline

◆ operator=() [1/3]

const BesTofDigi & BesTofDigi::operator= ( const BesTofDigi & right)

Definition at line 38 of file BesTofDigi.cc.

38 {
39 m_trackIndex = right.m_trackIndex;
40 m_partId = right.m_partId;
41 m_scinNb = right.m_scinNb;
42 m_forwADC = right.m_forwADC;
43 m_backADC = right.m_backADC;
44 m_forwTDC = right.m_forwTDC;
45 m_backTDC = right.m_backTDC;
46
47 return *this;
48}

◆ operator=() [2/3]

const BesTofDigi & BesTofDigi::operator= ( const BesTofDigi & )

◆ operator=() [3/3]

const BesTofDigi & BesTofDigi::operator= ( const BesTofDigi & )

◆ operator==() [1/3]

int BesTofDigi::operator== ( const BesTofDigi & right) const
virtual

Definition at line 50 of file BesTofDigi.cc.

50 {
51 return ( this == &right ) ? 1 : 0;
52}

◆ operator==() [2/3]

virtual G4int BesTofDigi::operator== ( const BesTofDigi & ) const
virtual

◆ operator==() [3/3]

virtual G4int BesTofDigi::operator== ( const BesTofDigi & ) const
virtual

◆ Print() [1/3]

void BesTofDigi::Print ( )
virtual

Definition at line 56 of file BesTofDigi.cc.

56{}

◆ Print() [2/3]

virtual void BesTofDigi::Print ( )
virtual

◆ Print() [3/3]

virtual void BesTofDigi::Print ( )
virtual

◆ SetBackADC() [1/3]

◆ SetBackADC() [2/3]

void BesTofDigi::SetBackADC ( G4double ADC)
inline

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

40{ m_backADC = ADC; }

◆ SetBackADC() [3/3]

void BesTofDigi::SetBackADC ( G4double ADC)
inline

Definition at line 40 of file Simulation/BOOST/TofSim/include/TofSim/BesTofDigi.hh.

40{ m_backADC = ADC; }

◆ SetBackT1() [1/3]

void BesTofDigi::SetBackT1 ( G4double t1)
inline

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

47{ m_backTDC = t1; }

Referenced by BesTofDigitizerEcV4::Digitize().

◆ SetBackT1() [2/3]

void BesTofDigi::SetBackT1 ( G4double t1)
inline

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

47{ m_backTDC = t1; }

◆ SetBackT1() [3/3]

void BesTofDigi::SetBackT1 ( G4double t1)
inline

Definition at line 47 of file Simulation/BOOST/TofSim/include/TofSim/BesTofDigi.hh.

47{ m_backTDC = t1; }

◆ SetBackT2() [1/3]

void BesTofDigi::SetBackT2 ( G4double t2)
inline

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

49{ m_backADC = t2; }

Referenced by BesTofDigitizerEcV4::Digitize().

◆ SetBackT2() [2/3]

void BesTofDigi::SetBackT2 ( G4double t2)
inline

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

49{ m_backADC = t2; }

◆ SetBackT2() [3/3]

void BesTofDigi::SetBackT2 ( G4double t2)
inline

Definition at line 49 of file Simulation/BOOST/TofSim/include/TofSim/BesTofDigi.hh.

49{ m_backADC = t2; }

◆ SetBackTDC() [1/3]

◆ SetBackTDC() [2/3]

void BesTofDigi::SetBackTDC ( G4double TDC)
inline

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

42{ m_backTDC = TDC; }

◆ SetBackTDC() [3/3]

void BesTofDigi::SetBackTDC ( G4double TDC)
inline

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

42{ m_backTDC = TDC; }

◆ SetForwADC() [1/3]

◆ SetForwADC() [2/3]

void BesTofDigi::SetForwADC ( G4double ADC)
inline

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

39{ m_forwADC = ADC; }

◆ SetForwADC() [3/3]

void BesTofDigi::SetForwADC ( G4double ADC)
inline

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

39{ m_forwADC = ADC; }

◆ SetForwT1() [1/3]

void BesTofDigi::SetForwT1 ( G4double t1)
inline

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

46{ m_forwTDC = t1; }

Referenced by BesTofDigitizerEcV4::Digitize().

◆ SetForwT1() [2/3]

void BesTofDigi::SetForwT1 ( G4double t1)
inline

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

46{ m_forwTDC = t1; }

◆ SetForwT1() [3/3]

void BesTofDigi::SetForwT1 ( G4double t1)
inline

Definition at line 46 of file Simulation/BOOST/TofSim/include/TofSim/BesTofDigi.hh.

46{ m_forwTDC = t1; }

◆ SetForwT2() [1/3]

void BesTofDigi::SetForwT2 ( G4double t2)
inline

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

48{ m_forwADC = t2; }

Referenced by BesTofDigitizerEcV4::Digitize().

◆ SetForwT2() [2/3]

void BesTofDigi::SetForwT2 ( G4double t2)
inline

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

48{ m_forwADC = t2; }

◆ SetForwT2() [3/3]

void BesTofDigi::SetForwT2 ( G4double t2)
inline

Definition at line 48 of file Simulation/BOOST/TofSim/include/TofSim/BesTofDigi.hh.

48{ m_forwADC = t2; }

◆ SetForwTDC() [1/3]

◆ SetForwTDC() [2/3]

void BesTofDigi::SetForwTDC ( G4double TDC)
inline

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

41{ m_forwTDC = TDC; }

◆ SetForwTDC() [3/3]

void BesTofDigi::SetForwTDC ( G4double TDC)
inline

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

41{ m_forwTDC = TDC; }

◆ SetModule() [1/3]

void BesTofDigi::SetModule ( G4int module)
inline

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

44{ m_scinNb = module; }

Referenced by BesTofDigitizerEcV4::Digitize().

◆ SetModule() [2/3]

void BesTofDigi::SetModule ( G4int module)
inline

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

44{ m_scinNb = module; }

◆ SetModule() [3/3]

void BesTofDigi::SetModule ( G4int module)
inline

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

44{ m_scinNb = module; }

◆ SetPartId() [1/3]

◆ SetPartId() [2/3]

void BesTofDigi::SetPartId ( G4int partId)
inline

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

36{ m_partId = partId; }

◆ SetPartId() [3/3]

void BesTofDigi::SetPartId ( G4int partId)
inline

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

36{ m_partId = partId; }

◆ SetScinNb() [1/3]

◆ SetScinNb() [2/3]

void BesTofDigi::SetScinNb ( G4int scinNb)
inline

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

38{ m_scinNb = scinNb; }

◆ SetScinNb() [3/3]

void BesTofDigi::SetScinNb ( G4int scinNb)
inline

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

38{ m_scinNb = scinNb; }

◆ SetStrip() [1/3]

void BesTofDigi::SetStrip ( G4int strip)
inline

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

45{ m_strip = strip; }

Referenced by BesTofDigitizerEcV4::Digitize().

◆ SetStrip() [2/3]

void BesTofDigi::SetStrip ( G4int strip)
inline

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

45{ m_strip = strip; }

◆ SetStrip() [3/3]

void BesTofDigi::SetStrip ( G4int strip)
inline

Definition at line 45 of file Simulation/BOOST/TofSim/include/TofSim/BesTofDigi.hh.

45{ m_strip = strip; }

◆ SetTrackIndex() [1/3]

◆ SetTrackIndex() [2/3]

void BesTofDigi::SetTrackIndex ( G4int index)
inline

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

35{ m_trackIndex = index; }

◆ SetTrackIndex() [3/3]

void BesTofDigi::SetTrackIndex ( G4int index)
inline

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

35{ m_trackIndex = index; }

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