Ignore:
Timestamp:
01/27/09 10:40:55 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9267 r9274  
    1919                                                 -*-*- END OF LINE -*-*-
    2020
     21 2009/01/27 Thomas Bretz
     22
     23  * macros/rootlogon.C:
     24     - added new subdirectories
     25
     26   * melectronics/MAnalogSignal.[h,cc]:
     27     - added the posssibility to add a pulse from a TF1
     28     - removed the printout if out of range
     29     - returns whether the range had to be adapted
     30     - changed the Discriminate function to allow for giving a start
     31       and end time of the search
     32     - imporved the fining of the falling and rising edge
     33     - removed the printout in Discriminate
     34
     35   * msimcamera/MSimCamera.[h,cc]:
     36     - moved the pulse shape specific code into a new class MPulseShape
     37     - Fixed the range of the digitization
     38
     39   * melectronics/MPulseShape.[h,cc]:
     40     - added
     41
     42   * melectronics/Makefile, melectronics/ElectronicsLinkDef.h:
     43     - added MPulseShape
     44
     45   * msimcamera/MSimGeomCam.[h,cc]:
     46     - Fixed the time window for random photons (Maybe move to a later step
     47       in the analysis?)
     48
     49   * msimcamera/MSimReadout.cc:
     50     - call SetReadyToSave for the run-header
     51     - added some debug output in case of failure
     52
     53   * msimcamera/MSimSignalCam.[h,cc]:
     54     - subtract the trigger position of any
     55
     56   * msimcamera/MSimTrigger.cc:
     57     - some changes to the debug output
     58
     59
     60
    2161 2009/01/26 Thomas Bretz
    2262
     
    2565       msimelectronics
    2666     - added readcorsika
     67
     68   * mbase/Makefile, mbase/BaseLinkDef.h:
     69     - added MParEnv
     70
     71   * mbase/MParEnv.[h,cc]:
     72     - added
     73
     74   * mbase/MParameters.[h,cc]:
     75     - added ReadEnv to all classes
     76
     77   * mbase/MParList.cc:
     78     - return the container within MParEnv if MParEnv found
     79
     80   * mbase/MParContainer.cc:
     81     - fixed a typo
     82
     83   * manalysis/MEventRateCalc.cc:
     84     - added a comment
     85
     86   * melectronics/MAnalogChannels.[h,cc]:
     87     - made the GetNum* unsigned
     88     - added new member functions to just initialize one size
     89
     90   * mraw/MRawRunHeader.[h,cc]:
     91     - added a possibility to just init the number of pixels
     92
     93   * msimcamera/MSimReadout.[h,cc]:
     94     - get the number of output channels from the camera geometry
     95     - initialize the runheader in ReInit
     96     - initialize the data arrays from the run-header in reinit
     97
     98   * mimage/MHHillas.cc:
     99     - the default binning is not scales by 0.9 anymore
     100
     101   * mmc/MMcEvtBasic.h:
     102     - added new type "artificial"
     103
     104   * mraw/MRawRunHeader.cc:
     105     - set header size in constructor to 0
     106
     107   * msimcamera/MSimCalibrationSignal.[h,cc]:
     108     - we need fEvt and fTrigger always
     109     - renamed ReInit to CallReInit
     110     - set photon primary type
     111     - set number of photons from 50 to 5
     112
     113   * msimcamera/MSimRandomPhotons.cc:
     114     - explicitly set weight to 1
     115
     116   * mjobs/Makefile:
     117     - added msim, msimreflector, msimcamera and mcorsika
    27118
    28119
Note: See TracChangeset for help on using the changeset viewer.