BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
TofTrack.h File Reference
#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 Documentation

◆ TofTrackVec

typedef std::vector<TofTrack*> TofTrackVec

Definition at line 239 of file TofTrack.h.

Enumeration Type Documentation

◆ ExtTrackCase

Enumerator
InnerLayer 
OuterLayer 
DoubleLayer 
EastEndcap 
WestEndcap 
EastEndcapMRPC 
WestEndcapMRPC 
NoHit 

Definition at line 21 of file TofTrack.h.

21 {
29 NoHit
30};
@ WestEndcap
Definition TofTrack.h:26
@ OuterLayer
Definition TofTrack.h:23
@ EastEndcapMRPC
Definition TofTrack.h:27
@ InnerLayer
Definition TofTrack.h:22
@ EastEndcap
Definition TofTrack.h:25
@ DoubleLayer
Definition TofTrack.h:24
@ WestEndcapMRPC
Definition TofTrack.h:28
@ NoHit
Definition TofTrack.h:29

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.

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

Referenced by TofTrack::setExtTrack().

◆ stripLength

const double stripLength[12]
Initial value:
= { 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.

18 { 8.6, 9.1, 9.6, 10.1, 10.6, 11.1,
19 11.6, 12.1, 12.6, 13.1, 13.6, 14.1 };

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