source: trunk/MagicSoft/Mars/Changelog@ 9235

Last change on this file since 9235 was 9235, checked in by tbretz, 17 years ago
*** empty log message ***
File size: 9.8 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/21 Thomas Bretz
22
23 * mbase/BaseLinkDef.h, mbase/Makefile:
24 - added MQuaternion
25
26 * mbase/MQuaternion.[h,cc]:
27 - added
28
29 * mbase/MArrayI.[h,cc]:
30 - added a few new functions (ReSort, Add, Find and AddUniq)
31
32 * mbase/MMath.cc:
33 - replaced delete by delete[] where appropriate
34
35 * mgeom/MGeomCam.h:
36 - added new virtual functions HitFrame and HitDetector
37 - included MQuaternion
38
39 * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
40 - added new functions HitFrame and HitDetector:
41
42 * msim/MHPhotonEvent.cc:
43 - removed the reference to MCamera
44
45 * mgeom/MGeomPix.[h,cc], mgui/MHexagon.[h,cc]:
46 - moved DistanceToPrimitive from MHexagon to MGeomPix
47 - moved the funtions to calculate overlapping areas
48 also, but they are still in a comment
49
50 * mgui/MHexagon.[h,cc]:
51 - started implementing a rotation angle
52 - added data meber fPhi
53 - increased class version number
54
55 * mhist/MHCamera.cc, mtools/MagicJam.cc:
56 - we don't have to use a MHexagon anymore caluclating
57 DistanceToPrimitive
58
59
60
61 2009/01/21 Stefan Ruegamer
62
63 * datacenter/scripts/read_lapalma-tapes:
64 - added check of the tape slot when exporting the tapes
65
66
67
68 2009/01/20 Thomas Bretz
69
70 * mjobs/MJob.h:
71 - added Esc member function
72
73 * msim/MPhotonData.[h,cc], msim/MPhotonEvent.[h,cc],
74 msim/MSimAbsorption.[h,cc], msim/MSimPointingPos.[h,cc],
75 MHPhotonEvent.[h,cc], msim/Makefile, msim/SimIncl.h
76 msim/SimLinkDef.h:
77 - added
78
79
80 2009/01/19 Thomas Bretz
81
82 * mfileio/MWriteRootFile.cc:
83 - simplified how the rules are evaluated using TPregexp
84 - by this the rules got more powerful
85
86 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
87 - changed ols style rule to new style
88
89
90
91 2009/01/18 Thomas Bretz
92
93 * mbase/BaseLinkDef.h, mbase/Makefile:
94 - added MSpline3
95
96 * mcorsika/MCorsikaEvtHeader.cc:
97 - some little cosmetics
98
99 * mcorsika/MCorsikaEvtHeader.h:
100 - added some missing getters
101
102 * mcorsika/MCorsikaRunHeader.cc:
103 - removed some obsolete comments
104 - reordered some comments
105
106 * mextralgo/MExtralgoSpline.h:
107 - changed default in GetIntegral from true to false
108
109 * mraw/MRawEvtHeader.h:
110 - added Setter for DAQEventNumber
111
112 * mraw/MRawRunHeader.cc:
113 - start pixel hardware indices with 1 not with 0
114
115
116
117 2009/01/17 Thomas Bretz
118
119 * mbase/MMath.[h,cc]:
120 - added a new function RndmExp which should be a tiny bit faster than
121 root's own implementation because it ises Rndm() instead of Uniform()
122
123 * mextralgo/ExtralgoIncl.h:
124 - added MArrayF
125
126 * mextralgo/MExtralgoSpline.[h,cc]:
127 - divided FindY into FindYup and FindYdn to avoid an obsolete if-clause
128 - added a new member function to return the integral function of the
129 spline. This is useful to init a new spline and use it for
130 producing the proper random distribution.
131
132 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
133 - added Print() function
134
135 * mraw/MRawEvtData.[h,cc]:
136 - added a member function to Reset the arrays
137 - added member function to set the pixel indices
138 - Improved the new Set function
139
140 * readcorsika.cc:
141 - added
142
143
144
145 2009/01/16 Daniel Hoehne-Moench
146
147 * datacenter/scripts/mcsequences:
148 - implemented sumtrigger -> modes, fTriggerFlagKEY
149 - fPriority(MCSequenceProcessStatus) is now filled into the mcdb
150
151 * datacenter/scripts/fillmccallisto, fillmcstar:
152 - bugfix: changed argument of $primaries from [$s+$s] to [$s]
153
154 * datacenter/macros/fillcamera.C:
155 - changed NumPheFromDNSB to float(7,3)
156 - fPriority(MCRunProcessStatus) is now filled into the mcdb
157
158 * datacenter/macros/fillmccalib.C:
159 - minor changes, bugfix (wrong column name for mcdb)
160
161 * datacenter/macros/fillmcsignal.C:
162 - definition of some parameters changed according to fillsignal.C
163 - minor changes, deleted unnecessary code
164 - implemented if clause for HiLo-Parameters. Instead of
165 seqno<200000 the fAmplFadcKEY is queried in the mcdb for each
166 sequence. For MUX MCs the HiLo-Parameters are not calculated.
167
168
169
170 2009/01/15 Thomas Bretz
171
172 * callisto.cc:
173 - cosmetics to output
174
175 * mcorsika/MCorsikaRunHeader.cc:
176 - cosmetics (removed a ;;)
177
178 * mhist/MHEvent.[h,cc]:
179 - ReInit to allow the change of the camera geoemtry in ReInit
180
181
182
183 2009/01/15 Stefan Ruegamer
184
185 * datacenter/scripts/dodatacheck:
186 - removed the _E in the find command; files from 2008/06/04 on do
187 not have it any more
188
189
190
191 2009/01/14 Daniel Hoehne-Moench
192
193 * datacenter/scripts/sourcefile:
194 - extended errorcoding on mc run process status
195
196 * datacenter/scripts/runmccallisto, runmcstar:
197 - deleted unnecessary lines, adapted to primary structure
198
199 * datacenter/macros/fillmcsignal.C, fillmccalib.C, fillmcstar.C:
200 - added
201
202 * datacenter/scripts/fillmccallisto, fillmcstar:
203 - added
204
205
206
207 2009/01/14 Thomas Bretz
208
209 * readraw.cc:
210 - check first whether the file exist before adding the extension
211
212 * mbase/MMath.[h,cc]:
213 - added function to Re-sort an array
214
215 * mfileio/MReadMarsFile.cc, mfileio/MWriteRootFile.cc:
216 - Improved output
217
218 * mfileio/MWriteRootFile.cc:
219 - fixed a problem which prevented to open more than one /dev/null
220 devices independantly
221
222 * mgeom/MGeomCam.cc:
223 - cosmetics
224
225 * mgeom/MGeomCamDwarf.h:
226 - fixed a typo in an ifdef
227
228 * mgeom/MGeomPix.[h,cc]:
229 - added funtion to return positon as TVector2
230 - slightly improved the algorithm to check IsInside
231 - fixed the conditional signs for the orientation of pixels
232 in GetDirection
233
234 * mmain/MEventDisplay.cc:
235 - Give different names to the MPedestalSubtract tasks
236 - fixed buttons
237 - call AddGeometryTags after ReInit to allow reading new geometries in
238 ReInit
239
240 * mmc/MMcEvtBasic.h:
241 - added a new primary type kNightSky
242
243 * mraw/MRawEvtPixelIter.h:
244 - replaced type of the number of bytes by UInt_t
245
246 * mraw/MRawRunHeader.h:
247 - allow to validate the magic-number from outside (for MCs)
248
249 * datacenter/scripts/runcorsika:
250 - added a lot of comments
251 - reordered values in input card
252 - switched off a lot of obsolete output
253 - changed the Magnetic field to a value corresponding to the location of
254 MAGIC at 2200m height valid for January 2009. (The old value never took
255 place there?!) The value was taken from www.noaa.gov/geomagmodels
256
257
258
259 2009/01/12 Daniel Hoehne-Moench
260
261 * datacenter/db/menu.php:
262 - bugfix: now the SumTriggerFlag is correctly displayed in the web
263 interface
264
265
266
267 2009/01/09 Daniel Hoehne-Moench
268
269 * datacenter/macros/fillcamera.C
270 - implemented new variables: zbinmin, zbinmax, number of
271 sumtriggers, sum trigger flag
272 - bugfix: for P and C runs the mirror fraction and the impact
273 parameter had unreasonable values (negative) which were filled
274 into the mcdb, now->0
275
276 * datacenter/scripts/fillcamera, mcsequences:
277 - implemented call of getdbsetup
278
279
280
281 2009/01/09 Stefan Ruegamer
282
283 * datacenter/scripts/buildsequenceentries
284 - corrected IFS argument
285
286
287
288 2009/01/08 Stefan Ruegamer
289
290 * datacenter/scripts/filesondisk
291 - added S and N runs
292
293
294
295 2009/01/07 Daniel Hoehne-Moench
296
297 * datacenter/macros/filldotrun.C:
298 - updated column counting numbers
299 - included a check for the number of columns in the runfiles
300
301 * datacenter/macros/buildsequenceentries.C:
302 - implemented SumTriggerFlagKEY for sequence building
303
304
305
306 2009/01/06 Thomas Bretz
307
308 * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h,
309 mbase/MArrayI.h, mbase/MArrayS.h:
310 - removed GetSize
311
312 * mbase/MArrayF.h:
313 - added Add()
314 - added AddClipped
315
316 * mbase/MMath.[h,cc]:
317 - implemented ReSort
318
319 * mcorsika/MCorsikaEvtHeader.cc:
320 - removed obsolete comments
321
322 * mcorsika/MCorsikaRead.cc:
323 - cosmetics
324
325 * mcorsika/MCorsikaRunHeader.[h,cc]:
326 - added comments about file contents
327 - added fWavelengthMin/Max
328
329 * mextralgo/MExtralgoSpline.[h,cc]:
330 - renamed SearchY to SearchYdn
331 - fixed a problem in SearchYup (must be ++i instead of i++)
332 (this is relatively unimportant because it was only used
333 in the determination of the pulse width which we never
334 really used)
335 - added a sanity/range-check to SearchYup and SearchYdn
336 - added a comment
337 - changed the order of arguments in EvalDeriv1
338 - changed the order of arguments in EvalDeriv2
339 - accelerated EvalDeriv1 (one multiplication less)
340 - added Deriv1 function
341 - made SearchYup and SearchYdn public
342
343 * mjobs/MDataSet.cc:
344 - removed an obsolete return statement
345
346 * mraw/MRawEvtData.[h,cc]:
347 - changed pointer in AddPixel to reference
348 - added a Set function
349
350 * mraw/MRawRunHeader.[h,cc]:
351 - added a lot of fixes for wrong run numbers written by Arehucas
352 - added a fix for strange file numbers written by Arehucas
353 - added functions as monta carlo interface to set contents
354
355 * msignal/MSignalCam.cc:
356 - defined a case 9
357
358
359
360 2009/01/05 Thomas Bretz
361
362 * mhbase/MH.h:
363 - commited missing changes from last year
364
365 * merpp.cc:
366 - fixed a description
367
368 * sponde.cc:
369 - added "Multiple dataset at once"
370
371 * star.cc:
372 - removed obsolete -ff option from output
373
374 * mbase/MTime.[h,cc]:
375 - added GetBinary
376 - added WriteBinary
377
378 * mbase/MEvtLoop.cc:
379 - display paused status in status line
380 - improved pause handling
381
382
Note: See TracBrowser for help on using the repository browser.