Changeset 9426 for trunk/MagicSoft/Mars
- Timestamp:
- 04/16/09 12:12:12 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9422 r9426 51 51 - extrpolated to 900nm 52 52 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 53 91 54 92 -
trunk/MagicSoft/Mars/ceres.rc
r9420 r9426 150 150 # ------------------------------------------------------------------------- 151 151 # 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 156 155 157 156 # FIXME: With a class describing the cones we could give NSB as … … 197 196 IntendedPulsePos.Val: 40 198 197 198 PulseShape.Function.Name: exp(-(x/2)^2/2) 199 199 200 200 # ------------------------------------------------------------------------- … … 239 239 # ------------------------------------------------------------------------- 240 240 #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.