source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/simulation/detector/optics/include/TestOpticalAdaptor.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: 572 bytes
Line 
1//
2// $Id: TestOpticalAdaptor.hh 1326 2004-12-23 00:39:46Z thea $
3//
4// simple implementation of a transparent optical adator, mainly used to
5// test the method of the OpticalAdaptor class
6//
7#ifndef TESTOPTICALADAPTOR_HH
8#define TESTOPTICALADAPTOR_HH
9
10#include "OpticalAdaptor.hh"
11#include "PmtGeometry.hh"
12
13class TestOpticalAdaptor: public OpticalAdaptor {
14public:
15    TestOpticalAdaptor();
16    virtual Photon *Transport(Photon *) const;
17   
18    EsafConfigClass(Optics,TestOpticalAdaptor)     
19
20    ClassDef(TestOpticalAdaptor,0)
21};
22
23#endif /* TESTOPTICALADAPTOR_HH */
Note: See TracBrowser for help on using the repository browser.