2 # File: dump_simenergydeposits.fcl
3 # Purpose: Dump on screen the simulated energy depositions.
4 # Author: Gianluca Petrillo (petrillo@slac.stanford.edu)
5 # Date: January 11, 2020
8 # Configuration: by default, "largeant:TPCActive" and "largeant:Other"
9 # energy deposition data products are dumped.
11 # Service dependencies:
15 process_name: DumpEDep
20 # debugModules: [ "*" ]
23 # grab all the "DumpEnergyDeposit" messages and put them in DumpEnergyDeposit.log
24 DumpEnergyDepositLog: {
27 DumpSimEnergyDeposits: { limit: -1 }
30 filename: "DumpEnergyDeposit.log"
37 DumpSimEnergyDeposits: { limit: 0 }
55 module_type: DumpSimEnergyDeposits
57 # specify the tag of the `sim::SimEnergyDeposit` producer
58 EnergyDepositTag: "largeant:TPCActive"
60 # whether to show where the deposition took place
63 # whether to show start and end position of the particle step
67 # whether to show the number of photons and electrons generated
70 # whether to list fast- and slow-emitted photons separately
73 # output category ("DumpSimEnergyDeposits" by default), useful for filtering (see above)
74 OutputCategory: "DumpSimEnergyDeposits"
81 module_type: DumpSimEnergyDeposits
83 # specify the tag of the `sim::SimEnergyDeposit` producer
84 EnergyDepositTag: "largeant:Other"
86 # whether to show where the deposition took place
89 # whether to show start and end position of the particle step
92 # whether to show the number of photons and electrons generated
95 # whether to list fast- and slow-emitted photons separately
98 # output category ("DumpSimEnergyDeposits" by default), useful for filtering (see above)
99 OutputCategory: "DumpSimEnergyDeposits"
106 dumpers: [ dumpedepactive, dumpedepother ]
110 end_paths: [ dumpers ]