CalibrationTree.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_calibrationtree:
4 {
5  module_type: CalibrationTree
6 
7 }
8 
9 END_PROLOG
10 
11 #include "services_dune.fcl"
12 
13 process_name: CalibrationTree
14 
15 services:
16 {
17  @table::dunefd_services
18  TFileService: { fileName: "CalibrationTree.root" }
19  TimeTracker: {}
20  MemoryTracker: {}
21  RandomNumberGenerator: {}
22  PhotonBackTrackerService: @local::standard_photonbacktrackerservice
23  BackTrackerService: @local::standard_backtrackerservice
24  ParticleInventoryService: @local::standard_particleinventoryservice
25 }
26 
27 physics:
28 {
29  analyzers:
30  {
31  calibTree: @local::standard_calibrationtree
32  }
33 
34  ana: [ calibTree ]
35  end_paths: [ ana ]
36 
37 }
38 
39 source:
40 {
41  module_type: RootInput
42  maxEvents: -1 # Number of events to create
43 }
44