#include <NuCutImps.h>
Inheritance diagram for NuCutImps::CC0720Test:

Public Member Functions | |
| CC0720Test (const NuPlots *plots=0) | |
Private Member Functions | |
| void | Preselection (const NuEvent &nu) |
| void | Selection (const NuEvent &nu) |
Private Attributes | |
| NuCutsSelection | fNuCutsSelection |
| CC0325Std | fCC0325Std |
|
|
Definition at line 230 of file NuCutImps.cxx. References plots(), and NuCut::SetFidVol(). 00230 : 00231 NuCut("CC0325Test",plots), 00232 fNuCutsSelection(NuCuts::kCC0720Test, plots) 00233 { 00234 SetFidVol("cc2008"); 00235 }
|
|
|
Implements NuCut. Definition at line 237 of file NuCutImps.cxx. References NuCut::Defer_Preselection(), and fNuCutsSelection. 00238 {
00239 // Use old preselection
00240 Defer_Preselection(fNuCutsSelection, nu);
00241
00242 } // end of preselection function
|
|
|
Implements NuCut. Definition at line 243 of file NuCutImps.cxx. References NuEvent::jmEventknnID, NuEvent::jmID, NuCut::Keep_If(), and NuEvent::roID. 00244 {
00245 Float_t cutValue1=0.3;
00246 Float_t cutValue2=0.5;
00247 Float_t cutValue3=0.8;
00248 // Cut on RoID
00249 Keep_If((nu.roID > cutValue1)||
00250 (nu.jmID > cutValue2)||
00251 (nu.jmEventknnID > cutValue3) , "RoID");
00252
00253 }
|
|
|
Definition at line 40 of file NuCutImps.h. |
|
|
Definition at line 39 of file NuCutImps.h. Referenced by Preselection(). |
1.3.9.1