Skip to content

Commit a5c1db0

Browse files
committed
Please consider the following formatting changes
1 parent 53cd9a7 commit a5c1db0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Detectors/ITSMFT/ITS/tracking/include/ITStracking

Detectors/ITSMFT/ITS/tracking/include/ITStracking/TuneExt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ struct TrackletMC final {
2929
float dr{constants::UnsetValue};
3030
float dz{constants::UnsetValue};
3131
float dPhi{constants::UnsetValue};
32-
bool ok{false}; // truth
32+
bool ok{false}; // truth
3333
/// below only metrics valid if ok
3434
bool prim{false}; // primary
3535
float dXY{constants::UnsetValue}; // transverse distance to event

0 commit comments

Comments
 (0)