source: tags/Mars-V2.2/Changelog@ 18113

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