#include <NuCutImps.h>
Public Member Functions | |
NSI2011Rhc (const NuPlots *plots=0) | |
Bool_t | InFidVol (const NuEvent &nu) const |
void | Preselection (const NuEvent &nu) |
void | Selection (const NuEvent &nu) |
Private Attributes | |
Preselection2010 | fPreselection2010 |
RHC0150Std | fRHC0150Std |
Definition at line 498 of file NuCutImps.h.
NuCutImps::NSI2011Rhc::NSI2011Rhc | ( | const NuPlots * | plots = 0 |
) |
NSI RHC Selection ////////////////////////////////////////////////
Definition at line 2921 of file NuCutImps.cxx.
References NuCuts::kNSI2011Rhc, NuCut::SetAnaVersion(), and NuCut::SetFidVol().
02921 : 02922 NuCut("NSI2011Rhc", plots) 02923 { 02924 SetFidVol("cc2008"); 02925 SetAnaVersion(NuCuts::kNSI2011Rhc); 02926 }
Bool_t NuCutImps::NSI2011Rhc::InFidVol | ( | const NuEvent & | nu | ) | const [virtual] |
Fiducial volume calculation function. This is the basic 'infid' derived version, and should be overridden/passed to for any more complicated evaluations.
Reimplemented from NuCut.
Definition at line 2928 of file NuCutImps.cxx.
References fRHC0150Std, and NuCutImps::RHC0150Std::InFidVol().
02929 { 02930 return fRHC0150Std.InFidVol(nu); 02931 }
void NuCutImps::NSI2011Rhc::Preselection | ( | const NuEvent & | nu | ) | [virtual] |
Implements NuCut.
Definition at line 2933 of file NuCutImps.cxx.
References NuCut::Defer_Preselection(), and fRHC0150Std.
02934 { 02935 Defer_Preselection(fRHC0150Std, nu); 02936 }
void NuCutImps::NSI2011Rhc::Selection | ( | const NuEvent & | nu | ) | [virtual] |
Implements NuCut.
Definition at line 2938 of file NuCutImps.cxx.
References NuCut::Defer_Selection(), and fRHC0150Std.
02939 { 02940 Defer_Selection(fRHC0150Std, nu); 02941 }
Definition at line 508 of file NuCutImps.h.
RHC0150Std NuCutImps::NSI2011Rhc::fRHC0150Std [private] |
Definition at line 509 of file NuCutImps.h.
Referenced by InFidVol(), Preselection(), and Selection().