30 |
S4_ver = ""; |
S4_ver = ""; |
31 |
} |
} |
32 |
|
|
33 |
|
/** |
34 |
|
* Fills a struct cSoftInfo with values from a SoftInfo object (to put data into a F77 common). |
35 |
|
*/ |
36 |
|
void SoftInfo::GetLevel2Struct(cSoftInfo *l2) const{ |
37 |
|
l2->FillTrigWith(TRIG_ver); |
38 |
|
l2->FillTofWith(TOF_ver); |
39 |
|
l2->FillAcWith(AC_ver); |
40 |
|
l2->FillTrkWith(TRK_ver); |
41 |
|
l2->FillOrbWith(ORB_ver); |
42 |
|
l2->FillCalWith(CAL_ver); |
43 |
|
l2->FillNdWith(ND_ver); |
44 |
|
l2->FillS4With(S4_ver); |
45 |
|
} |
46 |
|
/***********************/ |
47 |
|
|
48 |
ItoRunInfo::ItoRunInfo() { |
ItoRunInfo::ItoRunInfo() { |
49 |
reprocessing = false; |
reprocessing = false; |
50 |
updating = false; |
updating = false; |