All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
icaruscode/fcl/utilities/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 not used in standard icarus workflows after g4. Kept by
17 # choice.
18 #
19 #=============================================================================
20 
21 BEGIN_PROLOG
22 
23 g4_drops: [ "drop sim::SimEnergyDeposits_*_*_*",
24  "drop sim::OpDetBacktrackerRecords_*_*_*" ]
25 
26 END_PROLOG
27 
BEGIN_PROLOG g4_drops