Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

BagTree Class Reference

#include <BagTree.h>

List of all members.

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


Constructor & Destructor Documentation

BagTree::BagTree  ) 
 

Definition at line 9 of file BagTree.cxx.

00010 {
00011   Reset(); 
00012 }

BagTree::BagTree const BagTree bt  ) 
 

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 }

BagTree::~BagTree  )  [virtual]
 

Definition at line 22 of file BagTree.cxx.

00023 {
00024   //  std::cout<<"in BagTree destructor"<<std::endl;
00025 }


Member Function Documentation

void BagTree::Clear Option_t *  option = ""  ) 
 

Definition at line 27 of file BagTree.cxx.

00028 {
00029 }

void BagTree::Print Option_t *  option = ""  )  const [virtual]
 

Definition at line 40 of file BagTree.cxx.

00041 {
00042 }

void BagTree::Reset  ) 
 

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 }


Member Data Documentation

double BagTree::bt_var1
 

Definition at line 21 of file BagTree.h.

Referenced by NueStandard::FillCosmicCut(), NueStandard::PassesCosmicCut(), and Reset().

double BagTree::bt_var2
 

Definition at line 22 of file BagTree.h.

Referenced by Reset().

double BagTree::bt_var3
 

Definition at line 23 of file BagTree.h.

Referenced by Reset().

double BagTree::hePID
 

Definition at line 20 of file BagTree.h.

Referenced by Reset().


The documentation for this class was generated from the following files:
Generated on Mon Feb 15 11:08:45 2010 for loon by  doxygen 1.3.9.1