Project
Loading...
Searching...
No Matches
Constants.h File Reference

Some constants, fixed parameters and look-up-table functions. More...

#include <climits>
#include <vector>
#include <array>
#include <Rtypes.h>
#include "CommonConstants/MathConstants.h"

Go to the source code of this file.

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::mft
 
namespace  o2::mft::constants
 
namespace  o2::mft::constants::mft
 
namespace  o2::mft::constants::index_table
 

Functions

constexpr std::array< Float_t, LayersNumbero2::mft::constants::mft::LayerZCoordinate ()
 
constexpr std::array< Float_t, LayersNumbero2::mft::constants::mft::InverseLayerZCoordinate ()
 

Variables

constexpr Int_t o2::mft::constants::mft::LayersNumber {10}
 
constexpr Int_t o2::mft::constants::mft::DisksNumber {5}
 
constexpr Int_t o2::mft::constants::mft::TrackletsPerRoad {LayersNumber - 1}
 
constexpr Int_t o2::mft::constants::mft::CellsPerRoad {LayersNumber - 2}
 
constexpr Int_t o2::mft::constants::mft::ClustersPerCell {2}
 
constexpr Int_t o2::mft::constants::mft::UnusedIndex {-1}
 
constexpr Float_t o2::mft::constants::mft::Resolution {0.0005f}
 
constexpr Int_t o2::mft::constants::mft::MaxPointsInRoad {100}
 
constexpr Int_t o2::mft::constants::mft::MaxCellsInRoad {100}
 
constexpr std::array< Float_t, o2::mft::constants::mft::LayersNumbero2::mft::constants::index_table::RMin {2.1, 2.1, 2.1, 2.1, 2.1, 2.1, 3.1, 3.1, 3.5, 3.5}
 
constexpr std::array< Float_t, o2::mft::constants::mft::LayersNumbero2::mft::constants::index_table::RMax {12.5, 12.5, 12.5, 12.5, 14.0, 14.0, 17.0, 17.0, 17.5, 17.5}
 
constexpr Float_t o2::mft::constants::index_table::PhiMin {0.}
 
constexpr Float_t o2::mft::constants::index_table::PhiMax {o2::constants::math::TwoPI}
 
constexpr Int_t o2::mft::constants::index_table::MaxRPhiBins {120 * 30 + 1}
 

Detailed Description

Some constants, fixed parameters and look-up-table functions.

Definition in file Constants.h.