source: trunk/MagicSoft/Mars/Changelog@ 9278

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