#include <ReactorTree.hh>
Public Methods | |
ReactorTree () | |
ReactorTree constructor. More... | |
ReactorTree (const char *TreeName) | |
~ReactorTree () | |
ReactorTree destructor. | |
void | Fill (ReactorEvent &Event, ReactorDetector &Detector) |
void | CloseOut () |
Definition at line 14 of file ReactorTree.hh.
|
ReactorTree constructor. Called by ReactorFsim with a tree name . Definition at line 20 of file ReactorTree.cpp.
00020 { 00021 } |