Skip to content

Commit

Permalink
Reenabled single particle production
Browse files Browse the repository at this point in the history
  • Loading branch information
cdean-github authored Sep 22, 2021
1 parent 13dcf1f commit 585c330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions detectors/EICDetector/Fun4All_G4_EICDetector.C
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ int Fun4All_G4_EICDetector(
// Input::SARTRE = true;

// Simple multi particle generator in eta/phi/pt ranges
//Input::SIMPLE = true;
Input::SIMPLE = true;
// Input::SIMPLE_NUMBER = 2; // if you need 2 of them
// Input::SIMPLE_VERBOSITY = 1;

Expand All @@ -119,7 +119,7 @@ int Fun4All_G4_EICDetector(
// And/Or read generated particles from file

// eic-smear output
Input::READEIC = true;
//Input::READEIC = true;
INPUTREADEIC::filename = inputFile;

// HepMC2 files
Expand Down

0 comments on commit 585c330

Please sign in to comment.