#include <TRossendorfMapParam.h>
Public Member Functions | |
TRossendorfMapParam (const char *name=0) | |
Int_t | getTdcMap (Int_t rpc, Int_t strip, Int_t *tdcLeft, Int_t *tdcRight, Int_t *chLeft, Int_t *chRight) |
Int_t | getQdcMap (Int_t rpc, Int_t strip, Int_t *qdcLeft, Int_t *qdcRight, Int_t *chLeft, Int_t *chRight) |
void | setTdcMap (Int_t rpc, Int_t strip, Int_t tdcLeft, Int_t chLeft, Int_t tdcRight, Int_t chRight) |
void | setQdcMap (Int_t rpc, Int_t strip, Int_t qdcLeft, Int_t chLeft, Int_t qdcRight, Int_t chRight) |
TRossendorfMapParam (const char *name=0) | |
Int_t | getTdcMap (Int_t rpc, Int_t strip, Int_t *tdcLeft, Int_t *tdcRight, Int_t *chLeft, Int_t *chRight) |
Int_t | getQdcMap (Int_t rpc, Int_t strip, Int_t *qdcLeft, Int_t *qdcRight, Int_t *chLeft, Int_t *chRight) |
void | setTdcMap (Int_t rpc, Int_t strip, Int_t tdcLeft, Int_t chLeft, Int_t tdcRight, Int_t chRight) |
void | setQdcMap (Int_t rpc, Int_t strip, Int_t qdcLeft, Int_t chLeft, Int_t qdcRight, Int_t chRight) |
Protected Attributes | |
struct channelMap | tdcMap [3][8] |
struct channelMap | qdcMap [3][8] |
Definition at line 13 of file TRossendorfMapParam.h.
TRossendorfMapParam::TRossendorfMapParam | ( | const char * | name = 0 |
) |
Definition at line 6 of file TRossendorfMapParam.cxx.
References channelMap::ch_left, channelMap::ch_right, qdcMap, channelMap::tdc_left, channelMap::tdc_right, and tdcMap.
TRossendorfMapParam::TRossendorfMapParam | ( | const char * | name = 0 |
) |
Int_t TRossendorfMapParam::getQdcMap | ( | Int_t | rpc, | |
Int_t | strip, | |||
Int_t * | qdcLeft, | |||
Int_t * | qdcRight, | |||
Int_t * | chLeft, | |||
Int_t * | chRight | |||
) |
Definition at line 38 of file TRossendorfMapParam.cxx.
References channelMap::ch_left, channelMap::ch_right, qdcMap, channelMap::tdc_left, and channelMap::tdc_right.
Referenced by TRossendorfProc::FinalizeEvent().
Int_t TRossendorfMapParam::getQdcMap | ( | Int_t | rpc, | |
Int_t | strip, | |||
Int_t * | qdcLeft, | |||
Int_t * | qdcRight, | |||
Int_t * | chLeft, | |||
Int_t * | chRight | |||
) |
Int_t TRossendorfMapParam::getTdcMap | ( | Int_t | rpc, | |
Int_t | strip, | |||
Int_t * | tdcLeft, | |||
Int_t * | tdcRight, | |||
Int_t * | chLeft, | |||
Int_t * | chRight | |||
) |
Definition at line 25 of file TRossendorfMapParam.cxx.
References channelMap::ch_left, channelMap::ch_right, channelMap::tdc_left, channelMap::tdc_right, and tdcMap.
Referenced by TRossendorfProc::FinalizeEvent().
Int_t TRossendorfMapParam::getTdcMap | ( | Int_t | rpc, | |
Int_t | strip, | |||
Int_t * | tdcLeft, | |||
Int_t * | tdcRight, | |||
Int_t * | chLeft, | |||
Int_t * | chRight | |||
) |
void TRossendorfMapParam::setQdcMap | ( | Int_t | rpc, | |
Int_t | strip, | |||
Int_t | qdcLeft, | |||
Int_t | chLeft, | |||
Int_t | qdcRight, | |||
Int_t | chRight | |||
) |
Definition at line 59 of file TRossendorfMapParam.cxx.
References channelMap::ch_left, channelMap::ch_right, qdcMap, channelMap::tdc_left, and channelMap::tdc_right.
void TRossendorfMapParam::setQdcMap | ( | Int_t | rpc, | |
Int_t | strip, | |||
Int_t | qdcLeft, | |||
Int_t | chLeft, | |||
Int_t | qdcRight, | |||
Int_t | chRight | |||
) |
void TRossendorfMapParam::setTdcMap | ( | Int_t | rpc, | |
Int_t | strip, | |||
Int_t | tdcLeft, | |||
Int_t | chLeft, | |||
Int_t | tdcRight, | |||
Int_t | chRight | |||
) |
Definition at line 51 of file TRossendorfMapParam.cxx.
References channelMap::ch_left, channelMap::ch_right, channelMap::tdc_left, channelMap::tdc_right, and tdcMap.
void TRossendorfMapParam::setTdcMap | ( | Int_t | rpc, | |
Int_t | strip, | |||
Int_t | tdcLeft, | |||
Int_t | chLeft, | |||
Int_t | tdcRight, | |||
Int_t | chRight | |||
) |
struct channelMap TRossendorfMapParam::qdcMap [protected] |
Definition at line 16 of file TRossendorfMapParam.h.
Referenced by getQdcMap(), setQdcMap(), and TRossendorfMapParam().
struct channelMap TRossendorfMapParam::tdcMap [protected] |
Definition at line 15 of file TRossendorfMapParam.h.
Referenced by getTdcMap(), setTdcMap(), and TRossendorfMapParam().