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.
1 parent dd7156a commit 83481f2Copy full SHA for 83481f2
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