source: trunk/Mars/Changelog@ 10168

Last change on this file since 10168 was 10168, checked in by tbretz, 14 years ago
File size: 4.1 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4For your entries please follow EXACTLY this style:
5
6_yyyy/mm/dd_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20
21 2011/02/21 Daniela Dorner
22
23 * mcalib/MCalibrateData.cc mcalib/MCalibrationBlindPix.cc
24 mcalib/MCalibrationChargeCam.cc mcalib/MCalibrationChargeCalc.cc
25 mcalib/MCalibrationIntensityChargeCam.cc mimage/MNewImagePar2.cc
26 mhcalib/MHCalibrationPulseTimeCam.cc mhcalib/MHCalibrationChargeCam.cc
27 mhcalib/MHCalibrationHiLoCam.cc manalysis/MMcTriggerLvl2.cc
28 mfilter/MFCosmics.cc mhflux/MHFalseSource.cc mhflux/MHThetaSqN.cc
29 mastro/MAstroCamera.cc mmuon/MHSingleMuon.cc
30 mpedestal/MPedestalSubtractedEvt.cc mpedestal/MPedCalcFromLoGain.cc
31 mpedestal/MPedCalcPedRun.cc mpedestal/MExtractPedestal.cc
32 mpedestal/MPedestalSubtract.cc mpedestal/MHPedestalCor.cc
33 mhist/MHCamera.cc msignal/MExtractTimeAndCharge.cc
34 msignal/MExtractTime.cc msignal/MExtractTimeAndChargeDigitalFilter.cc
35 msignal/MArrivalTimeCam.cc msignal/MExtractTimeAndChargeSpline.cc
36 mranforest/MHRanForestGini.cc mranforest/MRanForestCalc.cc
37 mranforest/MRanForest.cc mbase/MLog.cc mbase/MMath.cc
38 mbadpixels/MBadPixelsCam.cc mbadpixels/MBadPixelsTreat.cc
39 mhvstime/MHSectorVsTime.cc mfbase/MFEventSelector2.cc
40 mhbase/MBinning.cc mhbase/MH.cc mgui/MHexagon.cc msql/MSQLServer.cc:
41 - removed the old obsolete cvs header line
42
43 * msimcamera/MSimCamera.cc, msimcamera/MSimSignalCam.cc,
44 msim/MHPhotonEvent.cc msim/MPhotonEvent.cc:
45 - treat kArtificial in addition to kNightSky
46
47
48
49 2011/02/10 Daniela Dorner
50
51 * resmc/:
52 - uncommented line of 950nm to take into account the changes of the
53 range of the transmission curve
54
55
56
57 2011/02/09 Reiner Rohlfs
58
59 * mcorsika/MCorsikaFormat.cc:
60 - replace the selection of the blockType from a string comparison
61 to a switch - statement.
62
63 * mcorsika/MCorsikaRead.[h,cc]:
64 - Redesign of the Process() - method: Read after the processing of
65 one block the header of the next block to be able do decide to
66 process the next block in the same the same call or to return
67 from the method.
68
69
70 2011/01/24 Thomas Bretz
71
72 * melectronics/MAvalanchePhotoDiode.h:
73 - shifted the Afterpulse class behind the APD class to make it
74 compile
75
76
77
78 2011/01/07 Thomas Bretz
79
80 * msimcamera/MSimAPD.[h,cc]:
81 - added setting of the afterpulse probabilities
82 - handle afterpulses in processing
83
84 * melectronics/MAvalanchePhotoDiode.[h,cc]:
85 - restructured header file
86 - added treatment of afterpulses in HitCellImp
87 - added time constants and afterpulse probability
88 data memebers
89 - added TSortedList to hold the afterpulses
90 - added afterpulses to calculation of relaxation time
91 - added call to Relax to Init
92 - added treatment of afterpulses to FillEmpty, FillRandom and
93 Evolve
94 - added member functions to process the afterpulses
95
96
97
98 2011/01/06 Thomas Bretz
99
100 * mimage/MNewImagePar2.cc:
101 - use GetL() instead of GetT() for fBorderLinePixel
102
103 * mgeom/MGeomRectangle.h:
104 - added GetL member-function
105
106 * mgeom/MGeomPix.h:
107 - fixed the comment of GetT
108
109 * mgeom/MGeom.h:
110 - added abstract function GetL
111
112 * mgeom/MGeomRectangle.cc:
113 - fixed the comment for GetT
114 - added GetL
115
116 * mgeom/MGeomCamDwarf.cc:
117 - use the HitFrame from the base class with a slightly
118 increased radius (no change in behaviour)
119
120 * mgeom/MGeomCam.[h,cc]:
121 - added HitFrame
122
123 * msimreflector/MSimReflector.[h,cc]:
124 - implemented the possibility to overwrite the absorbing
125 size of the detector
126 - added fDetectorFrame
127
128 * mpointing/MPointingDevCalc.cc:
129 - updated comments
130
131 * msimcamera/MSimRandomPhotons.cc:
132 - fixed a mistake in the log-output
Note: See TracBrowser for help on using the repository browser.