CGEM BOSS 6.6.5.h
BESIII Offline Software System
|
#include <TRecZddChannel.h>
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 Fragments & | fragments () const |
void | setChannelId (int chId) |
void | setScanCode (int scanCode) |
void | setBaseLine (int baseLine) |
void | setPhase (int phase) |
void | setFragments (const Fragments &frags) |
Definition at line 8 of file TRecZddChannel.h.
std::vector<std::pair<Int_t, Float_t> > TRecZddChannel::Fragments |
Definition at line 15 of file TRecZddChannel.h.
TRecZddChannel::TRecZddChannel | ( | ) |
|
virtual |
Definition at line 10 of file TRecZddChannel.cxx.
|
inline |
Definition at line 19 of file TRecZddChannel.h.
Referenced by setBaseLine(), and RecZddChannelCnv::TObjectToDataObject().
|
inline |
Definition at line 17 of file TRecZddChannel.h.
Referenced by RecZddChannelCnv::TObjectToDataObject().
|
inline |
Definition at line 21 of file TRecZddChannel.h.
Referenced by RecZddChannelCnv::TObjectToDataObject().
|
inline |
Definition at line 20 of file TRecZddChannel.h.
Referenced by setPhase(), and RecZddChannelCnv::TObjectToDataObject().
|
inline |
Definition at line 18 of file TRecZddChannel.h.
Referenced by setScanCode(), and RecZddChannelCnv::TObjectToDataObject().
|
inline |
Definition at line 25 of file TRecZddChannel.h.
Referenced by RecZddChannelCnv::DataObjectToTObject().
|
inline |
Definition at line 23 of file TRecZddChannel.h.
Referenced by RecZddChannelCnv::DataObjectToTObject().
|
inline |
Definition at line 27 of file TRecZddChannel.h.
Referenced by RecZddChannelCnv::DataObjectToTObject().
|
inline |
Definition at line 26 of file TRecZddChannel.h.
Referenced by RecZddChannelCnv::DataObjectToTObject().
|
inline |
Definition at line 24 of file TRecZddChannel.h.