Changeset 8325 for trunk


Ignore:
Timestamp:
02/16/07 09:28:56 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8323 r8325  
    1919                                                 -*-*- END OF LINE -*-*-
    2020
     21 2007/02/16 Thomas Bretz
     22
     23   * macros/starvisyear.C:
     24     - changed default observator to magic
     25     - fixed some typos in comments
     26
     27   * mastro/MAstro.[h,cc]:
     28     - added a new function to estimate the time of culmination
     29     - fixed the conversion factors RadToHor and HorToRad (wrong by 15/24)
     30
     31   * mastro/MObservatory.cc:
     32     - fixed the Print() output
     33
     34   * mbase/MMath.h:
     35     - removed conversion factor to and from Hours
     36
     37   * mjobs/MSequence.cc:
     38     - added a / behind the date (for the output in case of failure)
     39
     40   * mmc/MMcFadcHeader.[hxx,cxx]:
     41     - added fElecNoiseName for compatibility with camera program
     42     - increased ClassVersion by 1
     43
     44
     45
    2146 2007/02/15 Thomas Bretz
    2247
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcFadcHeader.cxx

    r7436 r8325  
    5252// Version 7:
    5353//   Derived class from MCamEvent
     54//
     55// Version 9:
     56//   Added member fElecNoiseFileName
    5457//
    5558//////////////////////////////////////////////////////////////////////////////
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcFadcHeader.hxx

    r7880 r8325  
    5454                                           //  each pixel (channel)
    5555  Float_t fLow2HighGain;    // low gain factor
     56
     57  TString fElecNoiseFileName;
     58  // Name of the file from which the electronic noise used in the
     59  // simulation has been read in, if the input card option "fadc_noise_from_file"
     60  // of the camera simulation has been chosen.
    5661
    5762  Bool_t  fGainFluctuations;
     
    128133  void   DrawPixelContent(Int_t num) const { }
    129134
    130   ClassDef(MMcFadcHeader, 8)  //Stores Montecarlo Information describing the FADC behaviour
     135  ClassDef(MMcFadcHeader, 9)  //Stores Montecarlo Information describing the FADC behaviour
    131136};
    132137
Note: See TracChangeset for help on using the changeset viewer.