File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Configuration/Skimming/python Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
104104dimuonsForPbPbZMuSkim = 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
120120 PbPbZMuHLTFilter *
121121 primaryVertexFilterForPbPbZMuSkim *
122122 looseMuonsForPbPbZMuSkim *
123- #ConcretelooseMuonsForPbPbZMuSkim *
123+ concreteLooseMuonsForPbPbZMuSkim *
124124 #tkIsoDepositTkForPbPbZMuSkim *
125125 #allPatTracksForPbPbZMuSkim *
126126 #looseIsoMuonsForPbPbZMuSkim *
You can’t perform that action at this time.
0 commit comments