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