source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/simulation/detector/optics/include/JOpticalSystem.hh @ 117

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

ESAF version compilable on mac OS

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.