Skip to content

Commit

Permalink
remove old version
Browse files Browse the repository at this point in the history
(cherry picked from commit ab239bf)
  • Loading branch information
Theodor Christian Herwig authored and ccaillol committed May 4, 2021
1 parent 9dcba0e commit bc6ed5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 324 deletions.
317 changes: 0 additions & 317 deletions L1Trigger/Phase2L1ParticleFlow/plugins/L1MetPfProducerTDR.cc

This file was deleted.

8 changes: 1 addition & 7 deletions L1Trigger/Phase2L1ParticleFlow/python/L1MetPfProducer_cfi.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
import FWCore.ParameterSet.Config as cms

L1MetPfProducerTDR = cms.EDProducer("L1MetPfProducerTDR",
L1PFObjects = cms.InputTag("L1PFProducer","l1pfCandidates"),
sinCosTableBits = cms.uint32(8),
inverseDropBits = cms.uint32(2),
arcTanTableBits = cms.uint32(7)
)

L1MetPfProducer = cms.EDProducer("L1MetPfProducer",
L1PFObjects = cms.InputTag("L1PFProducer","l1pfCandidates"),
maxCandidates = cms.int32(128),
)

0 comments on commit bc6ed5f

Please sign in to comment.