ISCalc_ana.fcl
Go to the documentation of this file.
1 #include "services_refactored_pdune.fcl"
2 
3 process_name: iscalcana
4 
5 services:
6 {
7  TFileService: { fileName: "iscalc_hist.root" }
8  TimeTracker: {}
9  MemoryTracker: {} # default is one
10  RandomNumberGenerator: {} #ART native random number generator
11  message: @local::standard_info
12  @table::protodune_simulation_services
13 
14 }
15 //services.LArG4Parameters.IonAndScintCalculator: "NEST"
16 //services.LArG4Parameters.IonAndScintCalculator: "Separate"
17 
18 source:
19 {
20  module_type: RootInput
21  maxEvents: 30000
22  fileNames: ["gen_protoDUNE.root"]
23 }
24 
25 physics:
26 {
27 
28  analyzers:
29  {
30  ISCalcAna:
31  {
32  module_type: ISCalcAna
33  SimulationLabel: "IonAndScint:NEST"
34 // SimulationLabel: "IonAndScint:Seperate"
35  }
36  }
37 
38 
39  stream1: [ ISCalcAna ]
40  end_paths: [ stream1 ]
41 
42 }