CGEM BOSS 6.6.5.i
BESIII Offline Software System
Loading...
Searching...
No Matches
TofTrack.h File Reference

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 , 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 mass [5] = { 0.00051100, 0.10566, 0.13957, 0.49368, 0.93827 }
 

Typedef Documentation

◆ TofTrackVec

typedef std::vector<TofTrack*> TofTrackVec

Definition at line 197 of file TofTrack.h.

Enumeration Type Documentation

◆ ExtTrackCase

Enumerator
InnerLayer 
OuterLayer 
DoubleLayer 
EastEndcap 
WestEndcap 
NoHit 

Definition at line 18 of file TofTrack.h.

@ WestEndcap
Definition TofTrack.h:18
@ OuterLayer
Definition TofTrack.h:18
@ InnerLayer
Definition TofTrack.h:18
@ EastEndcap
Definition TofTrack.h:18
@ DoubleLayer
Definition TofTrack.h:18
@ NoHit
Definition TofTrack.h:18

Variable Documentation

◆ adc_Cut

const double adc_Cut = 10000.0

Definition at line 10 of file TofTrack.h.

◆ mass

const double mass[5] = { 0.00051100, 0.10566, 0.13957, 0.49368, 0.93827 }

Definition at line 16 of file TofTrack.h.

16{ 0.00051100, 0.10566, 0.13957, 0.49368, 0.93827 };

◆ tdc_Cut

const double tdc_Cut = 100000.0

Definition at line 11 of file TofTrack.h.

◆ zadc_Cut

const double zadc_Cut = 25.0

◆ ztdc_Cut

const double ztdc_Cut = 15.0

◆ ztdc_Cut1

const double ztdc_Cut1 = 1.65*4.0

Definition at line 13 of file TofTrack.h.

◆ ztdc_Cut2

const double ztdc_Cut2 = 1.73*4.0

Definition at line 14 of file TofTrack.h.