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 Dec 26, 2021
2 parents d78bf84 + 984767f commit a7a71d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions detectors/EICDetector/Fun4All_runEvaluators.C
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ int Fun4All_runEvaluators(
Enable::FEMC_EVAL = true;
Enable::LFHCAL_EVAL = true;
Enable::EEMCH_EVAL = true;
Enable::EHCAL_EVAL = true;
Enable::EHCAL_EVAL = false;
Enable::FWDJETS_EVAL = false;
Enable::FFR_EVAL = true;

Expand All @@ -101,12 +101,12 @@ int Fun4All_runEvaluators(
Enable::FEMC = true;
Enable::LFHCAL = true;
Enable::EEMCH = true;
Enable::EHCAL = true;
Enable::EHCAL = false;

TRACKING::ProjectionNames = {"BECAL"
,"CTTL_0"
,"EEMC"
,"EHCAL"
//,"EHCAL"
,"ETTL_0"
,"ETTL_1"
,"FEMC"
Expand Down

0 comments on commit a7a71d9

Please sign in to comment.