Skip to content

Commit

Permalink
Merge pull request #268 from hgreenlee/greenlee_savemem
Browse files Browse the repository at this point in the history
Set RootOutput parameter saveMemoryObjectThreshold=0.
  • Loading branch information
pgreen135 authored Mar 21, 2022
2 parents 897c9c7 + 3986d19 commit 4d720c2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ outputs:
fileName: "prodcosmics_corsika_sbnd_%p-%tc.root"
dataTier: "generated"
compressionLevel: 1
saveMemoryObjectThreshold: 0
}
} # outputs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ outputs:
fileName: "prodgenie_common_cosmic_sbnd_%p-%tc.root" # default file name, can override from command line with -o or --output
dataTier: "generated"
compressionLevel: 1
saveMemoryObjectThreshold: 0
}
} # outputs

Expand Down
1 change: 1 addition & 0 deletions sbndcode/JobConfigurations/base/prodgenie_rockbox_sbnd.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,6 @@ outputs:
fileName: "prodgenie_sbnd_%p-%tc.root" # default file name, can override from command line with -o or --output
dataTier: "generated"
SelectEvents: [ simulatetpc, simulatedirt ]
saveMemoryObjectThreshold: 0
}
}
1 change: 1 addition & 0 deletions sbndcode/JobConfigurations/base/prodgenie_sbnd.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ outputs:
module_type: RootOutput
fileName: "prodgenie_sbnd_%p-%tc.root" # default file name, can override from command line with -o or --output
dataTier: "generated"
saveMemoryObjectThreshold: 0
}
}

1 change: 1 addition & 0 deletions sbndcode/LArSoftConfigurations/rootoutput_sbnd.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ sbnd_rootoutput: {

fileName: "%ifb_%p-%tc.root"
compressionLevel: 1 # minimum compression, but some
saveMemoryObjectThreshold: 0

} # sbnd_rootoutput

Expand Down

0 comments on commit 4d720c2

Please sign in to comment.