@@ -39,40 +39,48 @@ icarus_stage0_mc_producers:
3939 pmtbaselines: @local::icarus_opreco_pedestal_fromchannel_MC # from icarus_ophitfinder.fcl
4040 opdetonbeam: @local::copyPMTonBeam # from decoderdefs_icarus.fcl
4141 ophituncorrected: @local::icarus_ophit_data
42- ophit: @local::icarus_ophit_timing_correction
42+ ophit: @local::icarus_ophit_MC
4343 mcophit: @local::ICARUSMCOpHit
4444
4545 ## crt producer
4646 crthit: @local::standard_crtsimhitproducer
4747 crttrack: @local::standard_crttrackproducer
48- crtpmt: @local::standard_crtpmtmatchingproducer
48+ crtpmt: @local::standard_crtpmtmatchingproducer
4949 }
5050
5151# make the following modifications to job flow for MC vs the data
5252icarus_stage0_mc_trigger: [
53- pmtfixedthr
54- , @sequence::icarus_standard_triggersim.path # from trigger_emulation_icarus.fcl
53+ pmtfixedthr,
54+ @sequence::icarus_standard_triggersim.path # from trigger_emulation_icarus.fcl
5555 ]
5656
5757icarus_stage0_mc_PMT: [
5858 @sequence::icarus_stage0_mc_trigger,
5959 pmtbaselines,
60- ophituncorrected,
61- ophit,
60+ ophit, # @local::icarus_ophit_MC
6261 mcophit,
6362 opflashCryoE,
6463 opflashCryoW
6564 ]
6665
66+ icarus_stage0_overlay_PMT: [
67+ @sequence::icarus_stage0_mc_trigger,
68+ pmtbaselines,
69+ ophituncorrected, # @local::icarus_ophit_data
70+ ophit, # ovveride to @local::icarus_ophit_timing_correction
71+ mcophit,
72+ opflashCryoE,
73+ opflashCryoW
74+ ]
75+
6776icarus_stage0_mc_crthit: [crthit]
6877icarus_stage0_mc_crtreco: [crttrack, crtpmt]
6978
7079# adapt input labels
7180icarus_stage0_mc_producers.emuTrigger.BeamGates: shifted
7281icarus_stage0_mc_producers.triggersimgates.module_type: DummyProducer # Don't rerun. We have already adjusted the BeamGate
7382icarus_stage0_mc_producers.mcophit.SimPhotonsProducer: shifted
74- icarus_stage0_mc_producers.ophituncorrected.InputModule: shifted
75- icarus_stage0_mc_producers.ophit.InputLabels: ["ophituncorrected"]
83+ icarus_stage0_mc_producers.ophit.InputModule: shifted
7684icarus_stage0_mc_producers.opdetonbeam.Waveforms: shifted
7785icarus_stage0_mc_producers.opdetonbeam.WaveformBaselineAssns: pmtbaselines
7886icarus_stage0_mc_producers.pmtbaselines.OpticalWaveforms: shifted
0 commit comments