CMS 3D CMS Logo

GenMET_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # File: GenMET.cfi
00004 # Author: B. Scurlock
00005 # Date: 03.04.2008
00006 #
00007 # Fill validation histograms for MET.
00008 genMetAnalyzer = cms.EDFilter("METTester",
00009     OutputFile = cms.untracked.string('METTester_genMet.root'),
00010     InputMETLabel = cms.InputTag("genMet"),
00011     METType = cms.untracked.string('GenMET')
00012 )
00013 
00014 genMetNoNuBSMAnalyzer = cms.EDFilter("METTester",
00015     OutputFile = cms.untracked.string('METTester_genMetNoNuBSM.root'),
00016     InputMETLabel = cms.InputTag("genMetNoNuBSM"),
00017     METType = cms.untracked.string('GenMET')
00018 )
00019 
00020 

Generated on Tue Jun 9 17:49:33 2009 for CMSSW by  doxygen 1.5.4