Index: trunk/MagicSoft/Mars/mjobs/MJStar.cc
===================================================================
--- trunk/MagicSoft/Mars/mjobs/MJStar.cc	(revision 9023)
+++ trunk/MagicSoft/Mars/mjobs/MJStar.cc	(revision 9024)
@@ -192,5 +192,6 @@
     readreal.AddTree("Drive",            MReadReports::kRequired);
     readreal.AddTree("Starguider",       MReadReports::kRequired);
-    readreal.AddTree("Currents",         MReadReports::kRequired);
+    readreal.AddTree("Camera",           MReadReports::kRequired);
+    readreal.AddTree("Currents");
     readreal.AddTree("CC");
     readreal.AddTree("Rec");
@@ -461,9 +462,9 @@
     // Initialize histogram
     MHSectorVsTime histdc, histrms;
-    histdc.SetNameTime("MTimeCurrents");
+    histdc.SetNameTime("MTimeCamera");
     histdc.SetTitle("Average DC currents of all pixels vs time;;<I> [nA]");
     histdc.SetMinimum(0);
     histdc.SetMaximum(10);
-    histrms.SetNameTime("MTimeCurrents");
+    histrms.SetNameTime("MTimeCamera");
     histrms.SetTitle("Average pedestal rms of all pixels vs time;;<\\sigma_{p}> [phe]");
     histrms.SetType(5);
@@ -526,6 +527,6 @@
         tlist.AddToList(&fillp1,  "Drive");
         tlist.AddToList(&fillp2,  "Starguider");
-        tlist.AddToList(&fillrms, "Currents");
-        tlist.AddToList(&filldc,  "Currents");
+        tlist.AddToList(&fillrms, "Camera");
+        tlist.AddToList(&filldc,  "Camera");
         tlist.AddToList(&fillipr, "Trigger");
         tlist.AddToList(&filldt1, "CC");   // Old files: Receiver information in CC-Tree  (Mars<=2.0)
