Changeset 9608 for trunk


Ignore:
Timestamp:
07/05/10 16:43:43 (14 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9607 r9608  
    2727     - added the missing file number to teh MC file names
    2828
     29   * msimcamera/MSimCalibrationSignal.h:
     30     - changed virtual file name from 000000 to 000001 to force file
     31       number to be 1.
     32
    2933
    3034
  • trunk/MagicSoft/Mars/msimcamera/MSimCalibrationSignal.h

    r9425 r9608  
    5252
    5353    UInt_t  GetEntries() { return fNumEvents; }
    54     TString GetFullFileName() const { return "cer000000"; }
     54    TString GetFullFileName() const { return "cer000001"; }
    5555    //virtual Bool_t  Rewind();
    5656
Note: See TracChangeset for help on using the changeset viewer.