Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions JobConfig/reco/OnSpillTrig.fcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#
# Reconstruct OnSpill events. This only reconstructs LoopHelices
#
#include "Production/JobConfig/reco/RecoTrig.fcl"
physics.RecoPath : [ @sequence::Reconstruction.OnSpillPath ]
physics.trigger_paths : [ @sequence::Trig_physMenu.trigger_paths, RecoPath ]

outputs: {
LoopHelixOutput : {
@table::Reconstruction.Output
SelectEvents : [ "RecoPath" ]
fileName: "rec.owner.description.version.sequencer.art"
}
}

# Disable LH filtering
physics.filters.LHFilter : {
module_type : FixedFilter
ReturnValue : true
}

physics.EndPath : [ LoopHelixOutput]
physics.end_paths : [ EndPath ]

#include "Production/JobConfig/reco/epilog.fcl"
#include "Production/JobConfig/common/epilog.fcl"
#include "mu2e-trig-config/core/trigDigiInputsEpilog.fcl"
#include "Production/JobConfig/reco/drop_trigger.fcl"
43 changes: 43 additions & 0 deletions JobConfig/reco/RecoTrig.fcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
#
# Drop the trigger results and re-run the trigger in addition to standard reco
#

# Reco includes
#include "Offline/fcl/minimalMessageService.fcl"
#include "Offline/fcl/standardServices.fcl"
#include "Production/JobConfig/reco/prolog.fcl"

# Trigger info, replacing the changes made in includes above
#include "mu2e-trig-config/core/trigProducers.fcl"
#include "mu2e-trig-config/core/trigFilters.fcl"
#include "mu2e-trig-config/core/trigRecoSequences.fcl"

BEGIN_PROLOG
# override the trigger digitization sequence (must be before trigSequences)
TrigRecoSequences.artFragmentsGen : []
END_PROLOG

#include "mu2e-trig-config/core/trigSequences.fcl"

#include "mu2e-trig-config/gen/trig_physMenuPSConfig_OnSpill.fcl"
#include "mu2e-trig-config/gen/trig_physMenu_OnSpill.fcl"
#
process_name: Reconstruct
source : { module_type : RootInput }
services : @local::Services.Reco
physics : {
producers : {
@table::TrigProducers.producers
@table::Reconstruction.producers
}
filters : {
@table::TrigFilters.filters
@table::Trig_physMenuPSConfig
@table::Reconstruction.filters
}
analyzers: @local::Reconstruction.analyzers
@table::TrigSequences
trigger_paths : [ @sequence::Trig_physMenu.trigger_paths ]
}
# the following is a placeholder
#include "Production/Validation/database.fcl"