All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
sbndcode/sbndcode/JobConfigurations/base/reco_drops.fcl
Go to the documentation of this file.
1 #=============================================================================
2 #
3 # Name: reco_drops.fcl
4 #
5 # Purpose: Sequence of RootOutput drop commands to drop data products after
6 # stage 1 reconstruction.
7 #
8 # Created: 28-Mar-2022 H. Greenlee
9 #
10 # Notes.
11 #
12 # 1. Drop raw data (RawDigits and OpDetWaveforms).
13 #
14 #=============================================================================
15 
16 #include "detsim_drops.fcl"
17 
18 BEGIN_PROLOG
19 
21  "drop raw::RawDigits_*_*_*",
22  "drop raw::OpDetWaveforms_*_*_*" ]
23 
24 END_PROLOG
25 
BEGIN_PROLOG reco_drops