// ESAF : Euso Simulation and Analysis Framework
// $Id: EmptyData.hh,v 1.3 2004/09/13 16:43:52 thea Exp $
//  created Nov, 25 2003

#ifndef __EMPTYDATA_HH_
#define __EMPTYDATA_HH_

#include "euso.hh"
#include "PhysicsData.hh"

class EmptyData : public PhysicsData {
public:
    // ctor
    EmptyData();

    // dtor
    virtual ~EmptyData();

private:

    ClassDef(EmptyData,0)
};

#endif  /* __EMPTYDATA_HH_ */