Skip to content

Commit a80a100

Browse files
committed
code-checks
1 parent c50fe21 commit a80a100

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CUDADataFormats/TrackingRecHit/interface/SiPixelHitStatus.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
// more information on bit fields : https://en.cppreference.com/w/cpp/language/bit_field
77
struct SiPixelHitStatus {
8-
bool isBigX : 1; // ∈[0,1]
9-
bool isOneX : 1; // ∈[0,1]
10-
bool isBigY : 1; // ∈[0,1]
11-
bool isOneY : 1; // ∈[0,1]
12-
uint8_t qBin : 3; // ∈[0,1,...,7]
8+
bool isBigX : 1; // ∈[0,1]
9+
bool isOneX : 1; // ∈[0,1]
10+
bool isBigY : 1; // ∈[0,1]
11+
bool isOneY : 1; // ∈[0,1]
12+
uint8_t qBin : 3; // ∈[0,1,...,7]
1313
};
1414

1515
#endif

0 commit comments

Comments
 (0)