Skip to content

Commit

Permalink
Merge production into production_singlePion_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 585c330 + 466d6e8 commit 7527712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions detectors/EICDetector/Fun4All_G4_EICDetector.C
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 7527712

Please sign in to comment.