// $Id: EmptyPhotonsInAtmosphere.hh,v 1.1 2005/11/14 11:24:52 moreggia Exp $ // Author: Sylvain Moreggia 2005/11/14 /***************************************************************************** * ESAF: Euso Simulation and Analysis Framework * * * * Id: EmptyPhotonsInAtmosphere * * Package: * * Coordinator: * * * *****************************************************************************/ #ifndef __EMPTYPHOTONSINATMOSPHERE_HH__ #define __EMPTYPHOTONSINATMOSPHERE_HH__ #include "euso.hh" #include "PhotonsInAtmosphere.hh" //////////////////////////////////////////////////////////////////////////////// // // // EmptyPhotonsInAtmosphere // // // // // // // //////////////////////////////////////////////////////////////////////////////// class EmptyPhotonsInAtmosphere : public PhotonsInAtmosphere { public: EmptyPhotonsInAtmosphere(); virtual ~EmptyPhotonsInAtmosphere(); private: ClassDef(EmptyPhotonsInAtmosphere,0) }; #endif /* __EMPTYPHOTONSINATMOSPHERE_HH__ */