00001 #ifndef BagTree_H
00002 #define BagTree_H
00003
00004 #include "TObject.h"
00005 #include <vector>
00006
00007 class TClonesArray;
00008
00009 class BagTree: public TObject
00010 {
00011 public:
00012 BagTree();
00013 BagTree(const BagTree *bt);
00014 virtual ~BagTree();
00015
00016 virtual void Print(Option_t* option="") const;
00017 void Reset();
00018 void Clear(Option_t* option = "");
00019
00020 double hePID;
00021 double bt_var1;
00022 double bt_var2;
00023 double bt_var3;
00024
00025
00026 private:
00027 ClassDef(BagTree,1)
00028 };
00029
00030 #endif //MCNNVARS_H