CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
apvshotsanalyzer_cfi.py
Go to the documentation of this file.
2 
3 apvshotsanalyzer = cms.EDAnalyzer('APVShotsAnalyzer',
4  digiCollection = cms.InputTag("siStripDigis","ZeroSuppressed"),
5  historyProduct = cms.InputTag("consecutiveHEs"),
6  apvPhaseCollection = cms.InputTag("APVPhases"),
7  phasePartition = cms.untracked.string("All"),
8  zeroSuppressed = cms.untracked.bool(True),
9  mapSuffix = cms.string(""),
10  useCabling = cms.untracked.bool(False)
11 )