pionxsec_job.fcl
Go to the documentation of this file.
1 #include "PionCrossSectionAnalyzer.fcl"
2 #include "services_dune.fcl"
3 #include "ProtoDUNETruthBeamFilter.fcl"
4 
5 
6 process_name: PionCrossSectionAna
7 
8 services:
9 {
10  # Load the service that manages root files for histograms.
11  TFileService: { fileName: "pionxsec.root" }
12  TimeTracker: {}
13  MemoryTracker: {}
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_services
18  PdspChannelMapService: @local::pdspchannelmap
19  ChannelStatusService: @local::pdsp_channel_status
20 }
21 services.message.destinations.LogStandardOut.threshold: "INFO"
22 
23 source:
24 {
25  module_type: RootInput
26  maxEvents: -1
27  fileNames: ["input_file.root"]
28 }
29 
30 #outputs:
31 #{
32 # out1:
33 # {
34 # module_type: RootOutput
35 # fileName: "Beam.root" #default file name, can override from command line with -o or --output
36 # dataTier: "reconstructed"
37 # fastCloning: false
38 # }
39 #}
40 
41 physics:
42 {
43 
44  producers: {
45 
46  }
47 
48 # filters: {
49 # f1: @local::beam_filter
50 # }
51 #
52 # fpath: [f1]
53 
54  analyzers:
55  {
56  pionana: @local::pionanalysis
57  }
58 
59  ana: [ pionana ]
60 
61  #stream1: [ out1 ]
62 
63  end_paths: [ ana ]
64 
65 }
66 
67 outputs: {}
68 
69 #physics.analyzers.pionana.SelectEvents: []
70 #physics.filters.f1.PDG: [211]
71 #physics.filters.f1.IsVerbose: true