Skip to content

Commit 317192e

Browse files
committed
remove deprecated parameter only in cfi file
1 parent cac6f6a commit 317192e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Validation/MuonRPCDigis/python/validationMuonRPCDigis_cfi.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99
simHitTag = cms.untracked.InputTag("g4SimHits", "MuonRPCHits"),
1010

1111
# Flag to turn on/off timing plots
12-
digiTime = cms.untracked.bool(False),
13-
14-
# Name of the root file which will contain the histos
15-
outputFile = cms.untracked.string('')
12+
digiTime = cms.untracked.bool(False)
1613
)
1714

1815
from Configuration.Eras.Modifier_fastSim_cff import fastSim

0 commit comments

Comments
 (0)