source: JEM-EUSO/esaf_cc_at_lal/packages/simulation/generators/meteorites/include/MeteorDriver.hh @ 114

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

actual version of ESAF at CCin2p3

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.