35 |
file2 = ""; |
file2 = ""; |
36 |
|
|
37 |
ostatus = 0; |
ostatus = 0; |
38 |
|
|
39 |
|
TrkParams::SetTrackingMode(); |
40 |
|
TrkParams::SetPrecisionFactor(); |
41 |
|
TrkParams::SetStepMin(); |
42 |
|
TrkParams::SetPFA(); |
43 |
}; |
}; |
44 |
|
|
45 |
/** |
/** |
85 |
|
|
86 |
ostatus = 0; |
ostatus = 0; |
87 |
|
|
88 |
|
TrkParams::SetTrackingMode(); |
89 |
|
TrkParams::SetPrecisionFactor(); |
90 |
|
TrkParams::SetStepMin(); |
91 |
|
TrkParams::SetPFA(); |
92 |
|
|
93 |
}; |
}; |
94 |
/** |
/** |
95 |
* Set processing variables according to input custom parameters |
* Set processing variables according to input custom parameters |
201 |
if(F77err < 0)throw F77err; |
if(F77err < 0)throw F77err; |
202 |
// |
// |
203 |
// int pfa=0; //<<< ETA |
// int pfa=0; //<<< ETA |
204 |
int pfa=14;//<<< COG4 |
// int pfa=14;//<<< COG4 |
205 |
if(get2) analysisflight_(&pfa); |
// if(get2) analysisflight_(&pfa); |
206 |
|
if(get2) analysisflight_(); |
207 |
// |
// |
208 |
ostatus = F77err; |
ostatus = F77err; |
209 |
|
|