Skip to content

Commit

Permalink
put lstModulesDevESProducer on a dummy visible task to bypass the mod…
Browse files Browse the repository at this point in the history
…ule creation
  • Loading branch information
slava77devel authored and slava77 committed Jun 6, 2024
1 parent e9733d4 commit 9f697fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RecoTracker/LST/python/lstProducer_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@

from RecoTracker.LST.lstModulesDevESProducer_cfi import lstModulesDevESProducer
(~gpu).toModify(lstModulesDevESProducer.alpaka, backend = 'serial_sync')

# not scheduled task to get the framework to hide the producer
dummyLSTModulesDevESProducerTask = cms.Task(lstModulesDevESProducer)

0 comments on commit 9f697fd

Please sign in to comment.