Skip to content

Commit

Permalink
feat: EventRecordingExample did not set up input (#878)
Browse files Browse the repository at this point in the history
It's meant to read in CSV particles using `--input-dir` but didn't set this up in boost po.

Co-authored-by: Andreas Salzburger <Andreas.Salzburger@cern.ch>
  • Loading branch information
paulgessinger and asalzburger committed Jul 16, 2021
1 parent fa09c85 commit 6e94ec0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Examples/Run/Geant4/HepMC/EventRecordingExample.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ int main(int argc, char* argv[]) {
ActsExamples::Options::addSequencerOptions(desc);
ActsExamples::Options::addOutputOptions(
desc, ActsExamples::OutputFormat::DirectoryOnly);
ActsExamples::Options::addInputOptions(desc);
ActsExamples::Options::addDD4hepOptions(desc);
ActsExamples::Options::addGeant4Options(desc);
ActsExamples::Options::addHepMC3WriterOptions(desc);
Expand Down

0 comments on commit 6e94ec0

Please sign in to comment.