#include <cmath>
#include <memory>
#include "TFile.h"
#include "TRandom3.h"
#include "DataFormatsTPC/TrackTPC.h"
#include "DataFormatsTPC/dEdxInfo.h"
#include "GPUCommonArray.h"
#include "DetectorsBase/Propagator.h"
#include "TPCQC/Tracks.h"
#include "TPCQC/Helpers.h"
Go to the source code of this file.
|
const std::vector< std::string_view > | types {"A_Pos", "A_Neg", "C_Pos", "C_Neg"} |
|
const binning | binsDCAr {200, -5., 5.} |
|
const binning | binsDCArLargerRange {400, -10., 10.} |
|
const binning | binsEta {200, -1., 1.} |
|
const binning | binsClus {120, 60., 180.} |
|
const binning | binsClusLargerRange {140, 60., 200.} |
|
◆ _USE_MATH_DEFINES
#define _USE_MATH_DEFINES |
◆ ClassImp()
◆ binsClus
const binning binsClus {120, 60., 180.} |
◆ binsClusLargerRange
const binning binsClusLargerRange {140, 60., 200.} |
◆ binsDCAr
const binning binsDCAr {200, -5., 5.} |
◆ binsDCArLargerRange
const binning binsDCArLargerRange {400, -10., 10.} |
◆ binsEta
const binning binsEta {200, -1., 1.} |
◆ types
const std::vector<std::string_view> types {"A_Pos", "A_Neg", "C_Pos", "C_Neg"} |