From cebec7225e066788bba89a41aabbdea46097d35e Mon Sep 17 00:00:00 2001 From: cdean-github Date: Mon, 6 Dec 2021 23:04:57 -0500 Subject: [PATCH] Commented out Jet_FwdEval again --- detectors/EICDetector/Fun4All_G4_EICDetector.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detectors/EICDetector/Fun4All_G4_EICDetector.C b/detectors/EICDetector/Fun4All_G4_EICDetector.C index db765ce3..cb0588b9 100644 --- a/detectors/EICDetector/Fun4All_G4_EICDetector.C +++ b/detectors/EICDetector/Fun4All_G4_EICDetector.C @@ -604,7 +604,7 @@ int Fun4All_G4_EICDetector( if (Enable::B0ECAL_EVAL) B0ECAL_Eval(outputroot + "_g4b0ecal_eval_test.root"); // For B0Ecal - if (Enable::FWDJETS_EVAL) Jet_FwdEval(); + //if (Enable::FWDJETS_EVAL) Jet_FwdEval(); if (Enable::USER) UserAnalysisInit();