PandaRoot
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

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 87 of file PndCAParameters.h.

Variable Documentation

◆ ExtraThreshold

const float PndCAPParameters::ExtraThreshold = 0.05
static

if p < ExtraThreshold => track is not reconstructable

Definition at line 108 of file PndCAParameters.h.

◆ MinTrackPurity

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 118 of file PndCAParameters.h.

◆ RefThreshold

const float PndCAPParameters::RefThreshold = 1.
static

if p < RefThreshold => track is not reference track

Definition at line 113 of file PndCAParameters.h.