All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
icaruscode/fcl/utilities/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 # 2. Drop SimPhotons and SimPhotonsLites (can't drop before reco).
15 #
16 #=============================================================================
17 
18 #include "detsim_drops.fcl"
19 
20 BEGIN_PROLOG
21 
23  "drop raw::RawDigits_*_*_*",
24  "drop raw::OpDetWaveforms_*_*_*",
25  "drop sim::SimPhotonss_*_*_*",
26  "drop sim::SimPhotonsLites_*_*_*" ]
27 
28 END_PROLOG
29 
BEGIN_PROLOG reco_drops