Go to the documentation of this file. 1 #=============================================================================
5 # Purpose: Sequence of RootOutput drop commands to drop data products after g4.
7 # Created: 28-Mar-2022 H. Greenlee
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.
16 # 2. MCParticles are used in standard sbnd reco1, so can't be dropped after g4.
18 #=============================================================================
22 g4_drops: [
"drop sim::SimEnergyDeposits_*_*_*",
23 "drop sim::OpDetBacktrackerRecords_*_*_*" ]