BOSS 7.1.1
BESIII Offline Software System
Loading...
Searching...
No Matches
TRecZddChannel Class Reference

#include <TRecZddChannel.h>

+ Inheritance diagram for TRecZddChannel:

Public Types

typedef std::vector< std::pair< Int_t, Float_t > > Fragments
 

Public Member Functions

 TRecZddChannel ()
 
virtual ~TRecZddChannel ()
 
Int_t channelId () const
 
Int_t scanCode () const
 
Int_t baseLine () const
 
Int_t phase () const
 
const Fragmentsfragments () const
 
void setChannelId (int chId)
 
void setScanCode (int scanCode)
 
void setBaseLine (int baseLine)
 
void setPhase (int phase)
 
void setFragments (const Fragments &frags)
 

Detailed Description

Definition at line 8 of file TRecZddChannel.h.

Member Typedef Documentation

◆ Fragments

std::vector<std::pair<Int_t, Float_t> > TRecZddChannel::Fragments

Definition at line 15 of file TRecZddChannel.h.

Constructor & Destructor Documentation

◆ TRecZddChannel()

TRecZddChannel::TRecZddChannel ( )

◆ ~TRecZddChannel()

TRecZddChannel::~TRecZddChannel ( )
virtual

Definition at line 10 of file TRecZddChannel.cxx.

11{
12}

Member Function Documentation

◆ baseLine()

Int_t TRecZddChannel::baseLine ( ) const
inline

Definition at line 19 of file TRecZddChannel.h.

19{ return m_baseLine; }

Referenced by setBaseLine(), and RecZddChannelCnv::TObjectToDataObject().

◆ channelId()

Int_t TRecZddChannel::channelId ( ) const
inline

Definition at line 17 of file TRecZddChannel.h.

17{ return m_chId; }

Referenced by RecZddChannelCnv::TObjectToDataObject().

◆ fragments()

const Fragments & TRecZddChannel::fragments ( ) const
inline

Definition at line 21 of file TRecZddChannel.h.

21{ return m_frags; }

Referenced by RecZddChannelCnv::TObjectToDataObject().

◆ phase()

Int_t TRecZddChannel::phase ( ) const
inline

Definition at line 20 of file TRecZddChannel.h.

20{ return m_phase; }

Referenced by setPhase(), and RecZddChannelCnv::TObjectToDataObject().

◆ scanCode()

Int_t TRecZddChannel::scanCode ( ) const
inline

Definition at line 18 of file TRecZddChannel.h.

18{ return m_scanCode; }

Referenced by setScanCode(), and RecZddChannelCnv::TObjectToDataObject().

◆ setBaseLine()

void TRecZddChannel::setBaseLine ( int baseLine)
inline

Definition at line 25 of file TRecZddChannel.h.

25{ m_baseLine = baseLine; }
Int_t baseLine() const

Referenced by RecZddChannelCnv::DataObjectToTObject().

◆ setChannelId()

void TRecZddChannel::setChannelId ( int chId)
inline

Definition at line 23 of file TRecZddChannel.h.

23{ m_chId = chId; }

Referenced by RecZddChannelCnv::DataObjectToTObject().

◆ setFragments()

void TRecZddChannel::setFragments ( const Fragments & frags)
inline

Definition at line 27 of file TRecZddChannel.h.

27{ m_frags = frags; }

Referenced by RecZddChannelCnv::DataObjectToTObject().

◆ setPhase()

void TRecZddChannel::setPhase ( int phase)
inline

Definition at line 26 of file TRecZddChannel.h.

26{ m_phase = phase; }
Int_t phase() const

Referenced by RecZddChannelCnv::DataObjectToTObject().

◆ setScanCode()

void TRecZddChannel::setScanCode ( int scanCode)
inline

Definition at line 24 of file TRecZddChannel.h.

24{ m_scanCode = scanCode; }
Int_t scanCode() const

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