runProtoDUNEAnalysisTree_data.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "ProtoDUNEAnalysisTree.fcl"
3 #include "protodune_tools_dune.fcl"
4 
5 process_name: pdAnalysisTreeDataProcess
6 
7 services:
8 {
9  # Load the service that manages root files for histograms.
10  TFileService: { fileName: "pdAnalysisTreeData.root" }
11  TimeTracker: {}
12  MemoryTracker: {}
13  IFDH: {}
14  RandomNumberGenerator: {} #ART native random number generator
15  message: @local::dune_message_services_prod_debug
16  FileCatalogMetadata: @local::art_file_catalog_mc
17  @table::protodune_data_reco_services
18  PdspChannelMapService: @local::pdspchannelmap
19  ChannelStatusService: @local::pdsp_channel_status
20  Geometry: @local::protodune_geo
21  LArG4Parameters: @local::protodune_largeantparameters
22 }
23 services.message.destinations.LogStandardOut.threshold: "INFO"
24 
25 #source is now a root file
26 source:
27 {
28  module_type: RootInput
29  maxEvents: -1
30  fileNames: ["input_file.root"]
31 }
32 
33 physics:
34 {
35  analyzers:
36  {
37  pdAnalysisTree: @local::proto_AnalysisTree
38  }
39 
40  ana: [ pdAnalysisTree ]
41 
42  end_paths: [ ana ]
43 
44 }
45 
46 outputs: {}
47 
48