Skip to content

Commit

Permalink
Added E-Tau Trigger path files
Browse files Browse the repository at this point in the history
  • Loading branch information
rdewanje committed Dec 11, 2024
1 parent b96fd02 commit d881ffc
Show file tree
Hide file tree
Showing 3 changed files with 629 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import FWCore.ParameterSet.Config as cms

hltHpsPFTau30LooseTauWPDeepTau = cms.EDFilter("HLT1PFTau",
MaxEta = cms.double(2.1),
MaxMass = cms.double(-1.0),
MinE = cms.double(-1.0),
MinEta = cms.double(-1.0),
MinMass = cms.double(-1.0),
MinN = cms.int32(1),
MinPt = cms.double(30.0),
inputTag = cms.InputTag("hltHpsSelectedPFTauLooseTauWPDeepTau"),
saveTags = cms.bool(True),
triggerType = cms.int32(84)
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import FWCore.ParameterSet.Config as cms

hltPuppiTauTkIsoEle4522L1TkFilter = cms.EDFilter("PathStatusFilter",
logicalExpression = cms.string('pPuppiTauTkIsoEle45_22')
)
Loading

0 comments on commit d881ffc

Please sign in to comment.