1 #include "clusteralgorithms.fcl"
2 #include "trackfindermodules.fcl"
3 #include "cosmicremovalmodules.fcl"
4 #include "services_microboone.fcl"
5 #include "opticaldetectormodules_microboone.fcl"
6 #include "photpropservices_microboone.fcl"
8 process_name: FindCosmicsANA
12 # Load the service that manages root files for histograms.
13 TFileService: { fileName: "cosmicOverlayonlyANA.root" }
14 # scheduler: { wantTracer: true wantSummary: true }
17 # destinations: ["detailedInfo"]
18 # categories: ["Summary"]
20 # detailedInfo: {threshold: "Info"}
25 RandomNumberGenerator: {} #ART native random number generator
26 message: @local::standard_info
27 @table::microboone_services_reco
30 services.PhotonVisibilityService: @local::microboone_photonvisibilityservice
32 #source is now a root file
35 module_type: RootInput
36 maxEvents: -1 # Number of events to create
41 # Define and configure some modules to do work on each event.
42 # First modules are defined; they are scheduled later.
43 # Modules are grouped by type.
49 cosmictaggerKHit: @local::microboone_cosmictracktagger
50 cosmictaggerBezier: @local::microboone_cosmictracktagger
51 flashTrackMatchkHit: @local::microboone_beamflashtrackmatchtagger
52 flashTrackMatchBezier: @local::microboone_beamflashtrackmatchtagger
57 #cosmictaggerana: @local::microboone_cosmicremovalana
60 #define the producer and filter modules for this path, order matters,
61 #filters reject all following items. see lines starting physics.producers below
62 reco: [ cosmictaggerKHit, cosmictaggerBezier, flashTrackMatchkHit, flashTrackMatchBezier ]
66 #define the output stream, there could be more than one if using filters
70 #trigger_paths is a keyword and contains the paths that modify the art::event,
71 #ie filters and producers
75 #end_paths is a keyword and contains the paths that do not modify the art::Event,
76 #ie analyzers and output streams. these all run simultaneously
77 #end_paths: [stream1, ana]
82 #block to define where the output goes. if you defined a filter in the physics
83 #block and put it in the trigger_paths then you need to put a SelectEvents: {SelectEvents: [XXX]}
84 #entry in the output stream you want those to go to, where XXX is the label of the filter module(s)
89 module_type: RootOutput
90 fileName: "tagger_flash_match_cosmics.root" #default file name, can override from command line with -o or --output
95 physics.producers.cosmictaggerKHit.TrackModuleLabel: "trackkalmanhit"
96 physics.producers.cosmictaggerKHit.ClusterModuleLabel: "fuzzycluster"
98 physics.producers.cosmictaggerBezier.TrackModuleLabel: "beziertracker"
99 physics.producers.cosmictaggerBezier.ClusterModuleLabel: "fuzzycluster"
101 physics.producers.flashTrackMatchkHit.TrackModuleLabel: "trackkalmanhit"
102 physics.producers.flashTrackMatchkHit.FlashModuleLabel: "opflash"
103 #physics.producers.flashTrackMatchkHit.BeamFlashTrackMatchAlgParams.RunDebugMode: true
105 physics.producers.flashTrackMatchBezier.TrackModuleLabel: "beziertracker"
106 physics.producers.flashTrackMatchBezier.FlashModuleLabel: "opflash"