CMS 3D CMS Logo

apvshotsanalyzer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
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 )