#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.
| TreePID::TreePID | ( | ) |
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 {}
| TreePID::~TreePID | ( | ) | [virtual] |
| TreePID::ClassDef | ( | TreePID | , | |
| 2 | ||||
| ) | [private] |
| void TreePID::Draw | ( | Option_t * | option | ) | [virtual] |
| void TreePID::Print | ( | Option_t * | option | ) | const [virtual] |
| void TreePID::Reset | ( | ) |
Definition at line 46 of file TreePID.cxx.
References fCutClass, fCutClass1, fCutClass2, fCutClass3, fCutPID, fCutPID1, fCutPID2, fCutPID3, fPassBCuts, and ANtpDefaultValue::kInt.
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 }
| Int_t TreePID::fCutClass |
| Int_t TreePID::fCutClass1 |
| Int_t TreePID::fCutClass2 |
| Int_t TreePID::fCutClass3 |
| Int_t TreePID::fCutPID |
Definition at line 40 of file TreePID.h.
Referenced by TreePIDAna::Analyze(), NueMiniAnaPID::FillMini(), NueMiniAnaPID::FillRecord(), NueData::FillRecord(), NueStandard::GetPIDValue(), NueModule::PassesBlindingCuts(), and Reset().
| Int_t TreePID::fCutPID1 |
| Int_t TreePID::fCutPID2 |
| Int_t TreePID::fCutPID3 |
| Int_t TreePID::fPassBCuts |
1.4.7