source: trunk/MagicSoft/Mars/Changelog@ 9284

Last change on this file since 9284 was 9284, checked in by tbretz, 16 years ago
*** empty log message ***
File size: 8.0 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 2009/01/30 Thomas Bretz
22
23 * datacenter/macros/fillcmt.C:
24 - added
25
26 * datacenter/macros/plotstat.C:
27 - extended loop to show all periods again
28
29
30
31 2009/01/29 Thomas Bretz
32
33 * melectronics/MPulseShape.cc:
34 - changed spline range from -25/25 to -8/8
35
36 * mhflux/MAlphaFitter.cc, mhflux/MHAlpha.cc, mhflux/MHDisp.cc:
37 - for sanity (thread safety) replaced Form by MString::Format
38
39 * mhflux/MHDisp.cc:
40 - initialize fHalf as suggested by valgrind
41
42 * datacenter/macros/plotdb.C:
43 - updated comments
44
45 * resources/calibration_spline.rc:
46 - updated
47
48
49
50 2009/01/27 Thomas Bretz
51
52 * macros/rootlogon.C:
53 - added new subdirectories
54
55 * melectronics/MAnalogSignal.[h,cc]:
56 - added the posssibility to add a pulse from a TF1
57 - removed the printout if out of range
58 - returns whether the range had to be adapted
59 - changed the Discriminate function to allow for giving a start
60 and end time of the search
61 - imporved the fining of the falling and rising edge
62 - removed the printout in Discriminate
63
64 * msimcamera/MSimCamera.[h,cc]:
65 - moved the pulse shape specific code into a new class MPulseShape
66 - Fixed the range of the digitization
67
68 * melectronics/MPulseShape.[h,cc]:
69 - added
70
71 * melectronics/Makefile, melectronics/ElectronicsLinkDef.h:
72 - added MPulseShape
73
74 * msimcamera/MSimGeomCam.[h,cc]:
75 - Fixed the time window for random photons (Maybe move to a later
76 step in the analysis?)
77
78 * msimcamera/MSimReadout.cc:
79 - call SetReadyToSave for the run-header
80 - added some debug output in case of failure
81
82 * msimcamera/MSimSignalCam.[h,cc]:
83 - subtract the trigger position of any
84
85 * msimcamera/MSimTrigger.cc:
86 - some changes to the debug output
87
88 * mjobs/MJSimulation.[h,cc]:
89 - added
90
91 * mjobs/Makefile, mjobs/JobsLinkDef.h:
92 - added MJSimulation
93
94 * ceres.cc, showlog.cc, callisto.cc, star.cc, ganymed.cc, sponde.cc:
95 - added parenthesis suggested by compiler
96
97 * mbase/MParEnv.cc:
98 - included TClass for newwer root versions
99
100 * msimreflector/MReflector.cc:
101 - fixed return if read file was not existing
102
103 * msimrelfector/MSimReflector.cc:
104 - added sanity check if reflector is valid
105
106 * datacenter/macros/insertdataset.C:
107 - added fPriority
108
109 * datacenter/macros/plotoptical.C:
110 - write a root-file as the other plot-macros do
111
112 * mreflector/MHReflector.cc:
113 - added some SetDirectory(NULL), although this class is a candidate
114 for removal
115
116 * mjobs/MJCut.cc, mjobs/MJCalibrateSignal.cc:
117 - make the CheckEnv fail if kFALSE is returned
118
119
120
121 2009/01/26 Thomas Bretz
122
123 * Makefile:
124 - added mcorsika, msim, msimreflector, msimcamera and
125 msimelectronics
126 - added readcorsika
127
128 * mbase/Makefile, mbase/BaseLinkDef.h:
129 - added MParEnv
130
131 * mbase/MParEnv.[h,cc]:
132 - added
133
134 * mbase/MParameters.[h,cc]:
135 - added ReadEnv to all classes
136
137 * mbase/MParList.cc:
138 - return the container within MParEnv if MParEnv found
139
140 * mbase/MParContainer.cc:
141 - fixed a typo
142
143 * manalysis/MEventRateCalc.cc:
144 - added a comment
145
146 * melectronics/MAnalogChannels.[h,cc]:
147 - made the GetNum* unsigned
148 - added new member functions to just initialize one size
149
150 * mraw/MRawRunHeader.[h,cc]:
151 - added a possibility to just init the number of pixels
152
153 * msimcamera/MSimReadout.[h,cc]:
154 - get the number of output channels from the camera geometry
155 - initialize the runheader in ReInit
156 - initialize the data arrays from the run-header in reinit
157
158 * mimage/MHHillas.cc:
159 - the default binning is not scales by 0.9 anymore
160
161 * mmc/MMcEvtBasic.h:
162 - added new type "artificial"
163
164 * mraw/MRawRunHeader.cc:
165 - set header size in constructor to 0
166
167 * msimcamera/MSimCalibrationSignal.[h,cc]:
168 - we need fEvt and fTrigger always
169 - renamed ReInit to CallReInit
170 - set photon primary type
171 - set number of photons from 50 to 5
172
173 * msimcamera/MSimRandomPhotons.cc:
174 - explicitly set weight to 1
175
176 * mjobs/Makefile:
177 - added msim, msimreflector, msimcamera and mcorsika
178
179
180
181 2009/01/25 Thomas Bretz
182
183 * mbase/Makefile, mbase/BaseLinkDef.h:
184 - added MLut
185
186 * mbase/MLut.[h,cc]:
187 - added
188
189 * msimcamera/MSimCamera.[h,cc], msimcamera/MSimTrigger.[h,cc],
190 msimcamera/MSimRadout.[h,cc], msimcamera/SimCameraLinkDef.h,
191 msimcamera/Makefile, msimcamera/MSimCalibrationSignal.[h,cc],
192 msimcamera/SimCameraIncl,h:
193 - added
194
195 * mjobs/MJob.cc:
196 - included TClass for newer root versions
197
198 * mreflector/MRflEvtData.cc:
199 - repaced a use of MHexagon by a direct use of MGeomCam
200
201 * melectronics/MAvalanchePhotoDiode.[h,cc]:
202 - added some getters
203 - remobved some obsolete comment
204 - set entries to 1 by default
205
206 * mgeom/MGeomCam.[h,cc]:
207 - split the Get[Max,Min]Radius into two member functions
208 - added the HitDetector based on the maximum radius calculated
209
210 * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
211 - removed overloading of the new HitDetector
212
213 * mgeom/MGeomPix.[h,cc]:
214 - reset fUserBits in constructor according to a suggestion by valgrind
215 - added GetT member function
216
217 * mjobs/MJSpectrum.cc:
218 - replaced some Form calls for sanity by MString::Format
219 - check the result of CheckEnv
220
221 * mjobs/MJStar.cc:
222 - check the result of CheckEnv
223
224 * mjobs/MJob.cc:
225 - fixed a typo in the name for the seed value resource
226
227 * mraw/MRawRunHeader.h:
228 - added a getter for run type point run
229
230 * msignal/MSignalCalc.cc:
231 - don't execute Process at all if fPedestal==NULL
232
233 * msignal/MSignalCam.cc:
234 - aded case 10 and 11 to GetPixelContent
235
236 * msim/MHPhotonEvent.cc:
237 - replaced case 4 by using the traversal distance in the 0-pixel
238
239 * msimcamera/MSimSignalCam.cc:
240 - set pixel only to used if contents>0
241
242 * msimcamera/MSimTrigger.[h,cc]:
243 - added ReadEnv for setup from a resource file
244 - compress the trigger list after deleting slots
245 - initialize descriminator threshold with -1
246 - check for the validity of the discr. th in PreProcess
247
248 * msimreflector/MReflector.[h,cc]:
249 - store file name in title
250 - added ReadEnv for setup from a resource file
251
252 * msimreflector/MSimReflector.[h,cc]:
253 - changed copyright notice
254 - added fDetectorMargin
255
256
257
258
259 2009/01/24 Thomas Bretz
260
261 * mbase/MMath.cc:
262 - added two explicit conversion to make it compile on my Ubuntu
263 - Replaced some Form by MString::Format
264 - included MString
265
266
267
268 2009/01/23 Daniela Dorner
269
270 * datacenter/db/showplots-ds.php, datacenter/db/tabs.php,
271 datacenter/db/plot.php:
272 - adapted path to new web file structure
273
274 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php:
275 - added option to group by date (year, month, night): pulldown in
276 menu and adapted query
277
278 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php
279 datacenter/db/datasetinfo-aio.php:
280 - enabled possibility to combine all group-bys
281
282 * datacenter/db/datasetinfo-aio.php:
283 - enhances information printed in table in case of group-by
284
285 * datacenter/db/include.php:
286 - adapted pulldown of status-group-by
287
288 * datacenter/db/menu.php:
289 - added pulldown for sumtrigger-flag to sequinfo-menu
290 - added function to print pulldown for group-by date
291
292
293
294 2009/01/23 Thomas Bretz
295
296 * mcorsika/MCorsikaEvtHeader.[h,cc], msim/MPhotonData.[h,cc],
297 msimcamera/MSimExcessNoise.cc, msimreflector/MMirrorDisk.cc,
298 msimreflector/MMirrorHex.cc, msimreflector/MMirrorSquare.[h,cc],
299 msimreflector/MReflector.cc, msimreflector/MSimReflector.cc,
300
Note: See TracBrowser for help on using the repository browser.