CbmRoot
Loading...
Searching...
No Matches
PerformanceConstants.h
Go to the documentation of this file.
1/* Copyright (C) 2017 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Maksym Zyzak [committer] */
4
5#ifndef _PerformanceConstants_h
6#define _PerformanceConstants_h
7
9{
10 const double MinRecoMom = 0.1; // Extra set of tracks = (MinRecoMom, MinRefMom)
11 const double MinRefMom = 1.; // Primary set of tracks = (MinRefMom, +inf) //All reco tracks = (MinRecoMom, +inf)
12 const double MinPurity = 0.7; // min NStationInRecoTrack/NStationInMCTrack
13 const double MinNStations = 4.; // min number of stations in track to be reconstructable
14} // namespace PerformanceConstants
15
16#endif //_Performance_h