CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/Configuration/Skimming/python/pA_HighPtSkim_cff.py

Go to the documentation of this file.
00001 
00002 ### HLT filter
00003 import copy
00004 from HLTrigger.HLTfilters.hltHighLevel_cfi import *
00005 HighPtHLTFilter = copy.deepcopy(hltHighLevel)
00006 HighPtHLTFilter.throw = cms.bool(False)
00007 HighPtHLTFilter.HLTPaths = ["HLT_PAJet80_NoJetID_v*",
00008                             "HLT_PAJet100_NoJetID_v*",
00009                             "HLT_PAJet120_NoJetID_v*",
00010                             "HLT_PAPhoton40_NoCaloIdVL_v*",
00011                             "HLT_PAPhoton20_Photon20_NoCaloIdVL_v*",
00012                             "HLT_PADoubleEle8_CaloIdT_TrkIdVL_v*",
00013                             "HLT_PAMu12_v*"
00014                             ]
00015 
00016 
00017 HighPtCandidateSequence = cms.Sequence( HighPtHLTFilter )
00018 
00019 
00020 
00021