@@ -291,6 +291,7 @@ void PedestalsCheck::beautify(std::shared_ptr<MonitorObject> mo, Quality checkRe
291291 h->SetMaximum (1.1 );
292292
293293 addChamberDelimiters (h, 0 , 1.1 );
294+ addChamberLabelsForDE (h);
294295
295296 TLine* delimiter = new TLine (h->GetXaxis ()->GetXmin (), mMaxEmptyFractionPerDE , h->GetXaxis ()->GetXmax (), mMaxEmptyFractionPerDE );
296297 delimiter->SetLineColor (kBlack );
@@ -314,6 +315,7 @@ void PedestalsCheck::beautify(std::shared_ptr<MonitorObject> mo, Quality checkRe
314315 h->SetMaximum (1.1 );
315316
316317 addChamberDelimiters (h, 0 , 1.1 );
318+ addChamberLabelsForDE (h);
317319
318320 TLine* delimiter = new TLine (h->GetXaxis ()->GetXmin (), mMaxBadFractionPerDE , h->GetXaxis ()->GetXmax (), mMaxBadFractionPerDE );
319321 delimiter->SetLineColor (kBlack );
@@ -343,6 +345,7 @@ void PedestalsCheck::beautify(std::shared_ptr<MonitorObject> mo, Quality checkRe
343345 h->SetMaximum (max);
344346
345347 addChamberDelimiters (h, min, max);
348+ addChamberLabelsForDE (h);
346349
347350 TLine* delimiter = new TLine (h->GetXaxis ()->GetXmin (), mMinStatisticsPerDE , h->GetXaxis ()->GetXmax (), mMinStatisticsPerDE );
348351 delimiter->SetLineColor (kBlack );
@@ -369,6 +372,7 @@ void PedestalsCheck::beautify(std::shared_ptr<MonitorObject> mo, Quality checkRe
369372 h->SetMaximum (max);
370373
371374 addChamberDelimiters (h, min, max);
375+ addChamberLabelsForDE (h);
372376 }
373377
374378 if (mo->getName ().find (" Pedestals_Elec" ) != std::string::npos) {
0 commit comments