EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::PlotHelpers::Binning Struct Reference

Nested binning struct for booking plots. More...

#include <acts/blob/sPHENIX/Examples/Framework/include/ActsExamples/Utilities/Helpers.hpp>

+ Collaboration diagram for ActsExamples::PlotHelpers::Binning:

Public Member Functions

 Binning ()
 
 Binning (std::string bTitle, int bins, float bMin, float bMax)
 

Public Attributes

std::string title
 title to be displayed
 
int nBins
 number of bins
 
float min
 minimum value
 
float max
 maximum value
 

Detailed Description

Nested binning struct for booking plots.

Definition at line 25 of file Helpers.hpp.

View newest version in sPHENIX GitHub at line 25 of file Helpers.hpp

Constructor & Destructor Documentation

ActsExamples::PlotHelpers::Binning::Binning ( )
inline

Definition at line 26 of file Helpers.hpp.

View newest version in sPHENIX GitHub at line 26 of file Helpers.hpp

ActsExamples::PlotHelpers::Binning::Binning ( std::string  bTitle,
int  bins,
float  bMin,
float  bMax 
)
inline

Definition at line 28 of file Helpers.hpp.

View newest version in sPHENIX GitHub at line 28 of file Helpers.hpp

Member Data Documentation

float ActsExamples::PlotHelpers::Binning::max

maximum value

Definition at line 34 of file Helpers.hpp.

View newest version in sPHENIX GitHub at line 34 of file Helpers.hpp

Referenced by ActsExamples::PlotHelpers::bookEff(), ActsExamples::PlotHelpers::bookHisto(), and ActsExamples::PlotHelpers::bookProf().

float ActsExamples::PlotHelpers::Binning::min

minimum value

Definition at line 33 of file Helpers.hpp.

View newest version in sPHENIX GitHub at line 33 of file Helpers.hpp

Referenced by ActsExamples::PlotHelpers::bookEff(), ActsExamples::PlotHelpers::bookHisto(), and ActsExamples::PlotHelpers::bookProf().

int ActsExamples::PlotHelpers::Binning::nBins

number of bins

Definition at line 32 of file Helpers.hpp.

View newest version in sPHENIX GitHub at line 32 of file Helpers.hpp

Referenced by ActsExamples::PlotHelpers::bookEff(), ActsExamples::PlotHelpers::bookHisto(), ActsExamples::PlotHelpers::bookProf(), and ActsExamples::ResPlotTool::refinement().

std::string ActsExamples::PlotHelpers::Binning::title

title to be displayed

Definition at line 29 of file Helpers.hpp.

View newest version in sPHENIX GitHub at line 29 of file Helpers.hpp

Referenced by ActsExamples::PlotHelpers::bookHisto(), and ActsExamples::PlotHelpers::bookProf().


The documentation for this struct was generated from the following file: