23 |
|
|
24 |
|
edm::Handle< reco::PhotonCollection > recoPhotons; |
25 |
|
iEvent.getByLabel(collectionName, recoPhotons); |
26 |
< |
if(verbosity_>1) std::cout << " Producer: " << collectionName << " PhtonID Producer: " << photonIDProducer_ << " - Number of photons = " << recoPhotons->size() << std::endl; |
26 |
> |
if(verbosity_>1) std::cout << " Producer: " << collectionName << " PhotonID Producer: " << photonIDProducer_.label() << " - Number of photons = " << recoPhotons->size() << std::endl; |
27 |
|
|
28 |
|
edm::Handle<reco::PhotonIDAssociationCollection> photonIDMapColl; |
29 |
|
iEvent.getByLabel(photonIDProducer_, photonIDMapColl); |