Universita' di GenovaINFN Sezione di Genova  
AIRWATCH / EUSO Genova

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() {
}

About Us | EUSO Official Website | Web pages created by Roberto Pesce and Alessandro Thea - Last Update 14-May-2005 21:31