source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/simulation/generators/meteorites/include/MeteorDriver.hh @ 117

Last change on this file since 117 was 117, checked in by moretto, 11 years ago

ESAF version compilable on mac OS

File size: 389 bytes
Line 
1// ESAF : Euso Simulation and Analysis Framework
2// $Id: MeteorDriver.hh 1002 2004-09-13 16:44:02Z thea $
3//  created Dec,  4 2003
4
5#ifndef __METEORDRIVER_HH_
6#define __METEORDRIVER_HH_
7
8#include "euso.hh"
9
10
11class MeteorDriver {
12public:
13    // ctor
14    MeteorDriver();
15
16    // dtor
17    virtual ~MeteorDriver();
18
19private:
20
21    ClassDef(MeteorDriver,0)
22};
23
24#endif  /* __METEORDRIVER_HH_ */
25
Note: See TracBrowser for help on using the repository browser.