From d7cf41c343c4c510b31de96ae07207394a68ca52 Mon Sep 17 00:00:00 2001 From: Tobias Bus Date: Tue, 2 May 2017 13:01:04 +0200 Subject: [PATCH] analyzer: committed some small changes in bin size --- MABS_run_analyzer/ChargeSpektrumFunctions.c | 3 --- MABS_run_analyzer/Run.c | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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") ) -- 2.43.0