CGEM BOSS 6.6.5.i
BESIII Offline Software System
Loading...
Searching...
No Matches
TEmcDigi Class Reference

#include <TEmcDigi.h>

+ Inheritance diagram for TEmcDigi:

Public Member Functions

 TEmcDigi ()
 
 ~TEmcDigi ()
 
void setMeasure (const UInt_t measure)
 
UInt_t getMeasure () const
 
- Public Member Functions inherited from TRawData
 TRawData ()
 
 ~TRawData ()
 
void initialize (UInt_t id, UInt_t time=0, UInt_t charge=0)
 
void Clear (Option_t *option="")
 
void Print (Option_t *option="") const
 
void setTrackIndex (const int trackIndex)
 
UInt_t getIntId () const
 
UInt_t getTimeChannel () const
 
UInt_t getChargeChannel () const
 
int getTrackIndex () const
 

Detailed Description

Definition at line 6 of file TEmcDigi.h.

Constructor & Destructor Documentation

◆ TEmcDigi()

TEmcDigi::TEmcDigi ( )

◆ ~TEmcDigi()

TEmcDigi::~TEmcDigi ( )

Definition at line 12 of file TEmcDigi.cxx.

12 {
13 Clear();
14}
void Clear(Option_t *option="")
Definition TRawData.cxx:18

Member Function Documentation

◆ getMeasure()

UInt_t TEmcDigi::getMeasure ( ) const

Definition at line 37 of file TEmcDigi.cxx.

37 {
38 return m_measure;
39}

Referenced by EmcROOTGeo::SetHits(), and EmcDigiCnv::TObjectToDataObject().

◆ setMeasure()

void TEmcDigi::setMeasure ( const UInt_t measure)

Definition at line 33 of file TEmcDigi.cxx.

33 {
34 m_measure = measure;
35}

Referenced by EmcDigiCnv::DataObjectToTObject().


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