1 | Please do not write behind the end of line tag so that it is possible
|
---|
2 | to send a Changelog file to a line printer directly. Thanks.
|
---|
3 |
|
---|
4 | For 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 |
|
---|
17 | While an underscore is a placeholder for a white-space or an empty line.
|
---|
18 |
|
---|
19 | -*-*- END OF LINE -*-*-
|
---|
20 |
|
---|
21 | 2009/01/27 Thomas Bretz
|
---|
22 |
|
---|
23 | * macros/rootlogon.C:
|
---|
24 | - added new subdirectories
|
---|
25 |
|
---|
26 | * melectronics/MAnalogSignal.[h,cc]:
|
---|
27 | - added the posssibility to add a pulse from a TF1
|
---|
28 | - removed the printout if out of range
|
---|
29 | - returns whether the range had to be adapted
|
---|
30 | - changed the Discriminate function to allow for giving a start
|
---|
31 | and end time of the search
|
---|
32 | - imporved the fining of the falling and rising edge
|
---|
33 | - removed the printout in Discriminate
|
---|
34 |
|
---|
35 | * msimcamera/MSimCamera.[h,cc]:
|
---|
36 | - moved the pulse shape specific code into a new class MPulseShape
|
---|
37 | - Fixed the range of the digitization
|
---|
38 |
|
---|
39 | * melectronics/MPulseShape.[h,cc]:
|
---|
40 | - added
|
---|
41 |
|
---|
42 | * melectronics/Makefile, melectronics/ElectronicsLinkDef.h:
|
---|
43 | - added MPulseShape
|
---|
44 |
|
---|
45 | * msimcamera/MSimGeomCam.[h,cc]:
|
---|
46 | - Fixed the time window for random photons (Maybe move to a later step
|
---|
47 | in the analysis?)
|
---|
48 |
|
---|
49 | * msimcamera/MSimReadout.cc:
|
---|
50 | - call SetReadyToSave for the run-header
|
---|
51 | - added some debug output in case of failure
|
---|
52 |
|
---|
53 | * msimcamera/MSimSignalCam.[h,cc]:
|
---|
54 | - subtract the trigger position of any
|
---|
55 |
|
---|
56 | * msimcamera/MSimTrigger.cc:
|
---|
57 | - some changes to the debug output
|
---|
58 |
|
---|
59 |
|
---|
60 |
|
---|
61 | 2009/01/26 Thomas Bretz
|
---|
62 |
|
---|
63 | * Makefile:
|
---|
64 | - added mcorsika, msim, msimreflector, msimcamera and
|
---|
65 | msimelectronics
|
---|
66 | - added readcorsika
|
---|
67 |
|
---|
68 | * mbase/Makefile, mbase/BaseLinkDef.h:
|
---|
69 | - added MParEnv
|
---|
70 |
|
---|
71 | * mbase/MParEnv.[h,cc]:
|
---|
72 | - added
|
---|
73 |
|
---|
74 | * mbase/MParameters.[h,cc]:
|
---|
75 | - added ReadEnv to all classes
|
---|
76 |
|
---|
77 | * mbase/MParList.cc:
|
---|
78 | - return the container within MParEnv if MParEnv found
|
---|
79 |
|
---|
80 | * mbase/MParContainer.cc:
|
---|
81 | - fixed a typo
|
---|
82 |
|
---|
83 | * manalysis/MEventRateCalc.cc:
|
---|
84 | - added a comment
|
---|
85 |
|
---|
86 | * melectronics/MAnalogChannels.[h,cc]:
|
---|
87 | - made the GetNum* unsigned
|
---|
88 | - added new member functions to just initialize one size
|
---|
89 |
|
---|
90 | * mraw/MRawRunHeader.[h,cc]:
|
---|
91 | - added a possibility to just init the number of pixels
|
---|
92 |
|
---|
93 | * msimcamera/MSimReadout.[h,cc]:
|
---|
94 | - get the number of output channels from the camera geometry
|
---|
95 | - initialize the runheader in ReInit
|
---|
96 | - initialize the data arrays from the run-header in reinit
|
---|
97 |
|
---|
98 | * mimage/MHHillas.cc:
|
---|
99 | - the default binning is not scales by 0.9 anymore
|
---|
100 |
|
---|
101 | * mmc/MMcEvtBasic.h:
|
---|
102 | - added new type "artificial"
|
---|
103 |
|
---|
104 | * mraw/MRawRunHeader.cc:
|
---|
105 | - set header size in constructor to 0
|
---|
106 |
|
---|
107 | * msimcamera/MSimCalibrationSignal.[h,cc]:
|
---|
108 | - we need fEvt and fTrigger always
|
---|
109 | - renamed ReInit to CallReInit
|
---|
110 | - set photon primary type
|
---|
111 | - set number of photons from 50 to 5
|
---|
112 |
|
---|
113 | * msimcamera/MSimRandomPhotons.cc:
|
---|
114 | - explicitly set weight to 1
|
---|
115 |
|
---|
116 | * mjobs/Makefile:
|
---|
117 | - added msim, msimreflector, msimcamera and mcorsika
|
---|
118 |
|
---|
119 |
|
---|
120 |
|
---|
121 | 2009/01/25 Thomas Bretz
|
---|
122 |
|
---|
123 | * mbase/Makefile, mbase/BaseLinkDef.h:
|
---|
124 | - added MLut
|
---|
125 |
|
---|
126 | * mbase/MLut.[h,cc]:
|
---|
127 | - added
|
---|
128 |
|
---|
129 | * msimcamera/MSimCamera.[h,cc], msimcamera/MSimTrigger.[h,cc],
|
---|
130 | msimcamera/MSimRadout.[h,cc], msimcamera/SimCameraLinkDef.h,
|
---|
131 | msimcamera/Makefile, msimcamera/MSimCalibrationSignal.[h,cc],
|
---|
132 | msimcamera/SimCameraIncl,h:
|
---|
133 | - added
|
---|
134 |
|
---|
135 | * mjobs/MJob.cc:
|
---|
136 | - included TClass for newer root versions
|
---|
137 |
|
---|
138 | * mreflector/MRflEvtData.cc:
|
---|
139 | - repaced a use of MHexagon by a direct use of MGeomCam
|
---|
140 |
|
---|
141 | * melectronics/MAvalanchePhotoDiode.[h,cc]:
|
---|
142 | - added some getters
|
---|
143 | - remobved some obsolete comment
|
---|
144 | - set entries to 1 by default
|
---|
145 |
|
---|
146 | * mgeom/MGeomCam.[h,cc]:
|
---|
147 | - split the Get[Max,Min]Radius into two member functions
|
---|
148 | - added the HitDetector based on the maximum radius calculated
|
---|
149 |
|
---|
150 | * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
|
---|
151 | - removed overloading of the new HitDetector
|
---|
152 |
|
---|
153 | * mgeom/MGeomPix.[h,cc]:
|
---|
154 | - reset fUserBits in constructor according to a suggestion by valgrind
|
---|
155 | - added GetT member function
|
---|
156 |
|
---|
157 | * mjobs/MJSpectrum.cc:
|
---|
158 | - replaced some Form calls for sanity by MString::Format
|
---|
159 | - check the result of CheckEnv
|
---|
160 |
|
---|
161 | * mjobs/MJStar.cc:
|
---|
162 | - check the result of CheckEnv
|
---|
163 |
|
---|
164 | * mjobs/MJob.cc:
|
---|
165 | - fixed a typo in the name for the seed value resource
|
---|
166 |
|
---|
167 | * mraw/MRawRunHeader.h:
|
---|
168 | - added a getter for run type point run
|
---|
169 |
|
---|
170 | * msignal/MSignalCalc.cc:
|
---|
171 | - don't execute Process at all if fPedestal==NULL
|
---|
172 |
|
---|
173 | * msignal/MSignalCam.cc:
|
---|
174 | - aded case 10 and 11 to GetPixelContent
|
---|
175 |
|
---|
176 | * msim/MHPhotonEvent.cc:
|
---|
177 | - replaced case 4 by using the traversal distance in the 0-pixel
|
---|
178 |
|
---|
179 | * msimcamera/MSimSignalCam.cc:
|
---|
180 | - set pixel only to used if contents>0
|
---|
181 |
|
---|
182 | * msimcamera/MSimTrigger.[h,cc]:
|
---|
183 | - added ReadEnv for setup from a resource file
|
---|
184 | - compress the trigger list after deleting slots
|
---|
185 | - initialize descriminator threshold with -1
|
---|
186 | - check for the validity of the discr. th in PreProcess
|
---|
187 |
|
---|
188 | * msimreflector/MReflector.[h,cc]:
|
---|
189 | - store file name in title
|
---|
190 | - added ReadEnv for setup from a resource file
|
---|
191 |
|
---|
192 | * msimreflector/MSimReflector.[h,cc]:
|
---|
193 | - changed copyright notice
|
---|
194 | - added fDetectorMargin
|
---|
195 |
|
---|
196 |
|
---|
197 |
|
---|
198 |
|
---|
199 | 2009/01/24 Thomas Bretz
|
---|
200 |
|
---|
201 | * mbase/MMath.cc:
|
---|
202 | - added two explicit conversion to make it compile on my Ubuntu
|
---|
203 | - Replaced some Form by MString::Format
|
---|
204 | - included MString
|
---|
205 |
|
---|
206 |
|
---|
207 |
|
---|
208 | 2009/01/23 Daniela Dorner
|
---|
209 |
|
---|
210 | * datacenter/db/showplots-ds.php, datacenter/db/tabs.php,
|
---|
211 | datacenter/db/plot.php:
|
---|
212 | - adapted path to new web file structure
|
---|
213 |
|
---|
214 | * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php:
|
---|
215 | - added option to group by date (year, month, night): pulldown in
|
---|
216 | menu and adapted query
|
---|
217 |
|
---|
218 | * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php
|
---|
219 | datacenter/db/datasetinfo-aio.php:
|
---|
220 | - enabled possibility to combine all group-bys
|
---|
221 |
|
---|
222 | * datacenter/db/datasetinfo-aio.php:
|
---|
223 | - enhances information printed in table in case of group-by
|
---|
224 |
|
---|
225 | * datacenter/db/include.php:
|
---|
226 | - adapted pulldown of status-group-by
|
---|
227 |
|
---|
228 | * datacenter/db/menu.php:
|
---|
229 | - added pulldown for sumtrigger-flag to sequinfo-menu
|
---|
230 | - added function to print pulldown for group-by date
|
---|
231 |
|
---|
232 |
|
---|
233 |
|
---|
234 | 2009/01/23 Thomas Bretz
|
---|
235 |
|
---|
236 | * mcorsika/MCorsikaEvtHeader.[h,cc], msim/MPhotonData.[h,cc],
|
---|
237 | msimcamera/MSimExcessNoise.cc, msimreflector/MMirrorDisk.cc,
|
---|
238 | msimreflector/MMirrorHex.cc, msimreflector/MMirrorSquare.[h,cc],
|
---|
239 | msimreflector/MReflector.cc, msimreflector/MSimReflector.cc,
|
---|
240 | melectronics/MAnalogSignal.cc:
|
---|
241 | - moved code which needs TMath to source file
|
---|
242 | - included TMath for newer root versions
|
---|
243 | - included TObjArray for newer root versions
|
---|
244 |
|
---|
245 | * msimcamera/MSimAPD.[h,cc], msimcamera/MSimBundlePhotons.[h,cc],
|
---|
246 | msimcamera/MSimRandomPhotons.[h,cc]:
|
---|
247 | - added
|
---|
248 |
|
---|
249 | * melectronics/Makefile, melectronics/MAnalogChannels.[h,cc],
|
---|
250 | melectronics/ElectronicsIncl.h, melectronics/ElectronicsLinkDef.h,
|
---|
251 | melectronics/MDigitalSignal.[h,cc],
|
---|
252 | melectronics/MAnalogSignal.[h,cc],
|
---|
253 | melectronics/MAvalanchePhotoDiode.[h,cc]:
|
---|
254 | - added
|
---|
255 |
|
---|
256 | * msim/M*.cc, msimreflector/M*.cc, msimcamera/M*.cc:
|
---|
257 | - changed copyright notice
|
---|
258 |
|
---|
259 | * mjobs/MJob.[h,cc]:
|
---|
260 | - for convinience replaced GetEnvValue by GetEnvValue2
|
---|
261 | - added initialization of the random number generator
|
---|
262 |
|
---|
263 | * ceres.cc, mcorsika/CorsikaIncl.h:
|
---|
264 | - added
|
---|
265 |
|
---|
266 |
|
---|
267 |
|
---|
268 | 2009/01/22 Thomas Bretz
|
---|
269 |
|
---|
270 | * mraw/MRawRunHeader.h:
|
---|
271 | - added new functions to access the runtype
|
---|
272 |
|
---|
273 | * msim/MPhotonData.cc:
|
---|
274 | - removed some obsolete comments
|
---|
275 |
|
---|
276 | * msim/MPhotonEvent.[h,cc]
|
---|
277 | - added some comments
|
---|
278 | - added new member function GetFirst and GetLast
|
---|
279 | - UnSort the array after reading new data
|
---|
280 | - removed some old obsolete code
|
---|
281 | - added new meber function Sort and IsSorted
|
---|
282 |
|
---|
283 | * msimreflector/MSimReflector.cc:
|
---|
284 | - force sorting of the array
|
---|
285 |
|
---|
286 | * msimcamera/MSimPSF.[h,cc], msimcamera/MSimGeomCam.[h,cc],
|
---|
287 | msimcamera/MSimExcessNoise.[h,cc], msimcamera/MSimSignalCam.[h,cc]:
|
---|
288 | - added
|
---|
289 |
|
---|
290 |
|
---|
291 |
|
---|
292 | 2009/01/21 Thomas Bretz
|
---|
293 |
|
---|
294 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
---|
295 | - added MQuaternion
|
---|
296 | - added MReflection
|
---|
297 |
|
---|
298 | * mbase/MQuaternion.[h,cc], mbase/MReflection.[h,cc]:
|
---|
299 | - added
|
---|
300 |
|
---|
301 | * mbase/MArrayI.[h,cc]:
|
---|
302 | - added a few new functions (ReSort, Add, Find and AddUniq)
|
---|
303 |
|
---|
304 | * mbase/MMath.cc:
|
---|
305 | - replaced delete by delete[] where appropriate
|
---|
306 |
|
---|
307 | * mgeom/MGeomCam.h:
|
---|
308 | - added new virtual functions HitFrame and HitDetector
|
---|
309 | - included MQuaternion
|
---|
310 |
|
---|
311 | * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
|
---|
312 | - added new functions HitFrame and HitDetector:
|
---|
313 |
|
---|
314 | * msim/MHPhotonEvent.cc:
|
---|
315 | - removed the reference to MCamera
|
---|
316 |
|
---|
317 | * mgeom/MGeomPix.[h,cc], mgui/MHexagon.[h,cc]:
|
---|
318 | - moved DistanceToPrimitive from MHexagon to MGeomPix
|
---|
319 | - moved the funtions to calculate overlapping areas
|
---|
320 | also, but they are still in a comment
|
---|
321 |
|
---|
322 | * mgui/MHexagon.[h,cc]:
|
---|
323 | - started implementing a rotation angle
|
---|
324 | - added data meber fPhi
|
---|
325 | - increased class version number
|
---|
326 |
|
---|
327 | * mhist/MHCamera.cc, mtools/MagicJam.cc:
|
---|
328 | - we don't have to use a MHexagon anymore caluclating
|
---|
329 | DistanceToPrimitive
|
---|
330 |
|
---|
331 | * msimreflector/MMirror.[h,cc], msimreflector/MMirrorSquare.[h,cc],
|
---|
332 | msimreflector/MMirrorHex.[h,cc], msimreflector/MMirrorDisk.[h,cc],
|
---|
333 | msimreflector/MReflector.[h,cc], msimreflector/MSimReflector.[h,cc],
|
---|
334 | msimreflector/Makefile, msimreflector/SimReflectorLinkDef.h,
|
---|
335 | msimreflector/SimReflectorIncl.h:
|
---|
336 | - added
|
---|
337 |
|
---|
338 |
|
---|
339 |
|
---|
340 | 2009/01/21 Stefan Ruegamer
|
---|
341 |
|
---|
342 | * datacenter/scripts/read_lapalma-tapes:
|
---|
343 | - added check of the tape slot when exporting the tapes
|
---|
344 |
|
---|
345 |
|
---|
346 |
|
---|
347 | 2009/01/20 Thomas Bretz
|
---|
348 |
|
---|
349 | * mjobs/MJob.h:
|
---|
350 | - added Esc member function
|
---|
351 |
|
---|
352 | * msim/MPhotonData.[h,cc], msim/MPhotonEvent.[h,cc],
|
---|
353 | msim/MSimAbsorption.[h,cc], msim/MSimPointingPos.[h,cc],
|
---|
354 | MHPhotonEvent.[h,cc], msim/Makefile, msim/SimIncl.h
|
---|
355 | msim/SimLinkDef.h:
|
---|
356 | - added
|
---|
357 |
|
---|
358 |
|
---|
359 | 2009/01/19 Thomas Bretz
|
---|
360 |
|
---|
361 | * mfileio/MWriteRootFile.cc:
|
---|
362 | - simplified how the rules are evaluated using TPregexp
|
---|
363 | - by this the rules got more powerful
|
---|
364 |
|
---|
365 | * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
|
---|
366 | - changed ols style rule to new style
|
---|
367 |
|
---|
368 |
|
---|
369 |
|
---|
370 | 2009/01/18 Thomas Bretz
|
---|
371 |
|
---|
372 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
---|
373 | - added MSpline3
|
---|
374 |
|
---|
375 | * mcorsika/MCorsikaEvtHeader.cc:
|
---|
376 | - some little cosmetics
|
---|
377 |
|
---|
378 | * mcorsika/MCorsikaEvtHeader.h:
|
---|
379 | - added some missing getters
|
---|
380 |
|
---|
381 | * mcorsika/MCorsikaRunHeader.cc:
|
---|
382 | - removed some obsolete comments
|
---|
383 | - reordered some comments
|
---|
384 |
|
---|
385 | * mextralgo/MExtralgoSpline.h:
|
---|
386 | - changed default in GetIntegral from true to false
|
---|
387 |
|
---|
388 | * mraw/MRawEvtHeader.h:
|
---|
389 | - added Setter for DAQEventNumber
|
---|
390 |
|
---|
391 | * mraw/MRawRunHeader.cc:
|
---|
392 | - start pixel hardware indices with 1 not with 0
|
---|
393 |
|
---|
394 |
|
---|
395 |
|
---|
396 | 2009/01/17 Thomas Bretz
|
---|
397 |
|
---|
398 | * mbase/MMath.[h,cc]:
|
---|
399 | - added a new function RndmExp which should be a tiny bit faster than
|
---|
400 | root's own implementation because it ises Rndm() instead of Uniform()
|
---|
401 |
|
---|
402 | * mextralgo/ExtralgoIncl.h:
|
---|
403 | - added MArrayF
|
---|
404 |
|
---|
405 | * mextralgo/MExtralgoSpline.[h,cc]:
|
---|
406 | - divided FindY into FindYup and FindYdn to avoid an obsolete if-clause
|
---|
407 | - added a new member function to return the integral function of the
|
---|
408 | spline. This is useful to init a new spline and use it for
|
---|
409 | producing the proper random distribution.
|
---|
410 |
|
---|
411 | * mpedestal/MPedestalSubtractedEvt.[h,cc]:
|
---|
412 | - added Print() function
|
---|
413 |
|
---|
414 | * mraw/MRawEvtData.[h,cc]:
|
---|
415 | - added a member function to Reset the arrays
|
---|
416 | - added member function to set the pixel indices
|
---|
417 | - Improved the new Set function
|
---|
418 |
|
---|
419 | * readcorsika.cc:
|
---|
420 | - added
|
---|
421 |
|
---|
422 |
|
---|
423 |
|
---|
424 | 2009/01/16 Daniel Hoehne-Moench
|
---|
425 |
|
---|
426 | * datacenter/scripts/mcsequences:
|
---|
427 | - implemented sumtrigger -> modes, fTriggerFlagKEY
|
---|
428 | - fPriority(MCSequenceProcessStatus) is now filled into the mcdb
|
---|
429 |
|
---|
430 | * datacenter/scripts/fillmccallisto, fillmcstar:
|
---|
431 | - bugfix: changed argument of $primaries from [$s+$s] to [$s]
|
---|
432 |
|
---|
433 | * datacenter/macros/fillcamera.C:
|
---|
434 | - changed NumPheFromDNSB to float(7,3)
|
---|
435 | - fPriority(MCRunProcessStatus) is now filled into the mcdb
|
---|
436 |
|
---|
437 | * datacenter/macros/fillmccalib.C:
|
---|
438 | - minor changes, bugfix (wrong column name for mcdb)
|
---|
439 |
|
---|
440 | * datacenter/macros/fillmcsignal.C:
|
---|
441 | - definition of some parameters changed according to fillsignal.C
|
---|
442 | - minor changes, deleted unnecessary code
|
---|
443 | - implemented if clause for HiLo-Parameters. Instead of
|
---|
444 | seqno<200000 the fAmplFadcKEY is queried in the mcdb for each
|
---|
445 | sequence. For MUX MCs the HiLo-Parameters are not calculated.
|
---|
446 |
|
---|
447 |
|
---|
448 |
|
---|
449 | 2009/01/15 Thomas Bretz
|
---|
450 |
|
---|
451 | * callisto.cc:
|
---|
452 | - cosmetics to output
|
---|
453 |
|
---|
454 | * mcorsika/MCorsikaRunHeader.cc:
|
---|
455 | - cosmetics (removed a ;;)
|
---|
456 |
|
---|
457 | * mhist/MHEvent.[h,cc]:
|
---|
458 | - ReInit to allow the change of the camera geoemtry in ReInit
|
---|
459 |
|
---|
460 |
|
---|
461 |
|
---|
462 | 2009/01/15 Stefan Ruegamer
|
---|
463 |
|
---|
464 | * datacenter/scripts/dodatacheck:
|
---|
465 | - removed the _E in the find command; files from 2008/06/04 on do
|
---|
466 | not have it any more
|
---|
467 |
|
---|
468 |
|
---|
469 |
|
---|
470 | 2009/01/14 Daniel Hoehne-Moench
|
---|
471 |
|
---|
472 | * datacenter/scripts/sourcefile:
|
---|
473 | - extended errorcoding on mc run process status
|
---|
474 |
|
---|
475 | * datacenter/scripts/runmccallisto, runmcstar:
|
---|
476 | - deleted unnecessary lines, adapted to primary structure
|
---|
477 |
|
---|
478 | * datacenter/macros/fillmcsignal.C, fillmccalib.C, fillmcstar.C:
|
---|
479 | - added
|
---|
480 |
|
---|
481 | * datacenter/scripts/fillmccallisto, fillmcstar:
|
---|
482 | - added
|
---|
483 |
|
---|
484 |
|
---|
485 |
|
---|
486 | 2009/01/14 Thomas Bretz
|
---|
487 |
|
---|
488 | * readraw.cc:
|
---|
489 | - check first whether the file exist before adding the extension
|
---|
490 |
|
---|
491 | * mbase/MMath.[h,cc]:
|
---|
492 | - added function to Re-sort an array
|
---|
493 |
|
---|
494 | * mfileio/MReadMarsFile.cc, mfileio/MWriteRootFile.cc:
|
---|
495 | - Improved output
|
---|
496 |
|
---|
497 | * mfileio/MWriteRootFile.cc:
|
---|
498 | - fixed a problem which prevented to open more than one /dev/null
|
---|
499 | devices independantly
|
---|
500 |
|
---|
501 | * mgeom/MGeomCam.cc:
|
---|
502 | - cosmetics
|
---|
503 |
|
---|
504 | * mgeom/MGeomCamDwarf.h:
|
---|
505 | - fixed a typo in an ifdef
|
---|
506 |
|
---|
507 | * mgeom/MGeomPix.[h,cc]:
|
---|
508 | - added funtion to return positon as TVector2
|
---|
509 | - slightly improved the algorithm to check IsInside
|
---|
510 | - fixed the conditional signs for the orientation of pixels
|
---|
511 | in GetDirection
|
---|
512 |
|
---|
513 | * mmain/MEventDisplay.cc:
|
---|
514 | - Give different names to the MPedestalSubtract tasks
|
---|
515 | - fixed buttons
|
---|
516 | - call AddGeometryTags after ReInit to allow reading new geometries in
|
---|
517 | ReInit
|
---|
518 |
|
---|
519 | * mmc/MMcEvtBasic.h:
|
---|
520 | - added a new primary type kNightSky
|
---|
521 |
|
---|
522 | * mraw/MRawEvtPixelIter.h:
|
---|
523 | - replaced type of the number of bytes by UInt_t
|
---|
524 |
|
---|
525 | * mraw/MRawRunHeader.h:
|
---|
526 | - allow to validate the magic-number from outside (for MCs)
|
---|
527 |
|
---|
528 | * datacenter/scripts/runcorsika:
|
---|
529 | - added a lot of comments
|
---|
530 | - reordered values in input card
|
---|
531 | - switched off a lot of obsolete output
|
---|
532 | - changed the Magnetic field to a value corresponding to the location of
|
---|
533 | MAGIC at 2200m height valid for January 2009. (The old value never took
|
---|
534 | place there?!) The value was taken from www.noaa.gov/geomagmodels
|
---|
535 |
|
---|
536 |
|
---|
537 |
|
---|
538 | 2009/01/12 Daniel Hoehne-Moench
|
---|
539 |
|
---|
540 | * datacenter/db/menu.php:
|
---|
541 | - bugfix: now the SumTriggerFlag is correctly displayed in the web
|
---|
542 | interface
|
---|
543 |
|
---|
544 |
|
---|
545 |
|
---|
546 | 2009/01/09 Daniel Hoehne-Moench
|
---|
547 |
|
---|
548 | * datacenter/macros/fillcamera.C
|
---|
549 | - implemented new variables: zbinmin, zbinmax, number of
|
---|
550 | sumtriggers, sum trigger flag
|
---|
551 | - bugfix: for P and C runs the mirror fraction and the impact
|
---|
552 | parameter had unreasonable values (negative) which were filled
|
---|
553 | into the mcdb, now->0
|
---|
554 |
|
---|
555 | * datacenter/scripts/fillcamera, mcsequences:
|
---|
556 | - implemented call of getdbsetup
|
---|
557 |
|
---|
558 |
|
---|
559 |
|
---|
560 | 2009/01/09 Stefan Ruegamer
|
---|
561 |
|
---|
562 | * datacenter/scripts/buildsequenceentries
|
---|
563 | - corrected IFS argument
|
---|
564 |
|
---|
565 |
|
---|
566 |
|
---|
567 | 2009/01/08 Stefan Ruegamer
|
---|
568 |
|
---|
569 | * datacenter/scripts/filesondisk
|
---|
570 | - added S and N runs
|
---|
571 |
|
---|
572 |
|
---|
573 |
|
---|
574 | 2009/01/07 Daniel Hoehne-Moench
|
---|
575 |
|
---|
576 | * datacenter/macros/filldotrun.C:
|
---|
577 | - updated column counting numbers
|
---|
578 | - included a check for the number of columns in the runfiles
|
---|
579 |
|
---|
580 | * datacenter/macros/buildsequenceentries.C:
|
---|
581 | - implemented SumTriggerFlagKEY for sequence building
|
---|
582 |
|
---|
583 |
|
---|
584 |
|
---|
585 | 2009/01/06 Thomas Bretz
|
---|
586 |
|
---|
587 | * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h,
|
---|
588 | mbase/MArrayI.h, mbase/MArrayS.h:
|
---|
589 | - removed GetSize
|
---|
590 |
|
---|
591 | * mbase/MArrayF.h:
|
---|
592 | - added Add()
|
---|
593 | - added AddClipped
|
---|
594 |
|
---|
595 | * mbase/MMath.[h,cc]:
|
---|
596 | - implemented ReSort
|
---|
597 |
|
---|
598 | * mcorsika/MCorsikaEvtHeader.cc:
|
---|
599 | - removed obsolete comments
|
---|
600 |
|
---|
601 | * mcorsika/MCorsikaRead.cc:
|
---|
602 | - cosmetics
|
---|
603 |
|
---|
604 | * mcorsika/MCorsikaRunHeader.[h,cc]:
|
---|
605 | - added comments about file contents
|
---|
606 | - added fWavelengthMin/Max
|
---|
607 |
|
---|
608 | * mextralgo/MExtralgoSpline.[h,cc]:
|
---|
609 | - renamed SearchY to SearchYdn
|
---|
610 | - fixed a problem in SearchYup (must be ++i instead of i++)
|
---|
611 | (this is relatively unimportant because it was only used
|
---|
612 | in the determination of the pulse width which we never
|
---|
613 | really used)
|
---|
614 | - added a sanity/range-check to SearchYup and SearchYdn
|
---|
615 | - added a comment
|
---|
616 | - changed the order of arguments in EvalDeriv1
|
---|
617 | - changed the order of arguments in EvalDeriv2
|
---|
618 | - accelerated EvalDeriv1 (one multiplication less)
|
---|
619 | - added Deriv1 function
|
---|
620 | - made SearchYup and SearchYdn public
|
---|
621 |
|
---|
622 | * mjobs/MDataSet.cc:
|
---|
623 | - removed an obsolete return statement
|
---|
624 |
|
---|
625 | * mraw/MRawEvtData.[h,cc]:
|
---|
626 | - changed pointer in AddPixel to reference
|
---|
627 | - added a Set function
|
---|
628 |
|
---|
629 | * mraw/MRawRunHeader.[h,cc]:
|
---|
630 | - added a lot of fixes for wrong run numbers written by Arehucas
|
---|
631 | - added a fix for strange file numbers written by Arehucas
|
---|
632 | - added functions as monta carlo interface to set contents
|
---|
633 |
|
---|
634 | * msignal/MSignalCam.cc:
|
---|
635 | - defined a case 9
|
---|
636 |
|
---|
637 |
|
---|
638 |
|
---|
639 | 2009/01/05 Thomas Bretz
|
---|
640 |
|
---|
641 | * mhbase/MH.h:
|
---|
642 | - commited missing changes from last year
|
---|
643 |
|
---|
644 | * merpp.cc:
|
---|
645 | - fixed a description
|
---|
646 |
|
---|
647 | * sponde.cc:
|
---|
648 | - added "Multiple dataset at once"
|
---|
649 |
|
---|
650 | * star.cc:
|
---|
651 | - removed obsolete -ff option from output
|
---|
652 |
|
---|
653 | * mbase/MTime.[h,cc]:
|
---|
654 | - added GetBinary
|
---|
655 | - added WriteBinary
|
---|
656 |
|
---|
657 | * mbase/MEvtLoop.cc:
|
---|
658 | - display paused status in status line
|
---|
659 | - improved pause handling
|
---|
660 |
|
---|
661 |
|
---|