# | 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); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |