#include "NCUtils/Extrapolation/NCExtrapolationFarNear.h"#include "NCUtils/Extrapolation/NCEnergyBin.h"#include "MessageService/MsgService.h"#include "AnalysisNtuples/ANtpAnalysisInfo.h"#include "AnalysisNtuples/ANtpBeamInfo.h"#include "AnalysisNtuples/ANtpRecoInfo.h"#include "AnalysisNtuples/ANtpHeaderInfo.h"#include "AnalysisNtuples/ANtpTruthInfoBeam.h"#include "TCanvas.h"#include "TDirectory.h"#include "TGraphErrors.h"#include "TMath.h"#include <fstream>#include <cassert>#include <cmath>#include "NCExtrapolationModule.h"#include "NCSpectrumInterpolator.h"Go to the source code of this file.
Functions | |
| CVSID ("$Id: NCExtrapolationFarNear.cxx,v 1.48 2009/11/26 12:03:29 bckhouse Exp $") | |
Variables | |
| const int | kNCSig = 0 |
| const int | kCCSig = 1 |
| const int | kNCBkg = 2 |
| const int | kCCBkg = 3 |
| const int | kNCTau = 4 |
| const int | kCCTau = 5 |
| const int | kNCBeamNue = 6 |
| const int | kCCBeamNue = 7 |
| const int | kNCOscNue = 8 |
| const int | kCCOscNue = 9 |
|
||||||||||||
|
|
|
|
Definition at line 46 of file NCExtrapolationFarNear.cxx. Referenced by NCExtrapolationFarNear::ConstructFarSpectrum(), and NCExtrapolationFarNear::GetNearMCSpectra(). |
|
|
Definition at line 42 of file NCExtrapolationFarNear.cxx. Referenced by NCExtrapolationFarNear::ConstructFarSpectrum(), and NCExtrapolationFarNear::GetNearMCSpectra(). |
|
|
Definition at line 48 of file NCExtrapolationFarNear.cxx. Referenced by NCExtrapolationFarNear::ConstructFarSpectrum(), and NCExtrapolationFarNear::GetNearMCSpectra(). |
|
|
Definition at line 40 of file NCExtrapolationFarNear.cxx. Referenced by NCExtrapolationFarNear::ConstructFarSpectrum(), NCExtrapolationFarNear::FindSpectraForPars(), NCExtrapolationFarNear::GetNearMCSpectra(), and NCExtrapolationFarNear::WriteResources(). |
|
|
Definition at line 44 of file NCExtrapolationFarNear.cxx. Referenced by NCExtrapolationFarNear::ConstructFarSpectrum(), and NCExtrapolationFarNear::GetNearMCSpectra(). |
|
|
Definition at line 45 of file NCExtrapolationFarNear.cxx. Referenced by NCExtrapolationFarNear::ConstructFarSpectrum(), and NCExtrapolationFarNear::GetNearMCSpectra(). |
|
|
Definition at line 41 of file NCExtrapolationFarNear.cxx. Referenced by NCExtrapolationFarNear::ConstructFarSpectrum(), and NCExtrapolationFarNear::GetNearMCSpectra(). |
|
|
Definition at line 47 of file NCExtrapolationFarNear.cxx. Referenced by NCExtrapolationFarNear::ConstructFarSpectrum(), and NCExtrapolationFarNear::GetNearMCSpectra(). |
|
|
Definition at line 39 of file NCExtrapolationFarNear.cxx. Referenced by NCExtrapolationFarNear::ConstructFarSpectrum(), NCExtrapolationFarNear::FindSpectraForPars(), NCExtrapolationFarNear::GetNearMCSpectra(), and NCExtrapolationFarNear::WriteResources(). |
|
|
Definition at line 43 of file NCExtrapolationFarNear.cxx. Referenced by NCExtrapolationFarNear::ConstructFarSpectrum(), and NCExtrapolationFarNear::GetNearMCSpectra(). |
1.3.9.1