Skip to content

Commit 63a2f43

Browse files
authored
Merge pull request #49305 from alaperto/update_disabled_ROCs_DQM_Pixel_Summary_Master_16_0
Update Disabled ROCs for Online DQM Pixel Summary
2 parents 269cd30 + 156167f commit 63a2f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DQM/SiPixelPhase1Summary/src/SiPixelPhase1Summary.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ void SiPixelPhase1Summary::fillSummaries(DQMStore::IBooker& iBooker, DQMStore::I
272272
//Fill the dead ROC summary
273273
std::vector<trendPlots> trendOrder = {layer1, layer2, layer3, layer4, ring1, ring2};
274274
std::vector<int> nRocsPerTrend = {1536, 3584, 5632, 8192, 4224, 6528};
275-
std::vector<int> nDisabledRocs = {12, 128, 240, 320, 96, 120};
275+
std::vector<int> nDisabledRocs = {16, 152, 272, 320, 368, 256};
276276
for (unsigned int i = 0; i < trendOrder.size(); i++) {
277277
int xBin = i < 4 ? 1 : 2;
278278
int yBin = i % 4 + 1;

0 commit comments

Comments
 (0)