driftana.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "protodune_tools_dune.fcl"
3 
4 process_name: driftana
5 
6 services:
7 {
8  #Load the service that manages root files for histograms.
9  TFileService: { fileName: "driftana.root" }
10  #RandomNumberGenerator: {} #ART native random number generator
11  @table::protodune_data_reco_services
12  message: @local::standard_info
13  IFDH: {}
14 }
15 
16 #source is now a root file
17 source:
18 {
19  module_type: EmptyEvent
20  maxEvents: 1 # Number of events to create
21 }
22 physics:
23 {
24  analyzers:{
25  driftana:
26  {
27  module_type: "DriftAna"
28  }
29 }
30 
31 ana: [ driftana ]
32  end_paths: [ ana ]
33 }
34 services.SpaceCharge.EnableSimEfieldSCE: true
35 services.SpaceCharge.EnableSimSpatialSCE: true
36 services.SpaceCharge.EnableSimulationSCE: true
37 
38 services.SpaceCharge.RepresentationType: Voxelized_TH3
39 services.SpaceCharge.InputFilename: "SpaceChargeProtoDUNE/SCE_DataDriven_180kV_v3.root"
40 
41 # define the list of LArSoft modules to run through the simulate path