Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F7878665
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Subscribers
None
View Options
diff --git a/src/T2K/T2K_NuMuAntiNuMu_CC0pi_CH_XSec_2DPcos.h b/src/T2K/T2K_NuMuAntiNuMu_CC0pi_CH_XSec_2DPcos.h
index 67e7474..422f85b 100644
--- a/src/T2K/T2K_NuMuAntiNuMu_CC0pi_CH_XSec_2DPcos.h
+++ b/src/T2K/T2K_NuMuAntiNuMu_CC0pi_CH_XSec_2DPcos.h
@@ -1,69 +1,68 @@
// Copyright 2016 L. Pickering, P Stowell, R. Terri, C. Wilkinson, C. Wret
/*******************************************************************************
* This file is part of NUISANCE.
*
* NUISANCE is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* NUISANCE is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with NUISANCE. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
#ifndef T2K_NUMUANTINUMU_CC0PI_CH_XSEC_2DPCOS_H_SEEN
#define T2K_NUMUANTINUMU_CC0PI_CH_XSEC_2DPCOS_H_SEEN
#include "Measurement1D.h"
#include "TH2Poly.h"
-#include "MeasurementVariableBox2D.h"
class T2K_NuMuAntiNuMu_CC0pi_CH_XSec_2DPcos : public Measurement1D {
public:
/// Basic Constructor.
/// /brief Parses two different measurements.
///
T2K_NuMuAntiNuMu_CC0pi_CH_XSec_2DPcos(nuiskey samplekey);
/// Virtual Destructor
~T2K_NuMuAntiNuMu_CC0pi_CH_XSec_2DPcos() {};
/// Signal definition
bool isSignal(FitEvent *nvect);
/// Read histograms
void SetHistograms();
/// Bin Tmu CosThetaMu
void FillEventVariables(FitEvent* customEvent);
// Fill Histograms
void FillHistograms();
/// Event scaling
void ConvertEventRates();
private:
TFile* fInputFile;
std::vector<TH1D*> fMCNuMuHist_Slices;
std::vector<TH1D*> fDataNuMuHist_Slices;
std::vector<TH1D*> fMCAntiNuMuHist_Slices;
std::vector<TH1D*> fDataAntiNuMuHist_Slices;
double pmu, CosThetaMu;
int NuPDG;
int LepPDG;
void FillMCSlice(double x, double y, double w);
};
#endif
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Nov 19, 6:35 PM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3805624
Default Alt Text
(2 KB)
Attached To
rNUISANCEGIT nuisancegit
Event Timeline
Log In to Comment