CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/RecoParticleFlow/Configuration/python/pfBlockAnalyzer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 pfBlockAnalyzer = cms.EDAnalyzer("BlockAnalyzer",
00004                                  blockCollection = cms.InputTag("particleFlowBlock"),
00005                                  trackCollection = cms.InputTag("generalTracks"),
00006                                  PrimaryVertexLabel = cms.InputTag("offlinePrimaryVertices"),
00007                                  OutputFile = cms.string('dummy.root')
00008                                  )