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

Comparing UserCode/CmsHi/JetAnalysis/src/FastJetAnalyzer.cc (file contents):
Revision 1.1 by yilmaz, Wed Feb 13 18:51:07 2013 UTC vs.
Revision 1.2 by yilmaz, Wed Feb 13 18:53:32 2013 UTC

# Line 124 | Line 124 | FastJetAnalyzer::analyze(const edm::Even
124  
125       edm::Handle<vector<double> > rhos;
126       edm::Handle<vector<double> > sigmas;
127 +     iEvent.getByLabel(edm::InputTag(labels_[ialgo].data(),"rhos"),rhos);
128 +     iEvent.getByLabel(edm::InputTag(labels_[ialgo].data(),"sigmas"),sigmas);
129 +
130       bkgs_[ialgo].n = rhos->size();
131       for(unsigned int i = 0; i < rhos->size(); ++i){
132         bkgs_[ialgo].rho[i] = (*rhos)[i];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines