// $Id: NightGlowMapBuilder.hh,v 1.1 2005/10/31 16:36:32 thea Exp $ // Author: Alessandro Thea 2005/10/28 /***************************************************************************** * ESAF: Euso Simulation and Analysis Framework * * * * Id: NightGlowMapBuilder * * Package: * * Coordinator: * * * *****************************************************************************/ #ifndef __NIGHTGLOWMAPBUILDER_HH__ #define __NIGHTGLOWMAPBUILDER_HH__ #include "euso.hh" #include "EsafMsgSource.hh" //////////////////////////////////////////////////////////////////////////////// // // // NightGlowMapBuilder // // // // // // // //////////////////////////////////////////////////////////////////////////////// class NightGlowMapBuilder : public EsafMsgSource { public: NightGlowMapBuilder(); virtual ~NightGlowMapBuilder(); private: ClassDef(NightGlowMapBuilder,0) }; #endif /* __NIGHTGLOWMAPBUILDER_HH__ */