1 #include "TruthAnalyzer.fcl"
3 #include "services_dune.fcl"
4 #include "ProtoDUNETruthBeamFilter.fcl"
11 # Load the service that manages root files for histograms.
12 TFileService: { fileName: "truthana.root" }
15 RandomNumberGenerator: {} #ART native random number generator
16 message: @local::dune_message_services_prod_debug
17 FileCatalogMetadata: @local::art_file_catalog_mc
18 @table::protodune_services
19 PdspChannelMapService: @local::pdspchannelmap
20 ChannelStatusService: @local::pdsp_channel_status
23 SimChannelModuleLabel: "tpcrawdecoder:simpleSC"
24 G4ModuleLabel: "largeant"
25 MinimumHitEnergyFraction: 1e-1
29 services.message.destinations.LogStandardOut.threshold: "INFO"
30 #services.Geometry: @local::protodunev6_geo
34 module_type: RootInput
36 fileNames: ["input_file.root"]
47 fTruth: @local::beam_filter
54 truthana: @local::truthanalyzer
66 physics.filters.fTruth.PDG: [211, -13 , 2212]
67 physics.analyzers.truthana.SelectEvents: [fpath]
68 physics.analyzers.truthana.View: 2
69 services.ParticleInventoryService.ParticleInventory.EveIdCalculator: "EmEveIdCalculator"