Skip to content

Commit

Permalink
Disabled EHCAL in eval as it's now removed
Browse files Browse the repository at this point in the history
  • Loading branch information
cdean-github committed Dec 26, 2021
1 parent 6041df9 commit 984767f
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 984767f

Please sign in to comment.