15#include "G4Allocator.hh"
16#include "G4TDigiCollection.hh"
28 inline void*
operator new( size_t );
29 inline void operator delete(
void* );
36 void SetPartId( G4int partId ) { m_partId = partId; }
38 void SetScinNb( G4int scinNb ) { m_scinNb = scinNb; }
44 void SetModule( G4int module ) { m_scinNb =
module; }
45 void SetStrip( G4int strip ) { m_strip = strip; }
82inline void* BesTofDigi::operator
new( size_t ) {
88inline void BesTofDigi::operator
delete(
void* aDigi ) {
G4Allocator< BesTofDigi > BesTofDigiAllocator
G4TDigiCollection< BesTofDigi > BesTofDigitsCollection
void SetForwT1(G4double t1)
BesTofDigi(const BesTofDigi &)
void SetPartId(G4int partId)
void SetForwADC(G4double ADC)
void SetTrackIndex(G4int index)
void SetForwT2(G4double t2)
void SetBackADC(G4double ADC)
void SetBackT1(G4double t1)
void SetForwTDC(G4double TDC)
void SetModule(G4int module)
const BesTofDigi & operator=(const BesTofDigi &)
virtual G4int operator==(const BesTofDigi &) const
void SetScinNb(G4int scinNb)
void SetBackT2(G4double t2)
void SetStrip(G4int strip)
void SetBackTDC(G4double TDC)