00001 import FWCore.ParameterSet.Config as cms
00002
00003 import HLTrigger.btau.jetTag.hltJetTag_cfi
00004
00005 hltBSoftmuonL3filter = HLTrigger.btau.jetTag.hltJetTag_cfi.hltJetTag.clone()
00006 import HLTrigger.btau.jetTag.getJetsFromHLTobject_cfi
00007 hltBSoftmuonHLTJets = HLTrigger.btau.jetTag.getJetsFromHLTobject_cfi.getJetsFromHLTobject.clone()
00008 import HLTrigger.btau.jetTag.hltJetTag_cfi
00009
00010 hltBSoftmuonByDRL3filter = HLTrigger.btau.jetTag.hltJetTag_cfi.hltJetTag.clone()
00011 import HLTrigger.btau.jetTag.getJetsFromHLTobject_cfi
00012 hltBSoftmuonHLTJetsByDR = HLTrigger.btau.jetTag.getJetsFromHLTobject_cfi.getJetsFromHLTobject.clone()
00013 import HLTrigger.btau.jetTag.hltJetTag_cfi
00014
00015 hltBSoftmuonL3filterRelaxed = HLTrigger.btau.jetTag.hltJetTag_cfi.hltJetTag.clone()
00016 import HLTrigger.btau.jetTag.getJetsFromHLTobject_cfi
00017 hltBSoftmuonHLTJetsRelaxed = HLTrigger.btau.jetTag.getJetsFromHLTobject_cfi.getJetsFromHLTobject.clone()
00018
00019
00020 require_hltBSoftmuonL3BJetTags = cms.EDFilter("RequireModule",
00021 requirement = cms.InputTag("hltBSoftmuonL3BJetTags","","HLT")
00022 )
00023
00024
00025
00026 require_hltBSoftmuonL3BJetTagsByDR = cms.EDFilter("RequireModule",
00027 requirement = cms.InputTag("hltBSoftmuonL3BJetTagsByDR","","HLT")
00028 )
00029
00030
00031
00032 require_hltBSoftmuonL3BJetTagsRelaxed = cms.EDFilter("RequireModule",
00033 requirement = cms.InputTag("hltBSoftmuonL3BJetTagsRelaxed","","HLT")
00034 )
00035
00036 hltBSoftmuonExtra = cms.Sequence(require_hltBSoftmuonL3BJetTags*hltBSoftmuonL3filter*hltBSoftmuonHLTJets)
00037 hltBSoftmuonExtraByDR = cms.Sequence(require_hltBSoftmuonL3BJetTagsByDR*hltBSoftmuonByDRL3filter*hltBSoftmuonHLTJetsByDR)
00038 hltBSoftmuonExtraRelaxed = cms.Sequence(require_hltBSoftmuonL3BJetTagsRelaxed*hltBSoftmuonL3filterRelaxed*hltBSoftmuonHLTJetsRelaxed)
00039 hltBSoftmuonL3filter.JetTag = 'hltBSoftmuonL3BJetTags::HLT'
00040 hltBSoftmuonL3filter.MinTag = 0.7
00041
00042 hltBSoftmuonHLTJets.jets = 'hltBSoftmuonL3filter'
00043 hltBSoftmuonByDRL3filter.JetTag = 'hltBSoftmuonL3BJetTagsByDR::HLT'
00044 hltBSoftmuonByDRL3filter.MinTag = 0.5
00045
00046 hltBSoftmuonHLTJetsByDR.jets = 'hltBSoftmuonByDRL3filter'
00047 hltBSoftmuonL3filterRelaxed.JetTag = 'hltBSoftmuonL3BJetTagsRelaxed::HLT'
00048 hltBSoftmuonL3filterRelaxed.MinTag = 0.5
00049
00050 hltBSoftmuonHLTJetsRelaxed.jets = 'hltBSoftmuonL3filterRelaxed'
00051