1 #include "services_dune.fcl"
2 #include "clustercounter.fcl"
4 process_name: TutorialAna
8 # Load the service that manages root files for histograms.
9 TFileService: { fileName: "tutorial_hist.root" }
12 RandomNumberGenerator: {} #ART native random number generator
13 message: @local::dune_message_services_prod_debug
14 FileCatalogMetadata: @local::art_file_catalog_mc
15 @table::protodune_services
17 services.message.destinations.LogStandardOut.threshold: "INFO"
19 #source is now a root file
22 module_type: RootInput
24 fileNames: ["input_file.root"]
31 clusterana: @local::cluster_counter
39 physics.analyzers.clusterana.ClusterModuleLabel: "lineclusterdc"
40 physics.analyzers.clusterana.MinSize: 15