2355 |
cout << " Int_t PamLevel2::GetEntry(Int_t) -- ERROR -- level2 trees not loaded"<<endl; |
cout << " Int_t PamLevel2::GetEntry(Int_t) -- ERROR -- level2 trees not loaded"<<endl; |
2356 |
return 0; |
return 0; |
2357 |
} |
} |
|
if(!run_tree ){ |
|
|
cout << " Int_t PamLevel2::GetEntry(Int_t) -- ERROR -- run tree not loaded"<<endl; |
|
|
return 0; |
|
|
} |
|
2358 |
|
|
2359 |
Int_t ii=0; |
Int_t ii=0; |
2360 |
//------------------------------- |
//------------------------------- |
2361 |
ii = iee; |
ii = iee; |
2362 |
if( !pam_tree->GetEntry(ii) ) return 0; |
if( !pam_tree->GetEntry(ii) ) return 0; |
2363 |
//------------------------------- |
//------------------------------- |
2364 |
|
|
2365 |
|
if(!run_tree ){ |
2366 |
|
cout << " Int_t PamLevel2::GetEntry(Int_t) -- ERROR -- run tree not loaded"<<endl; |
2367 |
|
return 0; |
2368 |
|
} |
2369 |
|
|
2370 |
ii = iee; |
ii = iee; |
2371 |
Bool_t UPDATED = UpdateRunInfo(run_tree,ii); |
Bool_t UPDATED = UpdateRunInfo(run_tree,ii); |
2372 |
if(SELLI==0)irunentry = iee-runfirstentry; |
if(SELLI==0)irunentry = iee-runfirstentry; |