CMS 3D CMS Logo

L2TauAnalyzer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 L2TauAnalyzer = cms.EDAnalyzer("L2TauAnalyzer",
00004     GenJetCollection = cms.InputTag("iterativeCone5GenJetsNoNuBSM"),
00005     IsSignal = cms.bool(True),
00006     MatchedCollection = cms.InputTag("TauMcInfoProducer","Jets"),
00007     outputFileName = cms.string('output_L2.root'),
00008     L2InfoAssociationInput = cms.InputTag("doubleTauL2Producer","L2TauIsolationInfoAssociator")
00009 )
00010 
00011 

Generated on Tue Jun 9 17:38:05 2009 for CMSSW by  doxygen 1.5.4