#include <TreePID.h>
Public Member Functions | |
| TreePID () | |
| virtual | ~TreePID () |
| virtual void | Draw (Option_t *option) |
| virtual void | Print (Option_t *option) const |
| void | Reset () |
Public Attributes | |
| Int_t | fPassBCuts |
| Int_t | fCutPID |
| Int_t | fCutPID1 |
| Int_t | fCutPID2 |
| Int_t | fCutPID3 |
| Int_t | fCutClass |
| Int_t | fCutClass1 |
| Int_t | fCutClass2 |
| Int_t | fCutClass3 |
Private Member Functions | |
| TreePID & | operator= (const TreePID &rhs) |
| ClassDef (TreePID, 2) | |
Author: Mayly Sanchez (msanchez@physics.harvard.edu)
Definition at line 25 of file TreePID.h.
|
|
Definition at line 25 of file TreePID.cxx. 00025 : 00026 fPassBCuts(ANtpDefVal::kInt), 00027 fCutPID(ANtpDefVal::kInt), 00028 fCutPID1(ANtpDefVal::kInt), 00029 fCutPID2(ANtpDefVal::kInt), 00030 fCutPID3(ANtpDefVal::kInt), 00031 fCutClass(ANtpDefVal::kInt), 00032 fCutClass1(ANtpDefVal::kInt), 00033 fCutClass2(ANtpDefVal::kInt), 00034 fCutClass3(ANtpDefVal::kInt) 00035 {}
|
|
|
Definition at line 37 of file TreePID.cxx. 00038 {}
|
|
||||||||||||
|
|
|
|
Definition at line 40 of file TreePID.cxx. 00041 {}
|
|
|
|
|
|
Definition at line 43 of file TreePID.cxx. 00044 {}
|
|
|
Definition at line 46 of file TreePID.cxx. References fCutClass, fCutClass1, fCutClass2, fCutClass3, fCutPID, fCutPID1, fCutPID2, fCutPID3, and fPassBCuts. Referenced by NueRecord::Reset(). 00047 {
00048 fPassBCuts=ANtpDefVal::kInt;
00049 fCutPID=ANtpDefVal::kInt;
00050 fCutPID1=ANtpDefVal::kInt;
00051 fCutPID2=ANtpDefVal::kInt;
00052 fCutPID3=ANtpDefVal::kInt;
00053 fCutClass=ANtpDefVal::kInt;
00054 fCutClass1=ANtpDefVal::kInt;
00055 fCutClass2=ANtpDefVal::kInt;
00056 fCutClass3=ANtpDefVal::kInt;
00057 }
|
|
|
Definition at line 45 of file TreePID.h. Referenced by TreePIDAna::Analyze(), and Reset(). |
|
|
Definition at line 46 of file TreePID.h. Referenced by TreePIDAna::Analyze(), and Reset(). |
|
|
Definition at line 47 of file TreePID.h. Referenced by TreePIDAna::Analyze(), and Reset(). |
|
|
Definition at line 48 of file TreePID.h. Referenced by TreePIDAna::Analyze(), and Reset(). |
|
|
Definition at line 40 of file TreePID.h. Referenced by TreePIDAna::Analyze(), NueMiniAnaPID::FillMini(), NueMiniAnaPID::FillRecord(), NueData::FillRecord(), NueStandard::GetPIDValue(), NueModule::PassesBlindingCuts(), and Reset(). |
|
|
Definition at line 41 of file TreePID.h. Referenced by TreePIDAna::Analyze(), and Reset(). |
|
|
Definition at line 42 of file TreePID.h. Referenced by TreePIDAna::Analyze(), and Reset(). |
|
|
Definition at line 43 of file TreePID.h. Referenced by TreePIDAna::Analyze(), and Reset(). |
|
|
Definition at line 39 of file TreePID.h. Referenced by TreePIDAna::Analyze(), and Reset(). |
1.3.9.1