| hpstr
    The Heavy Photon Search Toolkit for Reconstruction (hpstr) provides an interface to physics data from the HPS experiment saved in the LCIO format and converts it into an ROOT based format. | 
#include <HpsEvent.h>
 
  
| Public Member Functions | |
| HpsEvent () | |
| virtual void | add (const std::string name, TObject *object) | 
| void | addCollection (const std::string name, TClonesArray *collection) | 
| void | setTree (TTree *tree) | 
| virtual TTree * | getTree () | 
|  Public Member Functions inherited from IEvent | |
| virtual | ~IEvent () | 
| Private Attributes | |
| TTree * | tree_ | 
Definition at line 9 of file HpsEvent.h.
| HpsEvent | ( | ) | 
Definition at line 3 of file HpsEvent.cxx.
| 
 | inlinevirtual | 
Implements IEvent.
Definition at line 13 of file HpsEvent.h.
| void addCollection | ( | const std::string | name, | 
| TClonesArray * | collection | ||
| ) | 
Definition at line 5 of file HpsEvent.cxx.
| 
 | inlinevirtual | 
Definition at line 16 of file HpsEvent.h.
| void setTree | ( | TTree * | tree | ) | 
Definition at line 6 of file HpsEvent.cxx.
| 
 | private | 
Definition at line 19 of file HpsEvent.h.