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

Nested binning struct for booking plots. More...

#include <acts/blob/master/Examples/Framework/include/ACTFW/Utilities/Helpers.hpp>

+ Collaboration diagram for FW::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

FW::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

FW::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 FW::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 FW::PlotHelpers::bookEff(), FW::PlotHelpers::bookHisto(), and FW::PlotHelpers::bookProf().

float FW::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 FW::PlotHelpers::bookEff(), FW::PlotHelpers::bookHisto(), and FW::PlotHelpers::bookProf().

int FW::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 FW::PlotHelpers::bookEff(), FW::PlotHelpers::bookHisto(), FW::PlotHelpers::bookProf(), and FW::ResPlotTool::refinement().

std::string FW::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 FW::PlotHelpers::bookHisto(), and FW::PlotHelpers::bookProf().


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