# | Line 3 | Line 3 | import FWCore.ParameterSet.Config as cms | |
---|---|---|
3 | l1NtupleProducer = cms.EDFilter("L1NtupleProducer", | |
4 | verbose = cms.untracked.bool(False), | |
5 | PhysVal = cms.bool(True), | |
6 | < | OutputFile = cms.untracked.string('l1ntuple.root'), |
6 | > | # OutputFile = cms.untracked.string('l1ntuple.root'), |
7 | GeneratorInputTag = cms.InputTag("none"), | |
8 | SimulationInputTag = cms.InputTag("none"), | |
9 | GMTInputTag = cms.InputTag("gtDigis"), |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |