ATLAS Offline Software
Loading...
Searching...
No Matches
Reconstruction/VKalVrt/VrtSecInclusive/VrtSecInclusive/Constants.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef _VrtSecInclusive_Constants_H
6#define _VrtSecInclusive_Constants_H
7
9#include <cmath>
10
11namespace VKalVrtAthena {
12
18
19 namespace AlgConsts {
20 constexpr double infinitesimal = 1.e-9;
21 constexpr double maxValue = 1.e10;
22 constexpr double chi2PerTrackInitValue = 1.e5;
23 constexpr double minVertexChi2Probability = 1.e-3;
24 constexpr double invalidFloat = -9999.;
25 constexpr int invalidInt = -9999;
26 constexpr unsigned invalidUnsigned = 9999;
27 }
28}
29
30
31#endif
A number of constexpr particle constants to avoid hardcoding them directly in various places.
constexpr double protonMassInMeV
the mass of the proton (in MeV)
constexpr double chargedPionMassInMeV
the mass of the charged pion (in MeV)
constexpr double electronMassInMeV
the mass of the electron (in MeV)