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