BOSS 7.0.7
BESIII Offline Software System
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 , 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] = { 8.6, 9.1, 9.6, 10.1, 10.6, 11.1, 11.6, 12.1, 12.6, 13.1, 13.6, 14.1}
 

Typedef Documentation

◆ TofTrackVec

typedef std::vector<TofTrack*> TofTrackVec

Definition at line 220 of file TofTrack.h.

Enumeration Type Documentation

◆ ExtTrackCase

Enumerator
InnerLayer 
OuterLayer 
DoubleLayer 
EastEndcap 
WestEndcap 
EastEndcapMRPC 
WestEndcapMRPC 
NoHit 

Definition at line 20 of file TofTrack.h.

@ WestEndcap
Definition: TofTrack.h:20
@ OuterLayer
Definition: TofTrack.h:20
@ EastEndcapMRPC
Definition: TofTrack.h:20
@ InnerLayer
Definition: TofTrack.h:20
@ EastEndcap
Definition: TofTrack.h:20
@ DoubleLayer
Definition: TofTrack.h:20
@ WestEndcapMRPC
Definition: TofTrack.h:20
@ NoHit
Definition: TofTrack.h:20

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 17 of file TofTrack.h.

Referenced by TofTrack::setExtTrack().

◆ stripLength

const double stripLength[12] = { 8.6, 9.1, 9.6, 10.1, 10.6, 11.1, 11.6, 12.1, 12.6, 13.1, 13.6, 14.1}

Definition at line 18 of file TofTrack.h.

◆ 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

◆ 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.

◆ ztdc_EtfCut

const double ztdc_EtfCut = 15.0

Definition at line 16 of file TofTrack.h.