1 #include "services_dune.fcl"
7 # Load the service that manages root files for histograms.
8 TFileService: { fileName: "ana_hist.root" }
10 RandomNumberGenerator: {}
11 MemoryTracker: { } # default is one
12 message: @local::dune_message_services_prod
13 FileCatalogMetadata: @local::art_file_catalog_mc
14 @table::dunefd_simulation_services
16 #services.PhotonVisibilityService: @local::dune35t_photonvisibilityservice
17 #source is now a root file
18 services.Geometry: @local::dune10kt_1x2x6_geo
21 module_type: RootInput
22 maxEvents: 10 # Number of events to create
25 # Define and configure some modules to do work on each event.
26 # First modules are defined; they are scheduled later.
27 # Modules are grouped by type.
31 #define the output stream, there could be more than one if using filters
34 #define the producer and filter modules for this path, order matters,
35 #filters reject all following items. see lines starting physics.producers below
38 #end_paths is a keyword and contains the paths that do not modify the art::Event,
39 #ie analyzers and output streams. these all run simultaneously
41 # end_paths: [stream1]
44 physics.analyzers.pfpeff: {
45 module_type: "PFPEfficiency"
46 MCTruthModuleLabel: "generator"
47 PFPModuleLabel: "pandora"
48 HitModuleLabel: "linecluster"