![]() |
MaCh3
2.2.3
Reference Guide
|
KS: Store info about MC sample. More...
#include <Samples/FarDetectorCoreInfoStruct.h>
Public Member Functions | |
SampleInfo ()=default | |
Default constructor. More... | |
~SampleInfo () | |
Destructor. More... | |
void | InitialiseHistograms () |
Initialise histograms used for plotting. More... | |
Public Attributes | |
std::string | XVarStr = "" |
the strings associated with the variables used for the X binning e.g. "RecoNeutrinoEnergy" More... | |
std::string | YVarStr = "" |
the strings associated with the variables used for the Y binning e.g. "RecoNeutrinoEnergy" More... | |
std::string | SampleTitle = "" |
the name of this sample e.g."muon-like" More... | |
int | nDimensions = M3::_BAD_INT_ |
Keep track of the dimensions of the sample binning. More... | |
TH1D * | dathist = nullptr |
histogram used for plotting storing 1D data distribution More... | |
TH2D * | dathist2d = nullptr |
histogram used for plotting storing 2D data distribution More... | |
TH1D * | _hPDF1D = nullptr |
histogram used for plotting storing 1D MC distribution More... | |
TH2D * | _hPDF2D = nullptr |
histogram used for plotting storing 2D MC distribution More... | |
KS: Store info about MC sample.
Definition at line 40 of file FarDetectorCoreInfoStruct.h.
|
default |
Default constructor.
|
inline |
Destructor.
Definition at line 45 of file FarDetectorCoreInfoStruct.h.
|
inline |
Initialise histograms used for plotting.
Definition at line 74 of file FarDetectorCoreInfoStruct.h.
TH1D* SampleInfo::_hPDF1D = nullptr |
histogram used for plotting storing 1D MC distribution
Definition at line 69 of file FarDetectorCoreInfoStruct.h.
TH2D* SampleInfo::_hPDF2D = nullptr |
histogram used for plotting storing 2D MC distribution
Definition at line 71 of file FarDetectorCoreInfoStruct.h.
TH1D* SampleInfo::dathist = nullptr |
histogram used for plotting storing 1D data distribution
Definition at line 64 of file FarDetectorCoreInfoStruct.h.
TH2D* SampleInfo::dathist2d = nullptr |
histogram used for plotting storing 2D data distribution
Definition at line 66 of file FarDetectorCoreInfoStruct.h.
int SampleInfo::nDimensions = M3::_BAD_INT_ |
Keep track of the dimensions of the sample binning.
Definition at line 61 of file FarDetectorCoreInfoStruct.h.
std::string SampleInfo::SampleTitle = "" |
the name of this sample e.g."muon-like"
Definition at line 58 of file FarDetectorCoreInfoStruct.h.
std::string SampleInfo::XVarStr = "" |
the strings associated with the variables used for the X binning e.g. "RecoNeutrinoEnergy"
Definition at line 53 of file FarDetectorCoreInfoStruct.h.
std::string SampleInfo::YVarStr = "" |
the strings associated with the variables used for the Y binning e.g. "RecoNeutrinoEnergy"
Definition at line 55 of file FarDetectorCoreInfoStruct.h.