Index: /trunk/FACT++/spectrum/display.C
===================================================================
--- /trunk/FACT++/spectrum/display.C	(revision 19908)
+++ /trunk/FACT++/spectrum/display.C	(revision 19909)
@@ -244,5 +244,5 @@
     h1->DrawCopy("P same");
 
-    //file.GetObject("RolkeLL", h1);
+    //file.GetObject("Data/Energy/Integral/RolkeLL", h1);
     //h1->SetMarkerStyle(22);
     //h1->DrawCopy("P same");
@@ -260,6 +260,8 @@
     gPad->SetGridx();
     file.GetObject("Data/Energy/Integral/BackgroundI", h1);
+    h1->SetTitle("Integral Signal (black), Background (red) and Excess (blue)");
     h1->Scale(5);
     h1->SetMaximum(30);
+    h1->SetMarkerColor(kRed);
     h1->SetLineColor(kRed);
     h1->DrawCopy("P");
@@ -267,4 +269,5 @@
     h1->DrawCopy("P same");
     file.GetObject("Data/Energy/Integral/ExcessI", h1);
+    h1->SetMarkerColor(kBlue);
     h1->SetLineColor(kBlue);
     h1->DrawCopy("P same");
@@ -300,6 +303,11 @@
     h1->DrawCopy("P same");
 
-    //file.GetObject("RolkeLL", h1);
+    //file.GetObject("Data/Energy/Differential/RolkeLL", h1);
     //h1->SetMarkerStyle(22);
+    //h1->DrawCopy("P same");
+
+    //file.GetObject("Data/Energy/Differential/FeldmanCousins", h1);
+    //h1->SetMarkerColor(kBlue);
+    //h1->SetMarkerStyle(23);
     //h1->DrawCopy("P same");
 
@@ -316,6 +324,8 @@
     gPad->SetGridx();
     file.GetObject("Data/Energy/Differential/Background", h1);
+    h1->SetTitle("Differential Signal (black), Background (red) and Excess (blue)");
     h1->Scale(5);
     h1->SetMaximum(30);
+    h1->SetMarkerColor(kRed);
     h1->SetLineColor(kRed);
     h1->DrawCopy("P");
@@ -323,4 +333,5 @@
     h1->DrawCopy("P same");
     file.GetObject("Data/Energy/Differential/Excess", h1);
+    h1->SetMarkerColor(kBlue);
     h1->SetLineColor(kBlue);
     h1->DrawCopy("P same");
