TRecZddChannel Class Reference

#include <TRecZddChannel.h>

List of all members.

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)

Private Attributes

Int_t m_chId
Int_t m_scanCode
Int_t m_baseLine
Int_t m_phase
std::vector< std::pair< Int_t,
Float_t > > 
m_frags


Detailed Description

Definition at line 8 of file TRecZddChannel.h.


Member Typedef Documentation

typedef 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 (  )  [virtual]

Definition at line 10 of file TRecZddChannel.cxx.

00011 {
00012 }


Member Function Documentation

Int_t TRecZddChannel::baseLine (  )  const [inline]

Definition at line 19 of file TRecZddChannel.h.

References m_baseLine.

Referenced by RecZddChannelCnv::TObjectToDataObject().

00019 { return m_baseLine; }

Int_t TRecZddChannel::channelId (  )  const [inline]

Definition at line 17 of file TRecZddChannel.h.

References m_chId.

Referenced by RecZddChannelCnv::TObjectToDataObject().

00017 { return m_chId; }

const Fragments& TRecZddChannel::fragments (  )  const [inline]

Definition at line 21 of file TRecZddChannel.h.

References m_frags.

Referenced by RecZddChannelCnv::TObjectToDataObject().

00021 { return m_frags; }

Int_t TRecZddChannel::phase (  )  const [inline]

Definition at line 20 of file TRecZddChannel.h.

References m_phase.

Referenced by RecZddChannelCnv::TObjectToDataObject().

00020 { return m_phase; }

Int_t TRecZddChannel::scanCode (  )  const [inline]

Definition at line 18 of file TRecZddChannel.h.

References m_scanCode.

Referenced by RecZddChannelCnv::TObjectToDataObject().

00018 { return m_scanCode; }

void TRecZddChannel::setBaseLine ( int  baseLine  )  [inline]

Definition at line 25 of file TRecZddChannel.h.

References m_baseLine.

Referenced by RecZddChannelCnv::DataObjectToTObject().

00025 { m_baseLine = baseLine; }

void TRecZddChannel::setChannelId ( int  chId  )  [inline]

Definition at line 23 of file TRecZddChannel.h.

References m_chId.

Referenced by RecZddChannelCnv::DataObjectToTObject().

00023 { m_chId = chId; }

void TRecZddChannel::setFragments ( const Fragments frags  )  [inline]

Definition at line 27 of file TRecZddChannel.h.

References m_frags.

Referenced by RecZddChannelCnv::DataObjectToTObject().

00027 { m_frags = frags; }

void TRecZddChannel::setPhase ( int  phase  )  [inline]

Definition at line 26 of file TRecZddChannel.h.

References m_phase.

Referenced by RecZddChannelCnv::DataObjectToTObject().

00026 { m_phase = phase; }

void TRecZddChannel::setScanCode ( int  scanCode  )  [inline]

Definition at line 24 of file TRecZddChannel.h.

References m_scanCode.

00024 { m_scanCode = scanCode; }


Member Data Documentation

Int_t TRecZddChannel::m_baseLine [private]

Definition at line 33 of file TRecZddChannel.h.

Referenced by baseLine(), and setBaseLine().

Int_t TRecZddChannel::m_chId [private]

Definition at line 31 of file TRecZddChannel.h.

Referenced by channelId(), and setChannelId().

std::vector<std::pair<Int_t, Float_t> > TRecZddChannel::m_frags [private]

Definition at line 35 of file TRecZddChannel.h.

Referenced by fragments(), and setFragments().

Int_t TRecZddChannel::m_phase [private]

Definition at line 34 of file TRecZddChannel.h.

Referenced by phase(), and setPhase().

Int_t TRecZddChannel::m_scanCode [private]

Definition at line 32 of file TRecZddChannel.h.

Referenced by scanCode(), and setScanCode().


Generated on Tue Nov 29 23:36:11 2016 for BOSS_7.0.2 by  doxygen 1.4.7