paramsimjob.fcl
Go to the documentation of this file.
1 #include "ParamSim.fcl"
2 
3 #NuTools Services
4 #include "seedservice.fcl"
5 
6 #GArSoft Services
7 #include "DetectorClocks.fcl"
8 #include "DetectorProperties.fcl"
9 #include "GArProperties.fcl"
10 #include "Geometry.fcl"
11 #include "RunHistory.fcl"
12 #include "BackTracker.fcl"
13 #include "ECALProperties.fcl"
14 
15 process_name: AnaProc
16 
17 services:
18 {
19  # Load the service that manages root files for histograms.
20  TFileService: { fileName: "anatree.root" }
21  TimeTracker: {}
22  RandomNumberGenerator: {} #ART native random number generator
23  #See Geometry.fcl for the list of geometries available
24  GeometryGAr: @local::nd_hall_mpd_only_SPYv3_geo
25  GeometryGArConfigurationWriter: {}
26  ExptGeoHelperInterface: @local::standard_geometry_helper
27  DetectorClocks: @local::standard_clocks
28  DetectorProperties: @local::standard_detproperties
29  GArProperties: @local::standard_garproperties
30  NuRandomService: @local::standard_NuRandomService
31  MPDMagneticField: @local::standard_mag_garsoft
32  BackTracker: @local::standard_backtracker
33  ECALProperties: @local::standard_ecalproperties
34 }
35 
36 
37 #Start each new event with an empty event.
38 source:
39 {
40  module_type: RootInput
41 }
42 
43 physics:
44 {
45  producers:
46  {
47  }
48  analyzers:
49  {
50  paramsim: @local::standard_ParamSim
51  }
52 
53  ana: [ paramsim ]
54  trigger_paths: [ ]
55  end_paths: [ ana ]
56 }