// $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: <packagename>                                                   *
 *  Coordinator: <coordinator>                                               *
 *                                                                           *
 *****************************************************************************/

#ifndef __NIGHTGLOWMAPBUILDER_HH__
#define __NIGHTGLOWMAPBUILDER_HH__

#include "euso.hh"
#include "EsafMsgSource.hh"

////////////////////////////////////////////////////////////////////////////////
//                                                                            //
// NightGlowMapBuilder                                                        //
//                                                                            //  
// <brief class description>                                                  //  
//                                                                            //  
////////////////////////////////////////////////////////////////////////////////

class NightGlowMapBuilder : public EsafMsgSource {
public:
    NightGlowMapBuilder();
    virtual ~NightGlowMapBuilder();

private:

    ClassDef(NightGlowMapBuilder,0)
};

#endif  /* __NIGHTGLOWMAPBUILDER_HH__ */