Skip to content

Commit

Permalink
Small cleaning to G4_FwdJets.C
Browse files Browse the repository at this point in the history
  • Loading branch information
cdean-github committed May 6, 2021
1 parent bd5860c commit 5c723a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/G4_FwdJets.C
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ void Jet_FwdReco()
return;
}

void Jet_FwdEval(const std::string &outfilename = "g4fwdjets_eval.root", const std::string &outfilepath = ".", const std::string &prepend = "")
void Jet_FwdEval(const std::string &outfilepath = ".", const std::string &prepend = "")
{
int verbosity = std::max(Enable::VERBOSITY, Enable::FWDJETS_VERBOSITY);
Fun4AllServer *se = Fun4AllServer::instance();
Expand Down
2 changes: 1 addition & 1 deletion detectors/EICDetector/Fun4All_G4_EICDetector.C
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ int Fun4All_G4_EICDetector(
if (Enable::HCALOUT_EVAL) HCALOuter_Eval(outputroot + "_g4hcalout_eval.root");
if (Enable::FHCAL_EVAL) FHCAL_Eval(outputroot + "_g4fhcal_eval.root");
if (Enable::JETS_EVAL) Jet_Eval(outputroot + "_g4jet_eval.root");
if (Enable::FWDJETS_EVAL) Jet_FwdEval(outputroot + "_g4fwdjet_eval.root", evalDir, evalPrepend);
if (Enable::FWDJETS_EVAL) Jet_FwdEval(evalDir, evalPrepend);
}

if (Enable::USER) UserAnalysisInit();
Expand Down

0 comments on commit 5c723a3

Please sign in to comment.