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 |
192 |
void TrkProcess::ProcessEvent(TrkLevel0 *l0_event){ |
void TrkProcess::ProcessEvent(TrkLevel0 *l0_event){ |
193 |
|
|
194 |
// fill Level0 common from Level0 object |
// fill Level0 common from Level0 object |
195 |
l0_event->GetCommonVar(&level0event_); |
// l0_event->GetCommonVar(&level0event_); |
196 |
|
l0_event->GetLevel0Struct(); |
197 |
// process the event Level0->Level1->Level2 |
// process the event Level0->Level1->Level2 |
198 |
int F77err = 0; |
int F77err = 0; |
199 |
// |
// |
200 |
reductionflight_(&F77err); |
reductionflight_(&F77err); |
201 |
if(F77err < 0)throw F77err; |
if(F77err < 0)throw F77err; |
202 |
// |
// |
203 |
if(get2) analysisflight_(); |
// int pfa=0; //<<< ETA |
204 |
|
// int pfa=14;//<<< COG4 |
205 |
|
// if(get2) analysisflight_(&pfa); |
206 |
|
if(get2) analysisflight_(); |
207 |
// |
// |
208 |
ostatus = F77err; |
ostatus = F77err; |
209 |
|
|