File tree Expand file tree Collapse file tree
sbndcode/OpDetAnalyzer/PDSAnalyzer/job Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- #include "services_sbnd.fcl"
2- #include "simulationservices_sbnd.fcl"
3- #include "messages_sbnd.fcl"
4- #include "sam_sbnd.fcl"
5- #include "SBNDPDSAna_config.fcl"
6-
7- process_name: SBNDPDSAnaData
8-
9- services:
10- {
11- TFileService: { fileName: "opana_tree.root" }
12- @table::sbnd_basic_services
13- @table::sbnd_simulation_services
14- ParticleInventoryService: @local::sbnd_particleinventoryservice
15- BackTrackerService: @local::sbnd_backtrackerservice
16- ParticleInventoryService: @local::standard_particleinventoryservice
17- }
18-
19- source:
20- {
21- module_type: RootInput
22- maxEvents: -1 # Number of events to create
23- }
24-
25- physics:
26- {
27-
28- analyzers:
29- {
30- opanatree: @local::sbndPDSAna
31- }
32-
33- ana: [opanatree]
34- end_paths: [ana]
35- }
1+ #include "run_sbndpds_ana_data.fcl"
362
373physics.analyzers.opanatree.SaveRawWaveforms: false
384physics.analyzers.opanatree.SaveDeconvolvedWaveforms: false
@@ -50,4 +16,4 @@ physics.analyzers.opanatree.HitsLabel: ""
5016physics.analyzers.opanatree.Reco2Label: ""
5117physics.analyzers.opanatree.CosmicIdModuleLabel: ""
5218physics.analyzers.opanatree.OpT0FinderModuleLabel: ""
53- physics.analyzers.opanatree.SimpleFlashMatchModuleLabel: ""
19+ physics.analyzers.opanatree.SimpleFlashMatchModuleLabel: ""
You can’t perform that action at this time.
0 commit comments