310 |
// |
// |
311 |
// copy ndclone to mydec |
// copy ndclone to mydec |
312 |
// |
// |
313 |
nd = new NDLevel2(); |
// nd = new NDLevel2(); |
314 |
|
nd->Clear(); |
315 |
memcpy(&nd,&ndclone,sizeof(ndclone)); |
memcpy(&nd,&ndclone,sizeof(ndclone)); |
316 |
// |
// |
317 |
// Fill entry in the new tree |
// Fill entry in the new tree |
468 |
// |
// |
469 |
// start processing |
// start processing |
470 |
// |
// |
471 |
nd = new NDLevel2(); |
// nd = new NDLevel2(); |
472 |
|
nd->Clear(); |
473 |
|
// |
474 |
l0ND->GetEntry(ei); |
l0ND->GetEntry(ei); |
475 |
tmpSize = l0ne->Records->GetEntries(); |
tmpSize = l0ne->Records->GetEntries(); |
476 |
if (!tmpSize) continue; |
if (!tmpSize) continue; |
523 |
// |
// |
524 |
// copy ndclone to nd |
// copy ndclone to nd |
525 |
// |
// |
526 |
nd = new NDLevel2(); |
// nd = new NDLevel2(); |
527 |
|
nd->Clear(); |
528 |
memcpy(&nd,&ndclone,sizeof(ndclone)); |
memcpy(&nd,&ndclone,sizeof(ndclone)); |
529 |
// |
// |
530 |
// Fill entry in the new tree |
// Fill entry in the new tree |