Skip to content

Commit

Permalink
Merge pull request #11 from cms-l1-dpg/artlbv-patch-1
Browse files Browse the repository at this point in the history
remove non-GT vertex from GT tables
  • Loading branch information
artlbv authored Jan 17, 2024
2 parents 58060eb + ea8fb0a commit 0992800
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions python/l1tPh2GTtables_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,26 +49,6 @@
maxLen = cms.uint32(1),
)

vtxTable = cms.EDProducer(
"SimpleL1VtxWordCandidateFlatTableProducer", ## note the use of a dedicated table producer which is defined in the plugins/L1TableProducer.cc
src = cms.InputTag('l1tVertexFinderEmulator','L1VerticesEmulation'),
cut = cms.string(""),
name = cms.string("L1Vertex"),
doc = cms.string("GTT Vertices"),
singleton = cms.bool(False), # the number of entries is variable
variables = cms.PSet(
z0 = Var("z0()",float, doc = "primary vertex position z coordinate"),
sumPt = Var("pt()",float, doc = "sum pt of tracks")
)
)

### Store Primary Vertex only (first vertex)
pvtxTable = vtxTable.clone(
maxLen = cms.uint32(1),
name = cms.string("L1PV"),
doc = cms.string("GTT Leading Primary Vertex"),
)

### GT
gtTkPhoTable =cms.EDProducer(
"SimpleCandidateFlatTableProducer",
Expand Down

0 comments on commit 0992800

Please sign in to comment.