anajob_structured.fcl
Go to the documentation of this file.
1 #include "StructuredTree.fcl"
2 
3 #NuTools Services
4 #include "magfield.fcl"
5 #include "seedservice.fcl"
6 
7 #GArSoft Services
8 #include "DetectorClocks.fcl"
9 #include "DetectorProperties.fcl"
10 #include "GArProperties.fcl"
11 #include "Geometry.fcl"
12 #include "RunHistory.fcl"
13 #include "BackTracker.fcl"
14 #include "ECALProperties.fcl"
15 
16 process_name: AnaProc
17 
18 services:
19 {
20  # Load the service that manages root files for histograms.
21  TFileService: { fileName: "structuredtree.root" }
22  TimeTracker: {}
23  RandomNumberGenerator: {} #ART native random number generator
24  GeometryGAr: @local::nd_hall_mpd_only_SPYv3_geo
25  ExptGeoHelperInterface: @local::standard_geometry_helper
26  DetectorClocks: @local::standard_clocks
27  DetectorProperties: @local::standard_detproperties
28  GArProperties: @local::standard_garproperties
29  NuRandomService: @local::standard_NuRandomService
30  MagneticField: @local::standard_mag_garsoft
31  BackTracker: @local::standard_backtracker
32  ECALProperties: @local::standard_ecalproperties
33 #RunHistory: @local::standard_runhistory
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  structuredtree: @local::standard_structuredtree
51  }
52 
53  ana: [ structuredtree ]
54  trigger_paths: [ ]
55  end_paths: [ ana ]
56 }