Public Member Functions | |
| EventSample (const fhicl::ParameterSet &config) | |
| std::vector< double > | Oscillate (double sinth, double dm2) const |
| std::vector< double > | Signal () const |
| std::vector< double > | Background () const |
Public Attributes | |
| std::string | fName |
| double | fBaseline |
| baseline (along z) in cm More... | |
| double | fBeamCenterX |
| Center of beam in detector coordinates in x-dir in cm. More... | |
| double | fBeamCenterY |
| Center of beam in detector coordinates in y-dir in cm. More... | |
| double | fBeamFrontZ |
| Front face of detector along z-dir in cm. More... | |
| std::array< double, 2 > | fXlim |
| Detector size in cm. More... | |
| std::array< double, 2 > | fYlim |
| Detector size in cm. More... | |
| std::array< double, 2 > | fZlim |
| Detector size in cm. More... | |
| double | fScalePOT |
| Factor for POT (etc.) scaling. More... | |
| double | fPOT |
| int | fOscType |
| Oscilaltion type: 0 == None, 1 == numu -> nue, 2 == numu -> numu. More... | |
| std::vector< double > | fEnergyBinScale |
| TH1D * | fBkgCounts |
| Background count Histogram. More... | |
| TH3D * | fSignalCounts |
| Signal Count Histogram. More... | |
| std::vector< double > | fBins |
| Reco Energy bin limits. More... | |
| std::vector< double > | fTrueEBins |
| True energy bin limits. More... | |
| std::vector< double > | fDistBins |
| Distance bin limits. More... | |
Definition at line 55 of file Chi2Sensitivity.h.
| ana::SBNOsc::Chi2Sensitivity::EventSample::EventSample | ( | const fhicl::ParameterSet & | config | ) |
Definition at line 161 of file Chi2Sensitivity.cxx.
| std::vector< double > ana::SBNOsc::Chi2Sensitivity::EventSample::Background | ( | ) | const |
Definition at line 101 of file Chi2Sensitivity.cxx.
| std::vector< double > ana::SBNOsc::Chi2Sensitivity::EventSample::Oscillate | ( | double | sinth, |
| double | dm2 | ||
| ) | const |
Definition at line 57 of file Chi2Sensitivity.cxx.
| std::vector< double > ana::SBNOsc::Chi2Sensitivity::EventSample::Signal | ( | ) | const |
Definition at line 84 of file Chi2Sensitivity.cxx.
| double ana::SBNOsc::Chi2Sensitivity::EventSample::fBaseline |
baseline (along z) in cm
Definition at line 68 of file Chi2Sensitivity.h.
| double ana::SBNOsc::Chi2Sensitivity::EventSample::fBeamCenterX |
Center of beam in detector coordinates in x-dir in cm.
Definition at line 69 of file Chi2Sensitivity.h.
| double ana::SBNOsc::Chi2Sensitivity::EventSample::fBeamCenterY |
Center of beam in detector coordinates in y-dir in cm.
Definition at line 70 of file Chi2Sensitivity.h.
| double ana::SBNOsc::Chi2Sensitivity::EventSample::fBeamFrontZ |
Front face of detector along z-dir in cm.
Definition at line 71 of file Chi2Sensitivity.h.
| std::vector<double> ana::SBNOsc::Chi2Sensitivity::EventSample::fBins |
Reco Energy bin limits.
Definition at line 85 of file Chi2Sensitivity.h.
| TH1D* ana::SBNOsc::Chi2Sensitivity::EventSample::fBkgCounts |
Background count Histogram.
Definition at line 81 of file Chi2Sensitivity.h.
| std::vector<double> ana::SBNOsc::Chi2Sensitivity::EventSample::fDistBins |
Distance bin limits.
Definition at line 87 of file Chi2Sensitivity.h.
| std::vector<double> ana::SBNOsc::Chi2Sensitivity::EventSample::fEnergyBinScale |
Definition at line 78 of file Chi2Sensitivity.h.
| std::string ana::SBNOsc::Chi2Sensitivity::EventSample::fName |
Definition at line 67 of file Chi2Sensitivity.h.
| int ana::SBNOsc::Chi2Sensitivity::EventSample::fOscType |
Oscilaltion type: 0 == None, 1 == numu -> nue, 2 == numu -> numu.
Definition at line 77 of file Chi2Sensitivity.h.
| double ana::SBNOsc::Chi2Sensitivity::EventSample::fPOT |
Definition at line 76 of file Chi2Sensitivity.h.
| double ana::SBNOsc::Chi2Sensitivity::EventSample::fScalePOT |
Factor for POT (etc.) scaling.
Definition at line 75 of file Chi2Sensitivity.h.
| TH3D* ana::SBNOsc::Chi2Sensitivity::EventSample::fSignalCounts |
Signal Count Histogram.
Definition at line 82 of file Chi2Sensitivity.h.
| std::vector<double> ana::SBNOsc::Chi2Sensitivity::EventSample::fTrueEBins |
True energy bin limits.
Definition at line 86 of file Chi2Sensitivity.h.
| std::array<double, 2> ana::SBNOsc::Chi2Sensitivity::EventSample::fXlim |
Detector size in cm.
Definition at line 72 of file Chi2Sensitivity.h.
| std::array<double, 2> ana::SBNOsc::Chi2Sensitivity::EventSample::fYlim |
Detector size in cm.
Definition at line 73 of file Chi2Sensitivity.h.
| std::array<double, 2> ana::SBNOsc::Chi2Sensitivity::EventSample::fZlim |
Detector size in cm.
Definition at line 74 of file Chi2Sensitivity.h.
1.8.5