anajob.fcl
Go to the documentation of this file.
1 #include "anatree.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  MagneticField: @local::standard_mag_garsoft
32  BackTracker: @local::standard_backtracker
33  ECALProperties: @local::standard_ecalproperties
34 #RunHistory: @local::standard_runhistory
35 }
36 
37 
38 #Start each new event with an empty event.
39 source:
40 {
41  module_type: RootInput
42 }
43 
44 physics:
45 {
46  producers:
47  {
48  }
49  analyzers:
50  {
51  anatree: @local::standard_anatree_spyv3
52  }
53 
54  ana: [ anatree ]
55  trigger_paths: [ ]
56  end_paths: [ ana ]
57 }