Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:35

0001 # The following comments couldn't be translated into the new config version:
0002 
0003 # b-mu tag 1 jet (no ptrel cut)
0004 # multi-jet
0005 # single jet prescaled
0006 import FWCore.ParameterSet.Config as cms
0007 
0008 import copy
0009 from HLTrigger.HLTfilters.hltHighLevel_cfi import *
0010 btagMuonInJet_HLT = copy.deepcopy(hltHighLevel)
0011 btagMuonInJet_HLT.HLTPaths = ['HLT_BTagMu_Jet20_Calib', 'HLT1jet', 'HLT_DoubleJet150', 'HLT_TripleJet85', 'HLT_QuadJet60', 
0012     'HLT1jetPE5', 'CandHLT1jetPE7']
0013