source: trunk/Mars/Changelog@ 10235

Last change on this file since 10235 was 10235, checked in by tbretz, 14 years ago
File size: 4.6 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/03/10 Thomas Bretz
22
23 * mhbase/MH3.[h,cc]:
24 - increased forgotten class version number from 6 to 7
25
26
27
28 2011/03/03 Reiner Rohlfs
29
30 * mcorsika/MCorsikaFormat.[h,cc]:
31 - accept an "EVTH" only after an "EVTE" and after a "RUNH"
32
33 * mcorsika/MCorsikaRead.cc:
34 - parameter change in function MCorsikaFormat::NextBlock()
35 from "Bool_t subBlock" to "Int_t readState".
36
37
38
39 2011/02/21 Reiner Rohlfs
40
41 * mcorsika/MCorsikaRead.[h,cc]:
42 - Remove debug output and not used code
43
44
45
46 2011/02/21 Daniela Dorner
47
48 * mcalib/MCalibrateData.cc mcalib/MCalibrationBlindPix.cc
49 mcalib/MCalibrationChargeCam.cc mcalib/MCalibrationChargeCalc.cc
50 mcalib/MCalibrationIntensityChargeCam.cc mimage/MNewImagePar2.cc
51 mhcalib/MHCalibrationPulseTimeCam.cc mhcalib/MHCalibrationChargeCam.cc
52 mhcalib/MHCalibrationHiLoCam.cc manalysis/MMcTriggerLvl2.cc
53 mfilter/MFCosmics.cc mhflux/MHFalseSource.cc mhflux/MHThetaSqN.cc
54 mastro/MAstroCamera.cc mmuon/MHSingleMuon.cc
55 mpedestal/MPedestalSubtractedEvt.cc mpedestal/MPedCalcFromLoGain.cc
56 mpedestal/MPedCalcPedRun.cc mpedestal/MExtractPedestal.cc
57 mpedestal/MPedestalSubtract.cc mpedestal/MHPedestalCor.cc
58 mhist/MHCamera.cc msignal/MExtractTimeAndCharge.cc
59 msignal/MExtractTime.cc msignal/MExtractTimeAndChargeDigitalFilter.cc
60 msignal/MArrivalTimeCam.cc msignal/MExtractTimeAndChargeSpline.cc
61 mranforest/MHRanForestGini.cc mranforest/MRanForestCalc.cc
62 mranforest/MRanForest.cc mbase/MLog.cc mbase/MMath.cc
63 mbadpixels/MBadPixelsCam.cc mbadpixels/MBadPixelsTreat.cc
64 mhvstime/MHSectorVsTime.cc mfbase/MFEventSelector2.cc
65 mhbase/MBinning.cc mhbase/MH.cc mgui/MHexagon.cc msql/MSQLServer.cc:
66 - removed the old obsolete cvs header line
67
68 * msimcamera/MSimCamera.cc, msimcamera/MSimSignalCam.cc,
69 msim/MHPhotonEvent.cc msim/MPhotonEvent.cc:
70 - treat kArtificial in addition to kNightSky
71
72
73
74 2011/02/10 Daniela Dorner
75
76 * resmc/:
77 - uncommented line of 950nm to take into account the changes of the
78 range of the transmission curve
79
80
81
82 2011/02/09 Reiner Rohlfs
83
84 * mcorsika/MCorsikaFormat.cc:
85 - replace the selection of the blockType from a string comparison
86 to a switch - statement.
87
88 * mcorsika/MCorsikaRead.[h,cc]:
89 - Redesign of the Process() - method: Read after the processing of
90 one block the header of the next block to be able do decide to
91 process the next block in the same the same call or to return
92 from the method.
93
94
95
96 2011/01/24 Thomas Bretz
97
98 * melectronics/MAvalanchePhotoDiode.h:
99 - shifted the Afterpulse class behind the APD class to make it
100 compile
101
102
103
104 2011/01/07 Thomas Bretz
105
106 * msimcamera/MSimAPD.[h,cc]:
107 - added setting of the afterpulse probabilities
108 - handle afterpulses in processing
109
110 * melectronics/MAvalanchePhotoDiode.[h,cc]:
111 - restructured header file
112 - added treatment of afterpulses in HitCellImp
113 - added time constants and afterpulse probability
114 data memebers
115 - added TSortedList to hold the afterpulses
116 - added afterpulses to calculation of relaxation time
117 - added call to Relax to Init
118 - added treatment of afterpulses to FillEmpty, FillRandom and
119 Evolve
120 - added member functions to process the afterpulses
121
122
123
124 2011/01/06 Thomas Bretz
125
126 * mimage/MNewImagePar2.cc:
127 - use GetL() instead of GetT() for fBorderLinePixel
128
129 * mgeom/MGeomRectangle.h:
130 - added GetL member-function
131
132 * mgeom/MGeomPix.h:
133 - fixed the comment of GetT
134
135 * mgeom/MGeom.h:
136 - added abstract function GetL
137
138 * mgeom/MGeomRectangle.cc:
139 - fixed the comment for GetT
140 - added GetL
141
142 * mgeom/MGeomCamDwarf.cc:
143 - use the HitFrame from the base class with a slightly
144 increased radius (no change in behaviour)
145
146 * mgeom/MGeomCam.[h,cc]:
147 - added HitFrame
148
149 * msimreflector/MSimReflector.[h,cc]:
150 - implemented the possibility to overwrite the absorbing
151 size of the detector
152 - added fDetectorFrame
153
154 * mpointing/MPointingDevCalc.cc:
155 - updated comments
156
157 * msimcamera/MSimRandomPhotons.cc:
158 - fixed a mistake in the log-output
Note: See TracBrowser for help on using the repository browser.