Skip to content

Commit 46d3a51

Browse files
authored
Merge pull request #46568 from eyigitba/EMTF_fixGEMLayerInDQM_Oct24
Bugfix for EMTF DQM module
2 parents ba58d18 + 7124d39 commit 46d3a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DQM/L1TMonitor/src/L1TStage2EMTF.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ void L1TStage2EMTF::analyze(const edm::Event& e, const edm::EventSetup& c) {
10061006
gemChamberPartition[hist_index]->Fill(chamber, Hit->Partition());
10071007
gemHitOccupancy->Fill(chamber_bin(1, 1, chamber), (endcap > 0) ? 1.5 : 0.5); // follow CSC convention
10081008
//Added plots 07-21-22 ***
1009-
gemVFATBXPerChamber[chamber - 1][hist_index][layer]->Fill(Hit->BX(), vfat);
1009+
gemVFATBXPerChamber[chamber - 1][hist_index][layer - 1]->Fill(Hit->BX(), vfat);
10101010
//indexed plots by BX 07-21-22
10111011
gemChamberVFATBX[hist_index][Hit->BX() + 3]->Fill(chamber_bin(1, 1, chamber), vfat);
10121012
}

0 commit comments

Comments
 (0)