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 29
29
30
30
31
31
###cloning the previous collection into a collection of candidates
32
- ConcretelooseMuonsForPbPbZMuSkim = cms .EDProducer ("ConcreteChargedCandidateProducer" ,
32
+ concreteLooseMuonsForPbPbZMuSkim = cms .EDProducer ("ConcreteChargedCandidateProducer" ,
33
33
src = cms .InputTag ("looseMuonsForPbPbZMuSkim" ),
34
- particleType = cms .string ("mu+" )
34
+ particleType = cms .string ("mu+" ) # the sign is dummy
35
35
)
36
36
37
37
104
104
dimuonsForPbPbZMuSkim = cms .EDProducer ("CandViewShallowCloneCombiner" ,
105
105
checkCharge = cms .bool (False ),
106
106
cut = cms .string ('(mass > 60)' ),
107
- decay = cms .string ("tightMuonsForPbPbZMuSkim looseMuonsForPbPbZMuSkim " )
107
+ decay = cms .string ("tightMuonsForPbPbZMuSkim concreteLooseMuonsForPbPbZMuSkim " )
108
108
)
109
109
110
110
120
120
PbPbZMuHLTFilter *
121
121
primaryVertexFilterForPbPbZMuSkim *
122
122
looseMuonsForPbPbZMuSkim *
123
- #ConcretelooseMuonsForPbPbZMuSkim *
123
+ concreteLooseMuonsForPbPbZMuSkim *
124
124
#tkIsoDepositTkForPbPbZMuSkim *
125
125
#allPatTracksForPbPbZMuSkim *
126
126
#looseIsoMuonsForPbPbZMuSkim *
You can’t perform that action at this time.
0 commit comments