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