source: JEM-EUSO/esaf_cc_at_lal/packages/simulation/detector/optics/include/JOpticalSystem.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: 468 bytes
Line 
1// JOpticalSystem
2// $Id: JOpticalSystem.hh 1112 2004-09-28 12:10:53Z thea $
3//
4#ifndef JOPTICALSYSTEM_HH
5#define JOPTICALSYSTEM_HH
6
7#include "DetectorPhotonTransporter.hh"
8#include "OpticalSystem.hh"
9#include "Interpolate.hh"
10
11class JOpticalSystem: public OpticalSystem {
12public:
13        JOpticalSystem();
14        virtual Photon *Transport(Photon *p) const;
15
16        EsafConfigClass(Optics,JOpticalSystem)
17
18    ClassDef(JOpticalSystem,0)
19};
20
21#endif /* JOPTICALSYSTEM_HH */
22
Note: See TracBrowser for help on using the repository browser.