source: trunk/MagicSoft/Mars/Changelog@ 9461

Last change on this file since 9461 was 9460, checked in by Daniela Dorner, 15 years ago
*** empty log message ***
File size: 65.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/06/18 Daniela Dorner
22
23 * mjobs/MDataSet.h:
24 - fixed typo in comment
25
26
27
28 2009/06/16 Daniela Dorner
29
30 * datacenter/db/plotinclude.php, datacenter/db/plotdb.php:
31 - implemented feature to query/plot only data of one source (with
32 regular expressions)
33
34
35
36 2009/06/12 Daniela Dorner
37
38 * datacenter/db/include.php:
39 - adapted path of plus.png and minus.png
40
41 * datacenter/db/index-footer.html:
42 - adapted footer
43
44 * datacenter/db/menu.php:
45 - added functions for CTA MC
46
47 * datacenter/db/ctadefs.php:
48 - added (analog file to magicdefs.php for CTA)
49
50 * datacenter/db/ctamcinfo.php:
51 - added (website to display info about produced CTA MC)
52
53 * macros/starvisyear.C:
54 - added includes for compiling
55
56 * datacenter/scripts/sourcefile:
57 - replaced case- by if-statement in checklock()
58 - added more information to the output to the lockfile
59 - added processlog in makedir()
60 - improved processlog output and layout of queries
61 - added option to query only jobs for one node
62
63 * datacenter/scripts/jobmanager:
64 - added option for production of cta mc
65
66 * datacenter/scripts/jobmanager, datacenter/scripts/setup:
67 - added $totalmax which can overwrite $pnototal[$hour]
68
69
70
71 2009/06/09 Daniela Dorner
72
73 * mbase/MSpline3.cc:
74 - added include of TMath
75
76
77
78 2009/06/05 Stefan Ruegamer, Daniel Hoehne-Moench
79
80 * Mars-2.3/datacenter/macros/filldotrun.C
81 - inserted Arehucas versions 090522-0 and 090525-0
82
83
84
85 2009/05/15 Thomas Bretz
86
87 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
88 - fixed names for Hadronness Cut
89
90
91
92 2009/05/15 Thomas Bretz
93
94 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
95 - fixed names for Hadronness Cut
96
97
98
99 2009/05/10 Thomas Bretz
100
101 * ceres.cc:
102 - added usage of sequence files
103 - added new options for pedestal and calibration mode
104
105 * mbase/MDirIter.[h,cc]:
106 - added AddFile member function
107
108 * mbase/MArgs.[h,cc]:
109 - added member function to remove an argument from the list
110
111 * mgeom/MGeomPix.h:
112 - added Getter for Width in x and y
113
114 * mjobs/MJSimulation.[h,cc]:
115 - added fOperationMode
116 - added use of sequence
117 - name ceres file according to sequence number
118 - changes to the binnings
119
120 * mjobs/MSequence.[h,cc]:
121 - unified the usual and the default constructor
122 - don't output default values in Print
123 - added kCorsika files
124
125
126
127 2009/04/29 Thomas Bretz
128
129 * msimcamera/Makefile:
130 - added -I../msimreflector
131
132
133
134 2009/04/28 Thomas Bretz
135
136 * mjobs/MJStar.cc:
137 - allow to run thru even if discriminator threshold are missing
138
139
140
141 2009/04/26 Thomas Bretz
142
143 * mraw/MRawFileRead.cc:
144 - added consistency check for two consecutive headers
145
146 * mraw/MRawRunHeader.[h,cc]:
147 - added copy constructor
148 - added member function for conistency check
149
150
151
152 2009/04/16 Thomas Bretz
153
154 * mbase/MEvtLoop.cc:
155 - make sure that no negative values for the estimated time
156 is shown
157
158 * mcorsika/MCorsikaEvtHeader.cc:
159 - calculate impact in the telescope dish plane and not on the
160 ground
161
162 * mhflux/MHCollectionArea.cc:
163 - initialize more variables in the constructor as suggested
164 by valgrind
165
166 * mpointing/MHPointing.cc:
167 - set the maximum such that both axis are scaled correctly
168
169 * msimcamera/MSimBundlePhotons.cc:
170 - added some more output
171
172 * resmc/dwarf-pde-gapd.txt:
173 - used new curve from ETH
174 - extrapolated curve on both ends linearily
175
176 * resmc/dwarf-reflectivity.txt:
177 - extrapolated linearily to 980 nm
178
179 * resmc/magic-pde.txt:
180 - set to 0 at 900nm
181
182 * resmc/magic-reflectivity.txt:
183 - extrpolated to 900nm
184
185 * msimcamera/MSimReadout.cc:
186 - small improvement to sanity check to allow having less channels
187 than pixels
188
189 * mreport/MReport.cc:
190 - added once more a fix for a wrong Arehucas version
191
192 * mbase/MSpline3.[h,cc]:
193 - added functions to return the analytical integral
194 of the spline
195
196 * mjobs/MJSimulation.[h,cc]:
197 - replaced the 2D histogram with the impact on ground with
198 a 1D histogram with the impact perpendicular to Alt/Az
199 - Use a MParSline instead of MPulseShape
200 - Use MParSplines as input for MSimAbsorption
201 - increased the number of bins for the threshold histogram
202 - adapted BinningImpact
203 - added another histogram for the event distribution after cleaning
204 - changed the default number of the NSB to fit the new input
205 definition
206 - added histogram for MNewImagePar
207 - added tab "Info2"
208 - added all MHPhotonEvent to the paremeter list to allow access
209 of the ReadEnv
210
211 * msim/MSimAbsorption.[h,cc]:
212 - moved the spline code to MParSpline
213 - use MParSpline as new input
214
215 * msimcamera/MSimCalibrationSignal.[h,cc], msimcamera/MSimCamera.[h,cc],
216 msimcamera/MSimGeomCam.[h,cc]:
217 - replaces MPulseShape by MParSpline
218
219 * msimcamera/MSimRandomPhotons.[h,cc]:
220 - scale NSB rates like it is done in Eckart's paper
221 - write rates to an output container
222
223 * ceres.rc:
224 - adapted
225
226 * msimcamera/MSimAPD.[h,cc]:
227 - take the acidental rate from a container
228
229 * mbase/Makefile, mbase/BaseLinkDef.h:
230 - added MParSpline
231
232 * mbase/MParSpline.[h,cc]:
233 - added
234
235 * msim/MSimAtmosphere.cc:
236 - fixed a bug which caused the aerosol coefficient to be
237 incorrectly initialized
238
239
240
241 2009/04/01 Thomas Bretz
242
243 * Makefile.conf.linux:
244 - removed accidental '-g'
245
246 * Makefile.conf.linux:
247 - removed -Wconversion (produces too much output on newer
248 compilers)
249
250 * ceres.rc, mjobs/MJSimulation.cc:
251 - added a cut "Cut" after image parameter calculation
252 - updated noise numbers
253
254 * resmc/dwarf-pde-gapd.txt:
255 - upadted with a more reliable curve from theeth meeting page
256 (linear extrapolate below 350nm)
257
258
259
260 2009/03/30 Thomas Bretz
261
262 * manalysis/MMcCalibrationUpdate.cc:
263 - fixed a conditional which prevented the display from
264 correctly process raw data
265
266 * mgeom/MGeomCamSquare.cc:
267 - shifted pixels to be centered around 0
268
269 * msimcamera/MSimCamera.cc:
270 - added an additional sanity check
271
272 * mhbase/MH.cc:
273 - added "temp" to palette
274
275
276
277 2009/03/27 Stefan Ruegamer
278
279 * datacenter/scripts/checkstardone
280 - added missing ;; for the case-switching
281
282
283
284 2009/03/24 Stefan Ruegamer
285
286 * mhflux/MHAlpha.cc
287 - changed in DrawAll the line color of on-off to blue
288
289
290
291 2009/03/23 Thomas Bretz
292
293 * resources/starguider01000534.txt:
294 - added
295
296 * mbase/MStatusDisplay.cc:
297 - if no MStatusArray is found now all object are drawn
298
299 * mfileio/MWriteRootFile.[h,cc]:
300 - trees to be copied can now be made optional
301
302 * mhbase/MH.cc:
303 - included TProfile2D for newer root versions
304
305 * mjobs/MJCalibrateSignal.cc:
306 - made the copy of "OriginalMC" optional. Now it also works
307 for non-ceres (original MMCS) files again which don't
308 have this tree.
309
310
311
312 2009/03/19 Daniel Hoehne-Moench
313
314 * datacenter/scropts/mcsequences:
315 - bugfix: replaced $user by $us
316 - bugfix: fPriority is now inserted into the correct table
317
318
319
320 2009/03/16 Thomas Bretz
321
322 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
323 - added new starguider calibration since 1000534
324
325 * datacenter/macros/plotdb.C, datacenter/macros/plotrundb.C:
326 - added option to set ds-number in datset
327
328 * mgeom/MGeomCamMagic.cc:
329 - fixed layout of the MII camera
330
331 * mpointing/MPointingDevCalc.cc:
332 - updated informations
333
334
335
336 2009/03/16 Daniel Hoehne-Moench
337
338 * datacenter/scripts/fillcamera
339 - bugfix: the first line was moved by a tabulator
340
341
342
343 2009/03/16 Stefan Ruegamer
344
345 * datacenter/scripts/makecallistolinks
346 - added >/dev/null in line 68 to prevent the mails to dc@astro
347 - removed the -v for the ln
348
349 * datacenter/scripts/sourcefile
350 - added printprocesslog for rm -v in the finish function (mails)
351
352
353
354 2009/03/15 Thomas Bretz
355
356 * mgeom/MGeomCam.[h,cc]:
357 - added member function to get the total sensitive area of the
358 camera
359
360 * mgeom/MGeomCamMagic.cc:
361 - included TMath for newer root versions
362
363
364
365 2009/03/07 Thomas Bretz
366
367 * RELEASE V2.3
368
369
370
371 2009/03/06 Thomas Bretz
372
373 * datacenter/macros/plotrundb.C datacenter/macros/fillstar.C:
374 - added RunDataCheck access
375
376 * mreflector/MRflEventData.cc:
377 - replaced DistanceToPrimitive by IsInside
378
379
380
381 2009/03/05 Thomas Bretz
382
383 * mreport/MReportCamera.cc:
384 - fixed a problem if the HVFIL section is empty
385
386 * merpp.cc:
387 - added --dev-null option to Usage output
388
389 * mjobs/MJMerpp.[h,cc]:
390 - fixed operation in --dev-null mode
391
392
393
394 2009/03/04 Thomas Bretz
395
396 * datacenter/macros/plotdb.C:
397 - updated some binnings
398
399 * datacenter/macros/fillganymed.C:
400 - use the primary also when inserting
401
402 * mgeom/GeomLinkDef.h:
403 - added MGeomCamMagicII
404
405 * mgeom/MGeom.[h,cc]:
406 - added option to set position
407 - removed DistanceToPrimitive, use IsInside instead
408
409 * mgeom/MGeomCam.[h,cc]:
410 - added a virtual function to CreateNN
411 - added a workaround after reading by calling CreateNN
412 because with the last changes the pixel indices get lost
413
414 * mgeom/MGeomCamCT1.[h,cc]:
415 - now derives from MGeomCamDwarf
416 - accordingly increased version number
417
418 * mgeom/MGeomCamDwarf.[h,cc]:
419 - removed Clone -> now in MGeomCam
420
421 * mgeom/MGeomCamMagic.[h,cc]:
422 - added MGeomCamMagicII <preliminary>
423
424 * mgeom/MGeomCamSquare.[h,cc]:
425 - removed creation of next neighbors -> now automatic
426
427 * mgeom/MGeomPix.[h,cc]:
428 - added rotation angle in terms of cos(phi) and sin(phi)
429 - rotate in PaintPrimitive
430 - adapted IsInside accordingly
431
432 * mgeom/MGeomRectangle.[h,cc]:
433 - if only width is given assume a square
434 - make sure that the box is correctly painted for all root versions
435 - fixed distance to farthest point
436
437 * mgui/MHexagon.[h,cc]:
438 - removed obsolete dependence on MGeomPix
439
440 * mhist/MHCamera.cc, mtools/MagicJam.cc:
441 - replaced DistanceToPrimitive by IsInside
442
443 * mjobs/MJSimulation.cc:
444 - replaced accidental _I_ in file names by _Y_
445
446 * mreport/MReportCC.[h,cc]:
447 - added version >=200809030
448 - improved modularity of code
449
450
451
452 2009/03/03 Thomas Bretz
453
454 * ceres.rc:
455 - added some more infomation
456 - updated paths
457
458 * mcorsika/MCorsikaRunHeader.[h,cc]:
459 - added atmospheric layers
460 - added interpretation of new XSCATT/YSCATT in newer corsikas
461
462 * msim/MSimAtmosphere.[h,cc]:
463 - changed path
464 - MAtmosphere doesn't search for any files per default anymore
465 - changed atmopsheric layers to the ones fitted by Corsika
466 - added possibility to change input files to ReadEnv
467
468 * msimcamera/MSimCalibrationSignal.cc:
469 - don't create a camera geometry yourself
470
471 * resmc/atmosphere-aerosols.txt, resmc/atmosphere-ozone.txt,
472 resmc/ct1-pde.txt, resmc/dwarf-apdmap.txt, resmc/dwarf-cones.txt,
473 resmc/dwarf-pde-gapd.txt, resmc/dwarf-reflectivity.txt,
474 resmc/dwarf-reflector.txt, resmc/magic-cones-inner.txt,
475 resmc/magic-pde.txt, resmc/magic-reflectivity.txt,
476 resmc/magic-reflector-chessboard.txt, resmc/magic-reflector.txt,
477 resmc/magic-trigger-1NN.txt, resmc/magic-trigger-2NN.txt,
478 resmc/magic-trigger-3NN.txt, resmc/magic-trigger-4NN.txt:
479 - added
480
481 * mhist/Makefile:
482 - removed accidental MHQuality
483
484 * mhist/MHCamera.cc:
485 - fixed a warning when calling DistancetoPrimitive
486
487 * mgeom/MGeomCamSquare.cc:
488 - accidentaly used Double_t instead of Short_t when calling
489 SetNeighbors
490 - changed number of pixels from UInt_t to Short_t. It doesn't make
491 sense to support more pixels than we can store as index for
492 neighbors
493
494 * Makefile:
495 - added mreflector to resolve unresolved symbols
496
497
498
499 2009/03/02 Daniela Dorner
500
501 * datacenter/db/plotdb.php:
502 - adapted width of table
503
504
505
506 2009/03/02 Thomas Bretz
507
508 * mgeom/MGeomCam.[h,cc], msimreflector/MMirror.h,
509 msimreflector/MMirrorDisk.[h,cc], msimreflector/MMirrorHex.[h,cc],
510 msimreflector/MMirrorSquare.[h,cc], msimreflector/MReflector.[h,cc]:
511 - added GetA member function
512
513 * manalysis/MCameraData.cc, mbadpixels/MBadPixelsCalc.cc,
514 mbadpixels/MBadPixelsCam.cc, mbadpixels/MBadPixelsTreat.cc,
515 mcalib/MCalibrationCam.cc, mcalib/MCalibrationChargeCalc.cc,
516 mcalib/MCalibrationChargeCam.cc, mcalib/MCalibrationPulseTimeCam.cc,
517 mcalib/MCalibrationRelTimeCalc.cc, mcalib/MCalibrationRelTimeCam.cc,
518 mcalib/MCalibrationTestCalc.cc, mcalib/MCalibrationTestCam.cc,
519 mcorsika/MCorsikaEvtHeader.cc, mfilter/MFSoftwareTrigger.cc,
520 mgeom/MGeomCam.cc, mhcalib/MHCalibrationCam.cc,
521 mhcalib/MHCalibrationChargeCam.cc, msignal/MSignalCam.cc,
522 mhcalib/MHCalibrationPulseTimeCam.cc, mpointing/MPointingPos.h,
523 mhcalib/MHCalibrationRelTimeCam.cc, mhft/MHexagonalFTCalc.cc,
524 mhist/MHCamera.cc, mimage/MHillas.cc, mimage/MNewImagePar.cc,
525 mjobs/MJCut.cc, mjobs/MJSimulation.cc, mpedestal/MPedPhotCam.cc,
526 mpedestal/MExtractPedestal.cc, mpedestal/MPedestalCam.cc,
527 msimcamera/MSimGeomCam.cc, msimcamera/MSimRandomPhotons.cc:
528 - replaced MGeomPix by MGeom
529
530 * mjobs/MJStar.cc:
531 - added BinningDist
532 - converted Muon cuts from mm to deg
533
534 * mhflux/MHCollectionArea.cc:
535 - fixed a problem that a plot disappeared in old files
536
537 * mmuon/MMuonSearchPar.cc:
538 - switched off the check in Paint (this works only for MAGIC :( )
539
540 * datacenter/macros/fillganymed.C:
541 - simplified by using MSQLMagic instead of MSQLServer
542
543
544
545 2009/03/01 Thomas Bretz
546
547 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
548 - added pointing model 328198
549
550 * mbase/MSpline3.h:
551 - added a cast to make it compile with root 5.18
552
553 * melectronics/MPulseShape.cc:
554 - included TH1 to make it compile with root 5.18
555
556 * mhflux/MAlphaFitter.[h,cc]:
557 - convert MString::Format to Data()
558 - added type SignificanceSqrtExcess
559
560 * mhflux/MHFalseSource.cc, mjobs/MJSpectrum.cc:
561 - convert MString::Format to Data()
562
563 * mhist/MHCamera.cc:
564 - changed some const TString to const char to resolve
565 ambiguity in root 5.18 in TF1 constructor
566
567 * msim/MHPhotonEvent.cc:
568 - use TMath::Abs instead of abs
569
570 * msim/MSimPointingPos.[h,cc]:
571 - moved getter and setter to source file to avoid including of
572 TMath
573
574 * mgeom/MGeom.[h,cc]:
575 - added
576
577 * mgeom/MGeomRectangle.[h,cc]:
578 - added
579
580 * mgeom/MGeomCamSquare.[h,cc]:
581 - added
582
583 * mgeom/Makefile, mgeom/GeomLinkDef.h:
584 - added MGeom
585 - added MGeomRectangle
586 - added MGeomCamSquare
587
588 * Makefile.rules:
589 - removed dependance on ROOTSYS from rmkdepend. It should be in
590 the path anyway as rootcint
591
592 * ceres.rc:
593 - added an example of setting the APD type
594
595 * mbadpixels/MBadPixelsCam.[h,cc], mbadpixels/MBadPixelsTreat.cc,
596 mcalib/MCalibrationChargeCalc.cc, mcalib/MCalibrationTestCalc.cc,
597 mfilter/MFSoftwareTrigger.cc:
598 - replaced references to MGeomPix by references to MGeom
599
600 * mbase/MStatusDisplay.cc:
601 - evaluate the return code of fwrite as suggested by newer
602 gcc versions
603 - set a paranthesis as suggested by a warning
604
605 * mgeom/MGeomCam.[h,cc]:
606 - adapted to the changes in MGeomPix/MGeom
607 - added SetAt function for external setup
608 - added Copy constructor
609
610 * mgeom/MGeomCamCT1.cc, mgeom/MGeomCamDwarf.cc,
611 mgeom/MGeomCamMagic.cc, mhft/MHexagonFreqSpace.cc,
612 mimage/MHillas.cc, mimage/MHillasExt.cc,
613 mimage/MImgCleanStd.[h,cc], mimage/MNewImagePar.cc,
614 mimage/MNewImagePar2.cc, mmuon/MHSingleMuon.cc,
615 msignal/MSignalCam.cc, mtools/MagicJam.cc,
616
617 - adapted to the changes in MGeomPix/MGeom
618 - use SetAt for setup
619
620 * mgeom/MGeomPix.cc:
621 - moved most of the code to new base class MGeom
622 - now derives from MGeom
623 - increased version number accordingly
624
625 * mhbase/MBinning.cc:
626 - replaced a Int_t by UInt_t as suggested by a warning
627
628 * mhbase/MH.cc:
629 - added a const_cast for GetObjectInfo (should be const,
630 but isn't)
631
632 * mhbase/MHMatrix.cc, mhflux/MHAlpha.cc, mhflux/MHThetaSq.cc,
633 mhflux/MHThetaSqN.cc, mhist/MHCamEventRot.cc, hvstime/MHVsTime.cc,
634 mjobs/MJStar.cc, mraw/MRawEvtHeader.cc:
635 - added paranthesis as suggested by a warning
636
637 * mhft/MGeomCamMagicXT.[h,cc]:
638 - replaced by deriving from MGeomCamDwarf
639
640 * mhist/MHCamera.cc:
641 - adapted to the changes in MGeomPix/MGeom
642 - use SetAt for setup
643 - use new PaintPrimitive to skip the usage of MHexagon
644
645 * mmc/MMcTrigHeader.hxx:
646 - fixed wrong condition in SetTrigger
647
648 * msimcamera/MSimAPD.[h,cc]:
649 - added a possibility to switch between the 50mu and 100mu
650 Diodes
651
652 * mtools/MagicCivilization.[h,cc], mtools/MagicDomino.[h,cc],
653 mtools/MagicReversi.[h,cc], mtools/MagicShow.[h,cc],
654 mtools/MagicSnake.[h,cc], mtools/MineSweeper.[h,cc],
655 - adapted to the changes in MGeomPix/MGeom, therefore restructered
656 the code to get rid of MHexagon
657
658 * mmovie/MMovieWrite.cc:
659 - allow to switch off timing via preprocessor directive
660 - replaced MGeomPix by MGeom
661 - slightly changed palette
662 - evaluate return of fwrite
663
664 * mbase/MQuaternion.h, msim/MPhotonData.h:
665 - added a workaround for sqrt in root 5.18/00
666
667
668
669 2009/02/26 Daniel Hoehne-Moench
670
671 * datacenter/macros/filldotrun.C:
672 - implemented new SuperArehucas version
673
674
675
676 2009/02/23 Thomas Bretz
677
678 * mcorsika/MCorsikaRunHeader.cc:
679 - switched off the impact max workaround - it doesn't work
680 - initialize fImpact Max
681 - print also number of used ATMEXT
682
683 * mhbase/MH.cc:
684 - improved setting of binning from the parameter list in the
685 n-D case
686
687 * mhbase/MH3.cc:
688 - imporved output
689
690 * mhflux/MHCollectionArea.cc:
691 - also collect the maximum impact while running for a nicer
692 behaviour of the plots
693
694 * mhflux/MHThreshold.cc:
695 - allow setting of a dedicated Threshold binning
696
697 * mimage/MHHillasExt.cc:
698 - converted slope binning to deg
699
700 * mjobs/MJSimulation.cc:
701 - write MMcCorsikaRunHeader
702 - changed binnings
703 - added new binning
704 - now display the signal unscaled
705 - show threshold and collection area only for data runs
706
707 * msim/MSimMMCS.cc:
708 - make setting of directions depending on view-cone option
709
710 * msim/MSimPointingPos.[h,cc]:
711 - added class description
712 - removed obsolete fPointingCorsika
713 - improved output
714 - added option for homogenous distribution
715
716 * mmuon/MMuonCalibParCalc.cc:
717 - converted cuts from mm to deg so they will work also for other
718 geometries
719
720
721
722 2009/02/20 Thomas Bretz
723
724 * mmuon/MHMuonPar.[h,cc]:
725 - updated class version number after fMm2Deg got removed
726
727 * mpointing/MHSrcPosCam.cc:
728 - fixed the fill style of the ellipse to produce correct ps-files
729
730
731
732 2009/02/19 Daniela Dorner
733
734 * datacenter/scripts/buildsequenceentries,
735 datacenter/scripts/checkfilesforsequenceavail,
736 datacenter/scripts/checkstardone, datacenter/scripts/correcttime,
737 datacenter/scripts/dbchk, datacenter/scripts/dodatacheck,
738 datacenter/scripts/doexclusions, datacenter/scripts/fillcallisto,
739 datacenter/scripts/fillcamera, datacenter/scripts/fillganymed,
740 datacenter/scripts/fillstar, datacenter/scripts/insertdatasets,
741 datacenter/scripts/makecallistolinks,
742 datacenter/scripts/mcsequences, datacenter/scripts/movingrawfiles,
743 datacenter/scripts/movingrawfiles_OK, datacenter/scripts/runcamera,
744 datacenter/scripts/runcorsika, datacenter/scripts/runreflector,
745 datacenter/scripts/sourcefile,
746 datacenter/scripts/writedatasetfiles,
747 datacenter/scripts/writesequencefiles:
748 - removed scriptlog
749
750 * datacenter/scripts/jobmanager:
751 - fixed typo
752
753
754
755 2009/02/19 Thomas Bretz
756
757 * mcorsika/MCorsikaRunHeader.[h,cc]:
758 - reformatted output
759 - added "Options" to output
760 - made Has const
761 - added a workaround to get the maximum simulated impact
762 although it is not officially stored in the file
763
764 * msim/MHPhotonEvent.cc:
765 - improved automatic binning
766
767 * msim/MPhotonData.[h,cc]:
768 - added GetCosW2
769 - added GetSinW2
770 - added GetSinW
771
772 * msim/MSimAbsorption.cc:
773 - don't check wavelength range when theta should be used
774
775 * msimcamera/MSimAPD.cc:
776 - check for uninitialized indices
777
778 * msim/MPhotonEvent.[h,cc]:
779 - moved the code for MyClonesArray to the source file
780 - improved a lot the reading speed by reading larger blocks
781 of data from the file at once
782 - improved memory handling. This ensures that even the largest
783 events don't fill the memory forever and the allocated memory
784 is free'd again after some time
785
786 * msimreflector/MSimReflector.cc:
787 - Use the new Resize function of MPhotonEvent to make sure
788 that the memory is not allocated forever.
789
790 * mimage/MHHillas.cc, mimage/MMHillas.Ext.cc, mimage/MHHillasSrc.cc:
791 - converted default binning from mm to deg
792
793 * mraw/MRawRunHeader.cc:
794 - print less when values doen't have any meaning
795
796 * msim/MSimAtmosphere.[h,cc]:
797 - added
798
799 * msim/SimLinkDef.h, msim/Makefile:
800 - added MSimAtmosphere
801
802 * mjobs/MJSimulation.cc:
803 - added simulation of atmosphere
804 - clean isolated pixels away before calculating image parameters
805 - don't clean calibration runs
806 - correct displayed az by magnetic field
807 - added auto range for the 2D histograms
808 - set automatic binning for dist
809 - added tab with histogram for trigger area and threshold
810
811 * readcorsika.cc:
812 - implemented -ff option
813
814 * mcorsika/MCorsikaRunHeader.cc:
815 - improved Print output
816
817 * mimage/MImgCleanStd.cc:
818 - fixed the checks for the cleaning parameters there
819 where some wrong conditions
820
821 * msim/MSimMMCS.cc:
822 - fixed typo in a comment
823
824 * ceres.rc:
825 - added units for psf
826 - some small updates
827
828 * msimreflector/MSimReflector.cc:
829 - convert units of psf from mm to cm
830 - Use MPointingPos instead of PointingCorsika, ARRANG already
831 rotates all vectors accrodingly
832
833 * msim/MSimPointingPos.cc:
834 - don't write PoinitingCorsika anymore. ARRANg already includes
835 the rotation
836
837 * mgeom/MGeomCamMagic.[h,cc]:
838 - added a constructor which allows to set the focal distance
839
840 * msimcamera/MSimAPD.cc, msimcamera/MSimGeomCam.cc,
841 msimcamera/MSimRandomPhotons.cc, msimreflector/MSimReflector.cc:
842 - don't create an object if MGeomCam not found, try "MGeomCam"
843 as default instead
844
845 * mhflux/MHCollectionArea.[h,cc]:
846 - added MMcRunHeader to data members to be able to check
847 the maximum impact in Finalize for the case the maximum
848 impect is collected "on-line" from the events
849 - if the event distribution comes just from the spectrum fill
850 the distribution event by event to get correct errors
851 - romved some old obsolete code
852
853 * msim/MSimMMCS.[h,cc]:
854 - added MMcRunHeader to data members to allow to collect the
855 maximum impact from the events
856
857
858
859 2009/02/18 Thomas Bretz
860
861 * datacenter/scripts/runcorsika:
862 - added a comment
863
864 * mbase/MParList.cc:
865 - when adding a TCollectionn only add MParContainers
866
867 * mcorsika/MCorsikaRunHeader.[h,cc]:
868 - added reading of Atmospheric coefficients
869 - added reading of Cherenkov Flag
870 - added corsika's Earth Radius
871
872 * melectronics/MDigitalSignal.[h,cc]:
873 - added and initialized an index to allow to "connect"
874 the digital signal to a channel
875
876 * mjtrain/MJTrainSeparation.cc:
877 - replaced kGreen by kBlue
878
879 * mmain/MEventDisplay.cc:
880 - added a type==3 which is for ceres-reflector files
881
882 * mmain/Makefile:
883 - added -I../mcorsika
884 - added -I../msim
885 - added -I../msimcamera
886
887 * msim/MHPhotonEvent.[h,cc]:
888 - set the binning more automatically from the run-headers
889 where possible
890 - added RadEnv
891 - added Clear function for external access
892
893 * msim/MSimAbsorption.cc:
894 - addec const-qualifier for photon
895
896 * msimcamera/MSimGeomCam.cc:
897 - allow usage also without pulse and pulse position (for display)
898
899 * msimcamera/MSimSignalCam.cc:
900 - allow usage also without TriggerPos
901 - added a check whether MSignalCam was correctly initialized
902
903
904
905 2009/02/16 Thomas Bretz
906
907 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
908 mimage/MHImagePar.cc:
909 - replaced green by blue for better readability on projectors
910
911 * mbase/MEnv.[h,cc]:
912 - added the option of a default name to allow i/o more similar
913 to MParContainer
914 - improved Print()
915
916 * ceres.cc, callisto.cc, star.cc, ganymed.cc, sponde.cc:
917 - make use of the new default name of MEnv
918
919 * mjobs/MJSpectrum.cc:
920 - read and write ganymed.rc
921
922 * mbase/MParList.cc:
923 - if adding a TObjArray add only MParContainers (for sanity)
924
925 * mjobs/MJob.cc:
926 - when reading read also TObjects
927
928 * mjobs/MJSpectrum.cc:
929 - now read the ganymed.rc and write it to the output
930
931 * mhflux/MHEffectiveOnTime.h:
932 - increased class version by 1
933
934 * mhflux/MHAlpha.cc:
935 - removed erronornously comittet SetSumw2
936 - don't output the numbe rof excess events vs time
937
938
939
940 2009/02/15 Thomas Bretz
941
942 * ceres.rc:
943 - added the MAGIC I high gain pulse as example
944
945 * sponde.cc:
946 - redirect root error handler
947 - added new option to force on-time fit
948
949 * datacenter/scripts/runcorsika:
950 - added a comment
951 - remove empty dat file after corsika finished
952
953 * mbase/MLog.cc:
954 - added several more log-levels to handling root's error handler
955
956 * mbase/MPrint.cc:
957 - flush buffer before printing
958 - set output level to all
959
960 * melectronics/MPulseShape.h:
961 - let clone also clone the spline
962
963 * mfileio/MWriteRootFile.cc:
964 - don't output title if empty
965
966 * mhflux/MHEffectiveOnTime.[h,cc]:
967 - added new data mebers to store the result of the overall-fit
968 which is now done in Finalize
969 - output the results of the effective on-time fit as inf2
970 - increased clas version accordingly
971
972 * mjobs/MJSimulation.[h,cc]:
973 - simplified setting up the file structure
974
975 * mjobs/MJSpectrum.[h,cc]:
976 - added the possibility to force a new on-time fit.
977 - a MHEffectiveOnTime histogram is now always displayed
978 for manual cross checks
979
980 * mjobs/MJStar.cc:
981 - added MSrcPosCam for Monte Carlos to output
982
983 * mpointing/MSrcPosCalc.cc:
984 - ignore the WobbleMode from the MMcCorsikaRunHeader
985 if it is a ceres file
986
987 * msim/MPhotonEvent.[h,cc]:
988 - added function GetTimeFirst
989 - added function GetTimeLast
990 - added function GetTimeMedianDev
991 - added fLength to MPhotonStatistics
992
993 * msimcamera/MSimGeomCam.cc:
994 - make use of the new functions
995 - set length to statistics container
996
997 * mpointing/MHSrcPosCam.[h,cc], mpointing/MSrcPosRndm.[h,cc],
998 mfilter/MFMagicCuts.[h,cc], mmuon/MHMuonPar.[h,cc],
999 mhflux/MHThetaSqN.[h,cc]:
1000 - support changing geometries (conversion factors) reading
1001 a new geometry from a run header
1002
1003 * mimage/MHVsSize.[h,cc], mimage/MHNewImagePar.[h,cc],
1004 mimage/MHHillasSrc.[h,cc], mimage/MHHillasExt.[h,cc],
1005 mimage/MHHillas.[h,cc], mimage/MNewImagePar2.[h,cc]:
1006 - removed option to set conversion factor manually
1007 - support changing geometries (conversion factors) reading
1008 a new geometry from a run header
1009 - increased class version by one
1010
1011 * mhflux/MMcSpectrumWeight.cc:
1012 - replaced Form by MString::Format
1013
1014 - made sure that nobody is mixing different energy-range monte
1015 carlos and normalizes by integral (to be implemented)
1016
1017 * manalysis/MMcCalibrationUpdate.cc:
1018 - switched off file Ceres files (this might only be temporary
1019 but it makes the display work quite well even without
1020 calibrated units.
1021
1022 * mjobs/MJCalibrateSignal.cc:
1023 - updated the rule to allow for file names without the leading date
1024
1025 * mjobs/MJSpectrum.[h,cc]:
1026 - set the kMustCleanup bit for sanity
1027 - replaced a lot of Form by MString::Format
1028 - moved the getting of the right Alpha-histogram to GetHAlpha
1029 - the tlist2 doesn't neet to replace anything because all previous
1030 tasklists added to the list have been removed again
1031 - "DataType" already in parlist? Don't add a second one
1032 - replaced some gLog by fLog
1033 - make sure that the "Done." message is printed even in case
1034 no output is written at the end
1035
1036 * ceres.rc:
1037 - added some more info
1038
1039 * datacenter/scripts/runcorsika:
1040 - added magnetic field Azimuth direction (ARRANG), currently
1041 at ~ -7deg at La Palma
1042
1043 * mbase/MLog.cc:
1044 - finallyadded a really stupid hack/workaround to suppress these
1045 annoying errors in case of a log-scale set too early
1046
1047 * mbase/MTask.[h,cc]:
1048 - Replaced OverwritesProcess by Overwrites
1049
1050 * mcorsika/MCorsikaEvtHeader.cc:
1051 - fixed particle momentum coordinate system
1052
1053 * mcorsika/MCorsikaRunHeader.[h,cc]:
1054 - added magnetic field values
1055 - improved output
1056
1057 * mjobs/MJSimulation.cc:
1058 - updated height scale
1059 - use MPhotonStatistics.fLength
1060 - plot median dev of photon arrival times
1061
1062 * mmc/MMcRunHeader.hxx:
1063 - added a getter IsCeres
1064 - added a setter for the Corsika Version
1065
1066 * mpedestal/MMcPedestalCopy.cc:
1067 - use the new IsCeres
1068
1069 * msim/MSimMMCS.[h,cc]:
1070 - use the telescope pointing in telescope coordinates for MMcEvt
1071 - correct the shower direction by the magnetic field azimuth
1072 - set corsika program version
1073
1074 * msim/MSimPointingPos.[h,cc]:
1075 - splitted the output into coordinated in the corsika frame
1076 (module the magnetic field) and the poiting direction in
1077 telescope coordinates
1078 - added possibility to "observe" in off-target mode
1079
1080 * msimreflector/MSimReflector.cc:
1081 - use new pointing direction in the corsika frame
1082
1083
1084
1085
1086 2009/02/13 Thomas Bretz
1087
1088 * mcorsika/MCorsikaEvtHeader.h:
1089 - added some comments on the coordinate system
1090
1091 * ceres.rc:
1092 - added some comments
1093 - setup a psf for the dwarf mirror
1094
1095 * mcorsika/MCorsikaRunHeader.h:
1096 - added some comments
1097
1098 * mjobs/MJSimulation.cc:
1099 - added some histogram titles
1100 - fixed the x, y coordinates of the impact histogram
1101 - write "ElectronicNoise"
1102
1103 * mjobs/MJStar.cc:
1104 - don't force writing of containers which are not filles by ceres
1105 - updated rule to support files without date
1106
1107 * mpedestal/MPedestalPix.[h,cc]:
1108 - added Print() function
1109
1110 * mraw/MRawFileRead.cc:
1111 - added a comment
1112
1113 * msim/MPhotonData.h:
1114 - added comments about coordinate system
1115
1116 * msimcamera/MSimGeomCam.cc:
1117 - when looking for the pixels convert from ceres-coordinates
1118 to GeomCam camera-coordinates
1119
1120 * msimreflector/MMirror.h:
1121 - added Setter for SigmaPSF
1122
1123 * msimreflector/MMirrorDisk.cc, msimreflector/MMirrorHex.cc,
1124 msimreflector/MMirrorSquare.cc:
1125 - now start counting in ReadM with 0
1126
1127 * msimreflector/MReflector.[h,cc]:
1128 - added some documentation
1129 - added function to set psf of all mirrors
1130 - added psf optional to input file
1131 - remove already evaluated tokens from TObjArray
1132 - added reading of a default psf from the input file
1133
1134 * mjobs/MSequence.cc:
1135 - fixed a bug in GetArrays which could cause seg-faults
1136 - added a sanity check
1137
1138
1139
1140 2009/02/12 Thomas Bretz
1141
1142 * datacenter/macros/fillsources.C:
1143 - updated
1144
1145 * mfileio/MWriteRootFile.[h,cc]:
1146 - added some comments
1147 - renamed GetNewFileName to SubstituteName
1148 - made SubstituteName static
1149
1150 * mhist/MHCamera.cc:
1151 - fixed the number in the legend (was wrong since last update)
1152
1153 * mjobs/MDataSet.cc:
1154 - replaced From by MString::Format
1155
1156 * mjobs/MJSimulation.cc:
1157 - a lot of things were renamed
1158 - the refelctor can now be set from the setup file
1159 - changed the binning for the event width
1160 - removed plot "CamShadow"
1161 - changed rules for file names
1162
1163 * ceres.rc:
1164 - updated according to the changes in MJSimulation
1165
1166 * mjobs/MSequence.cc:
1167 - replaced use of Form by MString::Format
1168 - allow non-setting of fNight
1169 - don't print period if -1
1170
1171 * mmain/MEventDisplay.cc:
1172 - decode trigger pattern for display
1173
1174 * mmain/Makefile:
1175 - included mtrigger
1176
1177 * msim/MHPhotonEvent.cc:
1178 - search Reflector instead of MReflector
1179
1180 * msim/MSimAbsorption.cc:
1181 - added some info output
1182
1183 * msimcamera/MSimAPD.[h,cc]:
1184 - added an option to set the geom cam name. Can be used to skip
1185 this task
1186
1187 * msimcamera/MSimCamera.[h,cc]:
1188 - allow to set BaselineGain from resource file
1189
1190 * msimreflector/MSimReflector.cc:
1191 - removed CamShadow container
1192 - search Reflector instead of MReflector
1193
1194 * Makefile:
1195 - removed mreflector
1196
1197 * mcalib/MCalibrationPatternDecode.cc:
1198 - in case of pattern==0 and MCs set the color to CT1. This is
1199 a workaround because the bits don't allow to set is explicitly
1200 - removed the check for the kCT1Pulser bit. It can never be true
1201 - consequently removed the kCT1Pulser bit
1202
1203 * mpedestal/MMcPedestalCopy.[h,cc]:
1204 - fixed for MUX MCs (the pedestal has to be scaled)
1205 - added option to process ceres data
1206
1207
1208
1209 2009/02/11 Thomas Bretz
1210
1211 * mcalib/MCalibColorSet.[h,cc]:
1212 - removed some obsolete break statements
1213 - removed obsolete gkMCRunLimit
1214 - fixed setting of signal strength for extremely old
1215 runs (I think we don't have them anyway)
1216
1217 * mcalib/MCalibrateData.cc:
1218 - improved output
1219
1220 * mcalib/MCalibrationChargeCalc.cc:
1221 - stop if no valid pulser colors have been found
1222
1223 * mcorsika/MCorsikaRunHeader.h:
1224 - some cosmetics
1225 - added some getter
1226
1227 * mhist/MHEvent.[h,cc]:
1228 - some improvements to output
1229 - implemented display for trigger pattern
1230
1231 * mtrigger/MTriggerPattern.[h,cc]:
1232 - added Copy-function
1233
1234 * mhist/Makefile:
1235 - added -I../mtrigger
1236
1237 * mmc/MMcEvtBasic.[h,cc]:
1238 - moved the getter returning a TString to the source file
1239 - replaced Form by MString::Format
1240
1241 * mraw/MRawRunHeader.cc:
1242 - initialize fSourceEpochChar[1]
1243 - initialize fNumEventsRead
1244 - suppress more output which has not been initialized
1245 - removed run-type from SetRunInfo
1246 - added new function SetRunType
1247 - use strncpy instead of memcpy
1248 - replaced const char[] arguments by TString
1249
1250 * msimreflector/MReflector.[h,cc]:
1251 - added Print
1252 - added a circle around the mirror showing fMaxR
1253
1254 * mastro/MAstro.cc:
1255 - updated some typos in comments
1256
1257 * mbase/MEnv.cc:
1258 - replaced Form by MString::Format
1259
1260 * mbase/MTask.cc:
1261 - made the total number of executions really count the total
1262 number
1263
1264 * mcalib/MCalibrationPatternDecode.cc:
1265 - some cosmetics
1266 - corrected the use of a wrong FindCreateObj
1267
1268 * mcorsika/MCorsikaRead.cc:
1269 - added a comment
1270
1271 * mfileio/MWriteRootFile.cc:
1272 - improved output
1273 - improved the copy of a tree (now done without unpacking)
1274 - made sure that copied trees are shown in the summary
1275 - made sure that the copied trees are nevertheless deleted
1276
1277 * mfilter/MFDeltaT.cc:
1278 - adapted to change in GetNumExecutions
1279
1280 * mhbase/MFillH.cc:
1281 - set the number of executions (as it is in MTask) before the
1282 execution
1283
1284 * mhbase/MH.cc:
1285 - improved the statistics output
1286
1287 * mhist/MHCamera.[h,cc]:
1288 - don't create an own pad anymore
1289 - removed SetRange
1290 - SetRange now done via MH::SetPadRange
1291 - some sanity checks if fGeomCam is set
1292 - some adaptions to the new layout scheme without
1293 an own pad
1294 - Changed DrawProjection to a more commonly usable scheme
1295 - Removed all dependencies from MGeomCamMagic
1296 - start the gaus fit with the maximum not the integral
1297
1298 * mjobs/MJCalibrateSignal.cc:
1299 - If the input files contain an OriginalMC tree
1300 copy it
1301 - consequently we make the MMcEvtBasic from the
1302 parameter-list optional
1303 - fixed the rule (MC files with .root as extension could not
1304 be processed)
1305
1306 * mjobs/MJCalibration.[h,cc], mjobs/MJPedestal.[h,cc]:
1307 - Use MHCamera::CamDraw more extensively
1308 - replace use of Form by MString::Format
1309
1310 * mjobs/MJSimulation.cc:
1311 - added an option to switch the cmaera electronics off
1312 - write some more containers to output file (for easy access)
1313 - set the MC bit in the header
1314 - now use MSimMMCS to "fake" the correct file structure
1315 - added three new writers to write the MMcEvtBasic information
1316 - added a display of the most important things
1317
1318 * mmain/MEventDisplay.cc:
1319 - don't change into the not more existing pad of a MHCamera
1320
1321 * msimcamera/MSimCalibrationSignal.cc:
1322 - adapted GetNumExecution
1323 - SetReadyToSave for the run header
1324 - jitter the number of emitted photons
1325 - corrected the emitted trigger positon
1326 - (re)set calibration pattern
1327
1328 * mbase/MLut.[h,cc]:
1329 - added overload of Delete() function
1330 - added IsDefault
1331 - added SetDefault
1332
1333 * mfileio/MWriteRootFile.cc:
1334 - fixed output in OpenFile
1335
1336 * mjobs/MSequence.cc:
1337 - allow the "Night" resource to be empty
1338
1339 * msimcamera/MSimBundlePhotons.cc:
1340 - some small improvements in case of empty maps
1341
1342 * msimcamera/MSimReadout.[h,cc]:
1343 - reset gain. Use the new fConversionFactor instead
1344 - removed some setting of fRunHeader
1345
1346 * msimcamera/MSimTrigger.[h,cc]:
1347 - on useer request now offset and gain can be used to
1348 convert the signal back into units of phe
1349 - added possibility to use empty lookup tables
1350 - added debug output
1351
1352 * msimcamera/MSimCamera.[h,cc]:
1353 - outsourced the pedestal and gain numbers into ReInit
1354 - use an MPedestalCam for Electronic Noise and Gain
1355 - allow to switch ob whether the gain is applied to the
1356 electronic noise or not
1357 - SetPhotElfromShower
1358
1359 * msim/Makefile. msim/SimLinkDef.h:
1360 - added MSimMMCS
1361
1362 * msim/MSimMMCS.[h,cc]:
1363 - added
1364
1365 * msimcamera/Makefile:
1366 - added -I../mpedestal
1367
1368 * ceres.rc:
1369 - added
1370
1371 * msimreflector/MMirrorSquare.cc, msimreflector/MMirrorHex.cc,
1372 msimreflector/MMirrorDisk.cc:
1373 - changed the grey colors
1374
1375 * msimreflector/MMirrorHex.cc:
1376 - fixed bugs in CanHit and HasHit
1377
1378
1379
1380 2009/02/10 Thomas Bretz
1381
1382 * manalysis/MMcTriggerLvl2Calc.cc:
1383 - removed obsolete include of MmcRunHeader
1384
1385 * mbase/MSpline3.[h,cc]:
1386 - improved the available constructors
1387 - added some comments for future use
1388 - added default constructor
1389 - added GetHistogram()
1390
1391 * mcorsika/MCorsikaRunHeader.[h,cc]:
1392 - added fImpactMax
1393 - added some Getters
1394
1395 * melectronics/MPulseShape.[h,cc]:
1396 - set class version to 1 to make it storable
1397 - set a title for the splines
1398 - implemented Paint function
1399
1400 * mhbase/MH.[h,cc]:
1401 - added SetPadRange
1402
1403 * mhist/MHCamEvent.[h,cc]:
1404 - Init the geometry in ReInit thus it can work with a geometry stored in a file
1405 - Make sure that histogranms already drawn properly to a pad are found in Paint
1406 - added RecursiveRemove for sanity
1407
1408 * mmc/MMcCorsikaRunHeader.h:
1409 - added SetSpectrum
1410
1411 * mmc/MMcEvt.hxx:
1412 - added SetEvtNumber
1413 - added SetPhotElfromShower
1414
1415 * mmc/MMcEvtBasic.[h,cc]:
1416 - added operator=
1417
1418 * mmc/MMcRunHeader.[hxx, cxx]:
1419 - set default for the versions to UShort_t(-1)
1420 - added some comments
1421 - added SetNumSimulatedShowers
1422 - added SetImpactMax
1423
1424 * mraw/MRawRunHeader.cc:
1425 - suppress some information in header if not valid
1426
1427 * msignal/MSignalCalc.cc:
1428 - if (!fPedestal) we should return kTRUE not kFALSE
1429
1430 * msimreflector/MMirror.[h,cc], msimreflector/MMirrorDisk.[h,cc],
1431 msimreflector/MMirrorHex.[h,cc], msimreflector/MMirrorSquare.[h,cc],
1432 msimreflector/MReflector.[h,cc],
1433 - added Print
1434 - some cosmetics in header
1435 - set class version to 1 to make it storable
1436
1437 * mtools/MagicJam.cc:
1438 - updated
1439
1440
1441
1442 2009/02/10 Daniela Dorner
1443
1444 * datacenter/db/tabs.php:
1445 - if csv-file doesn't exist, only logs are displayed now
1446
1447
1448
1449 2009/02/08 Thomas Bretz
1450
1451 * Makefile.conf.linux:
1452 - added -Winit-self
1453
1454 * msimcamera/MSimCalibrationSignal.[h,cc]:
1455 - account for the pulse shape/width
1456 - make number of photons settable
1457 - make time jitter settable
1458 - renamned fNumEntries to fNumEvents
1459 - don't set daq event number (should be set by the "daq")
1460 - set trigger pattern
1461 - print number of events in PreProcess
1462
1463 * msimreflector/MSimReflector.[h,cc]:
1464 - made the detector margin settable
1465
1466 * datacenter/macros/insertcacofile.C, datacenter/macros/insertsequence.C:
1467 - print an error and exit
1468
1469 * macros/optim/optimdisp.C:
1470 - set the default values as default
1471 - added a short summary what a good strategy for optimization is
1472
1473 * mastro/MAstro.cc:
1474 - replaced Form by MString::Form
1475
1476 * mcorsika/MCorsikaEvtHeader.[h,cc], mcorsika/MCorsikaRunHeader.[h,cc]:
1477 - moved fParticleID from event header to run header
1478 - increased Class Version accordingly
1479 - added an error if more than one observation levels are read
1480
1481 * mhcalib/MHGausEvents.cc:
1482 - replaced Form by MString::Form
1483 - handle the creating of the TF1 fExpFit a bit more "root-safe"
1484
1485 * mhist/MHCamEvent.[h,cc]:
1486 - added a new option to collect the maximum or minimum contents
1487
1488 * mhist/MHCamera.[h,cc]:
1489 - added new functions SetMax/MinCamContent
1490
1491 * mraw/MRawEvtHeader.cc:
1492 - initialize the data members in constructor
1493
1494 * mraw/MRawEvtHeader.h:
1495 - removed bits for trigger type they were never used
1496
1497 * mraw/MRawRunHeader.cc:
1498 - tiny cosmetics
1499
1500 * msim/MHPhotonEvent.[h,cc]:
1501 - added a histogram to display the height
1502 - don't fill kNightSky photons
1503
1504 * msim/MPhotonData.h:
1505 - added getter for fProductionHeight
1506
1507 * msim/MPhotonEvent.h:
1508 - commented IsValid (was not used anyhow)
1509
1510 * msimcamera/MSimGeomCam.[h,cc]:
1511 - added one sample to the window to allow for time jitter of one sample
1512 - make the code for the window indentical to MSimCalibrationSignal
1513
1514 * msimcamera/MSimReadout.[h,cc]:
1515 - Set the daq event number (readout number)
1516
1517 * msimcamera/MSimTrigger.[h,cc]:
1518 - added comments
1519 - made the signal length settable
1520 - made the coincidence time settable
1521 - removed setting of the daq event number (should be done by the "daq")
1522 - changed the trigger output from all to inf/inf2
1523
1524 * msimcamera/Makefile:
1525 - added -I../mtrigger
1526
1527 * mjobs/MJSimulation.[h,cc]:
1528 - added new mode to force the use of the trigger "electronics"
1529 - moved setup of the fadc to the resource file
1530 - added a new histogram to show the maximum signal in all pixels
1531 - automatically setup the range of the TrigPos histogram
1532 - don't show all histograms in all run conditions
1533
1534 * mraw/MRawRunHeader.[h,cc]:
1535 - added ReadEnv for a setup from a resource file in ceres
1536
1537 * msimcamera/MSimAPD.cc:
1538 - added a sanity check if ReInit has not been called
1539
1540
1541
1542 2009/02/07 Thomas Bretz
1543
1544 * sponde.rc:
1545 - fixed a typo
1546
1547 * datacenter/scripts/runcorsika:
1548 - added a comment
1549
1550 * mbase/MContinue.h:
1551 - changed a comment
1552
1553 * mbase/MEnv.h, mbase/MMath.cc:
1554 - Do not assign a temporary TString to const char *
1555
1556 * mcamera/MCameraCentralPix.[h,cc]:
1557 - changed fDC from Float_t to Int_t
1558
1559 * mhflux/MHCollectionArea.cc, mhflux/MHDisp.cc, mhflux/MHEnergyEst.cc,
1560 mhflux/MHFalseSource.cc, mhflux/MHThreshold.cc, mhbase/MFillH.cc,
1561 mastro/MAstroCamera.cc, mastro/MAstroCatalog.cc, mbase/MContinue.cc,
1562 mbase/MFilter.cc, mbase/MLog.cc, mbase/MParContainer.cc, mhbase/MH.cc,
1563 mbase/MParEmulated.cc, mbase/MStatusDisplay.cc, mbase/MTime.cc,
1564 mhbase/MH3.cc, mhbase/MHn.cc,mhflux/MHAlpha.cc, mhist/MHCamera.cc,
1565 mhflux/MHEffectiveOnTime.cc, mmuon/MHMuonPar.cc, mmovie/MMovieWrite.cc,
1566 mhflux/MHFalseSource.cc, mhist/MHCamEvent.cc,
1567 mmain/MEventDisplay.cc, mreflector/MHReflector.cc:
1568 - use MString::Format instead of Form
1569
1570 * msim/MHPhotonEvent.cc:
1571 - don't fill kNightSky primaries
1572
1573 * msim/MPhotonEvent.[h,cc]:
1574 - return the number of non NightSky photons
1575
1576 * msimcamera/MSimPSF.cc:
1577 - changed default for fSigma from 1 to -1
1578
1579 * mbase/MContinue.cc:
1580 - changed default title
1581
1582 * mfileio/MWriteRootFile.cc:
1583 - set kMustCleanup bit, otherwise it is not correctly deleted from
1584 the list of cleanups
1585
1586 * mhbase/MH3.[h,cc]:
1587 - added RecursiveRemove
1588
1589 * mhflux/MAlphaFitter.[h,cc]:
1590 - moved code to source file
1591 - improved setting of a new fFunc
1592
1593 * mhflux/MHAlpha.[h,cc], mhvstime/MHSectorVsTime.[h,cc]
1594 - added RecursiveRemove
1595
1596 * mjobs/MJSimulation.cc:
1597 - added MSimPSF
1598 - Show only the non NightSky photons in the size plot
1599 - changed the binning of BinningEvtWidth
1600
1601
1602
1603 2009/02/06 Daniela Dorner
1604
1605 * datacenter/db/include.php:
1606 - adapted status-query
1607
1608
1609
1610 2009/02/05 Daniel Hoehne-Moench
1611
1612 * datacenter/macros/filldotrun.C:
1613 - implemented new SuperArehucas version
1614
1615
1616
1617 2009/02/03 Thomas Bretz
1618
1619 * mastro/MAstroCatalog.[h,cc]:
1620 - searches now all catalogs also in the datacenter default path if
1621 the file could not be found
1622
1623 * mbase/MStatusDisplay.cc:
1624 - also print information about added tabs in batch mode
1625
1626 * mcorsika/MCorsikaEvtHeader.h:
1627 - fixed a comment
1628
1629 * mfileio/MWriteRootFile.cc:
1630 - added some more log-output
1631 - open a new /dev/null only if none with the same title already exists
1632 - added some comments
1633
1634 * mhflux/MHEffectiveOnTime.cc:
1635 - Don't call PaintText if FitH failed (as suggested by valgrind)
1636
1637 * mjobs/MJStar.cc, mjobs/MJCalibrateSignal.cc:
1638 - added a title to all MWriteRootFile
1639
1640 * mreport/MReportCC.cc:
1641 - added more comments
1642 - improved log-output
1643
1644
1645
1646 2009/02/03 Daniela Dorner
1647
1648 * datacenter/db/plotdb.php:
1649 - sequence as default when startup
1650
1651 * datacenter/db/plotdb.php, datacenter/db/plot.php:
1652 - added possibility to set size of plot
1653
1654
1655
1656 2009/02/03 Stefan Ruegamer
1657
1658 * datacenter/scripts/budb:
1659 - added getdbsetup
1660
1661
1662
1663 2009/02/02 Thomas Bretz
1664
1665 * mcamera/MCameraCentralPix.[h,cc]:
1666 - added data member fDC
1667 - increased class version number accordingly
1668
1669 * mreport/MReportCC.cc:
1670 - improved debug output
1671 - remove minus from the third argument in SCHEDULE
1672
1673 * mreport/MReportCamera.[h,cc]:
1674 - fixed for ver>=200812140
1675 - added InterpretePSSEN
1676 - added InterpreteLIQ
1677
1678 * msimcamera/MSimCamera.cc:
1679 - added a time-shift uniformly according to the bin-width
1680
1681
1682
1683 2009/01/30 Thomas Bretz
1684
1685 * RELEASE V2.2
1686
1687
1688 2009/02/02 Thomas Bretz
1689
1690 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
1691 - fixed the regular expresssion
1692
1693
1694
1695 2009/01/30 Thomas Bretz
1696
1697 * datacenter/macros/fillcmt.C:
1698 - added
1699
1700 * datacenter/macros/plotstat.C:
1701 - extended loop to show all periods again
1702
1703 * msim/MPhotonData.cc:
1704 - don't change the sign of the cosines. The direction of the
1705 particle doesn't neet to be changed
1706
1707 * msimreflector/MSimReflector.cc:
1708 - change the rotation matrix to fit the change in MPhotonData
1709
1710
1711
1712 2009/01/29 Thomas Bretz
1713
1714 * melectronics/MPulseShape.cc:
1715 - changed spline range from -25/25 to -8/8
1716
1717 * mhflux/MAlphaFitter.cc, mhflux/MHAlpha.cc, mhflux/MHDisp.cc:
1718 - for sanity (thread safety) replaced Form by MString::Format
1719
1720 * mhflux/MHDisp.cc:
1721 - initialize fHalf as suggested by valgrind
1722
1723 * datacenter/macros/plotdb.C:
1724 - updated comments
1725
1726 * resources/calibration_spline.rc:
1727 - updated
1728
1729
1730
1731 2009/01/27 Thomas Bretz
1732
1733 * macros/rootlogon.C:
1734 - added new subdirectories
1735
1736 * melectronics/MAnalogSignal.[h,cc]:
1737 - added the posssibility to add a pulse from a TF1
1738 - removed the printout if out of range
1739 - returns whether the range had to be adapted
1740 - changed the Discriminate function to allow for giving a start
1741 and end time of the search
1742 - imporved the fining of the falling and rising edge
1743 - removed the printout in Discriminate
1744
1745 * msimcamera/MSimCamera.[h,cc]:
1746 - moved the pulse shape specific code into a new class MPulseShape
1747 - Fixed the range of the digitization
1748
1749 * melectronics/MPulseShape.[h,cc]:
1750 - added
1751
1752 * melectronics/Makefile, melectronics/ElectronicsLinkDef.h:
1753 - added MPulseShape
1754
1755 * msimcamera/MSimGeomCam.[h,cc]:
1756 - Fixed the time window for random photons (Maybe move to a later
1757 step in the analysis?)
1758
1759 * msimcamera/MSimReadout.cc:
1760 - call SetReadyToSave for the run-header
1761 - added some debug output in case of failure
1762
1763 * msimcamera/MSimSignalCam.[h,cc]:
1764 - subtract the trigger position of any
1765
1766 * msimcamera/MSimTrigger.cc:
1767 - some changes to the debug output
1768
1769 * mjobs/MJSimulation.[h,cc]:
1770 - added
1771
1772 * mjobs/Makefile, mjobs/JobsLinkDef.h:
1773 - added MJSimulation
1774
1775 * ceres.cc, showlog.cc, callisto.cc, star.cc, ganymed.cc, sponde.cc:
1776 - added parenthesis suggested by compiler
1777
1778 * mbase/MParEnv.cc:
1779 - included TClass for newwer root versions
1780
1781 * msimreflector/MReflector.cc:
1782 - fixed return if read file was not existing
1783
1784 * msimrelfector/MSimReflector.cc:
1785 - added sanity check if reflector is valid
1786
1787 * datacenter/macros/insertdataset.C:
1788 - added fPriority
1789
1790 * datacenter/macros/plotoptical.C:
1791 - write a root-file as the other plot-macros do
1792
1793 * mreflector/MHReflector.cc:
1794 - added some SetDirectory(NULL), although this class is a candidate
1795 for removal
1796
1797 * mjobs/MJCut.cc, mjobs/MJCalibrateSignal.cc:
1798 - make the CheckEnv fail if kFALSE is returned
1799
1800
1801
1802 2009/01/26 Thomas Bretz
1803
1804 * Makefile:
1805 - added mcorsika, msim, msimreflector, msimcamera and
1806 msimelectronics
1807 - added readcorsika
1808
1809 * mbase/Makefile, mbase/BaseLinkDef.h:
1810 - added MParEnv
1811
1812 * mbase/MParEnv.[h,cc]:
1813 - added
1814
1815 * mbase/MParameters.[h,cc]:
1816 - added ReadEnv to all classes
1817
1818 * mbase/MParList.cc:
1819 - return the container within MParEnv if MParEnv found
1820
1821 * mbase/MParContainer.cc:
1822 - fixed a typo
1823
1824 * manalysis/MEventRateCalc.cc:
1825 - added a comment
1826
1827 * melectronics/MAnalogChannels.[h,cc]:
1828 - made the GetNum* unsigned
1829 - added new member functions to just initialize one size
1830
1831 * mraw/MRawRunHeader.[h,cc]:
1832 - added a possibility to just init the number of pixels
1833
1834 * msimcamera/MSimReadout.[h,cc]:
1835 - get the number of output channels from the camera geometry
1836 - initialize the runheader in ReInit
1837 - initialize the data arrays from the run-header in reinit
1838
1839 * mimage/MHHillas.cc:
1840 - the default binning is not scales by 0.9 anymore
1841
1842 * mmc/MMcEvtBasic.h:
1843 - added new type "artificial"
1844
1845 * mraw/MRawRunHeader.cc:
1846 - set header size in constructor to 0
1847
1848 * msimcamera/MSimCalibrationSignal.[h,cc]:
1849 - we need fEvt and fTrigger always
1850 - renamed ReInit to CallReInit
1851 - set photon primary type
1852 - set number of photons from 50 to 5
1853
1854 * msimcamera/MSimRandomPhotons.cc:
1855 - explicitly set weight to 1
1856
1857 * mjobs/Makefile:
1858 - added msim, msimreflector, msimcamera and mcorsika
1859
1860
1861
1862 2009/01/25 Thomas Bretz
1863
1864 * mbase/Makefile, mbase/BaseLinkDef.h:
1865 - added MLut
1866
1867 * mbase/MLut.[h,cc]:
1868 - added
1869
1870 * msimcamera/MSimCamera.[h,cc], msimcamera/MSimTrigger.[h,cc],
1871 msimcamera/MSimRadout.[h,cc], msimcamera/SimCameraLinkDef.h,
1872 msimcamera/Makefile, msimcamera/MSimCalibrationSignal.[h,cc],
1873 msimcamera/SimCameraIncl,h:
1874 - added
1875
1876 * mjobs/MJob.cc:
1877 - included TClass for newer root versions
1878
1879 * mreflector/MRflEvtData.cc:
1880 - repaced a use of MHexagon by a direct use of MGeomCam
1881
1882 * melectronics/MAvalanchePhotoDiode.[h,cc]:
1883 - added some getters
1884 - remobved some obsolete comment
1885 - set entries to 1 by default
1886
1887 * mgeom/MGeomCam.[h,cc]:
1888 - split the Get[Max,Min]Radius into two member functions
1889 - added the HitDetector based on the maximum radius calculated
1890
1891 * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
1892 - removed overloading of the new HitDetector
1893
1894 * mgeom/MGeomPix.[h,cc]:
1895 - reset fUserBits in constructor according to a suggestion by valgrind
1896 - added GetT member function
1897
1898 * mjobs/MJSpectrum.cc:
1899 - replaced some Form calls for sanity by MString::Format
1900 - check the result of CheckEnv
1901
1902 * mjobs/MJStar.cc:
1903 - check the result of CheckEnv
1904
1905 * mjobs/MJob.cc:
1906 - fixed a typo in the name for the seed value resource
1907
1908 * mraw/MRawRunHeader.h:
1909 - added a getter for run type point run
1910
1911 * msignal/MSignalCalc.cc:
1912 - don't execute Process at all if fPedestal==NULL
1913
1914 * msignal/MSignalCam.cc:
1915 - aded case 10 and 11 to GetPixelContent
1916
1917 * msim/MHPhotonEvent.cc:
1918 - replaced case 4 by using the traversal distance in the 0-pixel
1919
1920 * msimcamera/MSimSignalCam.cc:
1921 - set pixel only to used if contents>0
1922
1923 * msimcamera/MSimTrigger.[h,cc]:
1924 - added ReadEnv for setup from a resource file
1925 - compress the trigger list after deleting slots
1926 - initialize descriminator threshold with -1
1927 - check for the validity of the discr. th in PreProcess
1928
1929 * msimreflector/MReflector.[h,cc]:
1930 - store file name in title
1931 - added ReadEnv for setup from a resource file
1932
1933 * msimreflector/MSimReflector.[h,cc]:
1934 - changed copyright notice
1935 - added fDetectorMargin
1936
1937
1938
1939
1940 2009/01/24 Thomas Bretz
1941
1942 * mbase/MMath.cc:
1943 - added two explicit conversion to make it compile on my Ubuntu
1944 - Replaced some Form by MString::Format
1945 - included MString
1946
1947
1948
1949 2009/01/23 Daniela Dorner
1950
1951 * datacenter/db/showplots-ds.php, datacenter/db/tabs.php,
1952 datacenter/db/plot.php:
1953 - adapted path to new web file structure
1954
1955 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php:
1956 - added option to group by date (year, month, night): pulldown in
1957 menu and adapted query
1958
1959 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php
1960 datacenter/db/datasetinfo-aio.php:
1961 - enabled possibility to combine all group-bys
1962
1963 * datacenter/db/datasetinfo-aio.php:
1964 - enhances information printed in table in case of group-by
1965
1966 * datacenter/db/include.php:
1967 - adapted pulldown of status-group-by
1968
1969 * datacenter/db/menu.php:
1970 - added pulldown for sumtrigger-flag to sequinfo-menu
1971 - added function to print pulldown for group-by date
1972
1973
1974
1975 2009/01/23 Thomas Bretz
1976
1977 * mcorsika/MCorsikaEvtHeader.[h,cc], msim/MPhotonData.[h,cc],
1978 msimcamera/MSimExcessNoise.cc, msimreflector/MMirrorDisk.cc,
1979 msimreflector/MMirrorHex.cc, msimreflector/MMirrorSquare.[h,cc],
1980 msimreflector/MReflector.cc, msimreflector/MSimReflector.cc,
1981 melectronics/MAnalogSignal.cc:
1982 - moved code which needs TMath to source file
1983 - included TMath for newer root versions
1984 - included TObjArray for newer root versions
1985
1986 * msimcamera/MSimAPD.[h,cc], msimcamera/MSimBundlePhotons.[h,cc],
1987 msimcamera/MSimRandomPhotons.[h,cc]:
1988 - added
1989
1990 * melectronics/Makefile, melectronics/MAnalogChannels.[h,cc],
1991 melectronics/ElectronicsIncl.h, melectronics/ElectronicsLinkDef.h,
1992 melectronics/MDigitalSignal.[h,cc],
1993 melectronics/MAnalogSignal.[h,cc],
1994 melectronics/MAvalanchePhotoDiode.[h,cc]:
1995 - added
1996
1997 * msim/M*.cc, msimreflector/M*.cc, msimcamera/M*.cc:
1998 - changed copyright notice
1999
2000 * mjobs/MJob.[h,cc]:
2001 - for convinience replaced GetEnvValue by GetEnvValue2
2002 - added initialization of the random number generator
2003
2004 * ceres.cc, mcorsika/CorsikaIncl.h:
2005 - added
2006
2007
2008
2009 2009/01/22 Thomas Bretz
2010
2011 * mraw/MRawRunHeader.h:
2012 - added new functions to access the runtype
2013
2014 * msim/MPhotonData.cc:
2015 - removed some obsolete comments
2016
2017 * msim/MPhotonEvent.[h,cc]
2018 - added some comments
2019 - added new member function GetFirst and GetLast
2020 - UnSort the array after reading new data
2021 - removed some old obsolete code
2022 - added new meber function Sort and IsSorted
2023
2024 * msimreflector/MSimReflector.cc:
2025 - force sorting of the array
2026
2027 * msimcamera/MSimPSF.[h,cc], msimcamera/MSimGeomCam.[h,cc],
2028 msimcamera/MSimExcessNoise.[h,cc], msimcamera/MSimSignalCam.[h,cc]:
2029 - added
2030
2031
2032
2033 2009/01/21 Thomas Bretz
2034
2035 * mbase/BaseLinkDef.h, mbase/Makefile:
2036 - added MQuaternion
2037 - added MReflection
2038
2039 * mbase/MQuaternion.[h,cc], mbase/MReflection.[h,cc]:
2040 - added
2041
2042 * mbase/MArrayI.[h,cc]:
2043 - added a few new functions (ReSort, Add, Find and AddUniq)
2044
2045 * mbase/MMath.cc:
2046 - replaced delete by delete[] where appropriate
2047
2048 * mgeom/MGeomCam.h:
2049 - added new virtual functions HitFrame and HitDetector
2050 - included MQuaternion
2051
2052 * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
2053 - added new functions HitFrame and HitDetector:
2054
2055 * msim/MHPhotonEvent.cc:
2056 - removed the reference to MCamera
2057
2058 * mgeom/MGeomPix.[h,cc], mgui/MHexagon.[h,cc]:
2059 - moved DistanceToPrimitive from MHexagon to MGeomPix
2060 - moved the funtions to calculate overlapping areas
2061 also, but they are still in a comment
2062
2063 * mgui/MHexagon.[h,cc]:
2064 - started implementing a rotation angle
2065 - added data meber fPhi
2066 - increased class version number
2067
2068 * mhist/MHCamera.cc, mtools/MagicJam.cc:
2069 - we don't have to use a MHexagon anymore caluclating
2070 DistanceToPrimitive
2071
2072 * msimreflector/MMirror.[h,cc], msimreflector/MMirrorSquare.[h,cc],
2073 msimreflector/MMirrorHex.[h,cc], msimreflector/MMirrorDisk.[h,cc],
2074 msimreflector/MReflector.[h,cc], msimreflector/MSimReflector.[h,cc],
2075 msimreflector/Makefile, msimreflector/SimReflectorLinkDef.h,
2076 msimreflector/SimReflectorIncl.h:
2077 - added
2078
2079
2080
2081 2009/01/21 Stefan Ruegamer
2082
2083 * datacenter/scripts/read_lapalma-tapes:
2084 - added check of the tape slot when exporting the tapes
2085
2086
2087
2088 2009/01/20 Thomas Bretz
2089
2090 * mjobs/MJob.h:
2091 - added Esc member function
2092
2093 * msim/MPhotonData.[h,cc], msim/MPhotonEvent.[h,cc],
2094 msim/MSimAbsorption.[h,cc], msim/MSimPointingPos.[h,cc],
2095 MHPhotonEvent.[h,cc], msim/Makefile, msim/SimIncl.h
2096 msim/SimLinkDef.h:
2097 - added
2098
2099
2100 2009/01/19 Thomas Bretz
2101
2102 * mfileio/MWriteRootFile.cc:
2103 - simplified how the rules are evaluated using TPregexp
2104 - by this the rules got more powerful
2105
2106 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
2107 - changed ols style rule to new style
2108
2109
2110
2111 2009/01/18 Thomas Bretz
2112
2113 * mbase/BaseLinkDef.h, mbase/Makefile:
2114 - added MSpline3
2115
2116 * mcorsika/MCorsikaEvtHeader.cc:
2117 - some little cosmetics
2118
2119 * mcorsika/MCorsikaEvtHeader.h:
2120 - added some missing getters
2121
2122 * mcorsika/MCorsikaRunHeader.cc:
2123 - removed some obsolete comments
2124 - reordered some comments
2125
2126 * mextralgo/MExtralgoSpline.h:
2127 - changed default in GetIntegral from true to false
2128
2129 * mraw/MRawEvtHeader.h:
2130 - added Setter for DAQEventNumber
2131
2132 * mraw/MRawRunHeader.cc:
2133 - start pixel hardware indices with 1 not with 0
2134
2135
2136
2137 2009/01/17 Thomas Bretz
2138
2139 * mbase/MMath.[h,cc]:
2140 - added a new function RndmExp which should be a tiny bit faster than
2141 root's own implementation because it ises Rndm() instead of Uniform()
2142
2143 * mextralgo/ExtralgoIncl.h:
2144 - added MArrayF
2145
2146 * mextralgo/MExtralgoSpline.[h,cc]:
2147 - divided FindY into FindYup and FindYdn to avoid an obsolete if-clause
2148 - added a new member function to return the integral function of the
2149 spline. This is useful to init a new spline and use it for
2150 producing the proper random distribution.
2151
2152 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
2153 - added Print() function
2154
2155 * mraw/MRawEvtData.[h,cc]:
2156 - added a member function to Reset the arrays
2157 - added member function to set the pixel indices
2158 - Improved the new Set function
2159
2160 * readcorsika.cc:
2161 - added
2162
2163
2164
2165 2009/01/16 Daniel Hoehne-Moench
2166
2167 * datacenter/scripts/mcsequences:
2168 - implemented sumtrigger -> modes, fTriggerFlagKEY
2169 - fPriority(MCSequenceProcessStatus) is now filled into the mcdb
2170
2171 * datacenter/scripts/fillmccallisto, fillmcstar:
2172 - bugfix: changed argument of $primaries from [$s+$s] to [$s]
2173
2174 * datacenter/macros/fillcamera.C:
2175 - changed NumPheFromDNSB to float(7,3)
2176 - fPriority(MCRunProcessStatus) is now filled into the mcdb
2177
2178 * datacenter/macros/fillmccalib.C:
2179 - minor changes, bugfix (wrong column name for mcdb)
2180
2181 * datacenter/macros/fillmcsignal.C:
2182 - definition of some parameters changed according to fillsignal.C
2183 - minor changes, deleted unnecessary code
2184 - implemented if clause for HiLo-Parameters. Instead of
2185 seqno<200000 the fAmplFadcKEY is queried in the mcdb for each
2186 sequence. For MUX MCs the HiLo-Parameters are not calculated.
2187
2188
2189
2190 2009/01/15 Thomas Bretz
2191
2192 * callisto.cc:
2193 - cosmetics to output
2194
2195 * mcorsika/MCorsikaRunHeader.cc:
2196 - cosmetics (removed a ;;)
2197
2198 * mhist/MHEvent.[h,cc]:
2199 - ReInit to allow the change of the camera geoemtry in ReInit
2200
2201
2202
2203 2009/01/15 Stefan Ruegamer
2204
2205 * datacenter/scripts/dodatacheck:
2206 - removed the _E in the find command; files from 2008/06/04 on do
2207 not have it any more
2208
2209
2210
2211 2009/01/14 Daniel Hoehne-Moench
2212
2213 * datacenter/scripts/sourcefile:
2214 - extended errorcoding on mc run process status
2215
2216 * datacenter/scripts/runmccallisto, runmcstar:
2217 - deleted unnecessary lines, adapted to primary structure
2218
2219 * datacenter/macros/fillmcsignal.C, fillmccalib.C, fillmcstar.C:
2220 - added
2221
2222 * datacenter/scripts/fillmccallisto, fillmcstar:
2223 - added
2224
2225
2226
2227 2009/01/14 Thomas Bretz
2228
2229 * readraw.cc:
2230 - check first whether the file exist before adding the extension
2231
2232 * mbase/MMath.[h,cc]:
2233 - added function to Re-sort an array
2234
2235 * mfileio/MReadMarsFile.cc, mfileio/MWriteRootFile.cc:
2236 - Improved output
2237
2238 * mfileio/MWriteRootFile.cc:
2239 - fixed a problem which prevented to open more than one /dev/null
2240 devices independantly
2241
2242 * mgeom/MGeomCam.cc:
2243 - cosmetics
2244
2245 * mgeom/MGeomCamDwarf.h:
2246 - fixed a typo in an ifdef
2247
2248 * mgeom/MGeomPix.[h,cc]:
2249 - added funtion to return positon as TVector2
2250 - slightly improved the algorithm to check IsInside
2251 - fixed the conditional signs for the orientation of pixels
2252 in GetDirection
2253
2254 * mmain/MEventDisplay.cc:
2255 - Give different names to the MPedestalSubtract tasks
2256 - fixed buttons
2257 - call AddGeometryTags after ReInit to allow reading new geometries in
2258 ReInit
2259
2260 * mmc/MMcEvtBasic.h:
2261 - added a new primary type kNightSky
2262
2263 * mraw/MRawEvtPixelIter.h:
2264 - replaced type of the number of bytes by UInt_t
2265
2266 * mraw/MRawRunHeader.h:
2267 - allow to validate the magic-number from outside (for MCs)
2268
2269 * datacenter/scripts/runcorsika:
2270 - added a lot of comments
2271 - reordered values in input card
2272 - switched off a lot of obsolete output
2273 - changed the Magnetic field to a value corresponding to the location of
2274 MAGIC at 2200m height valid for January 2009. (The old value never took
2275 place there?!) The value was taken from www.noaa.gov/geomagmodels
2276
2277
2278
2279 2009/01/12 Daniel Hoehne-Moench
2280
2281 * datacenter/db/menu.php:
2282 - bugfix: now the SumTriggerFlag is correctly displayed in the web
2283 interface
2284
2285
2286
2287 2009/01/09 Daniel Hoehne-Moench
2288
2289 * datacenter/macros/fillcamera.C
2290 - implemented new variables: zbinmin, zbinmax, number of
2291 sumtriggers, sum trigger flag
2292 - bugfix: for P and C runs the mirror fraction and the impact
2293 parameter had unreasonable values (negative) which were filled
2294 into the mcdb, now->0
2295
2296 * datacenter/scripts/fillcamera, mcsequences:
2297 - implemented call of getdbsetup
2298
2299
2300
2301 2009/01/09 Stefan Ruegamer
2302
2303 * datacenter/scripts/buildsequenceentries
2304 - corrected IFS argument
2305
2306
2307
2308 2009/01/08 Stefan Ruegamer
2309
2310 * datacenter/scripts/filesondisk
2311 - added S and N runs
2312
2313
2314
2315 2009/01/07 Daniel Hoehne-Moench
2316
2317 * datacenter/macros/filldotrun.C:
2318 - updated column counting numbers
2319 - included a check for the number of columns in the runfiles
2320
2321 * datacenter/macros/buildsequenceentries.C:
2322 - implemented SumTriggerFlagKEY for sequence building
2323
2324
2325
2326 2009/01/06 Thomas Bretz
2327
2328 * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h,
2329 mbase/MArrayI.h, mbase/MArrayS.h:
2330 - removed GetSize
2331
2332 * mbase/MArrayF.h:
2333 - added Add()
2334 - added AddClipped
2335
2336 * mbase/MMath.[h,cc]:
2337 - implemented ReSort
2338
2339 * mcorsika/MCorsikaEvtHeader.cc:
2340 - removed obsolete comments
2341
2342 * mcorsika/MCorsikaRead.cc:
2343 - cosmetics
2344
2345 * mcorsika/MCorsikaRunHeader.[h,cc]:
2346 - added comments about file contents
2347 - added fWavelengthMin/Max
2348
2349 * mextralgo/MExtralgoSpline.[h,cc]:
2350 - renamed SearchY to SearchYdn
2351 - fixed a problem in SearchYup (must be ++i instead of i++)
2352 (this is relatively unimportant because it was only used
2353 in the determination of the pulse width which we never
2354 really used)
2355 - added a sanity/range-check to SearchYup and SearchYdn
2356 - added a comment
2357 - changed the order of arguments in EvalDeriv1
2358 - changed the order of arguments in EvalDeriv2
2359 - accelerated EvalDeriv1 (one multiplication less)
2360 - added Deriv1 function
2361 - made SearchYup and SearchYdn public
2362
2363 * mjobs/MDataSet.cc:
2364 - removed an obsolete return statement
2365
2366 * mraw/MRawEvtData.[h,cc]:
2367 - changed pointer in AddPixel to reference
2368 - added a Set function
2369
2370 * mraw/MRawRunHeader.[h,cc]:
2371 - added a lot of fixes for wrong run numbers written by Arehucas
2372 - added a fix for strange file numbers written by Arehucas
2373 - added functions as monta carlo interface to set contents
2374
2375 * msignal/MSignalCam.cc:
2376 - defined a case 9
2377
2378
2379
2380 2009/01/05 Thomas Bretz
2381
2382 * mhbase/MH.h:
2383 - commited missing changes from last year
2384
2385 * merpp.cc:
2386 - fixed a description
2387
2388 * sponde.cc:
2389 - added "Multiple dataset at once"
2390
2391 * star.cc:
2392 - removed obsolete -ff option from output
2393
2394 * mbase/MTime.[h,cc]:
2395 - added GetBinary
2396 - added WriteBinary
2397
2398 * mbase/MEvtLoop.cc:
2399 - display paused status in status line
2400 - improved pause handling
Note: See TracBrowser for help on using the repository browser.