HNLAnalysis_job.fcl
Go to the documentation of this file.
1 #include "HNLAnalysis.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: AnaProcHNL
17 
18 services:
19 {
20  # Load the service that manages root files for histograms.
21  TFileService: { fileName: "HNLAnalysis.root" }
22  TimeTracker: {}
23  RandomNumberGenerator: {} #ART native random number generator
24  #See Geometry.fcl for the list of geometries available
25  GeometryGAr: @local::nd_hall_mpd_only_SPYv3_geo
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 #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  anatree: @local::standard_hnlanalysis
51  }
52 
53  ana: [ anatree ]
54  trigger_paths: [ ]
55  end_paths: [ ana ]
56 
57 }
58 
59 services.BackTracker.G4ModuleLabel: "edepconvert"