Skip to content

Commit

Permalink
Merge pull request #38573 from yeckang/GEMAMC_OC_bugfix_12_4_X
Browse files Browse the repository at this point in the history
[Backport][GEM]  bug fix : typo in GEMOptoHybrid data format [12_4_X]
  • Loading branch information
cmsbuild committed Jul 3, 2022
2 parents d9656a5 + cd2f9b0 commit 23abf3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataFormats/GEMDigi/interface/GEMOptoHybrid.h
Expand Up @@ -114,7 +114,7 @@ class GEMOptoHybrid {
uint16_t vfatWordCntT() const {
if (ver_ == 0)
return GEBchamberTrailer{ct_}.VfWdCntT;
return GEBchamberTrailer{ch_}.VfWdCntTv302;
return GEBchamberTrailer{ct_}.VfWdCntTv302;
}

bool bxmVvV() const { return GEBchamberHeader{ch_}.BxmVvV; }
Expand Down

0 comments on commit 23abf3e

Please sign in to comment.