Skip to content

Commit

Permalink
add Flag_HBHENoiseIsoFilter to trigger bits in heppy
Browse files Browse the repository at this point in the history
  • Loading branch information
kirschen committed Oct 1, 2015
1 parent 3ea0bfe commit 7fafd50
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 7fafd50

Please sign in to comment.