OAPxTree - source file
// ESAF : Euso Simulation and Analysis Framework // $Id: OAPxTree.cc,v 1.2 2004/04/20 15:15:15 thea Exp $ // A.Thea, J.Watts created Mar, 17 2004 #include "OAPxTree.hh" ClassImp(OAPxTree) // ctor OAPxTree::OAPxTree(const char* name, const char* title, Int_t splitlevel): TTree(name, title, splitlevel){ } // dtor OAPxTree::~OAPxTree() { }