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);
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") )