| 303 |
// |
// |
| 304 |
// copy acl2clone to acl2 |
// copy acl2clone to acl2 |
| 305 |
// |
// |
| 306 |
acl2 = new AcLevel2(); |
acl2->Clear(); |
| 307 |
|
// acl2 = new AcLevel2(); |
| 308 |
memcpy(&acl2,&acl2clone,sizeof(acl2clone)); |
memcpy(&acl2,&acl2clone,sizeof(acl2clone)); |
| 309 |
// |
// |
| 310 |
// Fill entry in the new tree |
// Fill entry in the new tree |
| 460 |
// |
// |
| 461 |
// start processing |
// start processing |
| 462 |
// |
// |
| 463 |
acl2 = new AcLevel2(); |
// acl2 = new AcLevel2(); |
| 464 |
|
acl2->Clear(); |
| 465 |
// |
// |
| 466 |
l0ac->GetEntry(ei); |
l0ac->GetEntry(ei); |
| 467 |
// |
// |
| 615 |
// |
// |
| 616 |
// copy acl2clone to acl2 |
// copy acl2clone to acl2 |
| 617 |
// |
// |
| 618 |
acl2 = new AcLevel2(); |
// acl2 = new AcLevel2(); |
| 619 |
|
acl2->Clear(); |
| 620 |
memcpy(&acl2,&acl2clone,sizeof(acl2clone)); |
memcpy(&acl2,&acl2clone,sizeof(acl2clone)); |
| 621 |
// |
// |
| 622 |
// Fill entry in the new tree |
// Fill entry in the new tree |