source: JEM-EUSO/esaf_cc_at_lal/packages/simulation/detector/optics/include/ERunParsPixelMapFiller.hh @ 114

Last change on this file since 114 was 114, checked in by moretto, 11 years ago

actual version of ESAF at CCin2p3

File size: 619 bytes
Line 
1// ESAF : Euso Simulation and Analysis Framework
2// $Id: ERunParsPixelMapFiller.hh 1002 2004-09-13 16:44:02Z thea $
3// Alessandro Thea created Dec, 18 2003
4
5#ifndef __ERUNPARSPIXELMAPFILLER_HH_
6#define __ERUNPARSPIXELMAPFILLER_HH_
7
8#include "euso.hh"
9#include "ERunParsFiller.hh"
10
11class ERunParameters;
12
13class ERunParsPixelMapFiller : public ERunParsFiller {
14public:
15    // ctor
16    ERunParsPixelMapFiller();
17
18    // dtor
19    virtual ~ERunParsPixelMapFiller();
20
21    // filler
22    virtual void Fill( ERunParameters *p );
23 
24private:
25
26    ClassDef(ERunParsPixelMapFiller,0)
27};
28
29#endif  /* __ERUNPARSPIXELMAPFILLER_HH_ */
30
Note: See TracBrowser for help on using the repository browser.