All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
sbndcode/sbndcode/JobConfigurations/base/detsim_drops.fcl
Go to the documentation of this file.
1 #=============================================================================
2 #
3 # Name: detsim_drops.fcl
4 #
5 # Purpose: Sequence of RootOutput drop commands to drop data products after detsim.
6 #
7 # Created: 28-Mar-2022 H. Greenlee
8 #
9 # Notes.
10 #
11 # 1. Keeping SimChannels by choice, for now.
12 #
13 #
14 #=============================================================================
15 
16 #include "g4_drops.fcl"
17 
18 BEGIN_PROLOG
19 
21  "drop sim::SimPhotonsLites_*_*_*",
22  "drop sim::SimPhotons_*_*_*" ]
23 
24 END_PROLOG
25 
BEGIN_PROLOG g4_drops