Analysis Software
Documentation for sPHENIX simulation software
|
Nested binning struct for booking plots. More...
#include <acts/blob/sPHENIX/Examples/Framework/include/ActsExamples/Utilities/Helpers.hpp>
Public Member Functions | |
Binning () | |
m_bins (std::move(bins)) | |
const auto & | title () const |
auto | nBins () const |
const double * | data () const |
auto | low () const |
auto | high () const |
Private Attributes | |
std::string | m_title |
std::vector< double > | m_bins |
Nested binning struct for booking plots.
Definition at line 32 of file Helpers.hpp.
View newest version in sPHENIX GitHub at line 32 of file Helpers.hpp
|
inline |
Definition at line 34 of file Helpers.hpp.
View newest version in sPHENIX GitHub at line 34 of file Helpers.hpp
|
inline |
Definition at line 52 of file Helpers.hpp.
View newest version in sPHENIX GitHub at line 52 of file Helpers.hpp
References m_bins.
Referenced by ActsExamples::PlotHelpers::bookEff(), ActsExamples::PlotHelpers::bookHisto(), and ActsExamples::PlotHelpers::bookProf().
|
inline |
Definition at line 54 of file Helpers.hpp.
View newest version in sPHENIX GitHub at line 54 of file Helpers.hpp
References m_bins.
Referenced by ActsExamples::PlotHelpers::bookProf().
|
inline |
Definition at line 53 of file Helpers.hpp.
View newest version in sPHENIX GitHub at line 53 of file Helpers.hpp
References m_bins.
Referenced by ActsExamples::PlotHelpers::bookProf(), dofistatescat(), doinstatescat(), getinspliti(), getpnorad1(), getspliti(), getsscat(), pycba2(), pycbal(), pycmq2(), pycmqr(), and pycrth().
|
inline |
Definition at line 48 of file Helpers.hpp.
View newest version in sPHENIX GitHub at line 48 of file Helpers.hpp
|
inline |
Definition at line 51 of file Helpers.hpp.
View newest version in sPHENIX GitHub at line 51 of file Helpers.hpp
References m_bins.
Referenced by ActsExamples::PlotHelpers::bookEff(), ActsExamples::PlotHelpers::bookHisto(), ActsExamples::PlotHelpers::bookProf(), and ActsExamples::ResPlotTool::refinement().
|
inline |
Definition at line 50 of file Helpers.hpp.
View newest version in sPHENIX GitHub at line 50 of file Helpers.hpp
References m_title.
Referenced by ActsExamples::PlotHelpers::bookHisto(), and ActsExamples::PlotHelpers::bookProf().
|
private |
Definition at line 58 of file Helpers.hpp.
View newest version in sPHENIX GitHub at line 58 of file Helpers.hpp
|
private |
Definition at line 57 of file Helpers.hpp.
View newest version in sPHENIX GitHub at line 57 of file Helpers.hpp
Referenced by title().