758 |
// |
// |
759 |
if ( newfit ) { |
if ( newfit ) { |
760 |
timer.Start(kTRUE); |
timer.Start(kTRUE); |
761 |
if ( TOF && false) { |
if ( TOF ) { |
762 |
glt->ResetCounters(); |
glt->ResetCounters(); |
763 |
printf(" ToFLevel2 called, 1st call\n"); |
printf(" ToFLevel2 called, 1st call\n"); |
764 |
if ( debug ) printf(" >>>>>>>>>>>>>>>>>>>| start ToFCore STDOUT |<<<<<<<<<<<<<<<<<<<\n"); |
if ( debug ) printf(" >>>>>>>>>>>>>>>>>>>| start ToFCore STDOUT |<<<<<<<<<<<<<<<<<<<\n"); |
765 |
|
string tstring = "--level1-only"; |
766 |
|
tofargv[tofargc] = (char *)tstring.c_str(); |
767 |
|
tofargc++; |
768 |
TOFSGN1 = ToFCore(run,processFile,glt,tofargc,tofargv); |
TOFSGN1 = ToFCore(run,processFile,glt,tofargc,tofargv); |
769 |
if ( debug ) printf(" >>>>>>>>>>>>>>>>>>>| end ToFCore STDOUT |<<<<<<<<<<<<<<<<<<<\n"); |
if ( debug ) printf(" >>>>>>>>>>>>>>>>>>>| end ToFCore STDOUT |<<<<<<<<<<<<<<<<<<<\n"); |
770 |
NQTOF1 = glt->GetNqueries(); |
NQTOF1 = glt->GetNqueries(); |
810 |
glt->ResetCounters(); |
glt->ResetCounters(); |
811 |
printf(" ToFLevel2 called\n"); |
printf(" ToFLevel2 called\n"); |
812 |
if ( debug ) printf(" >>>>>>>>>>>>>>>>>>>| start ToFCore STDOUT |<<<<<<<<<<<<<<<<<<<\n"); |
if ( debug ) printf(" >>>>>>>>>>>>>>>>>>>| start ToFCore STDOUT |<<<<<<<<<<<<<<<<<<<\n"); |
813 |
|
if ( !reprocess ){ |
814 |
|
string tstring = "--delete-tree"; |
815 |
|
tofargv[tofargc] = (char *)tstring.c_str(); |
816 |
|
} else { |
817 |
|
tofargc--; |
818 |
|
} |
819 |
TOFSGN = ToFCore(run,processFile,glt,tofargc,tofargv); |
TOFSGN = ToFCore(run,processFile,glt,tofargc,tofargv); |
820 |
if ( debug ) printf(" >>>>>>>>>>>>>>>>>>>| end ToFCore STDOUT |<<<<<<<<<<<<<<<<<<<\n"); |
if ( debug ) printf(" >>>>>>>>>>>>>>>>>>>| end ToFCore STDOUT |<<<<<<<<<<<<<<<<<<<\n"); |
821 |
NQTOF = glt->GetNqueries(); |
NQTOF = glt->GetNqueries(); |