Skip to content

Commit

Permalink
Enabled DST writing
Browse files Browse the repository at this point in the history
  • Loading branch information
cdean-github committed Jul 16, 2021
1 parent fcec1fb commit 1563828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit 1563828

Please sign in to comment.