g4rw_job.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.DoFull: true
45 physics.analyzers.rwexample.ParameterSet: [
46  {
47  Cut: "reac"
48  Name: "fReac1"
49  Range: [000., 1200.]
50  Nominal: 1.0
51  Sigma: .05
52  },
53  {
54  Cut: "reac"
55  Name: "fReac2"
56  Range: [000., 1200.]
57  Nominal: 1.0
58  Sigma: .1
59  },
60  {
61  Cut: "reac"
62  Name: "fReac3"
63  Range: [000., 1200.]
64  Nominal: 1.0
65  Sigma: .15
66  },
67  {
68  Cut: "reac"
69  Name: "fReac4"
70  Range: [000., 1200.]
71  Nominal: 1.0
72  Sigma: .2
73  },
74  {
75  Cut: "reac"
76  Name: "fReac5"
77  Range: [000., 1200.]
78  Nominal: 1.0
79  Sigma: .25
80  },
81  {
82  Cut: "reac"
83  Name: "fReac6"
84  Range: [000., 1200.]
85  Nominal: 1.0
86  Sigma: .3
87  },
88  {
89  Cut: "reac"
90  Name: "fReac7"
91  Range: [000., 1200.]
92  Nominal: 1.0
93  Sigma: .35
94  },
95  {
96  Cut: "reac"
97  Name: "fReac8"
98  Range: [000., 1200.]
99  Nominal: 1.0
100  Sigma: .4
101  },
102  {
103  Cut: "reac"
104  Name: "fReac9"
105  Range: [000., 1200.]
106  Nominal: 1.0
107  Sigma: .45
108  },
109  {
110  Cut: "reac"
111  Name: "fReac10"
112  Range: [000., 1200.]
113  Nominal: 1.0
114  Sigma: .5
115  },
116  {
117  Cut: "reac"
118  Name: "fReac11"
119  Range: [000., 1200.]
120  Nominal: 1.0
121  Sigma: 1.0
122  },
123  {
124  Cut: "elast"
125  Name: "fElast"
126  Range: [000., 1200.]
127  Nominal: 1.0
128  Sigma: .5
129  }
130  ]