Index: trunk/MagicSoft/Mars/mcalib/MCalibrationIntensityChargeCam.cc
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MCalibrationIntensityChargeCam.cc	(revision 5996)
+++ trunk/MagicSoft/Mars/mcalib/MCalibrationIntensityChargeCam.cc	(revision 5997)
@@ -1075,4 +1075,5 @@
 {
   TGraphErrors *gr = GetRazmikPlot(pixid );
+  gr->SetBit(kCanDelete);
   gr->Draw("A*");
 
@@ -1081,4 +1082,5 @@
 {
   TGraphErrors *gr = GetPheVsCharge(pixid,col);
+  gr->SetBit(kCanDelete);
   gr->Draw("A*");
 }
@@ -1086,4 +1088,5 @@
 {
   TGraphErrors *gr = GetPhePerCharge(pixid,geom,col); 
+  gr->SetBit(kCanDelete);
   gr->Draw("A*");
 }
@@ -1091,4 +1094,5 @@
 {
   TGraphErrors *gr = GetPhePerChargePerArea(aidx,geom,col); 
+  gr->SetBit(kCanDelete);
   gr->Draw("A*");
 }
@@ -1096,4 +1100,5 @@
 {
   TGraphErrors *gr = GetPheVsChargePerArea(aidx,col); 
+  gr->SetBit(kCanDelete);
   gr->Draw("A*");
 }
@@ -1101,4 +1106,5 @@
 {
   TH2F *h = GetRazmikPlotResults(aidx,geom ); 
+  h->SetBit(kCanDelete);
   h->Draw();
 }
@@ -1107,4 +1113,5 @@
 {
   TGraphErrors *gr = GetChargePerAreaVsTime(aidx,geom ); 
+  gr->SetBit(kCanDelete);
   gr->Draw("A*");
 }
@@ -1112,4 +1119,5 @@
 {
   TGraphErrors *gr = GetPhePerAreaVsTime(aidx,geom ); 
+  gr->SetBit(kCanDelete);
   gr->Draw("A*");
 }
@@ -1117,4 +1125,5 @@
 {
   TGraphErrors *gr = GetPhotVsTime(method); 
+  gr->SetBit(kCanDelete);
   gr->Draw("A*");
 }
@@ -1123,4 +1132,5 @@
 {
   TGraphErrors *gr = GetVarPerAreaVsTime(aidx,geom,varname ); 
+  gr->SetBit(kCanDelete);
   gr->Draw("A*");
 }
@@ -1128,4 +1138,5 @@
 {
   TGraphErrors *gr = GetVarVsTime(pixid,varname ); 
+  gr->SetBit(kCanDelete);
   gr->Draw("A*");
 }
@@ -1133,4 +1144,5 @@
 {
   TH1F *h = GetVarFluctuations( aidx, geom,varname); 
+  h->SetBit(kCanDelete);
   h->Draw();
 }
