// ESAF : Euso Simulation and Analysis Framework // $Id: OAPxTree.hh,v 1.3 2004/06/16 13:35:17 thea Exp $ // A.Thea, J.Watts created Mar, 17 2004 #ifndef __OAPXTREE_HH_ #define __OAPXTREE_HH_ #include "TTree.h" class OAPxTree : public TTree { public: // ctor OAPxTree(const char* name="oapxtree", const char* title="Optics Analysis Module PixelMap Tree", Int_t splitlevel = 99); // dtor virtual ~OAPxTree(); private: ClassDef(OAPxTree,1) }; #endif /* __OAPXTREE_HH_ */