![]() |
Project
|
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::tpc |
Global TPC definitions and constants. | |
namespace | o2::tpc::qc |
namespace | o2::tpc::qc::helpers |
Functions | |
std::vector< double > | o2::tpc::qc::helpers::makeLogBinning (const int nbins, const double min, const double max) |
get a vector containing binning info for constant sized bins on a log axis | |
void | o2::tpc::qc::helpers::setStyleHistogram1D (TH1 &histo) |
Set nice style for single 1D histograms. | |
void | o2::tpc::qc::helpers::setStyleHistogram1D (std::vector< TH1F > &histos) |
Set nice style for vector of 1D histograms. | |
void | o2::tpc::qc::helpers::setStyleHistogram2D (TH2 &histo) |
Set nice style for 2D histograms. | |
void | o2::tpc::qc::helpers::setStyleHistogram2D (std::vector< TH2F > &histos) |
Set nice style for vector of 2D histograms. | |
void | o2::tpc::qc::helpers::setStyleHistogram (TH1 &histo) |
set nice style for 1D histograms ptr | |
void | o2::tpc::qc::helpers::setStyleHistogramsInMap (std::unordered_map< std::string_view, std::vector< std::unique_ptr< TH1 > > > &mapOfvectors) |
void | o2::tpc::qc::helpers::setStyleHistogramsInMap (std::unordered_map< std::string_view, std::unique_ptr< TH1 > > &mapOfHisto) |
void | o2::tpc::qc::helpers::setStyleHistogramsInMap (std::unordered_map< std::string, std::vector< std::unique_ptr< TH1 > > > &mapOfvectors) |
void | o2::tpc::qc::helpers::setStyleHistogramsInMap (std::unordered_map< std::string, std::unique_ptr< TH1 > > &mapOfHisto) |
bool | o2::tpc::qc::helpers::newZSCalib (const o2::tpc::CalDet< float > &refPedestal, const o2::tpc::CalDet< float > &refNoise, const o2::tpc::CalDet< float > &pedestal) |
Definition in file Helpers.h.