// ESAF : Euso Simulation and Analysis Framework // $Id: ERunParsPixelMapFiller.hh,v 1.3 2004/09/13 16:43:43 thea Exp $ // Alessandro Thea created Dec, 18 2003 #ifndef __ERUNPARSPIXELMAPFILLER_HH_ #define __ERUNPARSPIXELMAPFILLER_HH_ #include "euso.hh" #include "ERunParsFiller.hh" class ERunParameters; class ERunParsPixelMapFiller : public ERunParsFiller { public: // ctor ERunParsPixelMapFiller(); // dtor virtual ~ERunParsPixelMapFiller(); // filler virtual void Fill( ERunParameters *p ); private: ClassDef(ERunParsPixelMapFiller,0) }; #endif /* __ERUNPARSPIXELMAPFILLER_HH_ */