51 |
#define toftrk toftrk_ |
#define toftrk toftrk_ |
52 |
extern "C" int toftrk(); |
extern "C" int toftrk(); |
53 |
#define rdtofcal rdtofcal_ |
#define rdtofcal rdtofcal_ |
54 |
extern "C" int rdtofcal(char []); |
extern "C" int rdtofcal(char [], int *); |
55 |
|
|
56 |
// |
// |
57 |
// Tracker classes headers and definitions |
// Tracker classes headers and definitions |
502 |
goto closeandexit; |
goto closeandexit; |
503 |
}; |
}; |
504 |
// |
// |
505 |
|
if ( verbose ) printf(" Reading ToF parameter file: %s \n",(glparam->PATH+glparam->NAME).Data()); |
506 |
|
// |
507 |
tttofpar1 = glparam->TO_TIME; |
tttofpar1 = glparam->TO_TIME; |
508 |
rdtofcal((char *)(glparam->PATH+glparam->NAME).Data()); |
Int_t nlen = (Int_t)(glparam->PATH+glparam->NAME).Length(); |
509 |
|
rdtofcal((char *)(glparam->PATH+glparam->NAME).Data(),&nlen); |
510 |
}; |
}; |
511 |
// |
// |
512 |
// run over all the events of the run |
// run over all the events of the run |
718 |
}; // loop on all the tracks |
}; // loop on all the tracks |
719 |
}; |
}; |
720 |
// |
// |
721 |
|
tof->unpackError = tofEvent->unpackError; |
722 |
|
// |
723 |
// Fill the rootple |
// Fill the rootple |
724 |
// |
// |
725 |
toft->Fill(); |
toft->Fill(); |