ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/PhysicsMod/interface/PlotKineMod.h
(Generate patch)

Comparing UserCode/MitAna/PhysicsMod/interface/PlotKineMod.h (file contents):
Revision 1.12 by loizides, Wed Jun 17 11:50:27 2009 UTC vs.
Revision 1.13 by loizides, Fri Jun 26 16:47:18 2009 UTC

# Line 92 | Line 92 | void mithep::PlotKineMod<T>::Process()
92    if (!GetFillHist())
93      return;
94      
95 <  UInt_t ents=fCol->GetEntries();
95 >  const UInt_t ents=fCol->GetEntries();
96    fEntHist->Fill(ents);
97    for(UInt_t i=0;i<ents;++i) {
98       const T *p = fCol->At(i);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines