Changeset 2316


Ignore:
Timestamp:
08/26/03 09:31:56 (21 years ago)
Author:
rwagner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2314 r2316  
    11                                                 -*-*- END OF LINE -*-*-
     2
     3
     4 2003/08/26: Robert Wagner
     5
     6    * mraw/MRawRunHeader.h
     7      - Added Setter for MJD
     8
     9    * mfileio/MCT1ReadPreProc.cc
     10      - Fill MJD from Preproc run header in fRawRunHeader
     11
     12
    213
    314 2003/08/22: Wolfgang Wittek
     
    617      - change selection of theta bin in 'CalcEfficiency()'
    718        (to be mored flexible in choosing the theta binnning)
    8 
    919
    1020
  • trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc

    r2296 r2316  
    333333    *fLog << (outpars.irunduration_secs/60)%60 << "m";
    334334    *fLog << outpars.irunduration_secs%60 << "s" << endl;
     335    fRawRunHeader->SetMJD(outpars.istart_mjdate_day);
     336    fRawRunHeader->SetReadyToSave();
    335337
    336338    /*
  • trunk/MagicSoft/Mars/mraw/MRawRunHeader.h

    r2200 r2316  
    7373    void SetNumCrates(UShort_t a)    {fNumCrates=a; }
    7474    void SetNumPixInCrate(UShort_t a){fNumPixInCrate=a; }
     75    void SetMJD(Float_t a)  {fMJD=a; }
    7576
    7677    UShort_t GetMagicNumber() const       { return fMagicNumber; }
Note: See TracChangeset for help on using the changeset viewer.