// ESAF : Euso Simulation and Analysis Framework // $Id: MeteorDriver.hh,v 1.3 2004/09/13 16:43:51 thea Exp $ // created Dec, 4 2003 #ifndef __METEORDRIVER_HH_ #define __METEORDRIVER_HH_ #include "euso.hh" class MeteorDriver { public: // ctor MeteorDriver(); // dtor virtual ~MeteorDriver(); private: ClassDef(MeteorDriver,0) }; #endif /* __METEORDRIVER_HH_ */