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

Comparing UserCode/MitAna/TreeMod/src/HLTFwkMod.cc (file contents):
Revision 1.12 by loizides, Tue Aug 11 15:24:39 2009 UTC vs.
Revision 1.13 by loizides, Mon Oct 26 11:04:56 2009 UTC

# Line 207 | Line 207 | void HLTFwkMod::Process()
207    LoadBranch(fObjsName);
208    LoadBranch(fRelsName);
209  
210 <  for (UInt_t i=0; i<fRels->Entries(); ++i) {
210 >  const UInt_t n = fRels->GetEntries();
211 >  for (UInt_t i=0; i<n; ++i) {
212      const TriggerObjectRel *rel = fRels->At(i);
213      if (!rel) continue;
214  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines