Changeset 9520 for trunk


Ignore:
Timestamp:
10/26/09 15:24:53 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9511 r9520  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2009/10/26 Thomas Bretz
     22
     23   * Makefile:
     24     - moved definition of OSTYPE to Makefile.conf.general
     25     - removed mreflector
     26
     27   * Makefile.conf.general:
     28     - added definition of OSTYPE
     29
     30   * callisto.cc:
     31     - added option for test mode
     32
     33   * ceres.rc:
     34     - fixed a typo
     35     - added a line for the cone transmission
     36
     37   * condor/program.submit:
     38     - Out shell be Output
     39     - Log is now set automatically by condor
     40
     41   * mastro/MAstroCatalog.cc:
     42     - added a trailing / to the default path
     43
     44   * mbase/MAGIC.cc:
     45     - added a warning when using root versions which contain a projection
     46        bug which doesn't allow to reuse plotted histograms as expected
     47
     48   * mbase/MEnv.h:
     49     - added a default to GetValue
     50
     51   * mbase/MLut.cc:
     52     - added a validity check for the line data
     53
     54   * mbase/MParSpline.[h,cc]:
     55     - added RecursiveRemove
     56     - added destructor
     57
     58   * mbase/MSpline3.[h,cc]:
     59     - renamed overloaded Integral to avoid confusions in the interpreter
     60
     61   * mcalib/MCalibrationChargeCalc.cc:
     62     - tiny cosmetics (a/=b instead of a=a/b)
     63
     64   * mcorsika/MCorsikaRead.h, mdata/MDataMember.h,
     65     mhbase/MFillH.h, msim/MSimMMCS.h:
     66     - excluded pointers from I/O, this causes some (the last) event
     67       to be stored, which could be quite large
     68
     69   * mfilter/MFSoftwareTrigger.cc:
     70     - added some informal output to the log-stream
     71
     72   * mhbase/MH3.cc:
     73     - added a sanity if when deleting fHist
     74
     75   * mhbase/MHn.[h,cc]:
     76     - added RecursiveRemove
     77
     78   * mhist/MHCamEvent.cc:
     79     - check for fSum in RecursiveRemove
     80
     81   * mjobs/MJCalibration.cc:
     82     - write commandline to output
     83
     84   * mpointing/MPointingDevCalc.cc:
     85     - added new pointing informations
     86
     87   * msimcamera/MSimAPD.cc:
     88     - added the 3600 cell APD type
     89
     90   * msimcamera/MSimBundlePhotons.cc:
     91     - improved a comment
     92
     93   * msimcamera/MSimExcessNoise.[h,cc]:
     94     - changed size of excess noise to be variable
     95
     96   * msimcamera/MSimTrigger.cc:
     97     - print some information if electronics is "switched off"
     98
     99   * msimreflector/MReflector.cc:
     100     - improved a comment
     101
     102   * mbase/MStatusArray.[h,cc]:
     103     - tried to improved stability by a completely self made deletion
     104       scheme for the canvases
     105
     106   * mgeom/MGeomPix.h:
     107     - replaced tan(60)/2 by sin(60)
     108
     109   * mjobs/MJCalibrateSignal.[h,cc]:
     110     - added test mode to allow calibration of calibration files
     111
     112   * Makefile, */Makefile:
     113     - brought includes in the correct order
     114
     115   * msimcamera/MSimRandomPhotons.cc:
     116     - added the Cone transmission
     117     - added a lot of comments
     118
     119
    20120
    21121 2009/09/11 Daniela Dorner
  • trunk/MagicSoft/Mars/Makefile

    r9518 r9520  
    5959          melectronics \
    6060          msim \
    61           mreflector \
    6261          msimreflector \
    6362          msimcamera \
  • trunk/MagicSoft/Mars/NEWS

    r9511 r9520  
    2222   * the environment variable OSTYPE should now be obsolete. Instead
    2323     the output of "uname -s" converted to lower cases is used
     24
     25   * The Makefiles should now detect the OSTYPE automatically using
     26     uname. This should make the setting of OSTYPE obsolete
    2427
    2528 ;showplot:
     
    654657    * added a new tab "CalPos" showing the arrival time of extracted
    655658      interleaved calibration events
     659
     660    * Using the new --test switch you can now calibrate the calibration
     661      file
    656662
    657663 ;star
  • trunk/MagicSoft/Mars/mhbase/MFillH.h

    r8961 r9520  
    2323
    2424private:
    25     MParContainer *fParContainer; // Pointer to the data container storing
     25    MParContainer *fParContainer; //! Pointer to the data container storing
    2626    TString fParContainerName;    // Name to a data container
    2727
     
    3131    TString fTitleTab;
    3232
    33     MParameterD *fWeight;         // Pointer to the container storing a weight
     33    MParameterD *fWeight;         //! Pointer to the container storing a weight
    3434    TString fWeightName;          // Name of a container storing a weight
    3535
  • trunk/MagicSoft/Mars/msimreflector/Makefile

    r9237 r9520  
    66#
    77##################################################################
     8include ../Makefile.conf.general
    89include ../Makefile.conf.$(OSTYPE)
    9 include ../Makefile.conf.general
    1010
    1111#------------------------------------------------------------------------------
  • trunk/MagicSoft/Mars/mtools/Makefile

    r8087 r9520  
    66#
    77##################################################################
     8include ../Makefile.conf.general
    89include ../Makefile.conf.$(OSTYPE)
    9 include ../Makefile.conf.general
    1010
    1111#------------------------------------------------------------------------------
     
    2929           MSimulatedAnnealing.cc \
    3030           MFFT.cc \
    31            MCubicCoeff.cc \
     31           MCubicCoeff.cc \
    3232           MCubicSpline.cc \
    3333           MagicReversi.cc \
     
    3838           MagicCivilization.cc \
    3939           MineSweeper.cc \
    40            MRolke.cc
     40           MRolke.cc
    4141
    4242############################################################
Note: See TracChangeset for help on using the changeset viewer.