ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Morgan/src/PhotonAnalyzer.cc
(Generate patch)

Comparing UserCode/Morgan/src/PhotonAnalyzer.cc (file contents):
Revision 1.3 by lethuill, Tue Nov 18 13:57:10 2008 UTC vs.
Revision 1.4 by lethuill, Wed Nov 19 19:03:16 2008 UTC

# Line 23 | Line 23 | void PhotonAnalyzer::Process(const edm::
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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines