zenevd.fcl
Go to the documentation of this file.
1 #include "evdservices_zen.fcl"
2 
3 process_name: EVD
4 
5 services:
6 {
7  # Load the service that manages root files for histograms.
8  message: @local::evd_message
9  @table::custom_disp
10  SpaceChargeService: @local::standard_spacecharge
11  Geometry: {
12  Name: "zeng4"
13  GDML: "zeng4.gdml"
14  ROOT: "zeng4.gdml"
15  SurfaceY: 0
16  DisableWiresInG4: true
17  SortingParameters: {}
18  service_type: "Geometry"
19  }
20 }
21 
22 # Define the services
23 
24 #Look at the input files
25 source:
26 {
27  module_type: RootInput
28  fileNames: [ "data.root" ]
29  maxEvents: -1 # Number of events to create
30 }
31 
32 outputs:{}
33 
34 # Define and configure some modules to do work on each event.
35 # First modules are defined; they are scheduled later.
36 # Modules are grouped by type.
37 physics:
38 {
39 
40  producers: {}
41 
42  filters:{}
43 
44  analyzers:
45  {
46  evdisp:{module_type: EVD}
47  }
48 
49  #list the modules for this path, order matters, filters reject all following items
50  evd: [ evdisp ]
51 
52  #end_path are things that do not modify art::Event, includes analyzers
53  #and output modules. all items here can be run simultaneously
54  end_paths: [evd]
55 }
56 
57 services.SimulationDrawingOptions.SimChannelLabel: "elecDrift"
58 services.RawDrawingOptions.RawDataLabels: ["simWire"]
59 services.RawDrawingOptions.DrawRawDataOrCalibWires: 0
60 services.DetectorPedestalService.DetPedestalRetrievalAlg.DefaultCollMean: 0
61 services.DetectorPedestalService.DetPedestalRetrievalAlg.DefaultIndMean: 0