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

Comparing UserCode/L1RpcTriggerAnalysis/src/L1ObjColl.cc (file contents):
Revision 1.3 by konec, Mon Oct 29 12:41:10 2012 UTC vs.
Revision 1.4 by konec, Tue Oct 30 11:13:16 2012 UTC

# Line 60 | Line 60 | void L1ObjColl::print() const
60   {
61    for (unsigned int i=0; i<theL1Obj.size(); ++i) {
62      std::cout <<"("<<i<<")";theL1Obj[i].print();
63 <    if (theL1Matching.size()>i) std::cout<<" matched: "<<theL1Matching[i];
63 >    if (theL1Matching.size()>i) std::cout<<" matched: "<<theL1Matching[i]<<" deltaR: "<<theDeltaR[i];
64      std::cout <<std::endl;
65    }
66   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines