1 #include "ProtoDUNEFembFilter.fcl"
2 #include "ProtoDUNEUnstableHVFilter.fcl"
3 #include "missingproductfilter.fcl"
4 #include "services_dune.fcl"
5 #include "ProtoDUNEelectronAnaTree.fcl"
6 #include "protodune_tools_dune.fcl"
8 process_name: pdAnaTreeProcess
12 # Load the service that manages root files for histograms.
13 TFileService: { fileName: "pdelectronAnaTree.root" }
16 RandomNumberGenerator: {} #ART native random number generator
17 message: @local::dune_message_services_prod_debug
18 FileCatalogMetadata: @local::art_file_catalog_mc
19 @table::protodune_data_reco_services
20 PdspChannelMapService: @local::pdspchannelmap
21 ChannelStatusService: @local::pdsp_channel_status
22 Geometry: @local::protodune_geo
23 LArG4Parameters: @local::protodune_largeantparameters
26 services.message.destinations.LogStandardOut.threshold: "INFO"
28 #source is now a root file
31 module_type: RootInput
33 fileNames: ["input_file.root"]
40 fHVfilter: @local::HVfilter
41 fFEMBfilter: @local::pdsp_fembfilter_beamside
42 fMissingproductfilter: @local::standard_missingproductfilter
44 fpath: [fHVfilter,fFEMBfilter,fMissingproductfilter]
47 pdAnaTree: @local::proto_AnaTree
56 physics.analyzers.pdAnaTree.ShowerCalorimetryTag: "pandoraShowercaloSCE"
57 physics.analyzers.pdAnaTree.SelectEvents: [fpath]