Skip to content
Snippets Groups Projects
Commit c98788d3 authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'master' into 'master'

coincidence flags changed

See merge request atlas/athena!35735
parents 9ec1ccfa afb3001d
No related branches found
No related tags found
No related merge requests found
...@@ -190,9 +190,8 @@ struct TGC_BYTESTREAM_NSL_ROI ...@@ -190,9 +190,8 @@ struct TGC_BYTESTREAM_NSL_ROI
unsigned roi: 8; unsigned roi: 8;
unsigned pt: 4; unsigned pt: 4;
unsigned charge: 1; unsigned charge: 1;
unsigned nswcoin: 3; unsigned coinflag: 3;
unsigned flags: 4; unsigned fill1: 6;
unsigned fill1: 2;
unsigned bcBitmap: 2; unsigned bcBitmap: 2;
unsigned sector: 4; unsigned sector: 4;
unsigned fwd: 1; unsigned fwd: 1;
...@@ -203,13 +202,9 @@ struct TGC_BYTESTREAM_NSL_ROI ...@@ -203,13 +202,9 @@ struct TGC_BYTESTREAM_NSL_ROI
struct TGC_BYTESTREAM_NSW_POS struct TGC_BYTESTREAM_NSW_POS
{ {
unsigned monitor: 1;
unsigned eta: 8; unsigned eta: 8;
unsigned phi: 6; unsigned phi: 6;
unsigned fill1: 2; unsigned fill1: 10;
unsigned input: 3;
unsigned cand: 2;
unsigned fill2: 2;
unsigned sector: 4; unsigned sector: 4;
unsigned fwd: 1; unsigned fwd: 1;
unsigned type: 3; unsigned type: 3;
...@@ -239,9 +234,7 @@ struct TGC_BYTESTREAM_RPCBIS78_POS ...@@ -239,9 +234,7 @@ struct TGC_BYTESTREAM_RPCBIS78_POS
{ {
unsigned eta: 6; unsigned eta: 6;
unsigned phi: 6; unsigned phi: 6;
unsigned fill1: 8; unsigned fill1: 12;
unsigned cand: 2;
unsigned fill2: 2;
unsigned sector: 4; unsigned sector: 4;
unsigned fwd: 1; unsigned fwd: 1;
unsigned type: 3; unsigned type: 3;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment