#include <BagTree.h>
Public Member Functions | |
| BagTree () | |
| BagTree (const BagTree *bt) | |
| virtual | ~BagTree () |
| virtual void | Print (Option_t *option="") const |
| void | Reset () |
| void | Clear (Option_t *option="") |
Public Attributes | |
| double | hePID |
| double | bt_var1 |
| double | bt_var2 |
| double | bt_var3 |
|
|
Definition at line 9 of file BagTree.cxx. 00010 {
00011 Reset();
00012 }
|
|
|
Definition at line 14 of file BagTree.cxx. 00014 : 00015 hePID(mv->hePID), 00016 bt_var1(mv->bt_var1), 00017 bt_var2(mv->bt_var2), 00018 bt_var3(mv->bt_var3) 00019 { 00020 }
|
|
|
Definition at line 22 of file BagTree.cxx. 00023 {
00024 // std::cout<<"in BagTree destructor"<<std::endl;
00025 }
|
|
|
Definition at line 27 of file BagTree.cxx. 00028 {
00029 }
|
|
|
Definition at line 40 of file BagTree.cxx. 00041 {
00042 }
|
|
|
Definition at line 31 of file BagTree.cxx. References bt_var1, bt_var2, bt_var3, and hePID. Referenced by NueRecord::Reset(). 00032 {
00033 hePID= ANtpDefVal::kDouble; //<-- open variable.
00034 bt_var1= ANtpDefVal::kDouble;
00035 bt_var2= ANtpDefVal::kDouble;
00036 bt_var3= ANtpDefVal::kDouble;
00037
00038 }
|
|
|
Definition at line 21 of file BagTree.h. Referenced by NueStandard::FillCosmicCut(), NueStandard::PassesCosmicCut(), and Reset(). |
|
|
Definition at line 22 of file BagTree.h. Referenced by Reset(). |
|
|
Definition at line 23 of file BagTree.h. Referenced by Reset(). |
|
|
Definition at line 20 of file BagTree.h. Referenced by Reset(). |
1.3.9.1