We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31aa627 + 83481f2 commit 14e39c1Copy full SHA for 14e39c1
SimDataFormats/Track/interface/SimTrack.h
@@ -78,7 +78,7 @@ class SimTrack : public CoreSimTrack {
78
math::XYZVectorD tkposition;
79
math::XYZTLorentzVectorD tkmomentum;
80
81
- int idAtBoundary_;
+ int idAtBoundary_{-1};
82
math::XYZTLorentzVectorF positionAtBoundary_;
83
math::XYZTLorentzVectorF momentumAtBoundary_;
84
uint8_t trackInfo_;
0 commit comments