#include <NuSterileCutImps.h>
Public Member Functions | |
NC1056CC (const NuPlots *plots=0) | |
Protected Member Functions | |
void | Preselection (const NuEvent &nu) |
void | Selection (const NuEvent &nu) |
void | SetFidVol (TString &fidvol) |
Private Attributes | |
NC1056NC | fNC1056NC |
CC1070Std | fCC1070Std |
Definition at line 93 of file NuSterileCutImps.h.
NuCutImps::NC1056CC::NC1056CC | ( | const NuPlots * | plots = 0 |
) |
Definition at line 250 of file NuSterileCutImps.cxx.
References NuCuts::kCC1070Std, and NuCut::SetAnaVersion().
00251 : NuCut("NC1056CC", plots) 00252 { 00253 SetAnaVersion(NuCuts::kCC1070Std); 00254 }
void NuCutImps::NC1056CC::Preselection | ( | const NuEvent & | nu | ) | [protected, virtual] |
Implements NuCut.
Definition at line 261 of file NuSterileCutImps.cxx.
References NuCut::Defer_Preselection(), and fCC1070Std.
00262 { 00263 Defer_Preselection(fCC1070Std, nu); 00264 }
void NuCutImps::NC1056CC::Selection | ( | const NuEvent & | nu | ) | [protected, virtual] |
Implements NuCut.
Definition at line 266 of file NuSterileCutImps.cxx.
References NuCut::Cut_If(), NuCut::Defer_Selection(), fCC1070Std, fNC1056NC, NuCut::MakeCuts(), and NuCut::Passed().
00267 { 00268 Defer_Selection(fCC1070Std, nu); 00269 fNC1056NC.MakeCuts(nu); 00270 Cut_If(fNC1056NC.Passed(),"notNC"); 00271 }
void NuCutImps::NC1056CC::SetFidVol | ( | TString & | fidvol | ) | [protected] |
Definition at line 256 of file NuSterileCutImps.cxx.
CC1070Std NuCutImps::NC1056CC::fCC1070Std [private] |
Definition at line 105 of file NuSterileCutImps.h.
Referenced by Preselection(), and Selection().
NC1056NC NuCutImps::NC1056CC::fNC1056NC [private] |
Definition at line 104 of file NuSterileCutImps.h.
Referenced by Selection().