Skip to content

Commit

Permalink
Merge pull request cms-sw#535 from kirschen/Heppy_AddHCALIsoNoiseFilter
Browse files Browse the repository at this point in the history
Heppy: add Flag_HBHENoiseIsoFilter to trigger bits in heppy
  • Loading branch information
mariadalfonso committed Oct 1, 2015
2 parents 3ea0bfe + 7fafd50 commit 08bb891
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def process(self, event):
outprefix = 'Flag',
triggerBits = {
"HBHENoiseFilter" : [ "Flag_HBHENoiseFilter" ],
"HBHENoiseIsoFilter" : [ "Flag_HBHENoiseIsoFilter" ],
"CSCTightHaloFilter" : [ "Flag_CSCTightHaloFilter" ],
"hcalLaserEventFilter" : [ "Flag_hcalLaserEventFilter" ],
"EcalDeadCellTriggerPrimitiveFilter" : [ "Flag_EcalDeadCellTriggerPrimitiveFilter" ],
Expand Down

0 comments on commit 08bb891

Please sign in to comment.