357 |
// |
// |
358 |
return 0; |
return 0; |
359 |
}; |
}; |
360 |
// |
|
361 |
|
|
362 |
|
/** |
363 |
|
* Fills a struct cGLRun with values from a GLRun object (to put data into a F77 common). |
364 |
|
*/ |
365 |
|
|
366 |
|
void GL_RUN::GetLevel2Struct(cGLRun *l2) const{ |
367 |
|
l2->id = ID; |
368 |
|
l2->id_reg_run = ID_REG_RUN; |
369 |
|
l2->id_reg_run_l2 = ID_REG_RUN_L2; |
370 |
|
l2->runheader_time = RUNHEADER_TIME; |
371 |
|
l2->runtrailer_time = RUNTRAILER_TIME; |
372 |
|
l2->ev_reg_phys_from = EV_REG_PHYS_FROM; |
373 |
|
l2->ev_reg_phys_to = EV_REG_PHYS_TO; |
374 |
|
l2->ev_reg_runheader = EV_REG_RUNHEADER; |
375 |
|
l2->ev_reg_runtrailer = EV_REG_RUNTRAILER; |
376 |
|
l2->trk_calib_used = TRK_CALIB_USED; |
377 |
|
l2->eff_wrk_schedule = EFF_WRK_SCHEDULE; |
378 |
|
l2->prh_var_trg_mode_a = PRH_VAR_TRG_MODE_A; |
379 |
|
l2->prh_var_trg_mode_b = PRH_VAR_TRG_MODE_B; |
380 |
|
l2->acq_build_info = ACQ_BUILD_INFO; |
381 |
|
l2->acq_var_info = ACQ_VAR_INFO; |
382 |
|
} |
383 |
|
|
384 |
|
|
385 |
ClassImp(GL_TRK_CALIB); |
ClassImp(GL_TRK_CALIB); |
386 |
ClassImp(GL_RUN); |
ClassImp(GL_RUN); |
387 |
ClassImp(GL_ROOT); |
ClassImp(GL_ROOT); |