CbmRoot
Loading...
Searching...
No Matches
CbmL1Constants.h
Go to the documentation of this file.
1/* Copyright (C) 2012 Frankfurt Institute for Advanced Studies, Goethe-Universität Frankfurt, Frankfurt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Igor Kulakov [committer] */
4
5#ifndef CBML1CONSTANTS_H_
6#define CBML1CONSTANTS_H_
7
9{
11 const double MinRecoMom = 0.1; // Extra set of tracks = (MinRecoMom, MinRefMom)
12 const double MinFastMom = 1.; // Primary set of tracks = (MinRefMom, +inf) //All reco tracks = (MinRecoMom, +inf)
13 const double MinPurity = 0.7; // min NStationInRecoTrack/NStationInMCTrack
14 const int MinNStations = 4; // min number of stations on track to be reconstructable
15} // namespace CbmL1Constants
16
17// FIXME: This values should be read from iterations!
18
19#endif
const double MinRecoMom
Performance constants.
const double MinPurity
const double MinFastMom
const int MinNStations