g4rw_example_for_HengYe.fcl
Go to the documentation of this file.
1 #include "G4RWExampleAnalyzer.fcl"
2 #include "services_dune.fcl"
3 
4 process_name: "G4RWExample"
5 
6 services: {
7  # Load the service that manages root files for histograms.
8  TFileService: { fileName: "g4rw_example.root" }
9  TimeTracker: {}
10  MemoryTracker: {}
11  RandomNumberGenerator: {} #ART native random number generator
12  message: @local::dune_message_services_prod_debug
13  FileCatalogMetadata: @local::art_file_catalog_mc
14  @table::protodune_services
15  PdspChannelMapService: @local::pdspchannelmap
16  ChannelStatusService: @local::pdsp_channel_status
17 
18 }
19 services.message.destinations.LogStandardOut.threshold: "INFO"
20 
21 source: {
22  module_type: RootInput
23  maxEvents: -1
24  fileNames: ["input_file.root"]
25 }
26 
27 physics:
28 {
29 
30  analyzers: {
31  rwexample: @local::g4rwexample
32  }
33 
34  ana: [ rwexample ]
35 
36  #stream1: [ out1 ]
37 
38  end_paths: [ ana ]
39 
40 }
41 
42 outputs: {}
43 
44 physics.analyzers.rwexample.FracsFile: "/dune/data2/users/calcuttj/GeantReweight/ForHengYe/cascade_fix.root"
45 physics.analyzers.rwexample.XSecFile: "/dune/data2/users/calcuttj/GeantReweight/ForHengYe/cross_section_out.root"
46 
47 physics.analyzers.rwexample.RW_PDG: 2212
48 
49 physics.analyzers.rwexample.ParameterSet: [
50  {
51  Cut: "reac"
52  Name: "fReac"
53  Range: [0., 1200.]
54  Nominal: 1.0
55  Sigma: .2
56  },
57  {
58  Cut: "elast"
59  Name: "fElast"
60  Range: [0., 1200.]
61  Nominal: 1.0
62  Sigma: .2
63  } #,
64  #{
65  # Cut: "0n0p"
66  # Name: "f0n0p"
67  # Range: [000., 300.]
68  # Nominal: 1.0
69  # Sigma: .2
70  #}
71 ]