Skip to content

Commit a91bad2

Browse files
committed
Fixed python file
1 parent edb8d43 commit a91bad2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

RecoTracker/LST/python/lstProducerTask_cff.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44

55
from RecoTracker.LST.lstModulesDevESProducer_cfi import lstModulesDevESProducer
66

7-
lstProducerTask = cms.Task(lstModulesDevESProducer, lstProducer)
7+
from RecoTracker.LSTCore.lstGeometryESProducer_cfi import lstGeometryDevESProducer
8+
9+
lstProducerTask = cms.Task(lstGeometryDevESProducer, lstModulesDevESProducer, lstProducer)

0 commit comments

Comments
 (0)