|
BOSS 8.0.0
BESIII Offline Software System
|
#include "TreeTofCalibDataCnv.h"#include "CalibData/Tof/TofCalibData.h"#include "CalibDataSvc/IInstrumentName.h"#include "CalibMySQLCnvSvc/TreeAddress.h"#include "GaudiKernel/MsgStream.h"#include "TBuffer.h"#include "TDirectory.h"#include "TFile.h"#include "TObject.h"#include "TTree.h"#include "GaudiKernel/DataObject.h"#include "GaudiKernel/GenericAddress.h"#include "GaudiKernel/IAddressCreator.h"#include "GaudiKernel/IConversionSvc.h"#include "GaudiKernel/IDataProviderSvc.h"#include "GaudiKernel/IOpaqueAddress.h"#include "CalibDataSvc/ICalibMetaCnvSvc.h"#include "CalibDataSvc/ICalibTreeSvc.h"#include "CalibData/CalibModel.h"Go to the source code of this file.
Variables | |
| const unsigned int | nBarAtten = 8 |
| const unsigned int | nBarSpeed = 2 |
| const unsigned int | nBarPar = 10 |
| const unsigned int | nBarParOff = 20 |
| const unsigned int | nBarSigma = 5 |
| const unsigned int | nBarSigCnt = 10 |
| const unsigned int | nBarSigCor = 8 |
| const unsigned int | nBarOffset = 2 |
| const unsigned int | nEndAtten = 5 |
| const unsigned int | nEndSpeed = 4 |
| const unsigned int | nEndPar = 8 |
| const unsigned int | nEndSigma = 5 |
| const unsigned int | nEtfSpeed = 4 |
| const unsigned int | nEtfPar = 20 |
| const unsigned int | nEtfBunch = 4 |
| const unsigned int nBarAtten = 8 |
Definition at line 28 of file TreeTofCalibDataCnv.cxx.
| const unsigned int nBarOffset = 2 |
Definition at line 36 of file TreeTofCalibDataCnv.cxx.
| const unsigned int nBarPar = 10 |
Definition at line 30 of file TreeTofCalibDataCnv.cxx.
| const unsigned int nBarParOff = 20 |
Definition at line 31 of file TreeTofCalibDataCnv.cxx.
| const unsigned int nBarSigCnt = 10 |
Definition at line 33 of file TreeTofCalibDataCnv.cxx.
| const unsigned int nBarSigCor = 8 |
Definition at line 35 of file TreeTofCalibDataCnv.cxx.
| const unsigned int nBarSigma = 5 |
Definition at line 32 of file TreeTofCalibDataCnv.cxx.
| const unsigned int nBarSpeed = 2 |
Definition at line 29 of file TreeTofCalibDataCnv.cxx.
| const unsigned int nEndAtten = 5 |
Definition at line 38 of file TreeTofCalibDataCnv.cxx.
| const unsigned int nEndPar = 8 |
Definition at line 40 of file TreeTofCalibDataCnv.cxx.
| const unsigned int nEndSigma = 5 |
Definition at line 41 of file TreeTofCalibDataCnv.cxx.
| const unsigned int nEndSpeed = 4 |
Definition at line 39 of file TreeTofCalibDataCnv.cxx.
| const unsigned int nEtfBunch = 4 |
Definition at line 45 of file TreeTofCalibDataCnv.cxx.
| const unsigned int nEtfPar = 20 |
Definition at line 44 of file TreeTofCalibDataCnv.cxx.
| const unsigned int nEtfSpeed = 4 |
Definition at line 43 of file TreeTofCalibDataCnv.cxx.