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

Comparing UserCode/HbbAnalysis/src/HistosElecsBase.cc (file contents):
Revision 1.2 by amagnan, Tue Oct 13 12:14:05 2009 UTC vs.
Revision 1.3 by amagnan, Tue Feb 9 14:52:25 2010 UTC

# Line 155 | Line 155 | namespace HbbAnalysis {//namespace
155          std::vector<std::pair<std::string,float> > lIds = aElec.idVars().electronIDs;
156          if (lIds.size() > 5) std::cout << "--- WARNING: histo will be out-of-range, number of electron IDs = " << lIds.size() << std::endl;
157          for (unsigned int iId(0); iId<lIds.size(); iId++){
158 <          const std::string & lName =  lIds.at(iId).first;
158 >          //const std::string & lName =  lIds.at(iId).first;
159            //std::cout << "--- ElectronID : Bin " << iId << ", id name = " << lName << std::endl;
160            p_electronID->Fill(2*iId+lIds.at(iId).second);
161          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines