Skip to content

Commit

Permalink
Merge production into production_pythia8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 20, 2021
2 parents 36bea7f + c131177 commit 228d5b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions detectors/EICDetector/Fun4All_runEvaluators.C
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ int Fun4All_runEvaluators(
Enable::DSTREADER = false;
Enable::USER = false; // Enable this to run custom code from G4_User.C

Enable::EVENT_EVAL = true;
Enable::EVENT_EVAL = false;
Enable::TRACKING_EVAL = true;
Enable::CEMC_EVAL = true;
Enable::HCALIN_EVAL = true;
Enable::HCALOUT_EVAL = true;
Enable::FEMC_EVAL = true;
Enable::FHCAL_EVAL = true;
Enable::EEMC_EVAL = true;
Enable::FWDJETS_EVAL = true;
Enable::FWDJETS_EVAL = false;

map<string, string> evaluatorNames;
evaluatorNames["event"] = "_g4event_eval.root";
Expand Down

0 comments on commit 228d5b5

Please sign in to comment.