![]() |
MaCh3
2.4.2
Reference Guide
|
KS: Store info about MC sample. More...
#include <Samples/FarDetectorCoreInfoStruct.h>
Public Member Functions | |
| SampleInfo ()=default | |
| Default constructor. More... | |
| ~SampleInfo () | |
| Destructor. More... | |
Public Attributes | |
| std::vector< std::string > | VarStr |
| the strings associated with the variables used for the 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... | |
| std::vector< std::string > | mc_files |
| names of mc files associated associated with this object More... | |
| std::vector< std::string > | spline_files |
| names of spline files associated associated with this object More... | |
| std::vector< OscChannelInfo > | OscChannels |
| Stores info about oscillation channel for a single sample. More... | |
| TH1 * | DataHist = nullptr |
| histogram used for plotting storing data distribution More... | |
| TH1 * | MCHist = nullptr |
| histogram used for plotting storing MC distribution More... | |
| TH1 * | W2Hist = nullptr |
| histogram used for plotting storing W2 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.
| TH1* SampleInfo::DataHist = nullptr |
histogram used for plotting storing data distribution
Definition at line 69 of file FarDetectorCoreInfoStruct.h.
| std::vector<std::string> SampleInfo::mc_files |
names of mc files associated associated with this object
Definition at line 61 of file FarDetectorCoreInfoStruct.h.
| TH1* SampleInfo::MCHist = nullptr |
histogram used for plotting storing MC distribution
Definition at line 71 of file FarDetectorCoreInfoStruct.h.
| int SampleInfo::nDimensions = M3::_BAD_INT_ |
Keep track of the dimensions of the sample binning.
Definition at line 58 of file FarDetectorCoreInfoStruct.h.
| std::vector<OscChannelInfo> SampleInfo::OscChannels |
Stores info about oscillation channel for a single sample.
Definition at line 66 of file FarDetectorCoreInfoStruct.h.
| std::string SampleInfo::SampleTitle = "" |
the name of this sample e.g."muon-like"
Definition at line 55 of file FarDetectorCoreInfoStruct.h.
| std::vector<std::string> SampleInfo::spline_files |
names of spline files associated associated with this object
Definition at line 63 of file FarDetectorCoreInfoStruct.h.
| std::vector<std::string> SampleInfo::VarStr |
the strings associated with the variables used for the binning e.g. "RecoNeutrinoEnergy"
Definition at line 52 of file FarDetectorCoreInfoStruct.h.
| TH1* SampleInfo::W2Hist = nullptr |
histogram used for plotting storing W2 distribution
Definition at line 73 of file FarDetectorCoreInfoStruct.h.