Changeset 9426 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
04/16/09 12:12:12 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9422 r9426  
    5151     - extrpolated to 900nm
    5252
     53   * msimcamera/MSimReadout.cc:
     54     - small improvement to sanity check to allow having less channels
     55       than pixels
     56
     57   * mreport/MReport.cc:
     58     - added once more a fix for a wrong Arehucas version
     59
     60   * mbase/MSpline3.[h,cc]:
     61     - added functions to return the analytical integral
     62       of the spline
     63
     64   * mjobs/MJSimulation.[h,cc]:
     65     - replaced the 2D histogram with the impact on ground with
     66       a 1D histogram with the impact perpendicular to Alt/Az
     67     - Use a MParSline instead of MPulseShape
     68     - Use MParSplines as input for MSimAbsorption
     69     - increased the number of bins for the threshold histogram
     70     - adapted BinningImpact
     71     - added another histogram for the event distribution after cleaning
     72     - changed the default number of the NSB to fit the new input
     73       definition
     74     - added histogram for MNewImagePar
     75     - added tab "Info2"
     76
     77   * msim/MSimAbsorption.[h,cc]:
     78     - moved the spline code to MParSpline
     79     - use MParSpline as new input
     80
     81   * msimcamera/MSimCalibrationSignal.[h,cc], msimcamera/MSimCamera.[h,cc],
     82     msimcamera/MSimGeomCam.[h,cc]:
     83     - replaces MPulseShape by MParSpline
     84
     85   * msimcamera/MSimRandomPhotons.[h,cc]:
     86     - scale NSB rates like it is done in Eckart's paper
     87     - write rates to an output container
     88
     89  * ceres.rc:
     90    - adapted
    5391
    5492
  • trunk/MagicSoft/Mars/ceres.rc

    r9420 r9426  
    150150# -------------------------------------------------------------------------
    151151# Dark Counts per APD: ~4MHz
    152 MSimRandomPhotons.FrequencyFixed: 0.004
    153 # NSB photon rate per cm^2 ~40MHz (folded with the cones' angular
    154 # acceptance and the wavelength acceptance of the camera (window, apd, etc)
    155 MSimRandomPhotons.FrequencyNSB:   0.040
     152#MSimRandomPhotons.FrequencyFixed: 0.004
     153# NSB photon rate [ph/m^2/nm/sr/ns]
     154#MSimRandomPhotons.FrequencyNSB:   5.8
    156155
    157156# FIXME: With a class describing the cones we could give NSB as
     
    197196IntendedPulsePos.Val: 40
    198197
     198PulseShape.Function.Name: exp(-(x/2)^2/2)
    199199
    200200# -------------------------------------------------------------------------
     
    239239# -------------------------------------------------------------------------
    240240#Cut.Inverted: Yes
    241 #Cut.Condition: MNewImagePar.fNumUsedPixels>4 && MHillas.fSize>30
     241#Cut.Condition: MHillas.fSize>10
     242
     243#MSimTrigger.SimulateElectronics: Off
Note: See TracChangeset for help on using the changeset viewer.