beamreco_job.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "ProtoDUNEBeamlineReco.fcl"
3 
4 process_name: BeamReco
5 
6 services:
7 {
8  # Load the service that manages root files for histograms.
9  TFileService: { fileName: "beamreco.root" }
10  TimeTracker: {}
11  MemoryTracker: {}
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
16  PdspChannelMapService: @local::pdspchannelmap
17  ChannelStatusService: @local::pdsp_channel_status
18 }
19 services.message.destinations.LogStandardOut.threshold: "INFO"
20 
21 #source is now a root file
22 source:
23 {
24  module_type: RootInput
25  maxEvents: -1
26  fileNames: ["input_file.root"]
27 }
28 
29 physics:
30 {
31  analyzers:
32  {
33  beamreco: @local::beamline_reco
34  }
35 
36  ana: [ beamreco ]
37 
38  end_paths: [ ana ]
39 
40 }
41 
42 outputs: {}
43 
44 physics.analyzers.beamreco.ReferenceMomentum: 1