Skip to content

Commit

Permalink
fix typo in GEMOH : vfatWordCntT
Browse files Browse the repository at this point in the history
  • Loading branch information
yeckang committed Jun 30, 2022
1 parent ced7981 commit cd2f9b0
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 cd2f9b0

Please sign in to comment.