StRoot
1
|
#include <StBTofDaqMap.h>
Public Member Functions | |
StBTofDaqMap () | |
Default constructor. | |
void | Init (StMaker *maker) |
Initial function, need a maker to access the data base. More... | |
void | Reset () |
void | setNValidTrays (int ntrays) |
Set the number valid trays. | |
IntVec | TDIGChan2Cell (const Int_t iTdc) |
To convert TDIG channel number to module/cell number. | |
Int_t | Cell2TDIGChan (const Int_t iModule, const Int_t iCell) |
To convert module/cell number to TDIG channel number. | |
Int_t | EastPMT2TDIGLeChan (const Int_t iTube) |
Int_t | TDIGLeChan2EastPMT (const Int_t iTdc) |
To convert TDIG leading channel number to east VPD PMT number. | |
Int_t | EastPMT2TDIGTeChan (const Int_t iTube) |
To convert east VPD PMT number to TDIG trailing channel number. | |
Int_t | TDIGTeChan2EastPMT (const Int_t iTdc) |
To convert TDIG trailing channel number to east VPD PMT number. | |
Int_t | WestPMT2TDIGLeChan (const Int_t iTube) |
To convert west VPD PMT number to TDIG leading channel number. | |
Int_t | TDIGLeChan2WestPMT (const Int_t iTdc) |
To convert TDIG leading channel number to west VPD PMT number. | |
Int_t | WestPMT2TDIGTeChan (const Int_t iTube) |
To convert west VPD PMT number to TDIG trailing channel number. | |
Int_t | TDIGTeChan2WestPMT (const Int_t iTdc) |
To convert TDIG trailing channel number to west VPD PMT number. | |
IntVec | ValidTrays () |
Returns the list of valid tray Ids. | |
Int_t | numberOfValidTrays () |
Returns the number of valid trays. | |
Class to retrieve the daq map from data base
Definition at line 53 of file StBTofDaqMap.h.
Int_t StBTofDaqMap::EastPMT2TDIGLeChan | ( | const Int_t | iTube | ) |
The following VPD functions considering the asymmetric cabling in E/W VPDs To convert east VPD PMT number to TDIG leading channel number
Definition at line 218 of file StBTofDaqMap.cxx.
void StBTofDaqMap::Init | ( | StMaker * | maker | ) |
Initial function, need a maker to access the data base.
Main initial function to access data base to retrieve the daq map parameters
Definition at line 51 of file StBTofDaqMap.cxx.
References TDataSet::Find().
Referenced by StBTofSimMaker::InitRun().