Skip to content

Commit

Permalink
remove unused bits from VFat dataformat
Browse files Browse the repository at this point in the history
  • Loading branch information
jshlee committed Apr 22, 2023
1 parent b0b0e73 commit 5d493e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DataFormats/GEMDigi/interface/GEMVFAT.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ class GEMVFAT {
// is half-full, so it's like a warning
uint64_t vc : 1; /// VFAT CRC Error
uint64_t : 7; // unused
uint64_t pos : 8; // VFAT position on chamber, 5 used in GE11 but more is needed for phase2
uint64_t pos : 5; // VFAT position on chamber, 5 used in GE11 but more is needed for phase2
uint64_t : 3; // unused
};
// v2 dataformat
struct {
Expand Down

0 comments on commit 5d493e1

Please sign in to comment.