Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MTD Validation: dropped explicit types from the python configuration files #34466

Merged
merged 1 commit into from Jul 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Validation/MtdValidation/python/btlDigiHits_cfi.py
Expand Up @@ -3,4 +3,4 @@
btlDigiHits = _btlDigiHitsDefault.clone()

from Configuration.ProcessModifiers.premix_stage2_cff import premix_stage2
premix_stage2.toModify(btlDigiHits, inputTag = cms.InputTag("mixData","FTLBarrel"))
premix_stage2.toModify(btlDigiHits, inputTag = "mixData:FTLBarrel")
2 changes: 1 addition & 1 deletion Validation/MtdValidation/python/etlDigiHits_cfi.py
Expand Up @@ -3,4 +3,4 @@
etlDigiHits = _etlDigiHitsDefault.clone()

from Configuration.ProcessModifiers.premix_stage2_cff import premix_stage2
premix_stage2.toModify(etlDigiHits, inputTag = cms.InputTag("mixData","FTLEndcap"))
premix_stage2.toModify(etlDigiHits, inputTag = "mixData:FTLEndcap")