Main Page   Compound List   File List   Compound Members   File Members  

ReactorTree.hh

Go to the documentation of this file.
00001 
00006 #ifndef REACTORTREE_HH
00007 #define REACTORTREE_HH
00008 #include "TTree.h"
00009 #include "RMCEvent.hh"
00010 
00014 class ReactorTree{
00015 
00016 public:
00017   
00021   ReactorTree();
00022   ReactorTree(const char* TreeName);
00024   ~ReactorTree();
00025   
00031   void Fill(ReactorEvent& Event,ReactorDetector& Detector);
00032 
00033   void CloseOut();
00034   
00035 private:
00036 
00037   TTree* tree;
00038   RMCEvent* rmce;
00039 
00040 };
00041 #endif

Generated on Mon Feb 21 16:11:19 2005 for ReactorFsim by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002