|
BOSS 8.0.0
BESIII Offline Software System
|
#include "ExtEvent/RecExtTrack.h"#include "RawDataProviderSvc/TofData.h"#include "TofRecEvent/RecBTofCalHit.h"#include "TofRecEvent/RecETofCalHit.h"#include "TofRecEvent/RecTofTrack.h"Go to the source code of this file.
Classes | |
| class | TofTrack |
Typedefs | |
| typedef std::vector< TofTrack * > | TofTrackVec |
Enumerations | |
| enum | ExtTrackCase { InnerLayer , OuterLayer , DoubleLayer , EastEndcap , WestEndcap , EastEndcapMRPC , WestEndcapMRPC , NoHit } |
Variables | |
| const double | adc_Cut = 10000.0 |
| const double | tdc_Cut = 100000.0 |
| const double | ztdc_Cut = 15.0 |
| const double | ztdc_Cut1 = 1.65 * 4.0 |
| const double | ztdc_Cut2 = 1.73 * 4.0 |
| const double | zadc_Cut = 25.0 |
| const double | ztdc_EtfCut = 15.0 |
| const double | mass [5] = { 0.00051100, 0.10566, 0.13957, 0.49368, 0.93827 } |
| const double | stripLength [12] |
| typedef std::vector<TofTrack*> TofTrackVec |
Definition at line 239 of file TofTrack.h.
| enum ExtTrackCase |
| Enumerator | |
|---|---|
| InnerLayer | |
| OuterLayer | |
| DoubleLayer | |
| EastEndcap | |
| WestEndcap | |
| EastEndcapMRPC | |
| WestEndcapMRPC | |
| NoHit | |
Definition at line 21 of file TofTrack.h.
| const double adc_Cut = 10000.0 |
Definition at line 10 of file TofTrack.h.
| const double mass[5] = { 0.00051100, 0.10566, 0.13957, 0.49368, 0.93827 } |
Definition at line 17 of file TofTrack.h.
Referenced by TofTrack::setExtTrack().
| const double stripLength[12] |
Definition at line 18 of file TofTrack.h.
| const double tdc_Cut = 100000.0 |
Definition at line 11 of file TofTrack.h.
| const double zadc_Cut = 25.0 |
Definition at line 15 of file TofTrack.h.
Referenced by TofTrack::getEtfData(), TofTrack::getTofData(), TofTrack::getTofDataEast(), and TofTrack::getTofDataWest().
| const double ztdc_Cut = 15.0 |
Definition at line 12 of file TofTrack.h.
Referenced by TofTrack::findTofDataBarrel(), TofTrack::getEtfData(), TofTrack::getTofData(), TofTrack::getTofDataEast(), and TofTrack::getTofDataWest().
| const double ztdc_Cut1 = 1.65 * 4.0 |
Definition at line 13 of file TofTrack.h.
| const double ztdc_Cut2 = 1.73 * 4.0 |
Definition at line 14 of file TofTrack.h.
| const double ztdc_EtfCut = 15.0 |
Definition at line 16 of file TofTrack.h.