Rev 330 | Rev 333 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 330 | Rev 331 | ||
---|---|---|---|
Line 183... | Line 183... | ||
183 | if (_p0 < 0 ) _p0 =0; |
183 | if (_p0 < 0 ) _p0 =0; |
184 | if (_p1 < 0 ) _p1 =0; |
184 | if (_p1 < 0 ) _p1 =0; |
185 | if (_p2 < 0 ) _p2 =0; |
185 | if (_p2 < 0 ) _p2 =0; |
186 | 186 | ||
187 | 187 | ||
188 | fList[ |
188 | fList[_p3]->Clear(); |
189 | int nprt=0; |
189 | int nprt=0; |
190 | 190 | ||
191 | for(TIter next1(fList[_p0]);BParticle * p1 =(BParticle *) next1();) { |
191 | for(TIter next1(fList[_p0]);BParticle * p1 =(BParticle *) next1();) { |
192 | // the second loop |
192 | // the second loop |
193 | // in the case the second parti |
193 | // in the case the second parti |