CMS 3D CMS Logo

pfBlockAnalyzer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pfBlockAnalyzer = cms.EDAnalyzer("BlockAnalyzer",
4  blockCollection = cms.InputTag("particleFlowBlock"),
5  trackCollection = cms.InputTag("generalTracks"),
6  PrimaryVertexLabel = cms.InputTag("offlinePrimaryVertices"),
7  OutputFile = cms.string('dummy.root')
8  )