]> jspc29.x-matter.uni-frankfurt.de Git - radhard.git/commitdiff
analyzer: committed some small changes in bin size
authorTobias Bus <tbus@jspc48.x-matter.uni-frankfurt.de>
Tue, 2 May 2017 11:01:04 +0000 (13:01 +0200)
committerTobias Bus <tbus@jspc48.x-matter.uni-frankfurt.de>
Tue, 2 May 2017 11:01:04 +0000 (13:01 +0200)
MABS_run_analyzer/ChargeSpektrumFunctions.c
MABS_run_analyzer/Run.c

index eff8451d282a840c412e8b79d4b08fb2bc622d96..4c0bd2c3efb9ea406493da1b2f82f34cb91c9478 100644 (file)
@@ -717,10 +717,7 @@ Bool_t plotAllRuns(vector<HistogramType*>* ptCompareHistogramClassVector)
             hs->Add(curhistogramclone);
             legendEntry = Form("%s", curhistogramclone->GetTitle());
             if (legendStringsVector.size() > 0)
-            {
                 legendEntry = Form("%s", legendStringsVector.at(histogrami).Data());
-                cout << colorcyan << legendEntry << endlr;
-            }
             leg2->AddEntry(curhistogramclone, legendEntry, "l");
             leg2->Draw("SAME");
             //             hs->Add(leg1);
index e2926872cb5ab2a99ef7b13b95f8a27f4ce6260b..f03c83926dc3b1420c816ac5f7953da8db19c979 100644 (file)
@@ -254,7 +254,7 @@ void Run::setSystemSpecificParameters()
     systemparam systemparamPXI (800*16,800,75,150,150);
     systemparam systemparamFSBB (2800,2800/4,25,10,100);
     systemparam systemparamUSBMi19 (400/*maxbin*/,400/1/*nbins*/, 25/*vetothreshold*/, 10/*maxbinnoise*/, 100/*nbinsnoise*/);
-    systemparam systemparamPipper2 (1000,250,15,10,100);
+    systemparam systemparamPipper2 (1000,500,15,10,100);
     if (labbook.system.EqualTo("USB")  && labbook.chipGen.EqualTo("Mi34") )
         cursystemparam = systemparamUSB;
     else if (labbook.system.EqualTo("USB")  && labbook.chipGen.EqualTo("FSBB") )