Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Mar 5, 2024
1 parent 6d2e4ff commit 08714a2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ struct ExampleFunctionalProducerMultiple final : k4FWCore::Producer<retType()> {

auto particles = edm4hep::MCParticleCollection();
edm4hep::Vector3d v{0, 0, 0};
edm4hep::Vector3f vv{0, 0, 0};
particles.create(1, 2, 3, 4.f, 5.f, 6.f, v, v, vv);
particles.create(1, 2, 3, 4.f, 5.f, 6.f, v, v, v);
particles.create(2, 3, 4, 5.f, 6.f, 7.f);

auto simTrackerHits = edm4hep::SimTrackerHitCollection();
Expand Down

0 comments on commit 08714a2

Please sign in to comment.