1 #include "services_dune.fcl"
2 #include "AnalysisTree.fcl"
3 #include "trackfindermodules.fcl"
4 #include "showerfindermodules.fcl"
5 #include "checkrecoenergy.fcl"
11 # Load the service that manages root files for histograms.
12 TFileService: { fileName: "ana_hist.root" }
14 RandomNumberGenerator: {}
15 MemoryTracker: { } # default is one
16 message: @local::dune_message_services_prod
17 FileCatalogMetadata: @local::art_file_catalog_mc
18 @table::dunefdvd_1x8x6_3view_services
20 #services.PhotonVisibilityService: @local::dune35t_photonvisibilityservice
21 #source is now a root file
24 module_type: RootInput
25 maxEvents: 10 # Number of events to create
28 # Define and configure some modules to do work on each event.
29 # First modules are defined; they are scheduled later.
30 # Modules are grouped by type.
35 analysistree: @local::dune10kt_analysistree
37 #define the output stream, there could be more than one if using filters
40 #define the producer and filter modules for this path, order matters,
41 #filters reject all following items. see lines starting physics.producers below
44 #end_paths is a keyword and contains the paths that do not modify the art::Event,
45 #ie analyzers and output streams. these all run simultaneously
46 end_paths: [stream1,ana]
47 # end_paths: [stream1]
50 #block to define where the output goes. if you defined a filter in the physics
51 #block and put it in the trigger_paths then you need to put a SelectEvents: {SelectEvents: [XXX]}
52 #entry in the output stream you want those to go to, where XXX is the label of the filter module(s)
57 module_type: RootOutput
58 fileName: "%ifb_%tc_merged.root"
59 dataTier: "full-reconstructed"
64 physics.analyzers.analysistree.UseBuffers: false
65 physics.analyzers.analysistree.IgnoreMissingShowers: false
66 physics.analyzers.analysistree.SaveAuxDetInfo: false
67 physics.analyzers.analysistree.SaveCryInfo: false
68 physics.analyzers.analysistree.SaveProtoInfo: false
69 physics.analyzers.analysistree.SaveGenieInfo: true
70 physics.analyzers.analysistree.SaveGeantInfo: false
71 physics.analyzers.analysistree.SaveMCShowerInfo: false
72 physics.analyzers.analysistree.SaveMCTrackInfo: false
73 physics.analyzers.analysistree.SaveHitInfo: true
74 physics.analyzers.analysistree.SaveRawDigitInfo: false
75 physics.analyzers.analysistree.SaveTrackInfo: true
76 physics.analyzers.analysistree.SaveVertexInfo: false
77 physics.analyzers.analysistree.SavePandoraNuVertexInfo: true
78 physics.analyzers.analysistree.SaveClusterInfo: false
79 physics.analyzers.analysistree.SaveFlashInfo: false
80 physics.analyzers.analysistree.SaveExternCounterInfo: false
81 physics.analyzers.analysistree.SaveShowerInfo: false
82 physics.analyzers.analysistree.SaveCaloCosmics: false
83 physics.analyzers.analysistree.SaveSpacePointSolverInfo: false
84 physics.analyzers.analysistree.SaveCnnInfo: false
85 physics.analyzers.analysistree.G4minE: -1
86 physics.analyzers.analysistree.ShowerModuleLabel: [ "pandoraShower" ]
87 physics.analyzers.analysistree.TrackModuleLabel: [ "pandoraTrack" ]
88 physics.analyzers.analysistree.VertexModuleLabel: [ "pandora" ]
89 physics.analyzers.analysistree.ClusterModuleLabel: "pandora"
90 physics.analyzers.analysistree.CalorimetryModuleLabel: [ "pandoracalo" ]
91 physics.analyzers.analysistree.ParticleIDModuleLabel: [ "pandorapid" ]
92 physics.analyzers.analysistree.PandoraNuVertexModuleLabel: "pandora"
93 physics.analyzers.analysistree.VertexModuleLabel: [ "pandora" ]
94 physics.analyzers.analysistree.DigitModuleLabel: "tpcrawdecoder:daq"
95 physics.analyzers.analysistree.HitsModuleLabel: "gaushit"
96 physics.analyzers.analysistree.CalDataModuleLabel: "wclsdatanfsp:gauss"
97 physics.analyzers.analysistree.OpFlashModuleLabel: "opflash10ppm"
98 physics.analyzers.analysistree.FlashT0FinderLabel: [ "" ]
99 physics.analyzers.analysistree.MVAPIDTrackModuleLabel: [ "" ]
100 physics.analyzers.analysistree.MVAPIDShowerModuleLabel: [ "" ]
101 physics.analyzers.analysistree.MCT0FinderLabel: [ "" ]
102 physics.analyzers.analysistree.CosmicTaggerAssocLabel: [ "" ]
103 physics.analyzers.analysistree.ContainmentTaggerAssocLabel: [ "" ]
104 physics.analyzers.analysistree.FlashMatchAssocLabel: [ "" ]