CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/TopQuarkAnalysis/TopEventProducers/python/tqafEventContent_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 tqafEventContent = [
00004   ## genEvt
00005   'keep *_decaySubset_*_*',
00006   'keep *_initSubset_*_*', 
00007   'keep *_genEvt_*_*',
00008   ## extras for event selection
00009   'keep *_kinFitTtSemiLepEventSelection_*_*',
00010   'keep *_findTtSemiLepSignalSelMVA_*_*',
00011   ## hypotheses & event structure
00012   'keep *_ttSemiLepHyp*_*_*',
00013   'keep *_ttSemiLepEvent_*_*',
00014   'keep *_ttFullLepHyp*_*_*',
00015   'keep *_ttFullLepEvent_*_*',  
00016   'keep *_ttFullHadHyp*_*_*',
00017   'keep *_ttFullHadEvent_*_*'
00018 ]