spacepoint_uboone_nomc.fcl
Go to the documentation of this file.
1 #include "services_microboone.fcl"
2 #include "trackfinderservices.fcl"
3 #include "trackfindermodules.fcl"
4 
5 process_name: SpacePointAna
6 
7 services:
8 {
9  # Load the service that manages root files for histograms.
10  TFileService: { fileName: "spacepoint_uboone_nomc.root" }
11  scheduler: { wantTracer: true wantSummary: true }
12  TimeTracker {}
13  message: @local::standard_debug
14  RandomNumberGenerator: {} #ART native random number generator
15 }
16 
17 
18 # services from LArSoft - see definitions for configurations in
19 # geometry_microboone.fcl
20 # services_microboone.fcl
21 services.ExptGeoHelperInterface: @local::microboone_geometry_helper
22 services.Geometry: @local::microboone_geo
23 services.DetectorPropertiesService: @local::microboone_detproperties
24 services.LArPropertiesService: @local::microboone_properties
25 services.LArFFT: @local::microboone_larfft
26 services.DatabaseUtil: @local::microboone_database
27 services.BackTracker: @local::microboone_backtracker
28 
29 services.message.destinations.debugmsg.type: "cout"
30 services.message.destinations.debugmsg.categories.default.limit: 1000000
31 services.message.destinations.debugmsg.categories.default.reportEvery: 1
32 
33 #source is now a root file
34 source:
35 {
36  module_type: RootInput
37  maxEvents: 10 # Number of events to create
38 }
39 
40 outputs:
41 {}
42 
43 # Define and configure some modules to do work on each event.
44 # First modules are defined; they are scheduled later.
45 # Modules are grouped by type.
46 physics:
47 {
48 
49  producers:{}
50 
51 # filters:{}
52 
53  analyzers:{}
54 
55  ana: [ spacepoint ]
56 
57  #end_paths is a keyword and contains the paths that do not modify the art::Event,
58  #ie analyzers and output streams. these all run simultaneously
59  end_paths: [ ana ]
60 }
61 
62 physics.analyzers.spacepoint: @local::microboone_spacepoint
63 physics.analyzers.spacepoint.UseMC: false