Parent Directory
|
Revision Log
|
Patch
| revision 1.19 by mocchiut, Thu Nov 9 16:47:47 2006 UTC | revision 1.20 by mocchiut, Mon Nov 20 09:11:58 2006 UTC | |
|---|---|---|
| # | Line 1293 Int_t PamelaDBOperations::assignBOOT_NUM | Line 1293 Int_t PamelaDBOperations::assignBOOT_NUM |
| 1293 | Bool_t found = false; | Bool_t found = false; |
| 1294 | for ( Int_t i = 0; i < trDumpEv->GetEntries(); i++){ | for ( Int_t i = 0; i < trDumpEv->GetEntries(); i++){ |
| 1295 | trDumpEv->GetEntry(i); | trDumpEv->GetEntry(i); |
| 1296 | vde->Records->GetEntries(); | // vde->Records->GetEntries(); |
| 1297 | if ( vde->Records->GetEntries()>0 ){ | if ( vde->Records->GetEntries()>5 ){ |
| 1298 | found = true; | found = true; |
| 1299 | goto fill; | goto fill; |
| 1300 | }; | }; |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |