All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
sbndcode/sbndcode/JobConfigurations/base/g4_drops.fcl
Go to the documentation of this file.
1 #=============================================================================
2 #
3 # Name: g4_drops.fcl
4 #
5 # Purpose: Sequence of RootOutput drop commands to drop data products after g4.
6 #
7 # Created: 28-Mar-2022 H. Greenlee
8 #
9 # Notes:
10 #
11 # 1. OpDetBacktrackRecords are genearted in combination with SimPhtonsLites and
12 # contain truth. SimPhotons or SimPhotonsLite will always be required at
13 # detsim stage, but truth in OpDetBacktrackerRecords is in general not used
14 # in standard workflows.
15 #
16 # 2. MCParticles are used in standard sbnd reco1, so can't be dropped after g4.
17 #
18 #=============================================================================
19 
20 BEGIN_PROLOG
21 
22 g4_drops: [ "drop sim::SimEnergyDeposits_*_*_*",
23  "drop sim::OpDetBacktrackerRecords_*_*_*" ]
24 
25 END_PROLOG
26 
BEGIN_PROLOG g4_drops