BOSS 7.0.3
BESIII Offline Software System
Loading...
Searching...
No Matches
TofDigi Class Reference

#include <TofDigi.h>

+ Inheritance diagram for TofDigi:

Public Member Functions

 TofDigi (const Identifier &id, const unsigned int timeChannel, const unsigned int chargeChannel)
 
 TofDigi (const unsigned int id)
 
void setOverflow (const unsigned int overflow)
 
unsigned int getOverflow ()
 
virtual const CLID & clID () const
 
 TofDigi (const Identifier &id, const unsigned int timeChannel, const unsigned int chargeChannel)
 
 TofDigi (const unsigned int id)
 
void setOverflow (const unsigned int overflow)
 
unsigned int getOverflow ()
 
virtual const CLID & clID () const
 
- Public Member Functions inherited from RawData
 RawData (const Identifier &id, const unsigned int timeChannel=0, const unsigned int chargeChannel=0)
 
 RawData (const unsigned int id)
 
void setTimeChannel (const unsigned int timeChannel)
 
void setChargeChannel (const unsigned int chargeChannel)
 
void setTrackIndex (const int trackIndex)
 
virtual Identifier identify () const
 
unsigned int getIntId () const
 
unsigned int getTimeChannel () const
 
unsigned int getChargeChannel () const
 
int getTrackIndex () const
 
RawDataoperator+= (const RawData &)
 
virtual StreamBuffer & serialize (StreamBuffer &s) const
 Serialize the object for writing.
 
virtual StreamBuffer & serialize (StreamBuffer &s)
 
virtual std::ostream & fillStream (std::ostream &s) const
 Fill the ASCII output stream.
 
 RawData (const Identifier &id, const unsigned int timeChannel=0, const unsigned int chargeChannel=0)
 
 RawData (const unsigned int id)
 
void setTimeChannel (const unsigned int timeChannel)
 
void setChargeChannel (const unsigned int chargeChannel)
 
void setTrackIndex (const int trackIndex)
 
virtual Identifier identify () const
 
unsigned int getIntId () const
 
unsigned int getTimeChannel () const
 
unsigned int getChargeChannel () const
 
int getTrackIndex () const
 
RawDataoperator+= (const RawData &)
 
virtual StreamBuffer & serialize (StreamBuffer &s) const
 Serialize the object for writing.
 
virtual StreamBuffer & serialize (StreamBuffer &s)
 
virtual std::ostream & fillStream (std::ostream &s) const
 Fill the ASCII output stream.
 

Static Public Member Functions

static const CLID & classID ()
 
static const CLID & classID ()
 

Additional Inherited Members

- Protected Member Functions inherited from RawData
 RawData (const RawData &)
 
RawDataoperator= (const RawData &)
 
 RawData (const RawData &)
 
RawDataoperator= (const RawData &)
 
- Protected Attributes inherited from RawData
const Identifier m_id
 
unsigned int m_timeChannel
 
unsigned int m_chargeChannel
 
const unsigned int m_intId
 
int m_trackIndex
 

Detailed Description

Constructor & Destructor Documentation

◆ TofDigi() [1/4]

TofDigi::TofDigi ( const Identifier id,
const unsigned int  timeChannel,
const unsigned int  chargeChannel 
)

Definition at line 3 of file TofDigi.cxx.

3 :
4 RawData(id, timeChannel, chargeChannel),
5 m_overflow(0) {
6}

◆ TofDigi() [2/4]

TofDigi::TofDigi ( const unsigned int  id)

Definition at line 8 of file TofDigi.cxx.

8 :
9 RawData(id),
10 m_overflow(0) {
11}

◆ TofDigi() [3/4]

TofDigi::TofDigi ( const Identifier id,
const unsigned int  timeChannel,
const unsigned int  chargeChannel 
)

◆ TofDigi() [4/4]

TofDigi::TofDigi ( const unsigned int  id)

Member Function Documentation

◆ classID() [1/2]

static const CLID & TofDigi::classID ( )
inlinestatic

Definition at line 35 of file InstallArea/include/TofRawEvent/TofRawEvent/TofDigi.h.

35{ return CLID_TofDigi; }
const CLID & CLID_TofDigi
Definition: EventModel.cxx:240

Referenced by clID().

◆ classID() [2/2]

static const CLID & TofDigi::classID ( )
inlinestatic

◆ clID() [1/2]

virtual const CLID & TofDigi::clID ( ) const
inlinevirtual

◆ clID() [2/2]

virtual const CLID & TofDigi::clID ( ) const
inlinevirtual

◆ getOverflow() [1/2]

unsigned int TofDigi::getOverflow ( )
inline

Definition at line 26 of file InstallArea/include/TofRawEvent/TofRawEvent/TofDigi.h.

26 {
27 //if (m_timeChannel > 65535 || m_chargeChannel > 65535) {
28 // m_overflow = 1;
29 //}
30 return m_overflow;
31 }

Referenced by TofConverter::convert().

◆ getOverflow() [2/2]

unsigned int TofDigi::getOverflow ( )
inline

Definition at line 26 of file Tof/TofRawEvent/TofRawEvent-00-02-07/TofRawEvent/TofDigi.h.

26 {
27 //if (m_timeChannel > 65535 || m_chargeChannel > 65535) {
28 // m_overflow = 1;
29 //}
30 return m_overflow;
31 }

◆ setOverflow() [1/2]

void TofDigi::setOverflow ( const unsigned int  overflow)
inline

◆ setOverflow() [2/2]

void TofDigi::setOverflow ( const unsigned int  overflow)
inline

Definition at line 23 of file Tof/TofRawEvent/TofRawEvent-00-02-07/TofRawEvent/TofDigi.h.

23{ m_overflow = overflow; }

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