From: Tobias Bus Date: Tue, 2 May 2017 11:01:04 +0000 (+0200) Subject: analyzer: committed some small changes in bin size X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=d7cf41c343c4c510b31de96ae07207394a68ca52;p=radhard.git analyzer: committed some small changes in bin size --- diff --git a/MABS_run_analyzer/ChargeSpektrumFunctions.c b/MABS_run_analyzer/ChargeSpektrumFunctions.c index eff8451..4c0bd2c 100644 --- a/MABS_run_analyzer/ChargeSpektrumFunctions.c +++ b/MABS_run_analyzer/ChargeSpektrumFunctions.c @@ -717,10 +717,7 @@ Bool_t plotAllRuns(vector* 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); diff --git a/MABS_run_analyzer/Run.c b/MABS_run_analyzer/Run.c index e292687..f03c839 100644 --- a/MABS_run_analyzer/Run.c +++ b/MABS_run_analyzer/Run.c @@ -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") )