Skip to content

Commit d108f18

Browse files
authored
Merge pull request #46585 from flodamas/FixPbPbZMuSkim_141X
[14_1_X] Fix ZMu skimming code for 2024 PbPb data taking
2 parents d54f536 + 3cfdab7 commit d108f18

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Configuration/Skimming/python/PbPb_ZMuSkimMuonDPG_cff.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929

3030

3131
###cloning the previous collection into a collection of candidates
32-
ConcretelooseMuonsForPbPbZMuSkim = cms.EDProducer("ConcreteChargedCandidateProducer",
32+
concreteLooseMuonsForPbPbZMuSkim = cms.EDProducer("ConcreteChargedCandidateProducer",
3333
src = cms.InputTag("looseMuonsForPbPbZMuSkim"),
34-
particleType = cms.string("mu+")
34+
particleType = cms.string("mu+") # the sign is dummy
3535
)
3636

3737

@@ -104,7 +104,7 @@
104104
dimuonsForPbPbZMuSkim = cms.EDProducer("CandViewShallowCloneCombiner",
105105
checkCharge = cms.bool(False),
106106
cut = cms.string('(mass > 60)'),
107-
decay = cms.string("tightMuonsForPbPbZMuSkim looseMuonsForPbPbZMuSkim")
107+
decay = cms.string("tightMuonsForPbPbZMuSkim concreteLooseMuonsForPbPbZMuSkim")
108108
)
109109

110110

@@ -120,7 +120,7 @@
120120
PbPbZMuHLTFilter *
121121
primaryVertexFilterForPbPbZMuSkim *
122122
looseMuonsForPbPbZMuSkim *
123-
#ConcretelooseMuonsForPbPbZMuSkim *
123+
concreteLooseMuonsForPbPbZMuSkim *
124124
#tkIsoDepositTkForPbPbZMuSkim *
125125
#allPatTracksForPbPbZMuSkim *
126126
#looseIsoMuonsForPbPbZMuSkim *

0 commit comments

Comments
 (0)