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.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
HpsEvent.cxx
Go to the documentation of this file.
1#include "HpsEvent.h"
2
4
5void HpsEvent::addCollection(const std::string name, TClonesArray* collection) {}
6void HpsEvent::setTree(TTree* tree) {tree_ = tree;}
TTree * tree_
Definition HpsEvent.h:19
void setTree(TTree *tree)
Definition HpsEvent.cxx:6
void addCollection(const std::string name, TClonesArray *collection)
Definition HpsEvent.cxx:5