source: JEM-EUSO/esaf_cc_at_lal/packages/simulation/detector/optics/include/FakeOpticalAdaptor.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: 586 bytes
Line 
1// ESAF : Euso Simulation and Analysis Framework
2// $Id: FakeOpticalAdaptor.hh 1326 2004-12-23 00:39:46Z thea $
3// A.Thea created Oct, 24 2003
4
5#ifndef __FAKEOPTICALADAPTOR_HH_
6#define __FAKEOPTICALADAPTOR_HH_
7
8#include "euso.hh"
9#include "Photon.hh"
10#include "OpticalAdaptor.hh"
11
12
13class FakeOpticalAdaptor: public OpticalAdaptor {
14public:
15    FakeOpticalAdaptor();
16    virtual ~FakeOpticalAdaptor();
17
18    virtual Photon *Transport(Photon *) const;
19
20    EsafConfigClass(Optics,FakeOpticalAdaptor)
21private:
22
23    ClassDef(FakeOpticalAdaptor,0)
24};
25
26#endif  /* __FAKEOPTICALADAPTOR_HH_ */
27
Note: See TracBrowser for help on using the repository browser.