source: JEM-EUSO/esaf_cc_at_lal/packages/simulation/generators/meteorites/include/MeteoriteTrack.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: 466 bytes
Line 
1// ESAF : Euso Simulation and Analysis Framework
2// $Id: MeteoriteTrack.hh 1002 2004-09-13 16:44:02Z thea $
3// Alessandro Thea created Nov, 23 2003
4
5#ifndef __METEORITETRACK_HH_
6#define __METEORITETRACK_HH_
7
8#include "euso.hh"
9#include "PhysicsData.hh"
10
11class MeteoriteTrack : public PhysicsData {
12public:
13    // ctor
14    MeteoriteTrack();
15
16    // dtor
17    virtual ~MeteoriteTrack();
18
19private:
20
21    ClassDef(MeteoriteTrack,0)
22};
23
24#endif  /* __METEORITETRACK_HH_ */
25
Note: See TracBrowser for help on using the repository browser.