Index: trunk/MagicSoft/Mars/datacenter/macros/fillcamera.C
===================================================================
--- trunk/MagicSoft/Mars/datacenter/macros/fillcamera.C	(revision 8605)
+++ trunk/MagicSoft/Mars/datacenter/macros/fillcamera.C	(revision 8606)
@@ -186,4 +186,6 @@
     Double_t tmin         = runheader3->GetShowerThetaMin();
     Double_t tmax         = runheader3->GetShowerThetaMax();
+    UInt_t   reflvers     = runheader3->GetReflVersion();
+    UInt_t   camvers      = runheader3->GetCamVersion();
     UInt_t   numsimshow   = runheader3->GetNumSimulatedShowers();
     UInt_t   numevents    = tree2->GetEntries();
@@ -201,6 +203,8 @@
     TString misx      = Form("%5.2f", misptx);
     TString misy      = Form("%5.2f", mispty);
-    TString reflector = Form("%5.0f", runheader3->GetReflVersion());
-    TString camera    = Form("%5.0f", runheader3->GetCamVersion());
+//    TString reflector = Form("%5.0f", runheader3->GetReflVersion());
+    TString reflector = Form("%5.0i", reflvers);
+    TString camera    = Form("%5.0i", camvers);
+//    TString camera    = Form("%5.0f", runheader3->GetCamVersion());
     TString imax      = Form("%5.1f", runheader3->GetImpactMax());
     TString numphe    = Form("%5.1f", runheader3->GetNumPheFromDNSB());
