CMS 3D CMS Logo

dumpTauVariables_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 dumpTauVariables = cms.EDProducer(
4  "CandViewNtpProducer",
5 
6  src = cms.InputTag("slimmedTaus"),
7 
8  prefix = cms.untracked.string(""),
9 
10  lazyParser = cms.untracked.bool(True),
11 
12  eventInfo = cms.untracked.bool(True),
13 
14  variables = cms.VPSet()
15  )