Skip to content
Snippets Groups Projects

increase version number of PackedTrack to reflect change in the definition of LHCbID

Merged Gerhard Raven requested to merge bump-packed-track-version into master
Compare and Show latest version
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -47,8 +47,8 @@ namespace LHCb::Event::v2 {
struct WeightedTrack {
using Track = LHCb::Event::v2::Track;
WeightedTrack( const Track* t, float w ) : track( t ), weight( w ){};
const Track* track;
float weight;
const Track* track = nullptr;
float weight = 0.0;
};
/// Reconstructed Vertices class
Loading