Skip to content

Commit

Permalink
Merge production into production_singleElectron_0-20GeV
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 22, 2021
2 parents fb7aaf6 + 7e3088e commit 216438e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions detectors/EICDetector/Fun4All_runEvaluators.C
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ int Fun4All_runEvaluators(
Enable::EEMCH_EVAL = true;
Enable::EHCAL_EVAL = true;
Enable::FWDJETS_EVAL = true;
Enable::FFR_EVAL = true;

map<string, string> evaluatorNames;
evaluatorNames["event"] = "_g4event_eval.root";
Expand All @@ -87,6 +88,7 @@ int Fun4All_runEvaluators(
evaluatorNames["fhcal"] = "_g4fhcal_eval.root";
evaluatorNames["eemch"] = "_g4eemch_eval.root";
evaluatorNames["ehcal"] = "_g4ehcal_eval.root";
evaluatorNames["farfwd"] = "_g4farfwd_eval.root";

/*
* Enable extra features in the evaluators
Expand All @@ -97,7 +99,7 @@ int Fun4All_runEvaluators(
Enable::HCALIN_CLUSTER = true;
Enable::HCALOUT_CLUSTER = true;
Enable::FEMC_CLUSTER = true;
Enable::FHCAL_CLUSTER = true;
Enable::LFHCAL_CLUSTER = true;
Enable::EEMCH_CLUSTER = true;
Enable::EHCAL_CLUSTER = true;

Expand All @@ -117,7 +119,6 @@ int Fun4All_runEvaluators(
,"mRICH"
};


Enable::DIRC_RECO = true;
Enable::mRICH_RECO = true;
Enable::RICH_RECO = true;
Expand Down Expand Up @@ -182,7 +183,8 @@ int Fun4All_runEvaluators(
if (Enable::FHCAL_EVAL) FHCAL_Eval(outputroot + evaluatorNames.find("fhcal")->second);
if (Enable::EEMCH_EVAL) EEMCH_Eval(outputroot + evaluatorNames.find("eemch")->second);
if (Enable::EHCAL_EVAL) EHCAL_Eval(outputroot + evaluatorNames.find("ehcal")->second);
if (Enable::FWDJETS_EVAL) Jet_FwdEval();
if (Enable::FWDJETS_EVAL) Jet_FwdEval(outputroot);
if (Enable::FFR_EVAL) FFR_Eval(outputroot + evaluatorNames.find("farfwd")->second);

//--------------
// Set up Input Managers
Expand Down

0 comments on commit 216438e

Please sign in to comment.