#include <cmath>
#include <algorithm>
#include "TStyle.h"
#include "TFile.h"
#include "TMathBase.h"
#include "TObjArray.h"
#include "DataFormatsTPC/dEdxInfo.h"
#include "DataFormatsTPC/TrackTPC.h"
#include "TPCQC/PID.h"
#include "TPCQC/Helpers.h"
Go to the source code of this file.
|
constexpr std::array< float, 5 > | xks {90.f, 108.475f, 151.7f, 188.8f, 227.65f} |
|
const std::vector< std::string_view > | rocNames {"TPC", "IROC", "OROC1", "OROC2", "OROC3"} |
|
const std::vector< int > | nclCuts {60, 25, 14, 12, 10} |
|
const std::vector< int > | nclMax {152, 63, 34, 30, 25} |
|
const int | mipTot = 50 |
|
const int | mipMax = 50 |
|
const binning | binsdEdxMIPTot {100, mipTot / 3., mipTot * 3.} |
|
const binning | binsdEdxMIPMax {100, mipMax / 3., mipMax * 3.} |
|
const int | binsPerSector = 5 |
|
const binning | binsSec {36 * binsPerSector, 0., 36.} |
|
const auto | bins = o2::tpc::qc::helpers::makeLogBinning(200, 0.05, 20) |
|
const int | binNumber = 200 |
|
const float | binsdEdxTot_MaxValue = 6000. |
|
const auto | binsdEdxTot_Log = o2::tpc::qc::helpers::makeLogBinning(binNumber, 5, binsdEdxTot_MaxValue) |
|
const auto | binsdEdxMax_Log = o2::tpc::qc::helpers::makeLogBinning(binNumber, 5, 2000) |
|
◆ _USE_MATH_DEFINES
#define _USE_MATH_DEFINES |
◆ ClassImp()
◆ binNumber
const int binNumber = 200 |
◆ bins
◆ binsdEdxMax_Log
◆ binsdEdxMIPMax
◆ binsdEdxMIPTot
◆ binsdEdxTot_Log
◆ binsdEdxTot_MaxValue
const float binsdEdxTot_MaxValue = 6000. |
◆ binsPerSector
const int binsPerSector = 5 |
◆ binsSec
◆ mipMax
◆ mipTot
◆ nclCuts
const std::vector<int> nclCuts {60, 25, 14, 12, 10} |
◆ nclMax
const std::vector<int> nclMax {152, 63, 34, 30, 25} |
◆ rocNames
const std::vector<std::string_view> rocNames {"TPC", "IROC", "OROC1", "OROC2", "OROC3"} |
◆ xks
constexpr std::array<float, 5> xks {90.f, 108.475f, 151.7f, 188.8f, 227.65f} |
|
constexpr |