FairRoot/PandaRoot
Enumerations | Variables
PndCAPParameters Namespace Reference

Enumerations

enum  { MinimumHitsForMCTrack = 6, MinimumMCPointsForMCTrack = MinimumHitsForMCTrack, MinimumHitsForRecoTrack = PndCAParameters::MinimumHitsForRecoTrack }
 parameters for global Performance More...
 

Variables

static const float ExtraThreshold = 0.05
 
static const float RefThreshold = 1.
 
static const float MinTrackPurity = .75
 

Enumeration Type Documentation

anonymous enum

parameters for global Performance

MC track is reconstructable if:

  • it have at least MinimumHitsForMCTrack hits
  • momentum of it is not lower than PndCAParameters::ExtraThreshold
Enumerator
MinimumHitsForMCTrack 

The minimum number of hits for a MCtrack to be reconstructable

MinimumMCPointsForMCTrack 

The minimum number of hits for a MCtrack to be reconstructable

MinimumHitsForRecoTrack 

MCTrack is reconstructed if correspondent recoTrack has NHits >= MinimumHitsForRecoTrack

Definition at line 88 of file PndCAParameters.h.

Variable Documentation

const float PndCAPParameters::ExtraThreshold = 0.05
static

if p < ExtraThreshold => track is not reconstructable

Definition at line 109 of file PndCAParameters.h.

const float PndCAPParameters::MinTrackPurity = .75
static

max percent of one MCTrack MCPoints in current track should be more than this value, then thrack is not ghost.

Definition at line 120 of file PndCAParameters.h.

const float PndCAPParameters::RefThreshold = 1.
static

if p < RefThreshold => track is not reference track

Definition at line 114 of file PndCAParameters.h.

Referenced by PndFTSCADisplay::DrawGBHits(), and PndFTSCADisplay::DrawTrack().