diff --git a/detectors/EICDetector/Fun4All_G4_EICDetector.C b/detectors/EICDetector/Fun4All_G4_EICDetector.C index 42402a82..61c2bddb 100644 --- a/detectors/EICDetector/Fun4All_G4_EICDetector.C +++ b/detectors/EICDetector/Fun4All_G4_EICDetector.C @@ -242,7 +242,7 @@ int Fun4All_G4_EICDetector( // Write the DST //====================== - // Enable::DSTOUT = true; + Enable::DSTOUT = true; DstOut::OutputDir = outdir; DstOut::OutputFile = outputFile; Enable::DSTOUT_COMPRESS = true; // Compress DST files @@ -359,7 +359,7 @@ int Fun4All_G4_EICDetector( Enable::LFHCAL_CELL = Enable::LFHCAL && true; Enable::LFHCAL_TOWER = Enable::LFHCAL_CELL && true; Enable::LFHCAL_CLUSTER = Enable::LFHCAL_TOWER && true; - Enable::LFHCAL_EVAL = Enable::LFHCAL_CLUSTER && true; + Enable::LFHCAL_EVAL = Enable::LFHCAL_CLUSTER && false; // EICDetector geometry - 'electron' direction Enable::EEMCH = true;