Index: trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.hxx
===================================================================
--- trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.hxx	(revision 9313)
+++ trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.hxx	(revision 9336)
@@ -161,6 +161,9 @@
   Float_t GetImpactMax() const            {return fImpactMax;}
 
+  Bool_t IsCeres() const { return fCamVersion==UShort_t(-1); }
+
   void SetNumSimulatedShowers(UInt_t n) { fNumSimulatedShowers=n; }
   void SetImpactMax(Float_t im) { fImpactMax=im; }
+  void SetCorsikaVersion(UInt_t v) { fCorsikaVersion=v; }
 
   ClassDef(MMcRunHeader, 7)	// storage container for general run info
