We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53cd9a7 commit a5c1db0Copy full SHA for a5c1db0
1 file changed
Detectors/ITSMFT/ITS/tracking/include/ITStracking/TuneExt.h
@@ -29,7 +29,7 @@ struct TrackletMC final {
29
float dr{constants::UnsetValue};
30
float dz{constants::UnsetValue};
31
float dPhi{constants::UnsetValue};
32
- bool ok{false}; // truth
+ bool ok{false}; // truth
33
/// below only metrics valid if ok
34
bool prim{false}; // primary
35
float dXY{constants::UnsetValue}; // transverse distance to event
0 commit comments