Skip to content

Commit

Permalink
Merge pull request #5 from anigamova/new_branch
Browse files Browse the repository at this point in the history
fixed trigger name
  • Loading branch information
anigamova authored Jun 7, 2017
2 parents 2467879 + 6b96dce commit 19f5f95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DQMOffline/Trigger/python/BPHMonitor_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,12 +339,12 @@
Dimuon20_masscut1.Upsilon = cms.int32(1)
Dimuon20_masscut1.nofset = cms.int32(5)
Dimuon20_masscut1.seagull = cms.int32(1)
Dimuon20_masscut1.numGenericTriggerEventPSet.hltPaths = cms.vstring("HLT_Dimuon20_Upsilon_Barrel_Seagulls_v*")
Dimuon20_masscut1.numGenericTriggerEventPSet.hltPaths = cms.vstring("HLT_Dimuon10_Upsilon_Barrel_Seagulls_v*")
Dimuon20_masscut1.numGenericTriggerEventPSet.l1Algorithms = cms.vstring("L1_DoubleMu4p5er2p0_SQ_OS_Mass_7to18")
Dimuon20_masscut1.denGenericTriggerEventPSet.hltPaths = cms.vstring("HLT_Dimuon0_Upsilon_L1_4p5er2p0_v*")
Dimuon20_masscut1.denGenericTriggerEventPSet.l1Algorithms = cms.vstring("L1_DoubleMu4p5er2p0_SQ_OS")
Dimuon20_masscut1.muoSelection_ref = cms.string("pt>5 && abs(eta)<2.0 & isGlobalMuon & innerTrack.hitPattern.trackerLayersWithMeasurement>5 & innerTrack.hitPattern.numberOfValidPixelHits>0 ")
Dimuon20_masscut1.DMSelection_ref = cms.string("M<18 & M>7 & Pt>21 & abs(Eta)<1.2")
Dimuon20_masscut1.DMSelection_ref = cms.string("M<18 & M>7 & Pt>11 & abs(Eta)<1.2")



Expand Down

0 comments on commit 19f5f95

Please sign in to comment.