Skip to content

Commit

Permalink
Merge pull request #9475 from mmusich/fixAlCaLumiPixelMinBias
Browse files Browse the repository at this point in the history
Fixing eventSetupPathsKey for ALCARECOLumiPixelsMinBias
  • Loading branch information
davidlange6 committed Jun 5, 2015
2 parents c4d7fb4 + 19d9a68 commit 077fba3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
import HLTrigger.HLTfilters.hltHighLevel_cfi
ALCARECOVertexPixelZeroBiasHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
andOr = True, # choose logical OR between Triggerbits
eventSetupPathsKey='TkAlMinBias',
#eventSetupPathsKey='VertexPixelZeroBias',
eventSetupPathsKey='VertexPixelZeroBias',
throw = False # tolerate triggers stated above, but not available
)

Expand Down

0 comments on commit 077fba3

Please sign in to comment.