Index: /trunk/MagicSoft/Mars/macros/CCDataCheck.C
===================================================================
--- /trunk/MagicSoft/Mars/macros/CCDataCheck.C	(revision 3090)
+++ /trunk/MagicSoft/Mars/macros/CCDataCheck.C	(revision 3091)
@@ -34,5 +34,5 @@
 ////////////////////////////////////////////////////////////////////////////
 
-void CCDataCheck(const TString filename="CC_2003_11_30_20_29_20.root", const TString directory="../rootfiles/2003_12_01/")
+void CCDataCheck_new(const TString filename="CC_2003_11_30_20_29_20.root", const TString directory="../rootfiles/2003_12_01/")
 {
   //
@@ -40,4 +40,5 @@
   //
   MStatusDisplay *d = new MStatusDisplay;
+  d->SetTitle(Form("- %s -",filename));
   d->SetLogStream(&gLog, kTRUE);            // Disables output to stdout
 
@@ -570,4 +571,5 @@
   axey->SetBinLabel(axey->FindFixBin(8),"SHUTD");
   axey->SetBinLabel(axey->FindFixBin(9),"N/A");
+  axey->SetLabelSize(0.07);
   hist->SetXTitle("Time");
   hist->SetYTitle("");
@@ -588,4 +590,5 @@
   axey->SetBinLabel(axey->FindFixBin(6),"Warm");
   axey->SetBinLabel(axey->FindFixBin(9),"n/a");
+  axey->SetLabelSize(0.07);
   hist->SetXTitle("Time");
   hist->SetYTitle("");
@@ -608,4 +611,5 @@
   axey->SetBinLabel(axey->FindFixBin(6),"LimCurrentWarning");
   axey->SetBinLabel(axey->FindFixBin(9),"n/a");
+  axey->SetLabelSize(0.07);
   hist->SetXTitle("Time");
   hist->SetYTitle("");
@@ -627,4 +631,5 @@
   axey->SetBinLabel(axey->FindFixBin(7),"Stopped");
   axey->SetBinLabel(axey->FindFixBin(9),"n/a");
+  axey->SetLabelSize(0.07);
   hist->SetXTitle("Time");
   hist->SetYTitle("");
@@ -646,4 +651,5 @@
   axey->SetBinLabel(axey->FindFixBin(7),"Cond.Warning");
   axey->SetBinLabel(axey->FindFixBin(9),"n/a");
+  axey->SetLabelSize(0.07);
   hist->SetXTitle("Time");
   hist->SetYTitle("");
@@ -667,4 +673,5 @@
   axey->SetBinLabel(axey->FindFixBin(7),"CECO TIMEOUT");
   axey->SetBinLabel(axey->FindFixBin(9),"N/A");
+  axey->SetLabelSize(0.07);
   hist->SetXTitle("Time");
   hist->SetYTitle("");
@@ -841,5 +848,5 @@
   gStyle->SetPadGridX(kTRUE);
   gStyle->SetPadGridY(kTRUE);
-  TLegend *legtrig = new TLegend(0.75,0.85,0.99,0.99);
+  TLegend *legtrig = new TLegend(0.85,0.85,0.99,0.99);
   TGraph *g = hTrigBL2.GetGraph();
   g->SetMarkerStyle(kFullDotSmall);
@@ -882,4 +889,5 @@
   axey->SetBinLabel(axey->FindFixBin(4),"Active");
   axey->SetBinLabel(axey->FindFixBin(5),"Stopped");
+  axey->SetLabelSize(0.07);
   hist->SetXTitle("Time");
   hist->SetYTitle("");
@@ -888,5 +896,5 @@
   c7->Divide(2,2);
   c7->cd(1);
-  TLegend *legtrig = new TLegend(0.80,0.75,0.99,0.99);
+  TLegend *legtrig = new TLegend(0.80,0.70,0.99,0.99);
   TGraph *g = htrigmc1.GetGraph();
   g->SetMarkerStyle(kFullDotSmall);
@@ -902,5 +910,5 @@
   legtrig->DrawClone();
   c7->cd(2);
-  TLegend *legtrig = new TLegend(0.80,0.75,0.99,0.99);
+  TLegend *legtrig = new TLegend(0.80,0.70,0.99,0.99);
   TGraph *g = htrigmc2.GetGraph();
   g->SetMarkerStyle(kFullDotSmall);
@@ -951,5 +959,5 @@
   legtrig->DrawClone();
   c7->cd(3);
-  TLegend *legtrig = new TLegend(0.80,0.75,0.99,0.99);
+  TLegend *legtrig = new TLegend(0.80,0.70,0.99,0.99);
   TGraph *g = htrigmc8.GetGraph();
   g->SetMarkerStyle(kFullDotSmall);
@@ -998,5 +1006,5 @@
   legtrig->DrawClone();
   c7->cd(4);
-  TLegend *legtrig = new TLegend(0.80,0.75,0.99,0.99);
+  TLegend *legtrig = new TLegend(0.80,0.70,0.99,0.99);
   TGraph *g = htrigmc14.GetGraph();
   g->SetMarkerStyle(kFullDotSmall);
