/[PAMELA software]/DarthVader/RunInfo/src/RunInfo.cpp
ViewVC logotype

Diff of /DarthVader/RunInfo/src/RunInfo.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by mocchiut, Tue Jul 18 10:58:52 2006 UTC revision 1.6 by pam-fi, Fri Jul 21 11:00:13 2006 UTC
# Line 30  SoftInfo::SoftInfo() { Line 30  SoftInfo::SoftInfo() {
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;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.23