BOSS 7.0.2
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
 
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)
 
 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

Member Typedef Documentation

◆ Fragments [1/2]

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

◆ Fragments [2/2]

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

Constructor & Destructor Documentation

◆ TRecZddChannel() [1/2]

TRecZddChannel::TRecZddChannel ( )

◆ ~TRecZddChannel() [1/2]

TRecZddChannel::~TRecZddChannel ( )
virtual

Definition at line 10 of file TRecZddChannel.cxx.

11{
12}

◆ TRecZddChannel() [2/2]

TRecZddChannel::TRecZddChannel ( )

◆ ~TRecZddChannel() [2/2]

virtual TRecZddChannel::~TRecZddChannel ( )
virtual

Member Function Documentation

◆ baseLine() [1/2]

Int_t TRecZddChannel::baseLine ( ) const
inline

◆ baseLine() [2/2]

Int_t TRecZddChannel::baseLine ( ) const
inline

Definition at line 19 of file InstallArea/include/RootEventData/RootEventData/TRecZddChannel.h.

19{ return m_baseLine; }

◆ channelId() [1/2]

Int_t TRecZddChannel::channelId ( ) const
inline

◆ channelId() [2/2]

Int_t TRecZddChannel::channelId ( ) const
inline

Definition at line 17 of file InstallArea/include/RootEventData/RootEventData/TRecZddChannel.h.

17{ return m_chId; }

◆ fragments() [1/2]

const Fragments & TRecZddChannel::fragments ( ) const
inline

◆ fragments() [2/2]

const Fragments & TRecZddChannel::fragments ( ) const
inline

Definition at line 21 of file InstallArea/include/RootEventData/RootEventData/TRecZddChannel.h.

21{ return m_frags; }

◆ phase() [1/2]

Int_t TRecZddChannel::phase ( ) const
inline

◆ phase() [2/2]

Int_t TRecZddChannel::phase ( ) const
inline

Definition at line 20 of file InstallArea/include/RootEventData/RootEventData/TRecZddChannel.h.

20{ return m_phase; }

◆ scanCode() [1/2]

Int_t TRecZddChannel::scanCode ( ) const
inline

◆ scanCode() [2/2]

Int_t TRecZddChannel::scanCode ( ) const
inline

Definition at line 18 of file InstallArea/include/RootEventData/RootEventData/TRecZddChannel.h.

18{ return m_scanCode; }

◆ setBaseLine() [1/2]

void TRecZddChannel::setBaseLine ( int  baseLine)
inline

◆ setBaseLine() [2/2]

void TRecZddChannel::setBaseLine ( int  baseLine)
inline

Definition at line 25 of file InstallArea/include/RootEventData/RootEventData/TRecZddChannel.h.

25{ m_baseLine = baseLine; }

◆ setChannelId() [1/2]

void TRecZddChannel::setChannelId ( int  chId)
inline

◆ setChannelId() [2/2]

void TRecZddChannel::setChannelId ( int  chId)
inline

Definition at line 23 of file InstallArea/include/RootEventData/RootEventData/TRecZddChannel.h.

23{ m_chId = chId; }

◆ setFragments() [1/2]

void TRecZddChannel::setFragments ( const Fragments frags)
inline

◆ setFragments() [2/2]

void TRecZddChannel::setFragments ( const Fragments frags)
inline

Definition at line 27 of file InstallArea/include/RootEventData/RootEventData/TRecZddChannel.h.

27{ m_frags = frags; }

◆ setPhase() [1/2]

void TRecZddChannel::setPhase ( int  phase)
inline

◆ setPhase() [2/2]

void TRecZddChannel::setPhase ( int  phase)
inline

Definition at line 26 of file InstallArea/include/RootEventData/RootEventData/TRecZddChannel.h.

26{ m_phase = phase; }

◆ setScanCode() [1/2]

void TRecZddChannel::setScanCode ( int  scanCode)
inline

◆ setScanCode() [2/2]

void TRecZddChannel::setScanCode ( int  scanCode)
inline

Definition at line 24 of file InstallArea/include/RootEventData/RootEventData/TRecZddChannel.h.

24{ m_scanCode = scanCode; }

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