Skip to content

Commit

Permalink
Rename output keys
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jul 27, 2023
1 parent 70d9deb commit a0c9bcd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ struct ExampleFunctionalProducerMultiple final : Gaudi::Functional::Producer<std
{
KeyValue( "OutputLocationFloat", "VectorFloat" ),
KeyValue( "OutputLocationParticles", "MCParticles" ),
KeyValue( "OutputLocation1", "SimTrackerHits" ),
KeyValue( "OutputLocation1", "TrackerHits" ),
KeyValue( "OutputLocation1", "Tracks" )
KeyValue( "OutputLocationSimTrackerHits", "SimTrackerHits" ),
KeyValue( "OutputLocationTrackerHits", "TrackerHits" ),
KeyValue( "OutputLocationTracks", "Tracks" )
}
) {}

Expand Down

0 comments on commit a0c9bcd

Please sign in to comment.