CbmRoot
CbmL1Constants.h
Go to the documentation of this file.
1 #ifndef CBML1CONSTANTS_H_
2 #define CBML1CONSTANTS_H_
3 
4 namespace CbmL1Constants {
6  const double MinRecoMom =
7  0.1; // Extra set of tracks = (MinRecoMom, MinRefMom)
8  const double MinRefMom =
9  1.; // Primary set of tracks = (MinRefMom, +inf) //All reco tracks = (MinRecoMom, +inf)
10  const double MinPurity = 0.7; // min NStationInRecoTrack/NStationInMCTrack
11  const double MinNStations =
12  4.; // min number of stations in track to be reconstructable
13 } // namespace CbmL1Constants
14 
15 #endif
CbmL1Constants::MinPurity
const double MinPurity
Definition: CbmL1Constants.h:10
CbmL1Constants::MinRefMom
const double MinRefMom
Definition: CbmL1Constants.h:8
CbmL1Constants::MinRecoMom
const double MinRecoMom
Performance constants.
Definition: CbmL1Constants.h:6
CbmL1Constants
Definition: CbmL1Constants.h:4
CbmL1Constants::MinNStations
const double MinNStations
Definition: CbmL1Constants.h:11