Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:31:13

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 tqafEventContent = [
0004   ## genEvt
0005   'keep *_decaySubset_*_*',
0006   'keep *_initSubset_*_*', 
0007   'keep *_genEvt_*_*',
0008   ## extras for event selection
0009   'keep *_kinFitTtSemiLepEventSelection_*_*',
0010   'keep *_findTtSemiLepSignalSelMVA_*_*',
0011   ## hypotheses & event structure
0012   'keep *_ttSemiLepHyp*_*_*',
0013   'keep *_ttSemiLepEvent_*_*',
0014   'keep *_ttFullLepHyp*_*_*',
0015   'keep *_ttFullLepEvent_*_*',  
0016   'keep *_ttFullHadHyp*_*_*',
0017   'keep *_ttFullHadEvent_*_*'
0018 ]