1 #include "services_microboone.fcl"
2 #include "trackfinderservices.fcl"
3 #include "trackfindermodules.fcl"
5 process_name: SpacePointAna
9 # Load the service that manages root files for histograms.
10 TFileService: { fileName: "spacepoint_uboone.root" }
11 scheduler: { wantTracer: true wantSummary: true }
13 message: @local::standard_debug
14 RandomNumberGenerator: {} #ART native random number generator
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
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
33 #source is now a root file
36 module_type: RootInput
37 maxEvents: 10 # Number of events to create
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.
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
62 physics.analyzers.spacepoint: @local::microboone_spacepoint
63 physics.analyzers.spacepoint.UseMC: true