Index: /trunk/Mars/msimreflector/MSimRays.cc
===================================================================
--- /trunk/Mars/msimreflector/MSimRays.cc	(revision 19589)
+++ /trunk/Mars/msimreflector/MSimRays.cc	(revision 19590)
@@ -57,5 +57,5 @@
 #include "MPhotonData.h"
 
-#include "MReflector.h"
+#include "MOptics.h"
 #include "MPointingPos.h"
 
@@ -91,8 +91,8 @@
         return kFALSE;
 
-    fReflector = (MReflector*)pList->FindObject(fNameReflector, "MReflector");
+    fReflector = (MOptics*)pList->FindObject(fNameReflector, "MOptics");
     if (!fReflector)
     {
-        *fLog << inf << fNameReflector << " [MReflector] not found..." << endl;
+        *fLog << inf << fNameReflector << " [MOptics] not found..." << endl;
         return kFALSE;
     }
Index: /trunk/Mars/msimreflector/MSimRays.h
===================================================================
--- /trunk/Mars/msimreflector/MSimRays.h	(revision 19589)
+++ /trunk/Mars/msimreflector/MSimRays.h	(revision 19590)
@@ -12,5 +12,5 @@
 class MCorsikaEvtHeader;
 
-class MReflector;
+class MOptics;
 
 class MSimRays : public MTask
@@ -18,5 +18,5 @@
 private:
     MPhotonEvent  *fEvt;        //! Event storing the photons
-    MReflector    *fReflector;  //! Geometry of the reflector
+    MOptics       *fReflector;  //! Geometry of the reflector
     MPointingPos  *fPointPos;   //! Direction the telescope is pointing to
     MPointingPos  *fSource;     //! Direction the rays are coming from relative to the telescope
