source: trunk/MagicSoft/Mars/Changelog@ 7322

Last change on this file since 7322 was 7322, checked in by Daniela Dorner, 19 years ago
*** empty log message ***
File size: 212.9 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 2005/08/27 Daniela Dorner
22
23 * datacenter/scripts/dowebplots:
24 - excluded files from lapalma for this check, as there's a big
25 amount of files (this would cause problems with the array in
26 shell)
27
28 * datacenter/scripts/dodatacheck:
29 - fixed bug in finding rawfile and date of rawfile
30
31
32
33 2005/08/26 Daniela Dorner
34
35 * datacenter/scripts/dowebplots:
36 - added some logging
37 - improved algorithm
38
39
40
41 2005/08/25 Daniela Dorner
42
43 * datacenter/scripts/dowebplots:
44 - added (script to produce the plots for the websites out of the
45 rootfiles)
46
47
48
49 2005/08/24 Thomas Bretz
50
51 * macros/tutorials/threshold.C:
52 - added new example how to calculate the threshold
53
54 * mhflux/MHThreshold.cc:
55 - updated some comments
56
57
58
59 2005/08/22 Thomas Bretz
60
61 * mgeom/MGeomPix.h, mgeom/MGeomCam.[h,cc]:
62 - added new function GetDist returning the distance between two
63 pixels
64
65 * mhist/MHCamera.h:
66 - added new function (also to context menu) SetMinMax
67
68 * mhist/MHEvent.[h,cc]:
69 - added the possibility to set min and max values for the displayed
70 data
71 - added a new option to display the arrival time after cleaning
72
73 * mmain/MEventDisplay.cc:
74 - added the arrival time after cleaning to display
75 - set the min value in some displays to 0
76
77 * msignal/MSignalCam.cc:
78 - added the possibility to return the arrival time after cleaning
79
80
81
82 2005/08/18
83
84 * RELEASE 0.9.4.1
85
86
87
88 2005/08/17 Thomas Bretz
89
90 * mcalib/MCalibCalcFromPast.[h,cc]:
91 - reset the number of events fNumEvents in ReInit, because
92 the corresponding histograms get also reset. This prevents
93 the calibration from analysing partly filled histograms
94 - the number of cases in which the fChargeCalc->Finalize fails
95 are counted and written to the console
96 - In PostProcess all histograms and fChargeCalc are reset to
97 prevent the finalization of the histograms to fit partly filled
98 histograms and fail.
99
100 * mcalib/MCalibrationChargeCalc.h:
101 - added a member function ResetNumProcessed so that MCalibCalcFromPast
102 can 'switch off' the finalization in PostProcess
103
104 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationChargeCam.cc,
105 mhcalib/MHCalibrationPulseTimeCam.cc:
106 - shortened some console output
107
108
109
110 2005/08/16 Thomas Bretz
111
112 * ganymed.cc:
113 - fixed a typo in Usage()
114
115 * mjobs/MDataSet.cc:
116 - fixed a typo in some output
117
118 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
119 - fixed some comments
120
121 * macros/dohtml.C:
122 - updated
123
124 * mhflux/MHDisp.cc:
125 - some small fixes to let the code not crash in on-only more
126 (still doesn't give reasonable results... maybe a fit to the
127 background would do it)
128
129 * mhflux/MHFalseSource.cc:
130 - removed some obsolete comment
131 - set initial marker color of stars in star display
132
133 * mjobs/MJCut.cc:
134 - added a small fix to get the correct parlist in on-only mode
135
136 * mpointing/MSrcPosCalc.[h,cc]:
137 - fixed source position handling in on-only mode
138
139
140
141 2005/08/11 Daniela Dorner
142
143 * datacenter/scripts/makecallistolinks:
144 - fixed path
145
146 * datacenter/scripts/runcallisto:
147 - improved locking
148
149 * datacenter/macros/getdolist.C:
150 - included removing of file for the case, that there's something
151 strange happening in the shell script
152
153
154
155 2005/08/08 Daniela Dorner
156
157 * datacenter/macros/buildsequenceentries.C:
158 - fixed some bugs
159 - added deleting of sequences
160
161 * datacenter/macros/resetallruns.C:
162 - fixed small bug
163
164 * datacenter/macros/fillstar.C:
165 - fixed bug
166
167 * datacenter/scripts/dodatacheck:
168 - fixed logging of sinope
169
170
171
172 2005/08/05
173
174 * RELEASE 0.9.4
175
176
177
178 2005/08/05 Daniela Dorner
179
180 * datacenter/macros/setupdb.C:
181 - exchanged in the table RunProcessStatus the column fFillDotRaw
182 by the column fDataCheckDone
183
184 * steps.rc:
185 - adapted to the needs of the new step fDataCheckDone in the table
186 RunProcessStatus
187
188 * datacenter/scripts/dodatacheck:
189 - added (script to do datacheck including filldotraw.C, sinope,
190 fillsinope.C, resetcolumn.C)
191
192 * datacenter/macros/filldotraw.C:
193 - adapted to the needs the new script dodatacheck
194
195 * datacenter/macros/fillsinope.C:
196 - adapted paths to the needs the new script dodatacheck
197 - removed test stuff
198
199 * datacenter/macros/getdolist.C:
200 - added if clause to reduce the number of runs for datacheck
201 (arrays in shell scripts are limited)
202 - added logging output
203
204 * datacenter/scripts/buildsequenceentries, fillcallisto,
205 checkfilesforsequenceavail, checkstardone, correcttime,
206 filesondisk, fillstar, insertdatasets, runganymed, runstar,
207 doexclusions, writesequencefiles, runcallisto:
208 - fixed typo and logging
209
210
211
212 2005/08/05 Thomas Bretz
213
214 * mpointing/MSrcPocCam.[h,cc]:
215 - fixed a bug which caused problems if now source position was
216 defined in the dataset.
217
218 * mastro/MAstroCatalog.[h,cc]:
219 - added new base class TAttMarker
220 - added new data mebers MAttLine for the two line types
221 - some simplification to the atoi/atof stuff
222 - added new helper class MAttLine
223 - increased class version to 2
224
225
226
227 2005/08/04 Daniela Dorner
228
229 * datacenter/scripts/makecallistolinks:
230 - added (script to make the links for the correct callisto.rc in
231 case when callisto_Dec04Jan05.rc is needed)
232
233 * datacenter/macros/writesequencefile.C:
234 - added writing of ZdMin and ZdMax to the sequencefile
235
236 * sinope.cc
237 - added printing of Usage() in case of missing arguments
238 - added option --outf to make it possible to give the filename
239 (needed for automation of datacheck)
240 - added output in txt-file in case of no events (needed for the
241 evaluation of runs with no interlaced events)
242 - small changes in output
243
244 * datacenter/macros/setupdb.C:
245 - added new table (DataCheck)
246
247 * datacenter/macros/fillsinope.C:
248 - added (macro to read in the sinope*.txt files and fill the
249 information into the DB)
250
251 * datacenter/macros/filldotraw.C:
252 - added (was before in the directory macros/sql/)
253 - made some changes to include it into the automation
254 added function make it possible to call the macro not only
255 with the filename but also with the runnumber
256
257 * macros/sql/*:
258 - removed (all macros are now in the datacenter directory)
259
260
261
262 2005/08/02 Thomas Bretz
263
264 * mjobs/MJStar.cc:
265 - changed the muon cuts back after a discussion with Markus. I
266 made a mistake interpreting the meaning of the cuts.
267
268
269
270 2005/08/03 Daniela Dorner
271
272 * datacenter/macros/getdolist.C:
273 - added if-clause to distinguish between steps that need one todo
274 file and steps that need one todo file per sequence/dataset (i.e.
275 callisto, star, ganymed) and added writing of these files
276
277 * datacenter/scripts/runcallisto, runganymed, runstar:
278 - adapted scripts to the changes in getdolist.C (removed lines to
279 divide todo file, changed getting of todo file)
280
281 * datacenter/scripts/runcallisto:
282 - added if-clause for the choosing of the correct callisto.rc
283 (needed due to the new callist_MarApr05.rc which is applied
284 between sequence 49736 and 53315
285
286
287
288 2005/08/02 Daniela Dorner
289
290 * datacenter/macros/buildsequenceentries.C:
291 - fixed bug, added some logging output and comments
292
293
294
295 2005/08/02 Thomas Bretz
296
297 * callisto.rc, callisto_Dec04Jan05.rc:
298 - new ScaleFactor (1% difference)
299
300 * callisto_MarApr05.rc:
301 - new file, identical to callisto.rc but scale factor 5% different
302
303 * mhflux/MHPhi.[h,cc]:
304 - some small improvements
305 - commented code for further improvement
306
307 * mjobs/MJCut.cc:
308 - implemented MHPhi for wobble mode
309
310 * mjobs/MJStar.cc:
311 - repleced maximum deviation (45) in first muon cut by 35
312 it is done anyhow in a later step and doesn't change in between
313
314 * datacenter/macros/fillstar.C:
315 - now get muon data from MHMuonPar directly
316
317 * mmuon/MHMuonPar.[h,cc]:
318 - implemented the function to get the reference values
319 - updated psf reference line
320 - implemented calib reference line
321
322
323
324 2005/08/01 Thomas Bretz
325
326 * mhflux/MHPhi.[h,cc]:
327 - added
328
329 * mhflux/Makefile, mhflux/FluxLinkDef.h:
330 - added MHPhi
331
332
333
334 2005/07/31 Daniela Dorner
335
336 * datacenter/macros/buildsequenceentries.C:
337 - fixed bug in the new sequence-build algorithm (-> 2005/07/22):
338 completely re-wrote the function CheckSequence() to make sure,
339 that sequences which are not changed are not inserted once again
340
341
342
343 2005/07/30 Daniela Dorner
344
345 * datacenter/scripts/sourcefile:
346 - added function to make a directory
347
348 * datacenter/scripts/buildsequenceentries, checkstardone, copyscript,
349 checkfilesforsequenceavail, correcttime, doexclusions, filesondisk,
350 fillcallisto, fillstar, insertdatasets, runcallisto, runganymed,
351 runstar, writesequencefiles:
352 - replaced making of directories by the function
353
354 * datacenter/macros/setupdb.C:
355 - added column fTest in table Source to make building datasets
356 easier
357 - fixed small bug
358
359 * datacenter/macros/getdolist.C:
360 - fixed small bug
361
362 * datacenter/macros/filldotrun.C:
363 - inserted the two new arehucas version from July 2005
364
365
366
367 2005/07/29 Daniela Dorner
368
369 * datacenter/scripts/sourcefile:
370 - added four more general paths to the sourcefile to make it
371 easier to use the software for different users, paths and setups
372
373 * datacenter/scripts/buildsequenceentries, checkstardone,
374 checkfilesforsequenceavail, correcttime, doexclusions, filesondisk,
375 fillcallisto, fillstar, insertdatasets, runcallisto, runganymed,
376 runstar, writesequencefiles:
377 - adapted this scripts to the usage of the paths
378
379 * datacenter/macros/buildsequenceentries.C, findcacofiles.C,
380 getdolist.C, writesequencefile.C:
381 - adapted this macros to the usage of the paths
382
383 * datacenter/macros/buildsequenceentries.C, createdataset.C,
384 resetcolumn.C:
385 - fixed documentation of this macros
386
387
388
389 2005/07/27 Markus Meyer, Daniela Dorner
390
391 * datacenter/macros/fillstar.C:
392 - implemented new algorithm and new values for the calculation
393 of the muon parameter in the database
394
395
396
397 2005/07/28 Thomas Bretz
398
399 * mastro/MAstro.cc:
400 - fixed a bug in Deg2Hms reported by Abelardo. It gave wrong
401 results by 1./2pi
402
403
404
405 2005/07/27 Markus Meyer, Thomas Bretz
406
407 * mmuon/MHSingleMuon.[h,cc]:
408 - added third (constant) parameter to arc width gaus fit
409 - replaced nonsense GetMaximumBin as start value for fit
410 by GetMaximum
411 - replaced TH1F for fHistWidth by TProfile
412
413 * mmuon/MMuonSetup.cc:
414 - set new threshold for arc width plot to 2
415
416 * star.rc:
417 - replaced default for arc width threshold
418
419
420
421 2005/07/27 Thomas Bretz
422
423 * mhflux/MAlphaFitter.cc:
424 - added a line at the cut value to PaintResults
425
426 * mhflux/MHDisp.cc:
427 - replaced GetCosDelta/GetSinDelta by new GetNormAxis
428
429 * mhist/MHRate.cc:
430 - replaced some warn by err
431
432 * mimage/MHillas.[h,cc]:
433 - added new member function GetNormAxis
434
435
436
437 2005/07/26 Daniela Dorner
438
439 * datacenter/macros/fillsignal.C, setupdb.C:
440 - changed format of variables fMeanPedRmsInner and fMeadPedRmsOuter
441 from float(5,1) to float(6,2)
442
443
444
445 2005/07/26 Thomas Bretz
446
447 * mhflux/MHDisp.cc:
448 - improved scaling for significance plot, so that significances
449 similar to the ThetaSq plot come out
450
451 * mhvstime/MHSectorVsTime.[h,cc]:
452 - implemented the possibility to set a minimum/maximum from outside
453
454 * mjobs/MJStar.cc:
455 - added a plot of the pedestal rms vs time
456 - set minimum and maximum for dc currents vs time
457
458 * mpedestal/MPedPhotCam.cc:
459 - added a sanity in GetPixelContent for the index
460
461
462
463 2005/07/25 Daniela Dorner
464
465 * datacenter/macros/fillstar.C, setupdb.C:
466 - changed format of variable fMeanNumberIsland from float(5,1) to
467 float(6,2)
468
469
470
471 2005/07/25 Thomas Bretz
472
473 * mastro/MAstroSky2Local.[h,cc]:
474 - allow setting a pointing deviation when calculating the rotation angle
475
476 * mhflux/MHDisp.[h,cc]:
477 - added pot for a significance map
478 - changed alignment range from 0.33/0.47 to 0.325/0.475
479 - added fDeviation to calculation of Rotatio angle
480 - removed some obsolete code
481
482 * mpointing/MPointingPos.[h,cc]:
483 - added option to calculate Rotation angle using MPointingDev
484
485 * ganymed_onoff.rc, ganymed_wobble.rc:
486 - added example for MPointingDevCalc
487
488 * mjobs/MDataSet.cc:
489 - fixed an endless loop when a sequence is added twice
490
491 * mjobs/MSequence.cc:
492 - fixed an endless loop when a run is added twice
493
494 * mjobs/MJPedestal.cc:
495 - CheckEnv doesn't return kERROR, test for kFALSE instead
496
497 * mpointing/MPointingDev.h:
498 - added fDevX
499 - added fDevY
500
501 * mpointing/MPointingDevCalc.cc:
502 - call SetDevXY instead of the starguider calibration in zd/az
503
504 * mpointing/MSrcPosCalc.cc:
505 - added the DevXY to the source position if fDeviation!=NULL
506
507
508
509 2005/07/22 Daniela Dorner
510
511 * sinope.cc:
512 - added option to select only data or only calibration events for
513 the datacheck
514
515 * datacenter/scripts/runstar, runcallisto:
516 - increased number of processes to ensure, that the runtime of a
517 process doesn't exeed 12 hours
518
519 * datacenter/scripts/runganymed:
520 - removed second execution of ganymed
521
522 * datacenter/scripts/:
523 - small change in all scripts to make it easier to adapt scripts
524 for a different user
525
526 * datacenter/macros/buildsequenceentries.C:
527 - implemented new algorithm to build sequences: instead of
528 checking the conditions of the runs after grouping them together
529 the condition are taken into account for grouping the runs
530 Attention: some sequences will change with this new algorithm!
531
532
533
534 2005/07/22 Thomas Bretz
535
536 * macros/tutorials/extendcam.C, macros/tutorials/hft.C:
537 - some updates. Replaced MCerPhotEvt by MSignalCam
538
539 * mhflux/MHDisp.cc:
540 - some more fixes to allow no-smearing
541
542 * mhft/MGeomCamMagicEnhance.cc:
543 - replaced GetPixById by the id itself
544
545 * mimage/MImgCleanStd.cc:
546 - do not check for the pedestal container if absolute cleaning
547 has been chosen
548
549 * mjobs/MJCalibrateSignal.cc:
550 - removed obsolete comments
551
552 * mreport/MReport.[h,cc]:
553 - added some conversions for wrong version numbers
554
555 * mreport/MReportCamera.cc:
556 - fixed a problem reading files with gkActiveLoadControlVersNum
557 - added a fix for report files before 200407070
558
559 * mhvstime/MHSectorVsTime.[h,cc]:
560 - added example to class reference
561 - fixed possible crash in SetName and SetTitle
562 - set default style to kFullDotMedium
563 - removed seconds from default axis labels
564 - changed default time labels size to 0.033
565 - moved Draw code to Paint as in MHVsTime
566 - fixed wrong return of kCONTINUE in Fill
567
568 * mhvstime/MHVsTime.cc:
569 - removed seconds from default axis labels
570
571 * mjobs/MJStar.cc:
572 - added Starguider info to output
573 - added MHSectorVsTime to display mean DC current
574 - allow skipping MHPointing for very old files without
575 starguider reports
576
577 * mpointing/MHPointing.[h,cc]:
578 - allow skipping MHPointing for very old files without
579 starguider reports
580 - removed displaying nominal Az
581
582 * mjobs/MJCut.cc:
583 - implemented pointing correction by starguider
584
585 * mpointing/MPointingDevCalc.cc:
586 - some minor updates
587
588 * mpointing/MSrcPosCalc.[h,cc]:
589 - implemented usage of pointing deviation -- still in progress!
590
591 * mpointing/MSrcPosCorrect.[h,cc]:
592 - inverted sign of pointing correction for anti-source
593 - write telescope axis to parlist
594
595 * ganymed_wobble.rc:
596 - added setup for polynom order 1
597
598
599
600 2005/07/21 Thomas Bretz
601
602 * mastro/MAstro.[h,cc]:
603 - added new member function GetDevAbs
604
605 * mcamera/MCameraAUX.[h,cc]:
606 - added new data members for counting house temperatures
607 - increased class version number to 2
608
609 * mcamera/MCameraHV.[h,cc]:
610 - added new data members for HV settings file name
611 - increased class version number to 2
612
613 * mhflux/MHDisp.cc:
614 - fixed handling of non-smearing
615 - fixed calculation of number of entries for the two wobble
616 histograms
617
618 * mjobs/MJStar.cc:
619 - gave a new name to the task writing the Muon-tree
620
621 * mpointing/MHPointing.cc:
622 - do not check the abs deviation but check both deviations
623 independantly whether they make sense.
624 - Plot only hour and minutes
625
626 * mpointing/MPointingPosCalc.h:
627 - fixed wrong #ifndef
628
629 * mpointing/Makefile, mpointing/PointingLinkDef.h:
630 - new class MPointingDev
631 - new class MPointingDevCalc
632
633 * mpointing/PointingIncl.h:
634 - removed TVector2
635
636 * mreport/MReportCamera.[h,cc]:
637 - added interpretation CHTEMP and HVFIl valid since
638 arehcas version 200507190 (incl)
639
640 * mreport/MReportDrive.cc:
641 - moved code from GetErrorAbs to MAstro
642
643 * mreport/MReportStarguider.[h,cc]:
644 - moved code from GetDevAbs to MAstro
645 - added new getter returning a TVector2
646
647 * ganymed_onoff.rc, ganymed_wobble.rc:
648 - added
649
650 * ganymed.rc:
651 - updated
652
653
654
655 2005/07/19 Thomas Bretz
656
657 * mjobs/MJCut.cc:
658 - write MSrcPosCam to output
659 - write MSrcPosAnti to output
660 - removed MEnergyEst from output
661 - added MSrcPosCorrect to tasklist
662
663 * mjobs/MJSpectrum.cc:
664 - removed MSrcPosCalc from tasklist for refilling
665 - removed hillas calculation from tasklist for refilling
666 (both need a better concept in MJCut: not writing to
667 results file, but to summary file)
668
669 * mjobs/MJStar.cc:
670 - removed MSrcPosCalc from tasklist (better this is always done
671 correctly in MJCut)
672 - added Starguider information to output
673 - replaced Rate historams by new histogram MHRate
674 - added new histogram MHPointing
675
676 * mpointing/MSrcPosCorrect.cc:
677 - write new optical axis to parameter list
678 - print a message if a correction is introduced for this run
679
680 * mreport/MReportStarguider.[h,cc]:
681 - added GetDevAbs
682
683 * mhist/MHRate.[h,cc]:
684 - added
685
686 * mhist/Makefile, mhist/HistLinkDef.h:
687 - added MHRate
688
689 * mpointing/MHPointing.[h,cc]:
690 - added
691
692 * mpointing/Makefile, mpointing/PointingLinkDef.h:
693 - added MHPointing
694
695 * mcalib/MCalibrationCam.[h,cc]:
696 - moved code of static function GetPulserColorStr into source file.
697 Hopefully this 'repairs' a strange message some people got linking
698 mars: `.gnu.linkonce.t._ZN15MCalibrationCam17GetPulserColorStrENS_13PulserColor_tE' referenced in section `.rodata' of mcalib/CalibCint.o: defined in discarded section `.gnu.linkonce.t._ZN15MCalibrationCam17GetPulserColorStrENS_13PulserColor_tE' of mcalib/CalibCint.o
699 which was mainly annoying.
700
701 * mfbase/MF.cc:
702 - changed order and handling in ReadEnv. This allows to overwrite
703 already set resources in sponde (eg. MFMagicCuts.ThetaCut)
704
705 * mhbase/MH.cc:
706 - first draft of a new palette introduced by Pepe (I got it from
707 Hendrik)
708
709
710
711 2005/07/16 Thomas Bretz
712
713 * macros/dohtml.C:
714 - some updates to the macro section
715
716 * mcalib/MCalibrationCam.h:
717 - added new member function GetPulserColorStr to convert
718 pulser color into string
719
720 * mcalib/MCalibrationPattern.h:
721 - added new member function GetPulserColorStr to return
722 pulser color a string
723
724 * mcalib/MCalibrationPatternDecode.cc:
725 - fixed a typo in a comment
726
727 * mhflux/MHThetaSq.cc:
728 - set default number of bins to 75
729
730 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]:
731 - updated support for automatic weights. All cases should now
732 be handled as accurate as possible.
733
734 * msignal/MC_calibration_weights_UV46.dat,
735 msignal/MC_cosmics_weights46.dat:
736 - new files
737
738
739
740 2005/07/14 Thomas Bretz
741
742 * mbadpixels/MBadPixelCam.[h,cc]:
743 - added new function GetNumSuitable
744
745 * mcalib/MCalibrationChargeCalc.cc:
746 - simplified FinalizeUnsuitablePixels()
747
748 * mcalib/MCalibCalcFromPast.cc:
749 - when finalizing of unsuitable pixels fails return kERROR in
750 Process
751
752 * mcalib/MCalibrationRelTimeCalc.cc:
753 - simplified counting unreliable pixels
754
755 * mfilter/MFMagicCuts.[h,cc]:
756 - replaced the m3long cut. m3long now is used to determin which
757 origin might be the correct impact of the shower. This gives
758 not so steep theta plots and the 2D plot can be done at the
759 same time.
760 - The sign of Disp stored in the paremeter list is now correctly
761 aligned along the major axis of the shower. >0 for along major
762 axis, <0 otherwise.
763 - comment have been updated.
764 - some old code had been removed
765
766 * mhflux/MHDisp.[h,cc]:
767 - updated with a more appropriate calculation of a background model
768
769
770
771 2005/07/13 Abelardo Moralejo (2005/07/12)
772
773 * manalysis/MGeomApply.cc
774 - Now, if the MGeomApply task has a serial number >0 (indicating
775 most likely a specific telescope in a multi-telescope file), then
776 apply the geometry only to objects with the same serial number.
777 This is important for stereo setups in which the telescopes have
778 cameras with different numbers of pixels. If the MGeomApply task
779 has serial number 0 (default), it will apply the geometry to all
780 found objects as it used to do.
781
782 * manalysis/MMcCalibrationUpdate.cc, mpedestal/MMcPedestalCopy.cc
783 - Now the PreProcess adds the serial number also to MRawRunHeader
784 and MMcRunHeader, since in stereo MC files produced with the
785 current camera simulation at CVS there is one such container per
786 telescope. There is no difference in behaviour for single
787 telescope files. Old MC stereo files will no longer be readable.
788
789 * mimage/MNewImagePar.cc
790 - Made calculation of "Inner size" valid also for camera geometries
791 other than MAGIC standard one. The calculation of "inner leakage"
792 is now made only for MAGIC standard geometry (there is no easy
793 fix for that, but having fInnerSize and MHillas.fSize, the inner
794 leakage is a completely unnecessary parameter). Added a comment on
795 a possible fix for the calculation of fConc.
796
797 * mcalib/MMcCalibrationCalc.[h,cc]
798 - Added member fMinSize and setter for it. It is the minimum
799 (uncalibrated) size of events to be used in the calibration.
800 Previously it was fixed at 1000 ADC counts, but the value depends
801 on the extractor used, so it must be possible to change it.
802 - Add the serial number to MRawRunHeader and MMcConfigRunHeader
803 (now there is one per telescope in stereo files).
804 - Moved the creation of histograms from the constructor to the
805 PreProcess, otherwise the serial number is not added to the
806 histogram name.
807 - In PostProcess, set the average QE for area 0 (inner pixels) in
808 MCalibrationQECam object, to be used later by MCalibrateData.
809
810 * macros/starmcstereo.C
811 - Big update. Adapted to all changes above. Now not only relative, but
812 also absolute calibration (=SIZE in phes) is made.
813
814 * mcalib/MCalibrateData.cc
815 - In PreProcess, changed initialization of fRenormFactor. Formerly
816 it was fixed to MCalibrationQEPix::gkDefaultAverageQE. Now we check
817 first if there is a valid average QE for inner pixels in
818 MCalibrationQECam, and if so, we inititalize fRenormFactor with it.
819 Else, the default gkDefaultAverageQE is taken. fRenormFactor is
820 used to convert back from photons to "equivalent inner pixel phes"
821 in the (now default) case of calibrating in phes.
822
823
824
825 2005/07/13 Raquel de los Reyes (2005/07/12)
826
827 * merpp.cc
828 - Added the container MCameraActiveLoad to the rootified central
829 control files
830
831 * mreport/MReportCC.[h,cc]
832 - Changes in the InterpreteBody to write the variable UPS status and
833 the Time difference between GPS and rubidium clock.
834
835 * mreport/MReportCamera.cc
836 - Changes in the InterpreteCamera and InterpreteBody functions to allow
837 the data merpping from 2005_06_30.
838
839
840
841 2005/07/13 Abelardo Moralejo (2005/07/12)
842
843 * macros/starmcstereo.C
844 - Fixed error which made some objects to be written twice in the
845 _test_ output file.
846
847
848
849 2005/07/13 Patricia Liebing (2005/07/06)
850
851 * mhcalib/MHCalibrationChargeCam.cc:
852 - include new flag (kLoGainBlackout) into the "uncalibrated"
853 pixel classification (see docu from 28/06/2005 Markus Gaug)
854
855 * mbadpixels/MBadPixelsPix.[cc.h], mcalib/MCalibrationChargeCalc.cc
856 - included flag kLoGainBlackout for unsuitable pixels w/
857 corresponding docu/printout (see MHCalibrationChargeCam.cc)
858
859 * mhcalib/MHCalibrationPulseTimeCam.cc, MHCalibrationCam.cc
860 - add Pixel ID to Debug printout statements
861
862 * mjobs/MJCalibration.cc
863 - include new display for kLoGainBlackout unsuitable pixels
864
865
866
867 2005/07/13 Antonio Stamerra (2005/07/04)
868
869 * manalysis/MMcTriggerLvl2Calc.cc
870 - the checks written on ReInit for MC have been moved to PreProcess()
871 - kFALSE substituted with kSKIP in the check for the standard MAGIC
872 geometry
873
874
875
876 2005/07/13 Abelardo Moralejo (2005/07/01)
877
878 * macros/starmc.C
879 - Set two different cleaning tasks for the calibration loop and
880 for the second (analysis) loop. Otherwise, some pixels were
881 cleaned out in the first loop (we do not want this) if the
882 absolute method was chosen.
883
884
885
886 2005/07/13 Abelardo Moralejo (2005/06/30)
887
888 * mmc/MTriggerDefine.h
889 - Added TRIGGER_PIXELS_4, a provisional number of trigger pixels
890 for the MGeomCamMagic1183 geometry.
891
892 * mgeom/MGeomCamMagic1183.[h,cc]
893 - added. Possible design for a MAGIC-II camera. Preliminary
894 version, not yet ready to use.
895
896
897
898 2005/07/13 Abelardo Moralejo (2005/06/29)
899
900 * mgeom/MGeomCamMagic1183.[h,cc]
901 - added. Possible design for a MAGIC-II camera
902
903 * mgeom/Makefile, GeomLinkDef.h
904 - added new class above.
905
906
907
908 2005/07/13 Markus Gaug (2005/06/28)
909
910 * mhcalib/MHCalibrationChargeCam.[h,cc]
911 - set the fPickupLimit and fBlackoutLimit for the low-gain arrays
912 to a 3.5 instead of the default used in MHCalibrationPix (5.0).
913 - use a new criterium to exclude bad pixels: If the high-gain was
914 saturated and the blackout-events in the low-gain exceed the
915 fNumLoGainBlackoutLimit, the pixel is declared unsuitable.
916 This excludes those pixels which have a saturating high-gain
917 channel, but the low-gain switch does not switch often enough
918 to make the distribution reliable.
919
920
921
922 2005/07/13 Markus Gaug (2005/06/23)
923
924 * mhcalib/MHCalibrationChargeCam.cc
925 - fix a bug counting the number of saturated events. Up to now, the
926 number of saturated slices was counted (which is one for a not too
927 high number), but for some (pathological) pixels, many more slices
928 saturated and produced wrong limits.
929 - make the PickupLimit und BlackoutLimit for the low-gain explicitely
930 smaller. The too large limits caused a failed fit for some channels
931 which resulted in wrong calibration constants. (M. Gaug)
932
933
934
935 2005/07/13 Markus Gaug (2005/06/22)
936
937 * mjobs/MJPedestal.cc
938 - change order of reading local environmnet variables in lines 1044
939 to 1068. Reason: The lines:
940 if (fExtractor==tenv.GetTask())
941 return kTRUE;
942 yielded sometimes a return before the rest of the env-variables
943 could be read in. This affected ONLY the reading of the pedestal
944 reference file and the bad pixels file name. (M. Gaug)
945 - Added "decode" task (MTriggerPatternDecode) task to the list also
946 for MC runs.
947
948 * mhcalib/MHCalibrationChargeCam.cc
949 - fixed the setting of unreliability for saturated events where the
950 high-gain signal was not stable over time. Now, saturation is
951 asked for before (like in the high-gain fitted-case). (M. Gaug)
952 - fixed a small bug in the precise setting of the histogram ranges.
953 May have introduced a bias of typically 1 FADC cnt in the mean
954 fitted signal (< 0.5%).
955
956 * mbadpixels/MBadPixelsPix.[h,cc]
957 - took out the un-used bad pixels information in function:
958 GetUnsuitableCalLevel().
959 - debugged the class-documentation
960
961 * mcalib/MCalibrationIntensityChargeCam.cc
962 - a very small fix in the axis title from N_phe to N_{phe}
963 - fixed one bug in the draw-functions of this class. Not (yet) used by
964 standard calibration.
965 - +some undocumented changes
966
967 * mjobs/MJCalibration.cc
968 - changed order in tasklist between MCalibColorSet and
969 MPedCalcFromPedRun. Caused crashes in the intensity calibrations.
970 Does not affect ordinary calibration since MPedCalcFromPedRun is
971 then not in the tasklist anyhow.
972 - changed order of MHCalibrationChargeCam and MCalibrationRelTimeCalc.
973 This wrong order caused MCalibrationRelTimeCalc to print out
974 unreliable pixels which were not set by the rel. time calibration.
975 This caused some confusion in the reading of the output because of
976 the un-logical order of flag settings and posterior output.
977 - set the error of the hi-logain intercalibration constants
978 as the real error on the mean instead of the sigma.
979 - took out the those bad pixel-informations which are not used
980 any more in the "Defect" - display. (M. Gaug)
981
982
983
984 2005/07/13 Markus Gaug (2005/06/21)
985
986 * mhcalib/MHCalibrationChargePix.h
987 - take out one un-necessary 'virtual'-declaration for the Draw-
988 function
989
990 * mhcalib/MHGausEvents.cc
991 - fixed a small bug in the non-standard display with options.
992
993
994
995 2005/07/13 Markus Gaug (2005/06/19)
996
997 * msignal/MExtractTimeAndChargeSpline.cc
998 - set fgOffsetLoGain from 1.7 to 1.39. This is the correct time
999 shift between high-gain and low-gain. Affects only very detailed
1000 timing studies.
1001
1002 * msignal/MExtractTimeAndChargeDigitalFilter.cc
1003 - set fOffsetLoGain from 1.7 to 1.4 which corrects now exactly for
1004 the arrival time difference between low-gain and high-gain pulses.
1005 This wrong number could have had some effect on image cleanings
1006 using the time information. (M. Gaug)
1007
1008 * mcalib/MCalibrationBlindCam.[h,cc]
1009 - remove obsolete Copy-function
1010
1011 * mcalib/MCalibConstPix.h, mcalib/MCalibConstCam.h
1012 - introduce Copy-functions
1013 - set class index to 1 (was 0)
1014
1015 * mcalib/MCalibrationChargePix.[h,cc]
1016 - introduce Copy() function.
1017
1018
1019
1020 2005/07/13 Markus Gaug (2005/06/18)
1021
1022 * mpedestal/MPedestalCam.cc
1023 - modify Print() function to print out also the event-by-event
1024 averaged results.
1025
1026 * mpedestal/MExtractPedestal.[h,cc]
1027 - new flag fUseSpecialPixels (set to kFALSE per default)
1028 - new data member: fNameRawEvtData which can be set from outside
1029 (e.g. to "MRawEvtData2").
1030 - with these two changes, the special pixels can be extracted.
1031 Difference to previous version: if flag fUseSpecialPixels is set,
1032 * the area and sector averages are not calculated.
1033 * the MPedestalCam will get initialized to
1034 MRawRunHeader->GetNumSpecialPixels().
1035 - fix a bug in the calculation of the event-by-event averaged
1036 pedestal RMS (one total number of areas or sectors was not taken
1037 into account).
1038 - make local variables in the calculation of rms and mean doubles
1039 instead of floats.
1040
1041 * mpedestal/MPedCalcPedRun.cc
1042 - do not calculate the area and sector averages in case flag
1043 fUseSpecialPixels is set.
1044 - check for existence of pointer fRawEvt in PostProcess.
1045
1046 * mcalib/MCalibrationChargeCalc.[h,cc]
1047 - implement possibility to set reference number of photo-electrons from
1048 outside (stored in fExternalNumPhes).
1049
1050 * mcalib/MCalibrateData.[h,cc], mcalib/MCalibCalcFromPast.cc,
1051 mjobs/MJCalibrateSignal.cc:
1052 - write calibration constants now in separate
1053 MCalibrationIntensityConstCam. This is necessary since with the
1054 introduction of the averageing of mean photo-electrons, the
1055 MCalibrationIntensityChargeCam does not hold the correct conv.
1056 factors any more.
1057
1058 * mcalib/MCalibrateData.[h,cc]
1059 - get also pointers to the IntensityCams and use them if exist
1060 (previously, only the first calibration cam was used together
1061 with the updatecam.)
1062
1063
1064
1065 2005/07/13 Markus Gaug (2005/06/17)
1066
1067 * mcalib/MCalibrationIntensityCam.[h,cc]
1068 - take out some un-used or commented code (variables fOffsets and
1069 fSlopes). These data members were not in the streamter either.
1070 - put some of the most-used code from the .cc file into the .h file
1071 - add new function: SetCam().
1072
1073
1074
1075 2005/07/13 Markus Gaug (2005/06/15)
1076
1077 * mcalib/MCalibrationIntensityConstCam.[h,cc]
1078 - new class to store the actual applied conversion factors (now with
1079 averaged photo-electrons not in the MCalibrationIntensityChargeCam
1080 any more).
1081
1082 * mjobs/MJCalibration.cc
1083 - set the correct (statistical) error of the inter-calibraiton factor
1084 into MCalibrationChargePix::SetConversionHiLoErr() and the
1085 sigma of the distribution
1086 into MCalibrationChargePix::SetConversionHiLoSigma().
1087 - In MCalibrationChargePix, the mean conversion error is used for the
1088 statistical error of the conversion factor.
1089 - In CalibrateData, the sigma is used for the statistical error of the
1090 converted signal to equiv. high-gain charges.
1091
1092 * mcalib/MCalibCalcFromPast.[h,cc]
1093 - implement the mean photo-electron averageing for a desired number of
1094 calibration updates.
1095
1096 * mcalib/MCalibrateData.cc
1097 - use MCalibrationChargePix::GetConversionHiLoSigma() to calculate the
1098 error (was previously MCalibrationChargePix::GetConversionHiLoErr().
1099
1100 * callisto.cc
1101 - calculate first fixed window pedestal in MJPedestalY2,
1102 then sliding window pedestal in MJPedestalY3 (order reversed).
1103
1104
1105
1106 2005/07/13 Markus Gaug (2005/06/14)
1107
1108 * mcalib/MCalibrationHiLoPix.[h,cc]
1109 - store also results from profile fits.
1110 - increades class version
1111
1112 * mhcalib/MHCalibrationHiLoPix.[h,cc], mhcalib/MHCalibrationHiLoCam.[h,cc]
1113 - added TProfiles for every pixel filled with the high-gain signal
1114 vs. low-gain signal which can be fitted to extract gain and
1115 offset.
1116
1117 * mhcalib/Makefile, mhcalib/HCalibLinkDef.h
1118 - added MHCalibrationHiLoPix
1119
1120
1121
1122 2005/07/13 Markus Gaug (2005/06/10)
1123
1124 * mcalib/MCalibrationRelTimeCalc.cc
1125 - print out forgotten successfully calibrated pixels
1126 - small change in spacing of one output
1127
1128 * mhcalib/MHCalibrationCam.[h,cc]
1129 - introduce max. number of events, the rest gets skipped before the
1130 next ReInit() is called. Default: 4096
1131 Reason: The calibration causes too many un-reliable pixels if more
1132 than about 5000 events are treated (@500 Hz) because of the
1133 mode hopping of the VCSels. However, in the past, some
1134 calibration runs have been taken (erroneously) with more
1135 than 5000 events, especially the intensity scans where
1136 a good precision is needed.
1137 - increased version number
1138 - introduce a Getter for the fAverageAreaNum array.
1139 - re-normalize the area-averaged sigmas to the equivalent number per
1140 pixel also for the intensity calibration.
1141
1142 * mcalib/MCalibrationChargePix.[h,cc]
1143 - divide errors in stat. and syst. errors. Both can be retrieved
1144 now, depending on the study, one wants to make.
1145
1146 * mcalib/MCalibrationChargeCalc.[h,cc]
1147 - set a limit to the number of un-suitable and un-reliables pixels
1148 for the run to succeed: 0.1 unsuitables and 0.3 un-reliables
1149 - set UseExtractorRes to kTRUE, will raise the number of
1150 photo-electrons for the spline extractor by 1-2% (correctly).
1151 - re-normalize the pedestal RMS of the event-by-event averaged
1152 area events to the sqrt of the number of used pixels.
1153 - re-normalize the sigma of the event-by-event averaged area events
1154 by 1/F-Factor.
1155 - introduce switch to choose if un-reliables should be used for the
1156 calculation of mean number of phes (default: kTRUE).
1157 - print out the number of high-gain saturated pixels.
1158
1159
1160
1161 2005/07/13 Markus Gaug (2005/06/10)
1162
1163 * mjobs/MJCalibrateSignal.[h,cc]
1164 - skip also the PIN Diode events from the data calibration.
1165
1166
1167
1168 2005/07/13 Markus Gaug (2005/06/06)
1169
1170 * mhcalib/MHGausEvents.[h,cc]
1171 - put small functions into header file to speed up calculations a bit.
1172
1173 * mcalib/MCalibrationRelTimeCalc.cc
1174 - introduce flags to steer the setting of unreliability like done
1175 in MCalibrationChargeCalc. Can be steered from the conf-file.
1176
1177 * mbadpixels/MBadPixelsIntensityCam.[h,cc]
1178 - implement two Get and Draw-functions to display bad pixels over
1179 time like in the mcalib/MCalibrationIntensityChargeCam
1180
1181
1182
1183 2005/07/13 Markus Gaug (2005/06/03)
1184
1185 * mhcalib/MHCalibrationPulseTimeCam.cc
1186 - fill arrays only if IsOscillations() was asked. This is a speed
1187 bug and could cause important memory leaks. It does not affect the
1188 outcome of an analysis, however.
1189
1190
1191
1192 2005/07/13 Thomas Bretz
1193
1194 * mbase/MTaskInteractive.[h,cc]:
1195 - fixed a bug with calling ReInit... PostProcess was called instead.
1196 - added the missing initialisation of fReInit in constructor
1197
1198 * sinope.cc:
1199 - removed plotting the tasklist statistics twice
1200 - replaced DrawClone by DrawCopy (DrawClone gave problems)
1201
1202 * mhflux/MAlphaFitter.[h,cc]:
1203 - fixed the ThetaSq function. It was wrongly defined as
1204 exp(-((x-c)/s)^2) instead of exp(-1/2*((x-c)/s))
1205 - Set start value for corresponding fit back to same value
1206 as for a standard gauss-fit.
1207
1208
1209
1210 2005/07/12 Daniela Dorner
1211
1212 * datacenter/macros/buildsequenceentries.C:
1213 - fixed bug, that was caused by changes in TExMap in root_v4.04.02
1214
1215
1216
1217 2005/07/12 Daniela Dorner
1218
1219 * automatic-exclusions.rc:
1220 - added two automatic exclusions
1221
1222 * datacenter/macros/findcacofiles.C:
1223 - adapted query to ensure, that only existing caco-files are
1224 searched
1225
1226 * datacenter/macros/getdolist.C:
1227 - changed query to make sure, that new data is processed first
1228
1229 * datacenter/macros/resetallruns.C:
1230 - changed query to allow manual interaction in RunProcessStatus
1231
1232 * datacenter/scripts/runganymed:
1233 - fixed bug in choice of rc-file
1234
1235
1236
1237 2005/07/12 Thomas Bretz
1238
1239 * mhist/MHEvent.[h,cc]:
1240 - added MTime to output
1241
1242 * mastro/MAstroCatalog.cc:
1243 - added a fix which avoided reproducing the gui elements after
1244 reading from file
1245
1246 * mbase/BaseIncl.h:
1247 - added TVector3
1248
1249 * mbase/MMath.[h,cc]:
1250 - added Sgn function
1251 - moved include of TVector3 to source file
1252
1253 * mimage/MHillasExt.cc:
1254 - included TVector2
1255
1256 * mjobs/MJCut.cc:
1257 - write Disp to output
1258 - write MTime to output
1259 - changed handling of source position (MSrcPosCalc)
1260
1261 * mpointing/MSrcPosCalc.[h,cc]:
1262 - allow to switch off source pos calculation
1263
1264
1265
1266 2005/07/11 Thomas Bretz
1267
1268 * callisto.cc, ganymed.cc, mars.cc, showlog.cc,
1269 showplot.cc, sponde.cc, mimage/MImgCleanStd.cc:
1270 - fixed some typos
1271
1272 * mastro/MAstro.[h,cc]:
1273 - added new member function GetStringDeg and GetStringHor
1274
1275 * mastro/MAstroCatalog.cc:
1276 - don't display empty ": " in tooltip for sources without name
1277
1278 * mbase/MParContainer.cc, mbase/MTask.cc:
1279 - fixed usage of a ?:-operator
1280
1281 * mbase/MString.h:
1282 - added two new constructors
1283
1284 * mjobs/MDataSet.cc:
1285 - made sure that all files read later are sorted correctly.
1286 This is necessary to ensure correct reading of subsystem
1287 data.
1288 - skipped adding a sequence twice
1289
1290 - print effective on time only in debug mode
1291
1292 * mjobs/MSequence.cc:
1293 - skipped adding a run twice
1294
1295 * mpointing/MSrcPosCalc.cc:
1296 - reformatted the comments
1297 - add MTime and MPointingPos to branch list
1298 - fTime and fObservatory are now presearched in PreProcess
1299 to allow usage in macros having no RunHeaders (if they are
1300 not found no warning is printed!)
1301 - added sanity checks for these pointers in Process
1302
1303
1304
1305 2005/07/08 Thomas Bretz
1306
1307 * showplot.cc:
1308 - implemented the possibility to open a root interpreter
1309
1310 * mbase/MMath.cc:
1311 - added sanity checks in GaussProb
1312
1313 * mimage/MHillasExt.[h,cc]:
1314 - fixed some units
1315 - added Paint
1316
1317 * mimage/MNewImagePar.cc:
1318 - fixed Print output
1319
1320 * mmain/MEventDisplay.cc:
1321 - print a separator between two events
1322 - Draw MHillasExt, too
1323
1324 * mmuon/MMuonCalibPar.cc, mmuon/MMuonSearchPar.cc:
1325 - fixed Print output
1326
1327 * mimage/MHillas.cc:
1328 - implemented plotting a estimate of disp
1329 - fixed some units in output
1330 - fixed the special case in which the shower is symmetric to
1331 the axis
1332
1333 * mimage/MHillasCalc.cc:
1334 - skipped printing the removed case 4 from MHillas::Calc
1335
1336 * mbase/MStatusDisplay.cc:
1337 - fixed wrong "save as" in "open" dialog
1338
1339 * mbase/MTaskInteractive.[h,cc]:
1340 - added ReInit
1341
1342 * mhflux/MAlphaFitter.cc:
1343 - fixed the standard polynom order (0 instead of 1) for
1344 difference histogram
1345 - changed default start velue for gauss sigma in case of kThetaSq
1346
1347 * mhflux/MHAlpha.cc, mhflux/MHCollectionArea.cc,
1348 mhflux/MHEffectiveOnTime.cc, mhflux/MHThetaSq.cc,
1349 mjobs/MJCut.cc:
1350 - enhanced zenith angle range
1351
1352 * mhflux/MHFalseSource.h:
1353 - made GetCatalog protected
1354 - made SetOffData virtual
1355
1356 * mhflux/MHThreshold.cc:
1357 - enabled Sumw2
1358
1359 * mjobs/MJCut.cc:
1360 - removed BinningEnergyEst
1361
1362 * mpointing/MPointingPos.h:
1363 - added copy constructor
1364
1365 * mpointing/MSrcPosCorrect.cc:
1366 - added a comment
1367
1368 * mranforest/MRFEnergyEst.[h,cc]:
1369 - now stores the mean energy of the bins in the forest
1370 - implemented several interpolation methods
1371
1372
1373
1374 2005/06/28 Thomas Bretz
1375
1376 * mfilter/MFMagicCuts.[h,cc]:
1377 - first full implementation... updates to come.
1378
1379 * mhbase/MH.[h,cc]:
1380 - added new member function to set several palettes
1381
1382 * mhflux/MHDisp.[h,cc]:
1383 - fixed z-axis dscription
1384 - rotate filling off data by 180 deg.
1385 - implemented subtracting off-data from on-data
1386 - set different palettes
1387
1388 * mhflux/MMcSpectrumWeight.[h,cc]:
1389 - implemented additional weight for zenith-angle- and size-bins
1390
1391
1392
1393 2005/06/27 Thomas Bretz
1394
1395 * macros/optim/optimenergy.C:
1396 - changed algorithm from Simplex to Migrad
1397 - fixed a typo (RunDisp)
1398
1399 * mhflux/FluxLinkDef.h, mhflux/Makefile:
1400 - added new class for threshold calculation
1401
1402 * mhflux/MHCollectionArea.cc:
1403 - replaced BinningEnergy by BinningEnergyEst
1404
1405 * mimage/MHHillasSrc.cc:
1406 - set minimum of fAlpha, fCosDA and fDCADelta to 0
1407
1408 * mjobs/MDataSet.cc:
1409 - improved reading source position
1410
1411 * mranforest/MRanForest.[h,cc]:
1412 - implemented a value describing the forest (eg. corresponding
1413 energy)
1414 - increased ClassVersion
1415
1416 * mtrigger/MFTriggerPattern.cc, mtrigger/MTriggerPattern.cc,
1417 mtrigger/MTriggerPatternDecode.cc
1418 - improved dox (thx to Nicola)
1419
1420 * mjobs/MJStar.cc:
1421 - implemented a new write task which only writes the effective
1422 on time. This is necessary otherwise for example the image
1423 cleaning could skip effective on-time events.
1424
1425
1426
1427 2005/06/17 Thomas Bretz
1428
1429 * mbase/MArgs.[h,cc]:
1430 - handle possible char \015 in arguments
1431
1432 * mdata/MDataArray.h:
1433 - added Print function to //*MENU*
1434
1435 * mhflux/MAlphaFitter.[h,cc]:
1436 - added new Option for Scale: Fixed
1437 - fixed typo in IsEnvDefined for Signalfunction
1438
1439 * mhist/MHCamera.cc:
1440 - plot profile in deg instead of mm
1441
1442 * mjobs/MDataSet.[h,cc]
1443 - changed error handling when reading source catalog
1444
1445 * mjobs/MJCut.cc:
1446 - added MImagePar to output
1447 - take new error handling into account when reading source catalog
1448
1449 * mjobs/MJSpectrum.cc:
1450 - print energy estimator
1451 - removed the double minus displaying the fitted spectrum
1452
1453 * mjoptim/MJOptimizeDisp.cc, mjoptim/MJOptimizeEnergy.cc:
1454 - print rule when optimization has finished
1455
1456 * mmain/MBrowser.cc:
1457 - replaced old path with new path to datacenter
1458
1459 * mranforest/MRFEnergyEst.[h,cc]:
1460 - store binning in new data member fBinning to avoid many calles
1461 to atof
1462
1463
1464
1465 2005/06/15 Daniela Dorner
1466
1467 * datacenter/macros/createdataset.C:
1468 - added function to read in input from txt-file
1469
1470 * datacenter/macros/insertdataset.C:
1471 - fixed bug -> no new sourcenames can be inserted by this macro
1472
1473 * datacenter/macros/writesequencefile.C:
1474 - fixed small bug in logging-output
1475
1476
1477
1478 2005/06/13 Daniela Dorner
1479
1480 * datacenter/macros/createdataset.C:
1481 - added (macro to write simple datasetfile)
1482
1483 * datacenter/macros/buildsequenceentries.C:
1484 - fixed bug introduced 12.5.2005
1485
1486 * datacenter/scripts/copyscript:
1487 - fixed bug
1488
1489
1490
1491 2005/06/13 Thomas Bretz
1492
1493 * mcalib/MCalibrationHiLoCam.h:
1494 - added Print to //*MENU*
1495
1496 * mhflux/MHThetaSq.[h,cc]:
1497 - added resources for fNumBinsSignal and fNumBinsTotal
1498
1499 * mjobs/MJSpectrum.[h,cc]:
1500 - implemented weighting in theta, so we get better statistics
1501 - improved output
1502 - added plotting other spectras
1503
1504 * Makefile:
1505 - added new directory mjoptim
1506
1507 * manalysis/MEnergyEstimate.[h,cc]:
1508 - derives now from a new more genral class MParameterCalc
1509
1510 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1511 - added new class MParamterCalc
1512
1513 * manalysis/MParameterCalc.[h,cc]:
1514 - added new class MParamterCalc
1515
1516 * mbase/MLog.cc:
1517 - do not display 'underline' if fIsNull output
1518
1519 * mhbase/MBinning.cc:
1520 - removed some obsolete comments fixed old stylish SetBinningCos
1521
1522 * mhflux/MAlphaFitter.[h,cc]:
1523 - background fit can now be switched off
1524 - removed some obsolete comments
1525 - adapted Print output
1526 - added new option to change signal function type
1527 - adde new Strategy option: kGaussSigma
1528
1529 * mhflux/MHAlpha.[h,cc]:
1530 - output the gauss sigma to the parameter list
1531
1532 * mhflux/MHThetaSq.h:
1533 - mase InitMapping public (used in MJOptimizeDisp)
1534
1535 * mjobs/JobsLinkDef.h, mjobs/Makefile:
1536 - removed MJOptimize*
1537
1538 * mjobs/MJOptimize.[h,cc]:
1539 - allow minimization of something else than MinimizationValue
1540
1541 * mjobs/MJOptimizeEnergy.[h,cc]:
1542 - added class description with example
1543 - added weighting task to RunEnergy (untested)
1544
1545 * mtools/MChisqEval.[h,cc]:
1546 - added comments
1547 - print result in Postprocess
1548 - allow to give a different name to the result
1549
1550 * mjobs/MJOptimize*:
1551 - finally moved to new dir mjoptim
1552 - new class MJOptimizeDisp
1553
1554
1555
1556 2005/06/10 Daniela Dorner
1557
1558 * datacenter/scripts/copyscript:
1559 - adapt script to new machine
1560
1561
1562
1563 2005/06/10 Thomas Bretz
1564
1565 * datacenter/macros/plotdb.C:
1566 - set minimum and maximum also for ZA graph
1567
1568 * mdata/MDataChain.cc:
1569 - fixed a possible crash to to NULL-acess in GetDataMember
1570
1571 * mhbase/MBinning.[h,cc]:
1572 - added a new binning type "asin" which is used for the
1573 ZA binning
1574
1575 * mhflux/MAlphaFitter.cc:
1576 - allow polynom order 1
1577 - improved result line in PaintResult
1578
1579 * mhflux/MHAlpha.cc:
1580 - call PaintResult also in DrawAll
1581
1582 * mhflux/MHCollectionArea.cc:
1583 - removede nonsense A_{eff} from plot
1584
1585 * mhflux/MHDisp.cc:
1586 - fixed a possible crash if fSrcPos==NULL
1587
1588 * mhflux/MHAlpha.cc, mhflux/MHCollectionArea.cc,
1589 mhflux/MHEffectiveOnTime.cc, mhflux/MHEnergyEst.cc,
1590 mjobs/MJCut.cc:
1591 - replaced SetEdgesCos by new SetEdgesASin (set the correct binning)
1592 the old binning was not well aligned with the MC binning
1593
1594 * mhflux/MMcSpectrumWeight.[h,cc]:
1595 - added the possibility to set ZA-weights
1596 (Could be improved calculating correst sine-weights)
1597
1598 * mimage/MHVsSize.cc:
1599 - fixed. Conc1 was incorrectly scaled
1600
1601 * mjobs/MDataSet.h:
1602 - added getter for TLists
1603
1604 * mjobs/MJCut.cc:
1605 - in non-wobble mode the hcalc2 had been wrrornously added
1606 to the tasklist -> removed
1607
1608 * mjobs/MJOptimize.h:
1609 - added a comment for EnableTestTrain
1610
1611 * mpointing/MSrcPosCam.[h,cc]:
1612 - implemented Add member function
1613
1614 * mranforest/MRFEnergyEst.[h,cc]:
1615 - fixed a problem with the removal of the last columns
1616 - implemented debug-mode
1617 - interpolate energy in logarithmic grid
1618 - removed Test function completely
1619 - added ReadEnv
1620
1621 * mranforest/MRanTree.[h,cc]:
1622 - replaced some TMatrixFRow by TMatrixFRow_const
1623
1624 * mpointing/MSrcPosCorrect.[h,cc]:
1625 - added
1626
1627 * mpointing/Makefile, mpointing/PointingLinkDef.h:
1628 - added MSrcPosCorrect
1629
1630 * mhflux/MHDisp.cc:
1631 - fixed the scaling of the abs-limit of m3l above which
1632 we assume that the 3rd moment is a good measurement for the
1633 correct disp point
1634
1635
1636
1637 2005/06/08 Daniela Dorner
1638
1639 * datacenter/scripts/checkstardone:
1640 - fixed bug
1641 - added check
1642
1643 * datacenter/scripts/runstar, runcallisto, runganymed:
1644 - added -v4 to commandlines
1645
1646
1647
1648 2005/06/07 Daniela Dorner
1649
1650 * datacenter/scripts/runstar, runcallisto:
1651 - fixed bug in filenumber calculation
1652
1653
1654
1655 2005/06/06 Daniela Dorner
1656
1657 * datacenter/scripts/runganymed:
1658 - fixed bug in second commandline
1659
1660
1661
1662 2005/06/03 Thomas Bretz
1663
1664 * ganymed.cc:
1665 - fixed the wrong printout of ganymed
1666
1667 * mars.cc:
1668 - allow to open a file via commandline
1669
1670 * mars.rc:
1671 - added some more comments
1672
1673 * mcalib/MCalibrateRelTimes.cc:
1674 - removed obsolete comments
1675
1676 * mmain/MEventDisplay.cc:
1677 - implemented muon analysis
1678 - fixed a crash caused by the DF
1679
1680 * mmain/Makefile:
1681 - added -I../mmuon
1682
1683 * mmuon/MMuonCalibPar.cc:
1684 - updated Print output
1685
1686 * mmuon/MMuonSearchPar.[h,cc]:
1687 - updated print output
1688 - added Paint function
1689
1690 * mranforest/MRFEnergyEst.h:
1691 - fixed thw wrong data types in setters
1692
1693 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
1694 - don't try to find automatic weights without template file name
1695
1696 * mjobs/MJStar.cc:
1697 - set bit MFillH::kDoNotDisplay for fillmuon
1698
1699 * mmuon/MHSingleMuon.[h,cc]:
1700 - store function in hist
1701 - added Paint member function
1702
1703
1704
1705 2005/06/03
1706
1707 * RELEASE 0.9.3
1708
1709
1710
1711 2005/06/03 Thomas Bretz
1712
1713 * mjobs/hilocalib_sp1.root, mjobs/hilocalib_sp1_mc.root:
1714 - updated
1715
1716 * callisto.rc:
1717 - MJPedestalY2.MaxEvents: 2000 replaced by 5000 as in
1718 callisto_Dec04Jan05.txt
1719
1720 * manalysis/MMultiDimDistCalc.h:
1721 - changes to layout
1722
1723 * mbadpixels/MBadPixelsCalc.cc:
1724 - improved sanity checks
1725
1726 * mbase/MEvtLoop.cc:
1727 - fixed a bug which could cause Eventloop to crahs if
1728 parlist was not initialized
1729
1730 * mdata/MDataArray.[h,cc]:
1731 - added copy constructor
1732
1733 * mhbase/MFillH.cc:
1734 - made sure that no constructor can crash due to NULL pointers
1735
1736 * mhbase/MHMatrix.[h,cc]:
1737 - first check in AddColumn if the column is available. Afterwards
1738 check whether it can be added
1739 - added new interfaced to single rows
1740
1741 * mhflux/MMcSpectrumWeight.cc:
1742 - slight change to screen output
1743
1744 * mjobs/MJPedestal.cc:
1745 - slight change to screen output
1746
1747 * mpedestal/MPedCalcPedRun.cc:
1748 - fixed a bug which caused MC files not to work treat them now
1749 as pedestal files (always)
1750
1751 * mranforest/MRFEnergyEst.[h,cc]:
1752 - improved the code and the interface
1753
1754 * mranforest/MRanForestGrow.[h,cc]:
1755 - derives now from MRead to be able to use the bar in the
1756 display
1757
1758 * mtools/MTFillMatrix.[h,cc]:
1759 - allow to fill a single matrix with all events
1760
1761 * datacenter/macros/plotdb.C:
1762 - display values versus Mean of ZdMin and ZdMax instead of ZdMin
1763
1764
1765
1766 2005/06/02 Markus Gaug (2005/06/01)
1767
1768 * mcalib/MCalibrationChargeCalc.cc
1769 - lower fgPheErrLowerLimit from 9.0 to 6.0. This is necessary to
1770 exclude 2 very ringing pixels in September which - when kept -
1771 destroy the image cleaning around them.
1772
1773
1774
1775 2005/06/02 Markus Gaug (2005/05/31)
1776
1777 * mjobs/MJCalibration.cc
1778 - The MFTriggerPattern filters out all events taken with the
1779 CT1-pulser and data format version greater than 4.
1780 Demand now that the filter is put into the task list only if the
1781 calibration colour is not kCT1.
1782
1783
1784
1785 2005/06/02 Markus Gaug (2005/05/26)
1786
1787 * mpedestal/MPedCalcPedRun.cc
1788 - fixed bug in recognition of pedestal bit - affects only intensity
1789 calibration.
1790
1791 * mhcalib/MHCalibrationChargeCam.cc,
1792 mhcalib/MHCalibrationRelTimeCam.cc:
1793 - do not draw to status display if histogram is empty. This
1794 caused some error messages from root.
1795
1796
1797
1798 2005/06/02 Thomas Bretz
1799
1800 * callisto.cc:
1801 - made "-raw" the default
1802 - switched bad pixel check on for MJPedestalC2
1803
1804 * callisto_Dec04Jan05.rc:
1805 - reduced MJPedestalY2.ExtractWinRight from 4.0 to 2.0
1806
1807 * mhflux/MHThetaSq.[h,cc]:
1808 - added missing InitMapping
1809
1810 * mjobs/MJCalib.cc:
1811 - set default for fDataFlag to kIsUseRawData
1812
1813 * mjobs/MJOptimizeCuts.cc:
1814 - added some sanity checks if CreateHistNew couldn't create
1815 the histogram
1816
1817 * mjobs/MJPedestal.[h,cc]:
1818 - implemented a possible deadpixel check
1819
1820 * star.rc:
1821 - added a missing template line
1822
1823 * mbadpixels/MBadPixelsCalc.[h,cc]:
1824 - changed to allow different upper and lower cuts in pedestal
1825 variance
1826
1827 * mfilter/MFCosmics.cc:
1828 - allpix were not increased correctly if a saturated pixel
1829 was skipped
1830
1831 * mjobs/MJCalibrateSignal.cc:
1832 - changed name of "Interp'd" to something more accurate
1833
1834 * msignal/MExtractFixedWindow.cc:;
1835 - removed case 12 for logain resolution as it is in bcn cvs
1836 but nowhere documented
1837
1838 * callisto.rc:
1839 - added new template line for dead pixel check
1840 - added correction factor determined from Muon analysis
1841
1842 * callisto_Dec04Jan05.rc
1843 - added correction factor determined from Muon analysis
1844
1845 * mhflux/MMcSpectrumWeight.cc:
1846 - small change to output
1847
1848
1849
1850 2005/06/01 Thomas Bretz
1851
1852 * mjobs/MJOptimize.[h,cc]:
1853 - moved code for cut optimization to MJOptimizeCuts
1854 - moved code for energy optimization to MJOptimizeEnergy
1855
1856 * mjobs/MJOptimizeCuts.[h,cc], mjobs/MJOptimizeEnergy.[h,cc]:
1857 - added
1858
1859 * mjobs/Makefile, mjobs/JobsLinkDef.h:
1860 - added MJOptimizeCuts
1861 - added MJOptimizeEnergy
1862
1863 * showplot.cc:
1864 - set window name to input file name
1865
1866 * mcalib/MCalibColorSet.cc:
1867 - changed order of checks so that an explicit color is
1868 prior to any automatic detection.
1869
1870 * mcalib/MCalibrateData.[h,cc]:
1871 - implemented setting a possible additional scale factor
1872 (for MC it is always reset to 1)
1873
1874 * mfilter/MFCosmics.cc:
1875 - don't count saturated hi-gain pixels at all. It should
1876 not be necessary, because such pixels should have a value
1877 high enough in the high-gains but it seems sometimes they don't
1878
1879 * mhflux/MHAlpha.[h,cc]:
1880 - changed some orders in header
1881 - made some private data members protected
1882 - Call GetVal() if fMap[0]<0. This is necessary if the fill
1883 value is calculated on-the-fly (like ThetaSq)
1884 - made InitMapping virtual
1885
1886 * mhflux/MHDisp.cc:
1887 - removed 'Get-Entries' workarund
1888 - changed the function integartion for the significance
1889
1890 * mhflux/MHThetaSq.[h,cc]:
1891 - overwrite InitMapping because ThetaSq should be read from
1892 the parlist always
1893
1894 * mimage/MHHillas.cc:
1895 - set histogram minimum of Delta to 0
1896
1897 * mpedestal/MPedPhotCam.cc:
1898 - check for unsuitable pixels when calculating the means not
1899 only for the UnsuitableRun ones
1900
1901 * msignal/MExtractor.cc:
1902 - replaced wrong %2d by %2f
1903
1904
1905
1906 2005/06/01 Daniela Dorner
1907
1908 * datacenter/scripts/runcallisto:
1909 - added writing html-logs
1910 - added --auto-time-stop for merpping(ccupdate)
1911
1912 * datacenter/scripts/runganymed:
1913 - added writing html-logs
1914 - added second execution of ganymed
1915 - adapted to correct usage of config-files
1916 - fixed bug
1917
1918 * datacenter/scripts/runstar:
1919 - added writing html-logs
1920 - minor change in logpath
1921
1922
1923
1924 2005/05/31 Daniela Dorner
1925
1926 * datacenter/macros/fillstar.C, plotdb.C:
1927 - added two new parameters
1928
1929 * datacenter/macros/setupdb.C:
1930 - adapted to changes in DB (added two columns)
1931
1932
1933
1934 2005/05/31 Thomas Bretz
1935
1936 * mfileio/MReadReports.[h,cc]:
1937 - changed such that it can force prereading of the first event of
1938 a sequence after PreProcess
1939
1940 * mfileio/MReadTree.h:
1941 - added some comment about the new bits used in MReadReports
1942
1943 * mhflux/MHDisp.cc:
1944 - changed fit limit from 1.1 to 1.0
1945 - fixed access to wrong axis
1946
1947 * mhflux/MHEffectiveOnTime.cc:
1948 - fixed a bug which caused the first bin of the histograms
1949 vs time to disapear in PostProcess, which gave wrong results
1950 on the screen. The output and all following programs not
1951 directly accessing the histograms haven't been affected
1952
1953 * mjobs/MJCalib.cc:
1954 - HasEnv for boolean type resources is obsolete and has been
1955 removed
1956
1957 * mjobs/MJCalibrateSignal.cc:
1958 - removed MPointingPosInterpolate
1959 - adapted usage of MReadReports to changes
1960
1961 * mjobs/MJCut.cc, mjobs/MJStar.cc:
1962 - adapted usage of MReadReports to changes
1963 - made Drive-tree a 'required' tree
1964
1965 * mjobs/MJStar.cc:
1966 - removed "Events" from setting up rate and effective on time
1967 tasks to tlist2. It is obsolete because calibration events
1968 don't enter star at all.
1969
1970 * mpointing/MPointingPosCalc.[h,cc]:
1971 - assume that the run-type is real-data if Process is called before
1972 ReInit
1973
1974 * merpp.cc:
1975 - new options: --auto-time-start --auto-time-stop
1976
1977 * mbadpixels/MBadPixelsTreat.cc:
1978 - removed the checks in the algorithm whether the current pixel
1979 is NULL. MSignalCam doesn't support zero supression anymore.
1980 GetPixById has been replaced by the []-operator
1981
1982
1983
1984 2005/05/30 Thomas Bretz
1985
1986 * msql/MSQLServer.cc:
1987 - added possibility to setup SelectDatabase from resource file
1988
1989 * mbadpixels/MBadPixelsCalc.[h,cc]:
1990 - implemented the possibility to use the check routine
1991 from outside
1992 - check now returns kFALSE if more than 50% of all
1993 pixels are marked as unsuitable
1994
1995 * mhflux/FluxLinkDef.h, mhflux/Makefile:
1996 - added MHDisp
1997 - added MMcSpectrumWeight
1998
1999 * mhflux/MHFalseSource.[h,cc]:
2000 - allow finding of Off-plot for derived classes - like in MHAlpha
2001 - get source position from MSourcePos if existing
2002 - changed some data members from private to protected
2003
2004 * mhflux/MHDisp.[h,cc]:
2005 - added
2006
2007 * mjobs/MJCut.[h,cc]:
2008 - implemented new option (HistNameFS) to allow using a different
2009 False Source Plot
2010
2011 * mpedestal/MPedPhotCam.[h,cc]:
2012 - added a copy constructor to allow conversion from MPedestalCam
2013
2014 * mpointing/MSrcPosCam.[h,cc]:
2015 - added copy constructor
2016
2017
2018
2019 2005/05/30 Daniela Dorner
2020
2021 * datacenter/scripts/buildsequenceentries, checkstardone, correcttime,
2022 doexclusions, fillcallisto, insertdatasets, runganymed,
2023 checkfilesforsequenceavail, copyscript, filesondisk, fillstar
2024 runcallisto, runstar, writesequencefiles:
2025 - moved two variables from the scripts to the sourcefile
2026
2027 * datacenter/scripts/runganymed:
2028 - changed # of processes
2029
2030 * datacenter/macros/buildsequenceentries.C, filldotrbk.C, fillstar.C,
2031 insertcacofile.C, plotdb.C, setstatus.C, checkfileavail.C,
2032 doexclusions.C, filldotrun.C, findcacofiles.C, insertdataset.C,
2033 resetallruns.C, setupdb.C, checkstardone., fillcalib.C,
2034 fillsignal.C, getdolist.C, insertdate.C, resetcolumn.C,
2035 writesequencefile.C:
2036 - adapted the macros to the changes in msql/MSQLServer.cc
2037
2038 * datacenter/macros/fillstar.C:
2039 - adapted the functions for the myon parameter after the bugfixes
2040 in the calibration
2041
2042
2043
2044 2005/05/27 Daniela Dorner
2045
2046 * datacenter/macros/plotdb.C:
2047 - changed binning of fConvFactorInner
2048 - added plot vs ZdMin
2049
2050 * datacenter/macros/resetcolumn.C:
2051 - added (macro to reset value in the DB)
2052
2053 * datacenter/scripts/runganymed:
2054 - removed command line option for ganymed, which is default now
2055
2056
2057
2058 2005/05/27 Javier Rico (2005/05/26)
2059
2060 * mbadpixels/MBadPixelsCam.cc
2061 - fixed small bug in the Print() function (one line was printed out
2062 at a wrong place). (M. Gaug)
2063
2064
2065
2066 2005/05/27 Javier Rico (2005/05/24)
2067
2068 * mhcalib/MHCalibrationHiLoCam.cc
2069 - do not write Arrays if flag kOscillations is not set.
2070 (this was actually a bug since it caused a huge usage for large
2071 amounts of data). (M. Gaug)
2072
2073 * mcalib/MCalibColorSet.cc
2074 - set colour already in the ReInit(), needed by the digital filter
2075 later. (M. Gaug)
2076
2077 * mjobs/MJCalibration.cc
2078 - forgot to merge hi-lo calibration factors for intensity calibration.
2079 (M. Gaug)
2080
2081 * mhcalib/MHCalibrationCam.[h,cc]
2082 - do not Finalize histograms if a flag kReset is set. Caused wrong
2083 result in last run of intensity calibration. (M. Gaug)
2084
2085 * msignal/MC_calibration_weights_UV.dat
2086 - Removed. It was confusing to have this file since it was just a
2087 copy of calibration_weights_UV.dat. For MC calibration you can
2088 just use the same weights files as for real data. (A. Moralejo)
2089
2090 * msignal/calibration_weights_blue46.dat
2091 - added missing weights file (M. Gaug)
2092
2093
2094
2095 2005/05/27 Markus Gaug (2005/05/21)
2096
2097 * mcalib/MCalibrationChargePix.[h,cc]
2098 - allow setting of extractor resolution in CalcReducedSigma()
2099
2100 * mcalib/MCalibrationChargeCalc.[h,cc]
2101 - implement usage of extractor resolution (only if UseExtractorRes
2102 is set).
2103
2104
2105
2106 2005/05/27 Thomas Bretz
2107
2108 * Makefile:
2109 - removed mmontecarlo directory
2110
2111 * mmontecarlo/MMcEnergyEst.[h,cc],
2112 mmontecarlo/MMcTimeGenerate.[h,cc],
2113 mmontecarlo/MMcWeightEnergySpecCalc.[h,cc]:
2114 - removed
2115
2116 * sponde.rc:
2117 - added new line for weighted spectral index
2118
2119 * mbadpixels/MBadPixelsCalc.[h,cc]:
2120 - added an option to perform the checks also in PostProcess
2121
2122 * mhbase/MFillH.h:
2123 - added default argument to SetWeight
2124
2125 * mhbase/MH3.h:
2126 - added Sumw2() member function
2127
2128 * mhflux/MHCollectionArea.[h,cc]:
2129 - added TLatex output to plots
2130 - added some Getter
2131
2132 * mjobs/MJSpectrum.[h,cc]:
2133 - implemented the possibility to weight the monte carlo spectrum
2134 to a new index or function. More details can be found
2135 in MMcSpectrumWeight
2136 - slightly changed the plot comparing the size distributions
2137 - scale the comparsison plots by the resulting spectrum
2138
2139 * mjobs/MJob.[h,cc]:
2140 - added a member function to check ReadEnv of a single
2141 container
2142
2143 * mjobs/Makefile:
2144 - added -I../mmc
2145
2146 * mmc/MMcEvt.[hxx,cxx], mmc/McEvtBasic.[hxx,cxx]:
2147 - changed the inheritance: MMcEvt now derives from MMcEvtBasic
2148 so that both classes are interchangable
2149 - increased both class versions
2150 - chaged the default partictle in MMcEvtBasic from
2151 kGAMMA to kUNDEFINED
2152 - added new particle type: kUNDEFINED
2153
2154 * mhflux/MMcSpectrumWeight.[h,cc]:
2155 - added
2156
2157 * callisto_Dec04Jan05.rc:
2158 - commented MJPedestalC1.ExtractSignal.FallTimeHiGain
2159 because it is the dfeault now
2160
2161 * msignal/MExtractTimeAndChargeSpline.cc:
2162 - changed default of fgFallTimeHiGain to 0.5
2163
2164 * mimage/MHillasSrc.h:
2165 - added copy constructor and Copy function
2166
2167 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]:
2168 - implemented reading of automatic weights file following an
2169 idea of Markus G.
2170
2171 * mjobs/MJPedestal.cc:
2172 - fixed the reading of the resource file fopr the extractor
2173 (reading the extractor from file can overwrite the seetings)
2174
2175 * msignal/MC_weights46.dat:
2176 - updated from BCN cvs
2177
2178 * msignal/Makefile:
2179 - added -I../mcalib
2180
2181 * callisto.rc:
2182 - updated comments
2183
2184 * mcalib/MCalibrateData.[h,cc]:
2185 - same small changes to layout
2186 - mainly unrolled Form-statements
2187
2188 * msignal/MExtractFixedWindow.cc:
2189 - added case 12 and a default for logain setting the
2190 extractor resolution (partly taken from bcn cvs)
2191
2192
2193
2194 2005/05/25 Thomas Bretz
2195
2196 * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc,
2197 readraw.cc, sponde.cc, star.cc:
2198 - made the output about the root version clearer
2199
2200 * mbase/MEvtLoop.cc:
2201 - call CallProcess instead of Process for the mail tasklist
2202 (this makes sure that all counters are correct) This should
2203 NOT be done for Pre/PostProcess
2204
2205 * mbase/MStatusDisplay.cc:
2206 - fixed a possible crash if padsave==NULL
2207 - fixed the missing first tab in postscript files
2208
2209 * mbase/MTask.cc:
2210 - initialize fNumExec0 with 0 (this was the reason why the
2211 missing CallProcess in MEvtLoop didn't seem to have any effect
2212 on the possible printing of the statistics
2213
2214 * mhflux/MAlphaFitter.cc:
2215 - improved output
2216
2217 * mhflux/MHEffectiveOnTime.cc:
2218 - added some eMail from Wolfgang about treating the calibration
2219 events to the class description
2220 - removed some debug output in Paint()
2221
2222 * mhflux/MHThetaSq.cc:
2223 - replaced \\theta by \\vartheta
2224
2225 * mhvstime/MHPixVsTime.cc:
2226 - fixed a bug found by marcos: the error bars weren't retrieved
2227 correctly (instead of fTypeErr fType was requested)
2228
2229 * mjobs/MJStar.cc:
2230 - do not use calibration events for rate and effective-on-time
2231 calculation
2232
2233 * mjobs/MJob.cc:
2234 - added some debug output to ExpandPath
2235
2236 * msignal/MExtractTime.h, msignal/MExtractTimeAndCharge.h,
2237 msignal/MExtractor.h:
2238 - added Print() to //*MENU*
2239
2240
2241
2242 2005/05/25 Daniela Dorner
2243
2244 * datacenter/macros/fillcalib.C, setupdb.C:
2245 - changed presicion of parameter
2246
2247 * datacenter/macros/plotdb.C:
2248 - added (macro to plot quality paramter from the DB)
2249
2250
2251
2252 2005/05/24 Daniela Dorner
2253
2254 * datacenter/macros/fillstar.C:
2255 - added new parameters
2256
2257 * datacenter/macros/setupdb.C:
2258 - added variables for the new parameters
2259
2260
2261
2262 2005/05/23 Daniela Dorner
2263
2264 * datacenter/scripts/fillstar:
2265 - fixed bug in path
2266
2267 * datacenter/macros/fillstar.C, fillcalib.C, fillsignal.C:
2268 - added check
2269
2270 * datacenter/macros/fillcalib.C, setupdb.C:
2271 - adapted variables for the conversion factor
2272
2273
2274
2275 2005/05/20 Thomas Bretz
2276
2277 * RELEASE 0.9.2
2278
2279
2280
2281 2005/05/20 Daniela Dorner
2282
2283 * datacenter/scripts/insertdatasets,checkstardone:
2284 - adapted paths for release
2285
2286 * datacenter/macros/fillstar.C:
2287 - adapted functions to calculate psf and the ratio
2288
2289 * datacenter/scripts/runganymed:
2290 - adapted ganymed command
2291
2292
2293
2294 2005/05/20 Thomas Bretz
2295
2296 * msignal/MExtractTimeAndChargeSlidingWindow.cc
2297 - increased log-gain window from 6 to 8 according to an
2298 UNDOCUMENTED change in the bcn cvs
2299
2300 * mhcalib/MHCalibrationChargePINDiode.cc:
2301 - removed a check in fill according to an UDOCUMENTED change
2302 in the bcn cvs
2303
2304 * mhcalib/MHCalibrationChargePINDiode.cc:
2305 - use a dynamic_cast for the Fill-argument
2306
2307 * mjobs/MJCalibration.cc:
2308 - shortened output line telling file name of hi-/lo-gain
2309 calibration
2310
2311 * mjobs/MJPedestal.[h,cc]:
2312 - moved code for PulsePosCheck into own function
2313 - put also code for pixel check into this function
2314 - added a sanity check for fExtractor at some places
2315
2316 * msignal/MExtractor.cc:
2317 - added output of pedestal container - if available - in Print()
2318 - improved format of Print() output
2319
2320 * mbase/MEvtLoop.[h,cc]:
2321 - removed the obsolete (it was never been used) argument from
2322 PreProcess
2323 - replaced the second obsolete argument in Eventloop by a flag
2324 whether statistics should be printer or not: default=kTRUE
2325 - Print statistics automatically in Eventloop if tasklists
2326 Process has ever been touched.
2327
2328 * mjobs/MJCalibTest.cc, mjobs/MJCalibration.cc, MJCalibrateSignal.cc,
2329 mjobs/MJCut.cc, mjobs/MJOptimize.cc, mjobs/MJPedestal.cc,
2330 mjobs/MJSpectrum.cc, mjobs/MJStar.cc:
2331 - removed call to PrintStatistics - no done automatically in
2332 MEvtLoop
2333
2334 * mpedestal/MExtractPedestal.cc:
2335 - removed InitArrays after ReInit of fExtractor. It is done there
2336 automatically
2337
2338 * mjobs/MJCalibrateSignal.cc:
2339 - don't add pinext and bldext to tasklist if not necessary
2340 (UNDOCUMENTED change from bcn cvs)
2341
2342 * callisto.rc, callisto_Dec04Jan05.rc:
2343 - replaced wrong MaxHiGainVar by MaxSignalVar (was nowehere
2344 really used)
2345
2346 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc:
2347 - some simplifications to the access of histograms after the loop
2348 has finished. There is no need to search for them in the parameter
2349 list.
2350
2351 * mjobs/MJCut.cc:
2352 - fixed the file-path when writing the status display and an
2353 output path was given.
2354
2355 * mjobs/hilocalib_sp1.root:
2356 - new intercalibration constants due to the latest bug-fixes
2357
2358 * manalysis/MCameraData.[h,cc]:
2359 - removed all stuff depending on MSigmabar
2360
2361 * manalysis/MSigmabar*
2362 - removed
2363
2364
2365
2366 2005/05/20 Markus Gaug (2005/05/19)
2367
2368 * mjobs/MJPedestal.cc:
2369 - fixed an important bug in the setting of the incoming pedestal
2370 pointer to the signal extractor. This bug caused the pedestals not
2371 to be subtracted correctly in the calibration afterwards. The
2372 effect was about 10% too high conversion factors for the digital
2373 filter and the spline and more than 40% for the sliding window.
2374 The bug existed since end of February! (Markus G.)
2375
2376
2377
2378 2005/05/20 Markus Gaug (2005/05/18)
2379
2380 * mcalib/MCalibrationChargeCalc.cc
2381 - issue a warning if no colour has been set until the PostProcess.
2382 (happens to old MC files).
2383
2384
2385
2386 2005/05/19 Markus Meyer
2387
2388 * mmuon/MHMuonPar.cc:
2389 - add a second integral in the function paint, which is
2390 plotted in the MStatusDisplay
2391
2392
2393
2394 2005/05/19 Daniela Dorner
2395
2396 * datacenter/macros/fillstar.C:
2397 - add new parameter
2398
2399 * datacenter/macros/setupdb.C:
2400 - adapted to new column in db
2401
2402 * callisto_Dec04Jan05.rc:
2403 - set value for MJPedestalY2.MaxEvents from 2000 to 5000 to get
2404 better statistics for the calculation of the mean pulse time
2405 of the cosmisc
2406
2407 * datacenter/scripts/runganymed:
2408 - fixed bug in path
2409
2410
2411
2412 2005/05/19 Thomas Bretz
2413
2414 * msignal/MExtractTimeAndCharge.cc:
2415 - simplified a really cryptical use of the ?:-operator when
2416 the fLoGainFirst is calculated
2417 - fixed a bug introduced in the calculation of the derivatives
2418
2419 * mmain/MEventDisplay.cc:
2420 - removed MC trigger display
2421
2422 * mbase/MTaskList.[h,cc]:
2423 - member function to use MTaskList in a TIter
2424
2425 * mhflux/MAlphaFitter.[h,cc]:
2426 - improved the output line plotted into the histogram
2427 - implemented getter for fSigInt
2428 - start integration in first bin not in underflow bin
2429 - added 'background' option for scaling
2430
2431 * mhflux/MHAlpha.[h,cc]:
2432 - added some comments
2433 - improved DistancetoPrimitive
2434
2435 * mhflux/MHThetaSq.[h,cc]:
2436 - derives the binning now from the cut value or the MAlphaFitter
2437
2438 * mjobs/MJStar.cc:
2439 - moved weather data histogram back to the end - otherwise
2440 MEventRate is not initialized before
2441
2442
2443
2444 2005/05/18 Thomas Bretz
2445
2446 * mcalib/MCalibCalcFromPast.cc:
2447 - added missing fIntensQE to list of initialization in
2448 constructor
2449
2450 * mcalib/MCalibrateData.cc:
2451 - fixed a bug which caused kNo to be ignored
2452 - removed a second check for the size of the badpixelcam
2453
2454 * mjobs/MJCalibrateSignal.cc:
2455 - removed the obsolete second adding of filhil and filpul to
2456 the tasklist
2457
2458 * mjobs/MJCalibration.cc:
2459 - do not display result or statistics if no execution has taken
2460 place
2461
2462 * mjobs/MJStar.cc:
2463 - moved processing of CC-branch to the beginning of the tasklist
2464
2465 * msignal/MExtractTimeAndChargeSpline.[h,cc]:
2466 - introduced some small changes to the validity range of
2467 some variables
2468 - determin the higher bound above which no search is done
2469 analog to the lower bound using the fall-time
2470 - CalcIntegral[Hi,Lo]Gain now returns sum. No need for a reference
2471 - fixed calling Integral[HI,Lo]Gain in cases we are at the edge of
2472 the valid range -- at a lot of position in the code random memory
2473 above or below the arrays have been accessed.
2474 - improved the numercila stability of CalcIntegral[Hi,Lo]Gain
2475 more by calculating the number of steps from the rise and fall time.
2476 this should at least give consistent results on the same machine!
2477
2478 * mbase/MContinue.cc:
2479 - fixed a namimg problem of the filter when it is added to
2480 the tasklist and has the same name as MContinue
2481
2482 * mcalib/MCalibrationChargeCalc.cc:
2483 - for some sceen output the manipulator (inf) was missing
2484
2485 * msignal/MExtractPINDiode.cc, mcalib/MCalibrationChargeCalc.cc,
2486 mcalib/MCalibrationChargeCam.cc:
2487 - fixed a problem with the fit (it always tried to display
2488 the fit-function somewhere)
2489
2490
2491
2492 2005/05/17 Thomas Bretz
2493
2494 * callisto.rc, callisto_Dec04Jan05.rc:
2495 - added new comments diescribing setup of MFCosmics
2496
2497 * mfilter/MFCosmics.[h,cc]:
2498 - skip bad pixels using MBadPixelsCam
2499 - implemented a check in PostProcess about the fraction
2500 of events which survived or were rejected
2501 - added ReadEnv for setup
2502
2503 * mfilter/Makefile:
2504 - added mbadpixels
2505 - removed mmain and manalysis
2506
2507 * mhcalib/MHCalibrationChargeCam.h:
2508 - removed numbers from data member descrition -- too much
2509 to maintain
2510
2511 * mhcalib/MHCalibrationChargePINDiode.h:
2512 - incremented version number (undocumented from bcn)
2513
2514 * mjobs/MJCalibration.cc:
2515 - reorganized some TText output (undocumented from bcn)
2516 - overwrite the default of MaxNumberEmptyPixels by 0.05
2517 (undocumented from bcn)
2518 - print tasklist statistics also if eventloop returned
2519 KFALSE
2520
2521 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
2522 - changed fgLoGainStartShift from -2.8 to -1.8
2523 (undocumented from bcn)
2524
2525 * msignal/MExtractTimeAndChargeSlidingWindow.h:
2526 - increased version number from 0 to 1 (undocumented from bcn)
2527
2528
2529
2530 2005/05/17 Markus Gaug (2005/05/16)
2531
2532 * msignal/MExtractor.[h,cc]
2533 - introduce two new variables: fResolutionPerPheHiGain and
2534 fResolutionPerPheLoGain, to be set by deriving extractors.
2535 - set version number one higher.
2536
2537 * msignal/MExtractFixedWindow.[h,cc]
2538 * msignal/MExtractTimeAndChargeSlidingWindow.[h,cc]
2539 * msignal/MExtractTimeAndChargeSpline.[h,cc]
2540 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
2541 - set the variables fResolutionPerPheHiGain and
2542 fResolutionPerPheLoGain
2543
2544 * msignal/MExtractPINDiode.[h,cc]
2545 - adapt to current PIN Diode signal, fit signal with Gaussian
2546 - set version number up by one.
2547
2548 * msignal/MExtractedSignalPINDiode.[h,cc]
2549 - set new data member fExtractedChi2
2550 - set version number up by one.
2551
2552 * mhcalib/MHCalibrationChargePINDiode.cc
2553 - adapt one function to newly used names.
2554 - adapt signal tests.
2555
2556 * mjobs/MJPedestal.[h,cc]
2557 - read MBadPixelsCam together with extractor, if exisiting
2558 (necessary for bad pixels exclusion in pulse position search).
2559
2560 * mjobs/MJCalibration.[h,cc]
2561 - use MFCosmics in any case (not only for CT1-pulses) and apply
2562 a quality criteria depending on number of rejected events:
2563 MaxExcludedEvents (default: 50%).
2564
2565
2566
2567 2005/05/17 Daniela Dorner
2568
2569 * datacenter/macros/setupdb.C
2570 - adapted to new column in datasetstatus-table
2571
2572 * datacenter/macros/checkstardone.C
2573 - added (macro to check if star has been done for a sequence)
2574
2575 * datacenter/scripts/checkstardone
2576 - added (script that executes checkstardone.C for all datasets
2577
2578 * datacenter/scripts/checkfilesforsequenceavail, fillcallisto,
2579 fillstar
2580 - fixed bug
2581
2582 * datacenter/scripts/buildsequenceentries, doexclusions,
2583 writesequencefiles
2584 - adapted paths
2585
2586 * datacenter/scripts/insertdataset
2587 - added logging
2588
2589 * datacenter/scripts/runganymed
2590 - added (script to run ganymed automatically for datasets)
2591
2592 * datacenter/scripts/runcallisto
2593 - adapted paths
2594 - fixed bug
2595
2596 * datacenter/scripts/runstar
2597 - adapted paths
2598 - fixed bug
2599
2600 * steps.rc
2601 - adapted resource file to needs of the new table in db
2602
2603
2604
2605 2005/05/13 Daniela Dorner
2606
2607 * datacenter/macros/insertdataset.C
2608 - added (macro, that inserts dataset into db)
2609
2610 * datacenter/macros/setupdb.C
2611 - adapted to new table in db
2612
2613 * datacenter/scripts/insertdatasets
2614 - added (script, that inserts datasets into db)
2615
2616 * datacenter/scripts/sourcefile
2617 - added (file with commands and variables, that are needed by all
2618 scripts)
2619
2620 * datacenter/scripts/buildsequenceentries, checkfilesforsequenceavail
2621 copyscript, correcttime, doexclusions,
2622 filesondisk, fillcallisto, fillstar, runcallisto
2623 runstar, writesequencefiles
2624 - adapted scripts to the usage of the sourcefile
2625
2626 * datacenter/macros/fillcalib.C:
2627 - changed name of histogram according to change of Markus
2628 - removed debugoutput
2629
2630
2631
2632 2005/05/13 Thomas Bretz
2633
2634 * mreport/MReportCC.cc:
2635 - fixed reading of rep-files for versions newer than V200404070
2636
2637 * mpointing/MSrcPosCalc.cc
2638 - took a bugfix from Wolfgang to Loc0LocToCam and implemented it
2639 Wolfgang: the results are changed only minimally
2640
2641 * msignal/MExtractTimeAndChargeSpline.cc
2642 - integration ranges were shifted by 0.2 FADC slices to the right.
2643 Fixed in the new algorithm according to Markus' change.
2644
2645 * mcalib/MCalibrationChargeCalc.h:
2646 - Incremented ClassVersion number by 1
2647
2648 * mhcalib/MHCalibrationPulseTimeCam.cc:
2649 - removed a commented debug output
2650
2651 * mjobs/MJCalibration.cc
2652 - new undocumented adjust of "Unsuitable"- and "Unreliable"-displays
2653 for new exclusion criteria taken from bcn
2654
2655 * manalysis/MEventRateCalc.cc:
2656 - some fixes. In some cases the event rate wasn't calculated
2657 anymore
2658
2659 * mbadpixels/MBadPixelsCalc.cc:
2660 - fixed a bug when checking whether the check should be done
2661 or not (>0 was missing)
2662
2663 * mhist/Makefile:
2664 - added MHWeather
2665
2666 * mhvstime/MHVsTime.[h,cc]:
2667 - implemented new function the set minimum
2668
2669 * mjobs/MJStar.cc:
2670 - read weather data (CC tree)
2671 - set minimum of rate-display to 0
2672 - display weather data for non-MC files
2673
2674 * mmuon/MHSingleMuon.cc:
2675 - slight change to a comment
2676
2677 * callisto.rc:
2678 - added new possible setup
2679
2680 * callisto_Dec04Jan05.rc
2681 - added new possible setup
2682 - use default for MJCalibration.ExtractSignal.LoGainSwitch
2683
2684 * mbadpixels/MBadPixelsCalc.cc:
2685 - exclude unsuitable pixels from mean/rms calculation
2686 - changed the lower bound for the second mean loop from
2687 0.5 to 0.66
2688
2689 * mbadpixels/MBadPixelsCam.cc:
2690 - added case 102 returning the global unsuitable status
2691 of an event
2692
2693 * mhist/MHCamEvent.h:
2694 - added default 0 to SetThreshold
2695
2696 * mjobs/MJCalibrateSignal.cc:
2697 - use new case 102 for unsuitable display
2698 - enable counting (to get the correct display also with
2699 profile option switched on)
2700
2701 * mraw/MRawRunHeader.cc:
2702 - after displaying millions of hex numbers switch back to dec
2703
2704
2705
2706 2005/05/13 Markus Gaug (2005/05/12)
2707
2708 * msignal/MExtractTimeAndChargeDigitalFilter.cc
2709 - set default extraction range in the high gain to 4.
2710 - set default weights file to cosmics_weights46.dat
2711
2712 * mhcalib/MHCalibrationHiLoCam.cc
2713 - set Oscillations to kFALSE
2714
2715 * mhcalib/MHCalibrationChargeCam.cc
2716 - set default for fNumHiGainSaturationLimit to 0.15
2717
2718 * mjobs/MJCalibrateSignal.[h,cc]
2719 - put MHCalibrationHiLoCam and MHCalibrationPulseTimeCam directly
2720 into tasklist if needed. Otherwise, it does not read the
2721 resources from the config. file.
2722
2723
2724 2005/05/11 Markus Gaug (2005/05/11)
2725
2726 * mjobs/MJPedestal.cc
2727 - adjust the fit ranges for the histogramming with moon data slightly.
2728
2729 * mcalib/MCalibrationChargeCam.cc, mcalib/MCalibrationChargeCalc.cc
2730 - make a distinction between newly excluded pixels (by calibration)
2731 and previously excluded pixels in the displays and print-functions
2732
2733 * mcalib/MCalibrationChargeCalc.cc
2734 - introduce the check for fluctuating arrival times.
2735 - set charge limit to from 2.5 to 4.5
2736 - introduce asymmetric exclusion due to "deviating number of phes":
2737 Default: -9.0 +4.5
2738 - make deviating number of phes unsuitable (see David's findings).
2739
2740 * mbadpixels/MBadPixelsPix.h
2741 - add kDeviatingNumPhes to function GetUnsuitableCalLevel()
2742
2743
2744
2745 2005/05/13 Daniela Dorner
2746
2747 * datacenter/scripts/runstar
2748 - fixed bug in the calculation of the number of to-do-files
2749
2750 * datacenter/scripts/runcallisto
2751 - fixed bug in the calculation of the number of to-do-files
2752
2753
2754
2755 2005/05/12 Daniela Dorner
2756
2757 * datacenter/macros/fillcalib.C:
2758 - removed debugoutput
2759
2760 * datacenter/macros/fillstar.C:
2761 - added (macro to read parameters from the star*.root files and
2762 fill them into the db)
2763
2764 * datacenter/macros/setupdb.C:
2765 - added new table 'Star'
2766
2767 * datacenter/macros/buildsequenceentries.C:
2768 - added delete-query for new table 'Star' in the delete function
2769
2770 * datacenter/scripts/runstar
2771 - changed number of processes
2772
2773 * datacenter/scripts/runcallisto
2774 - changed number of processes
2775
2776 * datacenter/scripts/fillstar
2777 - added (script to run macro fillstar.C automatically)
2778
2779
2780
2781 2005/05/12 Thomas Bretz
2782
2783 * mcalib/MCalibrationChargeCam.cc:
2784 - fixed a bug in FinalizeArrivalTime which caused Form() to hang
2785
2786 * mmuon/MHMounPar.[h,cc]
2787 - added a line showing a reference shape
2788
2789 * star.rc:
2790 - added setup strings for software trigger
2791
2792 * mbase/MContinue.cc:
2793 - allow setup of already set filters in ReadEnv. They must not
2794 necessarily be already in the tasklist
2795
2796 * mcalib/MCalibrationChargeCalc.cc:
2797 - shortened a lot of Form() calls to reduce the risk of
2798 memory corruption
2799
2800 * mjobs/MJCalibration.cc:
2801 - some cosmetics to text in pad
2802
2803 * mraw/MRawRunHeader.[h,cc]:
2804 - a fix to MRawRunHeader because the definition of the
2805 raw-data format has changed. fProjectName and fSourceName
2806 has no trailig \0 anymore by default
2807 - incremented ClassVersion by 1
2808
2809
2810
2811 2005/05/12 Markus Meyer
2812
2813 * mmuon/MHMounPar.[h,cc]
2814 - added function Paint. This function integrates the TProfile
2815 ArcWidth/Radius Vs. Radius between certain values and shows
2816 the result in the Status Display
2817
2818 * mmjobs/MJStar.cc
2819 - changed the default values for the final muon cuts
2820
2821 * star.rc
2822 - changed the default values for the final muon cuts
2823
2824
2825
2826 2005/05/11 Thomas Bretz
2827
2828 * mbase/MStatusDisplay.cc:
2829 - fixed year of copyright
2830
2831 * mcalib/MCalibCalcFromPast.cc:
2832 - undocumented change from BCN: a new resource has been implemented
2833 in ReadEnv (NumEventsDump)
2834
2835 * mjobs/MJob.[h,cc]:
2836 - added new static member function which can be used
2837 to overwrite relative paths with a default
2838
2839
2840
2841 2005/05/11 Abelardo Moralejo (2005/05/11)
2842
2843 * mjobs/MJPedestal.cc
2844 - Fixed use of MFTriggerPattern: first, added it to the tasklist
2845 (was missing); second, added to tasklist MTriggerPatternDecode
2846 before MFTriggerPattern. This was the reason for the problems
2847 reported by T. Coarasa on May 9. I do not know why the behaviour
2848 of the previous version depended on compiler, but this seemed to
2849 be the case...
2850
2851
2852
2853 2005/05/11 Markus Gaug (2005/05/11)
2854
2855 * mjobs/MJCalibration.cc
2856 - display in Tab "Conv" in the 3rd column the conversion to equiv.
2857 phes instead of Cherenkov photons.
2858
2859 * mjobs/calibrationref.rc, mjobs/calibrationref_Nov04.rc,
2860 mjobs/calibrationref_Dec04.rc:
2861 - add reference lines for the conv. to equiv. phes.
2862
2863 * mcalib/MCalibrationChargeCam.cc, mcalib/MCalibrationChargeCalc.cc:
2864 - make a distinction between newly excluded pixels (by calibration)
2865 and previously excluded pixels in the displays and print-functions
2866
2867 * mcalib/MCalibrationChargeCalc.cc
2868 - introduce the check for fluctuating arrival times.
2869 - set charge limit to from 2.5 to 4.5
2870
2871
2872
2873 2005/05/10 Markus Gaug (2005/05/10)
2874
2875 * mhcalib/MHCalibrationHiLoCam.cc
2876 - ask for averageing and do not fill the arrays per pixel any more.
2877 This caused too much memory usage for the calculation of the
2878 high-gain low-gain inter-calibration constants.
2879
2880 * mcalib/MCalibrationChargePix.[h,cc]
2881 - store number of saturated events in the results container.
2882 - set version number by one higher (due to new data member).
2883
2884 * mhcalib/MHCalibrationChargeCam.cc
2885 - store number of saturated events in the results container.
2886 - allow reading of NumHiGainSaturationLimit and
2887 NumLoGainSaturationLimit in ReadEnv
2888 - set saturation limit from 5% to 8.5%
2889
2890 * mbadpixels/MBadPixelsPix.h
2891 - introduce new bits: kDeadPedestalRms, kPreviouslyExcluded,
2892 kFluctuatingArrivalTimes
2893
2894 * mbadpixels/MBadPixelsCam.cc
2895 - set bit kPreviouslyExcluded in the AsciiRead-Function
2896 - include three new bits in the Print() function
2897
2898 * mjobs/MJCalibration.cc
2899 - display excluded pixels from DeadPedestalRms in Defect-Tab.
2900 - display correct error of the RMS/Mean charge diagramm.
2901
2902 * mcalib/MCalibrationChargeCam.cc
2903 - calculate the error of RMS/Mean values in GetPixelContent Nr.33
2904
2905
2906
2907 2005/05/11 Hendrik Bartko (2005/05/09)
2908
2909 * msignal/MC_weights46.dat
2910 - updated weights file for digital filter with dedicated MC weights
2911 with 4 slices for the high gain and 6 slices for the low gain
2912
2913
2914
2915 2005/05/10 Daniela Dorner
2916
2917 * datacenter/macros/fillcalib.C:
2918 - added some parameters (reading from calib*.root and inserting
2919 into db)
2920
2921 * datacenter/macros/setupdb.C:
2922 - adapted macro to the new columns in the calibration db
2923
2924 * datacenter/macros/fillsignal.C:
2925 - fixed typo
2926
2927
2928
2929 2005/05/10 Markus Meyer
2930
2931 * mmuon/*:
2932 - update of the class documentation
2933
2934 * mmuon/*:
2935 - commented out the ArcLength and Estimpact (will be not
2936 calculated for the moment)
2937
2938
2939
2940 2005/05/10 Thomas Bretz
2941
2942 * mreport/MReportStarguider.cc:
2943 - introduced the correct version which marked the fix of the
2944 units of the nominal position
2945
2946 * callisto.rc:
2947 - introduced a new line for new option in MCalibColorFromPast
2948
2949 * ganymed.cc:
2950 - removed option "--full-display" -> now default
2951
2952 * manalysis/MEnergyEstimate.cc:
2953 - print the rule a bit earlier in PreProcess
2954
2955 * mfilter/MFDeltaT.cc:
2956 - fixed a typo in the output
2957
2958 * mhflux/MAlphaFitter.cc:
2959 - some improvements to output
2960
2961 * mjobs/MJCut.cc:
2962 - added ThetaSquared to output
2963
2964 * mjobs/MJStar.cc:
2965 - fixed bug in copying of OriginalMC tree
2966
2967 * mmuon/MMuonCalibParCalc.cc:
2968 - removed obsolete setting of ReadyToSave
2969
2970 * mjobs/MJSpectrum.cc:
2971 - made sure the correct type of MHAlpha is used
2972
2973
2974
2975 2005/05/10 Markus Gaug (2005/05/09)
2976
2977 * mjobs/hilocalib_sp1.root
2978 * mjobs/hilocalib_sp1_mc.root
2979 - new hi-lo intercalibration files with the fixed spline extractor.
2980
2981 * mjobs/hilocalib_df46_mc.root
2982 - new hi-lo intercalibration files from MC with the left out -O5
2983 option. (The real data files had already the correct executable).
2984
2985
2986
2987 2005/05/10 Hendrik Bartko (2005/05/09)
2988
2989 * msignal/MC_weights46.dat
2990 - NEW weights file for digital filter with dedicated MC weights
2991 with 4 slices for the high gain and 6 slices for the low gain
2992
2993
2994
2995 2005/05/10 Markus Gaug (2005/05/08)
2996
2997 * mhcalib/MHCalibrationCam.[h,cc]
2998 - introduce parameters fLowerFitLimit and fHigherFitLimit to
2999 tell explicitly from outside to fit functions in a certain
3000 range. If both are 0. (default), the histogram limits define
3001 the fit limits (as before).
3002
3003
3004
3005 2005/05/10 Abelardo Moralejo (2005/05/07)
3006
3007 * mcalib/MMcCalibrationCalc.cc
3008 - in Process, fixed wrong estimate of true number of "equivalent
3009 photoelectrons" (correctedphotel). This worked roughly OK as long
3010 as the file used for calibration was a (noiselesss) gamma file,
3011 because most light is contained in the inner camera and the
3012 problem was related to the light going into the outer pixels. So
3013 results are not much affected, unless one uses for calibration
3014 a file with events having a lot of light in the outer camera.
3015 Thomas Hengstebeck noticed this problem when he used a file of MC
3016 calibration pulses in mccalibrate.C
3017
3018 * manalysis/MMcCalibrationUpdate.[h,cc]
3019 - Added possibility to set the hi to lo gain conversion factor.
3020 Until now the factor was simply the ratio of pulse areas as read
3021 from MMcFadcHeader. This of course is not the factor to be applied
3022 to the extracted signals unless the extractor integrates the full
3023 pulse in both high and low gain. The factor depends then on the
3024 extractor, and the user has to find out what its value is.
3025 Set as default calibration type kPhe.
3026
3027 * macros/mccalibrate.C, starmc.C
3028 - Added the setting of the hi to lo gain conversion factor (see
3029 above). For now it has to be calculated by the user. However, it
3030 is strongly recommended from now on to use always callisto for the
3031 calibration of real data, and not these macros. These are kept
3032 just for checking purposes, mostly by "experts".
3033
3034
3035
3036 2005/05/10 Robert Wagner (2005/05/06)
3037
3038 * mreport/MReportStarguider.[h,cc]:
3039 - Bugfix: Sequence of extracting fDevZd and fDevAz (switched)
3040
3041
3042
3043 2005/05/10 Markus Gaug (2005/05/05)
3044
3045 * mcalib/MCalibCalcFromPast.[h,cc]
3046 - introduce flag "fUpdateWithFFactorMethod" which allows to use the
3047 entire results obtained with the F-Factor method (including a new
3048 number of mean photo-electrons). This possibility is switched on
3049 (only) if somewhere in the callisto.rc file the following line is
3050 written:
3051 MJCalibrateSignal.MCalibCalcFromPast.UpdateWithFFactorMethod: yes
3052 (Default is still the old way of adjusting the relative extracted
3053 charges w.r.t. the mean charge over the inner camera).
3054
3055
3056
3057 2005/05/10 Markus Gaug (2005/05/02)
3058
3059 * mcalib/MCalibrationChargeCam.[h,cc]
3060 - added new function MergeHiLoConversionFactors
3061
3062 * mcalib/MCalibColorSteer.[h,cc]
3063 - introduce copying of hi-lo calibration factors from one cam to
3064 the next in intensity calibration.
3065 - added storage of averageing histograms of flag fHistStorage is
3066 set
3067
3068 * mcalib/MCalibrationIntensityCam.[h,cc]
3069 - introduce place for storage of averageing histograms (if wanted).
3070
3071
3072
3073 2005/05/09 Markus Meyer
3074
3075 * mmuon/MHSingleMuon.cc
3076 - changed the default value for the binning of fHistPhi
3077 - changed the start parameter for the gaussian fit for the
3078 calculation of ArcWidth
3079
3080
3081
3082 2005/05/09 Thomas Bretz
3083
3084 * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc,
3085 readraw.cc, showplot.cc, sinope.cc, sponde.cc, star.cc:
3086 - changed order of initialization such that a real NULL
3087 output is possible
3088 - changed TApplication name from upper to lower case
3089 - in some applications replaced manual setup of gLog with
3090 gLog.Setup
3091
3092 * showlog.cc:
3093 - improved alorithm
3094
3095 * showplot.cc:
3096 - implemented Print options
3097
3098 * mbase/MLog.[h,cc]:
3099 - fixed a bug which caused output in NULL output
3100 - added Getter IsNullOutput
3101
3102 * mbase/MStatusDisplay.[h,cc]:
3103 - implemented PDF and SVG printing
3104 - moved "Save As Something" to new submenu
3105 - fixed and improved printing
3106 - implemented PrintDialog for printing
3107 - implemented printing of log (untested)
3108 - allow saving by extension (line Print() in root): SaveAs
3109
3110 * mfileio/MWriteRootFile.h:
3111 - replaced BIT(17) by BIT(23) to improve compatibility with
3112 root 4.04/00 and upcomming versions
3113
3114 * mhflux/Makefile, mjobs/MJCut.cc:
3115 - replaced MTheta by MThetaSq to get rid of a problem
3116 with the automatic naming of the binning (BinningTheta)
3117
3118 * mhist/MHCamera.[h,cc]:
3119 - fixed a workaround (it has been fixed in root 4.04/00)
3120 - allow setting the palette through the Draw-option. This allows
3121 storage of the palette
3122 - removed fColor. The palette is now diretly set though gStyle in
3123 Paint
3124
3125 * mjobs/MJOptimize.cc:
3126 - restore null output correctly after eventloop
3127
3128 * mjobs/MJSpectrum.cc:
3129 - renamed Hist and HistOff to HistE and HistEOff
3130 - added binnings M3Long and Conc1
3131
3132
3133
3134 2005/05/06 Thomas Bretz
3135
3136 * mbase/MStatusDisplay.cc:
3137 - fixed constructor to work with newer root versions
3138 (gClient!=NULL)
3139
3140 * mfileio/MWriteRootFile.h:
3141 - added a comment about BITs used by root
3142
3143 * mhflux/MHEffectiveOnTime.cc:
3144 - use 1e-10 instead of 0 in TPad::Divide
3145
3146
3147
3148 2005/05/06 Daniela Dorner
3149
3150 * datacenter/scripts/copyscript:
3151 - added command to ensure the correct permissions of the files
3152 on disk
3153
3154
3155
3156 2005/05/04 Markus Meyer
3157
3158 * mjobs/MJStar.cc:
3159 - added cut in ArcWidth (final cuts for muons)
3160
3161 * star.rc:
3162 - added cut in ArcWidth
3163
3164 * mmuon/MHSingleMuon.h
3165 - added a Getter for fHistWidth
3166
3167
3168
3169 2005/05/04 Thomas Bretz
3170
3171 * mfileio/MWriteRootFile.cc:
3172 - fixed a possible infinite loop when compiling the new
3173 file name as suggested by Abelardo
3174
3175 * mhflux/MHAlpha.cc:
3176 - search for fName+"Off" instead of ClassName()+"Off"
3177
3178 * mjobs/MJSpectrum.cc:
3179 - scale the displayed zd-plots by their maximum as the
3180 histograms are scaled before
3181
3182 * mjobs/MJStar.cc:
3183 - implemented writing of the muon parameters. This takes another
3184 5% of the time (in total 15-20% for muon analysis). It enlarges
3185 the file size by roughly 15% (a test file was enlarged from
3186 5.1M to 5.9M)
3187
3188 * mmuon/MMuonCalibPar.cc:
3189 - set default of ArcPhi to an invalid value = -1
3190
3191 * mreport/MReportDrive.cc:
3192 - fixed a typo in the comments
3193
3194
3195
3196 2005/05/03 Thomas Bretz
3197
3198 * mjobs/MJCut.cc:
3199 - added histogram <Fake->'OnTime' for MC
3200
3201 * mpointing/MSrcPosCalc.cc:
3202 - removed dependancy on MTime for MC
3203
3204 * star.cc:
3205 - addde possibility to switch off muon analysis
3206
3207 * star.rc:
3208 - added parameters for muon analysis
3209
3210 * mbadpixels/MBadPixelsCam.cc:
3211 - fixed a typo in a comment
3212
3213 * mjobs/MJStar.[h,cc]:
3214 - added possibility to switch off muon analysis
3215
3216 * mjobs/Makefile:
3217 - added -I../mmuon
3218
3219 * mjobs/MJCut.cc, mjobs/MJSpectrum.cc:
3220 - renamed MHAlpha to Hist (to have a common naming for all options)
3221 - renamed MHAlphaOff to HistOff
3222
3223
3224
3225 2005/05/02 Thomas Bretz
3226
3227 * ganymed.rc:
3228 - updated to the latest changes
3229
3230 * mhflux/MHAlpha.[h,cc]:
3231 - made a base class with the necessary interface to derived classes
3232 to support other variables like dca or theta
3233
3234 * mjobs/MJCut.[h,cc]:
3235 - added support for MHAlpha derived classes
3236 - made MHTheta the default
3237
3238 * mhflux/MHTheta.[h,cc]:
3239 - added
3240
3241 * mhflux/Makefile, mhflux/FluxLinkDef.h:
3242 - added MHTheta
3243
3244
3245
3246 2005/04/29 Thomas Bretz
3247
3248 * manalysis/MEventRateCalc.cc:
3249 - fixed jumps when a new run is initiated
3250 - set as time a time which represents the starting point
3251 of the calculation interval in all cases
3252
3253 * star.rc, mmuon/MMuonCalibParCalc.cc, mmuon/MMuonSetup.[h,cc]:
3254 - fixed wrong units of thresholds for muon analysis
3255
3256 * mmuon/MHSingleMuon.cc:
3257 - removed obsolete conversion factor in error calculation
3258 - FindeCreateObj called for MMuonSetup
3259 - get NDF from fit
3260 - optimized FindRangeAboveThreshold
3261 - handle special case when arcphi is 360deg
3262
3263 * star.cc:
3264 - replaced ProcessFile by Process
3265
3266 * mjobs/MJSpectrum.cc:
3267 - renamed second MHAlpha tab to MHAlphaOn to be able to
3268 access each tab uniquely
3269 - fixed a bug calling SetStats which could cause crashes
3270
3271 * mjobs/MJStar.[h,cc]:
3272 - preliminary implementation of the muon analysis
3273 - reanamed ProcessFile to Process
3274
3275
3276
3277 2005/04/28 Thomas Bretz
3278
3279 * manalysis/MMultiDimDistCalc.[h,cc]:
3280 - replaced MHadronness by MParameterD
3281
3282 * mhflux/MHEnergyEst.cc:
3283 - removed obsolete include of MEnergyEst
3284
3285 * mmuon/MHMuonPar.cc:
3286 - fixed a type in an axis label
3287
3288
3289
3290 2005/04/27 Thomas Bretz
3291
3292 * Makefile:
3293 - added mmuon
3294 - remobed mstarcam
3295
3296 * callisto.cc, ganymed.cc, star.cc:
3297 - renamed ProcessFile to Process
3298
3299 * star.rc:
3300 - added some muon parameters
3301
3302 * mastro/MAstroCamera.[h,cc]:
3303 - temporarily removed interface to MStarPos
3304
3305 * mbase/MStatusArray.h:
3306 - added default constructor
3307
3308 * mcalib/MCalibColorSet.cc:
3309 - added runs 39942, 39944, 44834, 39941, 39943 and 44833
3310 (undocumented change from the BCN cvs)
3311
3312 * mjobs/MJCalib.[h,cc], mjobs/MJCalibTest.[h,cc],
3313 mjobs/MJCalibrateSignal.[h,cc], mjobs/MJCalibration.[h,cc],
3314 mjobs/MJCut.[h,cc], mjobs/MJPedestal.[h,cc]:
3315 - removed support for MRunIter (use the setter of MSequence
3316 instead) -- this makes the code a lot easier to maintain
3317 - removed support for autodetection if the output already exists --
3318 this makes the code a lot easier to maintain
3319 - renamed ProcessFile to Process - which was missleading
3320
3321 * mmuon/MHMuonPar.[h,cc]:
3322 - changes to axis labels etc.
3323
3324 * mmuon/MMuonCalibPar.[h,cc]:
3325 - removed the histograms and all obsolete variables
3326 - removed obsolete SetUseUnmap (this cannot happen
3327 by definition of Unmap)
3328
3329 * mmuon/MMuonCalibParCalc.[h,cc]:
3330 - moved the code for calculation the parameters to new class
3331 MHSingleMuon
3332
3333 * mmuon/MMuonSearchPar.[h,cc]:
3334 - replaced arbitrary fir by minuit (faster and more accurate)
3335 - removed precalculation of muon center - makes fit worse
3336
3337 * mmuon/MMuonSearchParCalc.[h,cc]:
3338 - fixes to comments
3339 - fixes to includes
3340
3341 * mmuon/MMuonSetup.[h,cc]:
3342 - binnings removed (replaces by MBinning)
3343
3344 * mmuon/Makefile, mmuon/MuonLinkDef.h:
3345 - added MHSingleMuon
3346
3347 * msignal/MExtractTimeAndchargeSpline.cc:
3348 - fixed a bug found by Abelardo which could cause different
3349 results with different compiler optimiztaion options due
3350 to rounding errors.
3351
3352
3353
3354 2005/04/25 Thomas Bretz
3355
3356 * ganymed.cc:
3357 - changed policy of writing the resulting events to the result file
3358
3359 * sponde.cc:
3360 - added commandline option to use all monte carlos
3361 - added command line option to read the MCs more accurate
3362
3363 * sponde.rc:
3364 - added
3365
3366 * mbase/MStatusDisplay.[h,cc]:
3367 - added some code to get Tab by name
3368 - fixed a typo in a status line output
3369
3370 * mhbase/MH.[h,cc], mhbase/MH3.[h,cc], mhflux/MHFalseSource.h,
3371 mhist/MHCamEvent.[h,cc], mhist/MHCamEventRot.h,
3372 mhist/MHEvent.h, mhist/MHStarMap.h, mhist/MHTriggerLvl0.[h,cc],
3373 mhistmc/MHMcTriggerLvl2.[h,cc], mhvstime/MHPixVsTime.[h,cc],
3374 mhvstime/MHSectorVsTime.[h,cc], mimage/MHHillas.[h,cc],
3375 mimage/MHHillasExt.[h,cc], mimage/MHHillasSrc.[h,cc],
3376 mimage/MHImagePar.[h,cc], mimage/MHNewImagePar.[h,cc]:
3377 - changed GetHistByName to be const-qualified to be compatible
3378 with FindObject
3379 - added some FindObject function to call GetHistByName
3380
3381 * mhflux/MHAlpha.[h,cc]:
3382 - changed such, that it can be forced to display the excess
3383 events versus size
3384
3385 * mjobs/MJCut.[h,cc]:
3386 - display number of excess events versus Size per default
3387 - removed energy estimator
3388
3389 * mjobs/MJOptimize.cc:
3390 - display number of excess events verss size after optimization
3391
3392 * mjobs/MJSpectrum.[h,cc]:
3393 - implemented setting up energy estimator
3394 - replaced some gLog by fLog
3395 - display comparison of image parameters
3396
3397
3398
3399 2005/04/22 Thomas Bretz
3400
3401 * mbase/MStatusArray.[h,cc]:
3402 - switch off adding histograms to gDirectory in newly
3403 overwritten Read-function
3404
3405 * mhflux/MHCollectionArea.[h,cc]:
3406 - implemented member function GetHistSel
3407 - don't display full statistics
3408 - fixed a possible crash in Paint
3409
3410
3411
3412 2005/04/22 Markus Meyer
3413
3414 * mmuon/MMuonSetup[.h.cc]:
3415 - new container class for muon parameters
3416 which are not changing from event to event
3417 (setup parameters for the analysis). These
3418 parameters were stored in MMuonCalibPar before
3419
3420 * mmuon/MMuonCalibPar[.h.cc]:
3421 - changed MCerPhotEvt and MCerphotPix to MSignalCam
3422 and MSignalPix to read the new format
3423 - removed the setup parameters (stored now in
3424 MMuonSetup)
3425 - removed all the sanity checks
3426 - removed pre-cuts
3427 - cuts in process, to save only muon-like events
3428
3429 * mmuon/MMuonCalibParCalc[.h.cc]:
3430 - changed MCerPhotEvt and MCerphotPix to MSignalCam
3431 and MSignalPix to read the new format
3432 - removed pre-cuts
3433
3434 * mmuon/MMuonSearchPar[.h.cc]:
3435 - changed MCerPhotEvt and MCerphotPix to MSignalCam
3436 and MSignalPix to read the new format
3437 -
3438
3439 * mmuon/MMuonSearchParCalc[.h.cc]:
3440 - changed MCerPhotEvt and MCerphotPix to MSignalCam
3441 and MSignalPix to read the new format
3442
3443 * mmuon/MHMuonPar[.h.cc]:
3444 - new histgram class, plots different muon
3445 parameters
3446
3447
3448
3449 2005/04/21 Daniela Dorner
3450
3451 * datacenter/scripts/runcallisto:
3452 - fixed choice of todofile
3453
3454 * datacenter/scripts/copyscript:
3455 - adapted some paths
3456
3457 * datacenter/macros/filldotrun.C:
3458 - added 6 new arehucas versions
3459
3460 * datacenter/scripts/writesequencefile:
3461 - added make path for sequencefiles
3462
3463
3464
3465 2005/04/21 Thomas Bretz
3466
3467 * mhcalib/MHCalibrationRelTimeCam.cc:
3468 - fixed usage of a uninitialized pointer
3469
3470 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc:
3471 - fixed usage of MFTriggerPattern
3472
3473 * mtrigger/MFTriggerPattern.[h,cc]:
3474 - allow to set default from outside in case no pattern
3475 could be decoded
3476
3477
3478
3479 2005/04/20 Thomas Bretz
3480
3481 * callisto.cc:
3482 - added a comment which shows how to correctly skip job2 if
3483 extractor doesn't inherit from MExtractTimeAndCharge, but...
3484 // This could skip job2 if extractor doesn't inherit from
3485 // MExtractTimeand Charge... but this is not necessary.
3486 // We only get the same pedestal twice (which we want to have
3487 // anyhow. A switch when using the result of job2 later is also
3488 // not necessary, because without running job2 it is identical
3489 // with job1
3490
3491 * mjobs/MSequence.cc:
3492 - use the sequence number'd directories in case of calibrated data
3493 and image files instead of the date.
3494
3495 * mhflux/MAlphaFitter.cc:
3496 - copy also results in Copy()
3497
3498 * mjobs/MJOptimize.cc:
3499 - print result of optimization in case MAlphaFitter is used
3500 - store results back in initial MAlphaFitter
3501
3502 * mjobs/MJSpectrum.[h,cc]:
3503 - implemented a faster simple mode weighting the read spectrum
3504 with the theta-probability
3505
3506
3507
3508 2005/04/20 Daniel Mazin (2005/04/18)
3509
3510 * mreport/MReportCamera.[h,cc]
3511 - added necessary changes to include Active Load and Central Pixel
3512 info from Camera reports
3513
3514 * mcamera/MCameraActiveLoad.[h,cc]
3515 - added to store Active Load info from the Camera reports
3516
3517 * mcamera/MCameraCentralPix.[h,cc]
3518 - added to store Central Pixel info from the Camera reports
3519
3520 * mcamera/Makefile
3521 * mcamera/CameraLinkDef.h
3522 - added MCameraActiveLoad and MCameraCentralPix classes
3523
3524
3525
3526 2005/04/20 Markus Gaug (2005/04/15)
3527
3528 * mcalib/MCalibrationChargeCam.[h,cc]
3529 - added new function CopyHiLoConversionFactors
3530
3531
3532
3533 2005/04/20 Markus Gaug (2005/04/14)
3534
3535 * mcalib/MCalibColorSteer.[h,cc]
3536 - fixed a bug in the recognition of the calibration bit pattern.
3537 Concerns only intensity calibration.
3538
3539 * mcalib/MCalibrationRelTimeCalc.cc
3540 - return kTRUE instaed of kFALSE in case that the Process() has
3541 never been executed.
3542
3543 * mjobs/MJCalibration.cc
3544 - add a filter against PIN Diode events since some of the recent
3545 calibration runs have been taken with Pin Diode.
3546
3547
3548
3549 2005/04/12 Markus Gaug
3550
3551 * mcalib/MCalibrationCam.[h,cc]
3552 - added a storage place for the run number
3553
3554 * mcalib/MCalibCalcFromCalc.[h,cc]
3555 - store the run number in the individual MCalibrationCams
3556
3557
3558
3559 2005/04/19 Thomas Bretz
3560
3561 * mjobs/MJCut.cc:
3562 - fixed a problem when not enabling "--res"
3563
3564 * mimage/MHVsSize.[h,cc]:
3565 - added more displayed variables
3566
3567 * mjobs/MJSpectrum.[h,cc]:
3568 - added
3569
3570 * mjobs/Makefile, mjobs/JobsLinkDef.h:
3571 - added MJSpectrum
3572
3573 * Makefile:
3574 - added sponde.cc
3575
3576 * sponde.cc:
3577 - added
3578
3579 * mhbase/MBinning.h:
3580 - added Print() to //*MENU*
3581
3582 * mhflux/MAlphaFitter.cc:
3583 - do not set inf-flag in Print()
3584
3585 * mhflux/MHAlpha.[h,cc]:
3586 - set all-flag for printing MAlphaFitter("result")
3587 - added Getter for excess histogram
3588
3589 * mjobs/MDataSet.[h,cc]:
3590 - allow to initialize a TChain from this dataset
3591
3592 * mjobs/MJCut.cc:
3593 - moved energy estimator back before Cut0 otherwise the
3594 EnergyEst container is missing in summary file
3595
3596 * mhflux/MHCollectionArea.cc:
3597 - draw efficiency into third pad
3598
3599
3600
3601 2005/04/18 Thomas Bretz
3602
3603 * manalysis/MCompProbCalc.cc, mbadpixels/MBadPixelsCalc.cc,
3604 mbadpixels/MBadPixelsTreat.cc:
3605 - some fixes to documentation (THtml complained about missing
3606 classes)
3607
3608 * mbase/MStatusArray.[h,cc]:
3609 - implemented some functions to print contents of StatusArray
3610 and/or tab/canvas.
3611
3612 * mhbase/MFillH.cc:
3613 - remove fH from ListOfPrimitives before adding Clone in
3614 PostProcess
3615
3616 * mhbase/MH.[h,cc]:
3617 - implemented new member function RemoveFromPad (necessary
3618 if a class should support same-option)
3619
3620 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
3621 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc, mimage/MHVsSize.cc:
3622 - fixed naming in case of same-option in Draw
3623 - remove previous histograms from pad in case of same-option
3624
3625 * mjobs/MJCut.[h,cc]:
3626 - write all binnings in WriteResult
3627 - write MHillasExt to output
3628 - BinningWidth, BinningLength and BinningDist added
3629
3630 * mjobs/MJOptimize.[h,cc]:
3631 - fixed a typo in output
3632 - allow to exchange Test-/Train-Sample
3633
3634 * ganymed.cc:
3635 - implemented "-mc" option to allow cutting MC samples
3636
3637 * showlog.cc:
3638 - implemented real treatment of debug-levels
3639 - return 1 instead of 0 in cae of normal finish
3640
3641 * manalysis/MEnergyEstimate.h, mbase/MContinue.h,
3642 mhflux/MAlphaFitter.h:
3643 - added Print() to context //*MENU*
3644
3645 * manalysis/MMatrixLoop.cc:
3646 - fixed returning of number of entries if using split mode
3647
3648 * mbase/MContinue.cc:
3649 - implemented Print() function
3650
3651 * mbase/MParContainer.[h,cc]:
3652 - in Read set name of object to argument name if argument!=NULL
3653 - reordered some checks for Method calls
3654
3655 * mdata/MDataFormula.cc:
3656 - fixed a problem with the replacement if using [?] for
3657 fits
3658
3659 * mfbase/MFEventSelector2.cc:
3660 - replaced some +=1 and -=1 by ++ and --
3661
3662 * mfileio/MReadMarsFile.cc:
3663 - fixed a bug which caused Preprocess to crahs if instatiated
3664 with default constructor
3665
3666 * mhbase/MH.cc, mhflux/MHEffectiveOnTime.cc:
3667 - use dynamic_cast if getting "stats"
3668
3669 * mhflux/MAlphaFitter.cc:
3670 - small updates to output
3671
3672 * mhflux/MHEnergyEst.cc:
3673 - fixed all axis lables
3674 - implemented fit of resolution
3675 - initialize fBias=0 in SetupFill
3676 - enhances Print() output
3677
3678 * mjobs/MJCalibrateSignal.cc:
3679 - moved all tasks for interleaved calibration events to
3680 a third tasklist
3681
3682 * mjobs/MJCut.[h,cc]:
3683 - implemented correct treatment of MC files
3684 - write resulting events to result file if no filename set
3685 - moved energy estimator behind cuts
3686
3687 * mjobs/MJOptimize.cc:
3688 - changed RunEnergy such, that it can correctly treat
3689 MC files written by ganymed using wobble-mode
3690
3691 * mbase/MStatusDisplay.cc:
3692 - fixed a possible crash in GetFullPad
3693
3694 * mhbase/MBinning.[h,cc]:
3695 - implemented Copy Constructor
3696
3697 * mhflux/MHCollectionArea.h:
3698 - call CalcEfficiency in Finalize
3699
3700 * mhflux/MHEnergyEst.[h,cc]:
3701 - implemented GetWeights
3702
3703 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
3704 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc, mimage/MHVsSize.cc:
3705 - remove histograms from global directory if name was changed
3706 in Draw
3707
3708 * mimage/MHVsSize.cc:
3709 - exhanged the arguments of TMath::Sign
3710
3711
3712
3713 2005/04/14 Thomas Bretz
3714
3715 * Release 0.9.1
3716
3717
3718
3719 2005/04/14 Thomas Bretz
3720
3721 * mjobs/MJCut.cc:
3722 - added MPointingPos to output
3723
3724
3725
3726 2005/04/13 Thomas Bretz
3727
3728 * mbase/MStatusDisplay.[h,cc]:
3729 - implemented new Image types which can be written
3730
3731 * mhbase/MBinning.[h,cc]:
3732 - added some more constructors which can set the binning directly
3733
3734 * mhflux/MHEnergyEst.h:
3735 - added getter for fHEnergy
3736
3737 * mhflux/FluxLinkDef.h, mhflux/Makefile:
3738 - added MHCollectionArea
3739
3740 * mhflux/MHCollectionArea.[h,cc]:
3741 - added
3742
3743
3744
3745 2005/04/13 Daniela Dorner
3746
3747 * datacenter/macros/fillcalib.C:
3748 - added update
3749
3750 * datacenter/scripts/copyscript
3751 - fixed bug / changed path
3752
3753 * datacenter/macros/setupdb.C
3754 - added table
3755
3756
3757
3758 2005/04/12 Daniela Dorner
3759
3760 * datacenter/macros, datacenter/scripts:
3761 - added
3762
3763 * datacenter/macros/buildsequenceentries.C,
3764 datacenter/macros/checkfileavail.C,
3765 datacenter/macros/doexclusions.C,
3766 datacenter/macros/fillcalib.C,
3767 datacenter/macros/filldotrbk.C,
3768 datacenter/macros/filldotrun.C,
3769 datacenter/macros/fillsignal.C,
3770 datacenter/macros/findcacofiles.C,
3771 datacenter/macros/getdolist.C,
3772 datacenter/macros/insertcacofile.C,
3773 datacenter/macros/insertdate.C,
3774 datacenter/macros/resetallruns.C,
3775 datacenter/macros/setstatus.C,
3776 datacenter/macros/setupdb.C,
3777 datacenter/macros/writesequencefile.C,
3778 datacenter/scripts/buildsequenceentries
3779 - added macros to do the automatic procedures in the datacenter
3780
3781 * datacenter/scripts/checkfilesforsequenceavail,
3782 datacenter/scripts/copyscript,
3783 datacenter/scripts/correcttime,
3784 datacenter/scripts/doexclusions,
3785 datacenter/scripts/filesondisk,
3786 datacenter/scripts/fillcallisto,
3787 datacenter/scripts/runcallisto,
3788 datacenter/scripts/runstar,
3789 datacenter/scripts/writesequencefiles
3790 - added scripts to do the automatic procedures in the datacenter
3791
3792 * automatic-exclusions.rc, steps.rc
3793 - added rc files for the automatic procedures
3794
3795
3796
3797 2005/04/12 Thomas Bretz
3798
3799 * Makefile:
3800 - for the moment remove mhistmc from compilation
3801
3802 * ganymed.cc:
3803 - return 2 when detecting wrong commandline argument
3804
3805 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
3806 - removed MEnergyEst (replaced by a simple MParameterD)
3807
3808 * manalysis/MEnergyEstimate.[h,cc]:
3809 - replaced MEnergyEst by MParameterD
3810 - implemented Print() function
3811 - updated ClassVersion from 0 to 1 to allow storage of
3812 energy estimator
3813
3814 * mbase/MStatusArray.[h,cc]:
3815 - overloaded DisplayIn to allow displaying a single tab
3816 - added some output if ObjectInCanvas not found
3817
3818 * mbase/MStatusDisplay.[h,cc]:
3819 - enhanced Read() and Display() with the possibility to only
3820 read or display a single tab
3821
3822 * mcalib/MCalibrateData.cc:
3823 - enhancements to logging output
3824
3825 * mcalib/MCalibrationRelTimeCalc.cc:
3826 - some fixes to format of logging output
3827
3828 * mfbase/MF.[h,cc]:
3829 - changed kAllowEmpty from a bit to the new datamember fAllowEmpty.
3830 This was necessary to allow storage of MF into files
3831 - changed ClassVersion from 0 to 1
3832
3833 * mhbase/MBinning.cc:
3834 - fixed SetEdgesRaw (lin, log, etc was ignored)
3835
3836 * mhflux/MHAlpha.[h,cc]:
3837 - replaced MEnergyEst by MParameterD
3838 - renamed Theta to ExcessTheta
3839 - renamed Energy to ExcessEnergy
3840 - renamed Size to ExcessSize
3841 - renamed Time to ExcessTime
3842
3843 * mhflux/MHEnergyEst.[h,cc]:
3844 - replaced MEnergyEst by MParameterD
3845 - implemented Print() function
3846 - some fixes to displaying the histograms. This makes sure,
3847 that no crashes happen, but unluckily it works correctly only
3848 with root 4.02/00
3849
3850 * mjobs/MJOptimize.[h,cc]:
3851 - implemented a AddPreCut taking a MFilter as argument
3852 - SetBit(kCanDelete) for all internal PreCuts
3853 - Print the result of the energy estimation after it was done
3854
3855 * mranforest/MRFEnergyEst.[h,cc]:
3856 - replaced MEnergyEst by MParameterD
3857
3858 * mfileio/MReadTree.cc:
3859 - shortened the output a bit when siwtching to the next file
3860
3861
3862
3863 2005/04/11 Thomas Bretz
3864
3865 * manalysis/MMatrixLoop.[h,cc]:
3866 - implement option to divide matrix into two samples
3867
3868 * mhflux/MHEnergyEst.cc:
3869 - changed to display projection of enegry resolution
3870 - fixed to use correct minimization value
3871
3872 * mjobs/MJOptimize.[h,cc]:
3873 - implemented option to divide sample into test/train
3874
3875 * mcalib/MCalibCalcFromPast.cc, mcalib/MCalibColorSteer.cc,
3876 mcalib/MCalibrationChargeCalc.cc, mhcalib/MHCalibrationCam.cc:
3877 - small updates to log-output
3878
3879 * mhflux/MAlphaFitter.cc:
3880 - output scale-factor
3881
3882 * mhist/MHCamera.cc:
3883 - as a workaround for a severe problem in gStyle->SetPalette
3884 when using the deep blue sea I have switched off this
3885 Platte for the moment
3886
3887
3888
3889 2005/04/08 Markus Gaug (2005/04/07)
3890
3891 * mhcalib/MHCalibrationChargeCam.cc:
3892 - UNDOCUMENTED CHANGE: Do not call histlo.CreateFourierSpectrum()
3893 if IsOscillations()
3894
3895 * mjobs/MJCalibrateSignal.cc:
3896 - UNDOCUMENTED CHANGE: Set SetOscillations(kFALSE) for
3897 hchacam, hbndcam, hrelcam
3898
3899 * mhcalib/MHCalibrationRelTimeCam.cc:
3900 - fill array only if IsOscillations() is true. This is the case in
3901 all classes deriving from MHCalibrationCam, except for this one!
3902 The effect was that the interlaced calib. events occupied more
3903 and more memory becoming slower and slower because the option:
3904 SetOscillations(kFALSE) was not treated correctly.
3905
3906 * mjobs/pedestalref_Dec04.rc
3907 - update the reference lines in the display according to the spline
3908 extractor.
3909
3910 * mjobs/MJCalibration.cc
3911 - clarify a mis-leading histogram title
3912
3913 * callisto_Dec04Jan05.rc:
3914 - UNDOCUMENTED CHANGE: use the pedestref_Dec04.rc as reference
3915 file.
3916
3917
3918
3919 2005/04/08 Thomas Bretz
3920
3921 * mhbase/MH3.cc:
3922 - replaced all Float-histograms by double histograms. This
3923 is backward compatible with I/O and has the advantage, that
3924 we are compatible with most other double histograms used in
3925 Mars
3926
3927 * mhflux/MHEnergyEst.cc:
3928 - made the energy binning the same than in all other classes
3929
3930 * mreport/MReportStarguider.[h,cc]:
3931 - implemented new values from new starguider report as defined
3932 in TDAS00-07 V7.1
3933 - Fixed the formerly wrong unit of fDevAz and fDevZd (unit now
3934 is arcmin)
3935
3936 * mjobs/MJCalibrateSignal.cc:
3937 - first replaced contmc by a new filter Markus G. used, but
3938 after a discussion with Abelardo it turned out, that the
3939 original filter does a better job, becuase it takes both
3940 (level 1 trigger and minimum number of phes) conditions
3941 used in the MC into account.
3942
3943 * mjobs/MJCut.cc:
3944 - added a plot: Effective-On-Time versus Theta used to produce
3945 a spectrum
3946
3947 * mjobs/MJCalibrateSignal.cc:
3948 - removed condition IsUseBlindPixel() and IsUsePINDiode from
3949 setting filter and applied it to the corresponding task
3950
3951 * mjobs/MDataSet.cc:
3952 - fixed a bug using the default paths
3953
3954
3955
3956 2005/04/07 Thomas Bretz
3957
3958 * mpointing/MSrcPosCalc.cc:
3959 - also skip Process if fSourcePos==NULL, this happens in real
3960 data, too, if no pointing correction is done.
3961
3962 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
3963 - removed MParameterI, MParameterD, MParameterDerr
3964
3965 * mbase/BaseLinkDef.h, mbase/Makefile:
3966 - added MParameterI, MParameterD, MParameterDerr
3967
3968 * mbase/MParList.cc:
3969 - if a container is rejected due to wrong inheritance its
3970 inheritance is mentioned in the error message
3971
3972 * mhbase/HBaseLinkDef.h, mhbase/Makefile:
3973 - removed MWeight
3974
3975 * mhbase/MWeight.[h,cc]:
3976 - removed, replaced by MParameterD
3977
3978 * mhbase/MFillH.[h,cc], mmontecarlo/MMcWeightEnergySpecCalc.[h,cc]:
3979 - replaced MWeight by MParameterD
3980
3981 * mjobs/MJStar.cc:
3982 - fixed the wrong axis title in the histogram showing the rate
3983
3984 * manalysis/MParameters.[h,cc]:
3985 - moved to mbase
3986
3987 * mbase/MParameters.[h,cc]:
3988 - inherit MParameterDerr from MParameterD
3989 - changed class version of MParameterDerr from 1 to 2
3990
3991 * mfbase/MFEventSelector2.cc:
3992 - fixed that in SelectProb the wrong bin was chosen
3993
3994
3995
3996 2005/04/07 Markus Gaug (2005/04/06)
3997
3998 * mjobs/calibrationref_Dec04.rc
3999 * callisto_Dec04Jan05.rc
4000 - update the reference lines in the display according to the spline
4001 extractor.
4002
4003 * msignal/MExtractTimeAndChargeSpline.cc
4004 - move fgHiGainFirst from 2 to 0. This is important for the Dec. und
4005 January data where the calib. pulse position changes much.
4006
4007 * mjobs/MJCalib.cc
4008 * mjobs/MJCalibration.cc
4009 - move fDevice and functions IsUseBlindPixel() and
4010 IsUsePINDiode() into the base class.
4011
4012 * mjobs/MJCalibrateSignal.cc
4013 - do not apply the modified extraction window to the interlaced
4014 calibration events. This is a bugfix especially for the
4015 December and January data.
4016 - extract and fit blind pixel and pin diode only if flag
4017 IsUseBlindPixel() or IsUsePINDiode() is set.
4018
4019
4020
4021 2005/04/07 Markus Gaug (2005/04/03)
4022
4023 * mcalib/MCalibrateData.cc
4024 - made one warning more understandable.
4025
4026 * msignal/MExtractTimeAndChargeDigitalFilter.cc
4027 - moved fgOffsetFromLogain from -1.8 to -2.8. This corrects only an
4028 defective extraction of the MC at low-gain signals lower than 90
4029 phes.
4030
4031
4032
4033 2005/04/07 Markus Gaug (2005/04/01)
4034
4035 * mpedestal/MExtractPedestal.[h,cc]
4036 - use the standard way to define the default for fNumEventsDump
4037 - added missing "NumDump" in ReadEnv
4038
4039 * callisto_*.rc
4040 - correct the default of the number of events used in
4041 pedestal calculation (NumEventsDump).
4042 - added missing lines for setting of parameters for the
4043 MJCalibrateSignal.PedCalcFromExtractRndm.*
4044 (CORRECTED SOME BUGS IN THIS LINES)
4045 - Replaced NumEventsDump by NumDump
4046
4047
4048
4049 2005/04/05 Thomas Bretz
4050
4051 * mjobs/MSequence.cc:
4052 - fixed a bug in SetupDatRuns. P was setup instead of D
4053
4054 * star.cc, mjobs/MJStar.cc:
4055 - fixed wrong setup of data-files
4056
4057 * mjobs/pedestalref_Feb05.rc, mjobs/hilocalib_sp1.root,
4058 mjobs/hilocalib_sp1_mc.root:
4059 - added
4060
4061 * mimage/MHillasCalc.[h,cc]:
4062 - implemented missing ReadEnv - DON'T KNOW WHERE IT WAS! argh...
4063
4064 * mmc/MMcCorsikaRunHeader.h:
4065 - added Getter for fWobbleMode
4066
4067 * mpointing/MSrcPosCalc.[h,cc]:
4068 - added detection of MC files and setting of source position
4069 according to wobble mode flag in MMcCorsikaRunHeader
4070 - fixed a bug in ReadEnv (wrong return statement) found
4071 by Abelardo. Correct handling of floating point numbers
4072 in the source position (12.5) was affected.
4073
4074
4075
4076 2005/04/04 Thomas Bretz
4077
4078 * callisto.cc, sinope.cc, mjobs/MDataSet.[h,cc], mjobs/MJCalibTest.cc,
4079 mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
4080 mjobs/MSequence.[h,cc]
4081 - changed setup procedure for paths to allow using standard
4082 paths everywhere
4083 - fixed to use new correct datacenter standard paths
4084 - made sure, that the sequences in a dataset are sorted by
4085 their number to ensure the correct synchronization
4086
4087 * mhflux/MHAlpha.cc:
4088 - display correct error (excess/significance)
4089
4090 * mjobs/MJCalibrateSignal.cc, mjobs/MJPedestal.cc:
4091 - removed MPointingPosCalc from Tasklist
4092
4093 * mjobs/MJStar.cc:
4094 - added MPointingPosCalc to tasklist for "Events" in case of MC
4095
4096 * ganymed.cc, mjobs/MJCut.[h,cc]:
4097 - implemented an option to enhance the display
4098 - do not display FS plot in wobble mode
4099 - made sure files are not written when they should not be written
4100
4101 * mhflux/MHAlpha.[h,cc]:
4102 - let FitEnergyBins return the mean of the significance of
4103 all Energy Bins
4104
4105 * mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
4106 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc:
4107 - implemented or fixed implementation of "same" Draw-option
4108 - slightly modified binning for Dist in MHHillasSrc
4109
4110 * mjobs/MJCalibrateSignal.cc:
4111 - do not plot pulse time twice
4112
4113 * mjobs/MJOptimize.cc:
4114 - print all parameters in minuit after they have been
4115 setup
4116
4117
4118
4119 2005/04/01 Thomas Bretz
4120
4121 * mbadpixels/MBadPixelsCalc.cc:
4122 - switched on bad pixel detection for a pedestal level
4123 which is more than 5 times the variance
4124
4125 * mfbase/MF.cc:
4126 - when fixing the "Inverted" bit in ReadEnv don't print a
4127 message on the screen
4128
4129 * mhflux/MHAlpha.cc:
4130 - plot correct errors
4131 - do not plot the point if its significance is not greater 1
4132
4133
4134
4135 2005/03/29 Markus Gaug
4136
4137 * mcalib/MCalibColorSet.cc:
4138 - added runs 34814, 34815, 45493, 45502, 45525, 45537 and 45548
4139
4140
4141
4142 2005/03/29 Thomas Bretz
4143
4144 * ganymed.cc:
4145 - implemented cmdline option for wobble and no-wobble to overwrite
4146 dataset
4147 - added cmdline option to print dataset
4148
4149 * mbase/MEvtLoop.[h,cc]:
4150 - added some memory leak analysis to eventloop
4151
4152 * mbase/MStatusDisplay.[h,cc]:
4153 - added third part to status bar which displays the current
4154 memory usage
4155 - added some more sizes to menu bar
4156 - replaced SetStatusLine1/2 by calling a common SetStatusLine
4157 - added a delete to CloseWindow() to be able to close a
4158 static window. REMARK: This gives a hell of warnings in
4159 valgrind but it is currently the only option to get this working
4160 which is really annoying
4161
4162 * mhbase/MH.cc:
4163 - small simplification
4164
4165 * mhbase/MHMatrix.cc:
4166 - replaced IsValid() by a check for the number of Rows, this
4167 was necessary because in root 4.02/00 all matrices seems
4168 to be valid
4169
4170 * mhflux/MHAlpha.cc:
4171 - changed the number of default bins in energy
4172 - make sure that the Alpha plot for off-data is displayed with
4173 a minimum at 0
4174 - fixed TPad::Divide for root 4.02/00
4175
4176 * mhflux/MHEnergyEst.cc:
4177 - use the mean abs of the resolution as fit value
4178 - some fixed to graphics
4179 - fixed the TPad::Divide for root 4.02/00
4180 - for the moment removed the pad added to the list of cleanups
4181 to get rid of the crashes
4182
4183 * mhflux/MHFalseSource.cc:
4184 - fixed for root 4.02/00 which seaqrches in the current pad
4185 for the histogram when calling Project3D
4186 - fixed the TPad::Divide for root 4.02/00
4187
4188 * mhist/MHHadronness.[h,cc]:
4189 - use MParameterD instead of MHadronness
4190
4191 * mimage/ImageLinkDef.h, mimage/Makefile:
4192 - added MHVsSize
4193
4194 * mimage/MHHillas.cc:
4195 - implemented 'same' for Center-histogram
4196
4197 * mhflux/FluxLinkDef.h, mhflux/Makefile:
4198 - added MHEnergyEst
4199
4200 * mhflux/MAlphaFitter.[h,cc]:
4201 - added significancetimes log10(excess) as fit option
4202
4203 * mjobs/MDataSet.[h,cc]:
4204 - added wobble-mode option
4205
4206 * mjobs/MJCut.cc:
4207 - changed default binning for energy
4208 - added MHillasSrcAnti optionally to the output
4209 - added MHVsSize to the tabs which are shown
4210
4211 * mjobs/MJOptimize.[h,cc]:
4212 - added dummy parameters to FixParameter for compatibility
4213 with SetParemeter
4214 - replaced MFSupercuts by MFMagicCuts
4215 - use Energy in MHAlpha instead of size
4216
4217 * mbase/MFilter.[h,cc]:
4218 - implemented ReadEnv to treat "Inverted"
4219
4220 * mfbase/MF.[h,cc], mfilter/MFSupercuts.cc:
4221 - treat "inverted" with MFilter::ReadEnv
4222
4223 * manalysis/MCompProbCalc.[h,cc], mranforest/MRanForestCalc.[h,cc]:
4224 - replaced MHadronness by MParameterD
4225
4226 * mdata/MDataFormula.[h,cc]:
4227 - removed comments from SetVariables
4228 - replaced GetExpFormula by GetTitle
4229
4230 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
4231 - MHadronness removed
4232
4233 * mfilter/MFMagicCuts.[h,cc]:
4234 - added
4235
4236 * mfilter/FilterLinkDef.h, mfilter/Makefile:
4237 - added MFMagicCuts
4238
4239 * mjobs/Makefile, mjobs/JobsLinkDef.h:
4240 - removed MJExtractSignal
4241
4242 * mfbase/MF.cc:
4243 - fixed a problem with double-inversion in ReadEnv
4244
4245 * mpointing/MSrcPosCalc.cc:
4246 - removed an output line which showed only an empty container
4247
4248
4249
4250 2005/03/24 Thomas Bretz
4251
4252 * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc,
4253 readraw.cc, showlog.cc, showplot.cc, sinope.cc, star.cc:
4254 - replaced all returns of -1 by return 2
4255
4256 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
4257 - added MEnergyEst (container)
4258
4259 * mhflux/MAlphaFitter.[h,cc]:
4260 - implemented new fit result options
4261
4262
4263
4264 2005/03/23 Markus Gaug
4265
4266 * msignal/MExtractTimeAndChargeDigitalFilter.cc
4267 - fix a bug in the time fine adjustment
4268
4269 * mjobs/hilocalib_*_mc.root
4270 - high-gain low-gain intercalibration constants for the MC.
4271
4272 * mjobs/MJCalibration.cc
4273 - use the MC- intercalibration files for MC.
4274
4275
4276
4277 2005/03/23 Thomas Bretz
4278
4279 * mhcalib/MHCalibrationChargeCam.cc:
4280 - fixed a possible crash in DrawDataCheckPixel() if
4281 pix.GetGraphEvents() returns NULL
4282
4283
4284
4285 2005/03/23 Thomas Bretz
4286
4287 * Release 0.9
4288
4289
4290
4291 2005/03/23 Thomas Bretz
4292
4293 * ganymed.cc:
4294 - implemented wobble-mode option
4295
4296 * mhflux/MAlphaFitter.[h,cc]:
4297 - fixed a problem in wobble mode (number of on- minus number
4298 of off-entries where calculated as 0)
4299 - added some additional resource options for scaling
4300 - added some missing const-qualifiers
4301
4302 * mhflux/MHAlpha.cc:
4303 - some cosmetic change to output
4304
4305 * mjobs/MDataSet.[h,cc]:
4306 - added the possibility to add a source name for wobble mode
4307 (preliminary)
4308 - added reading from *.edb catalog
4309
4310 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
4311 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
4312 - replaced iter.Print("all") by iter.Print()
4313
4314 * mjobs/MJCut.[h,cc]:
4315 - implemented wobble mode
4316 - implemented getting source position
4317
4318 * mjobs/MJStar.cc:
4319 - switched off calculation of MConcentration
4320 - implemented the new debug option for files (was still missing
4321 in MJStar)
4322
4323 * mpointing/MSrcPosCalc.[h,cc]:
4324 - always writa the anti-source position into the parameter list, too
4325 - implemented wobble mode (exchange source and anti-source position)
4326
4327 * mjobs/Makefile, mjobs/JobsLinkDef.h:
4328 - added MJOptimize
4329
4330 * mfilter/MFSupercuts.[h,cc]:
4331 - added
4332
4333 * mfilter/Makefile, mfilter/FilterLinkDef.h:
4334 - added MFSupercuts
4335 - removed MFAlpha
4336
4337 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
4338 - removed MEnergyEst
4339 - removed MEnergyEstParam
4340 - removed MEnergyEstParamDanielMkn421
4341 - removed MSupercuts
4342 - removed MSupercutsCalc
4343 - removed MFindSupercuts
4344 - removed MMinuitInterface
4345 - removed MFiltercutsCalc
4346
4347 * mhist/Makefile, mhist/HistLinkDef.h:
4348 - removed MHEnergyTime
4349 - removed MHEnergyTheta
4350 - removed MHAlphaEnergyTime
4351 - removed MHAlphaEnergyTheta
4352 - removed MHThetabarTime
4353 - removed MHThetabarTheta
4354 - removed MHGamma
4355 - removed MHSigmaPixel
4356 - removed MHSigmabarTheta
4357 - removed MHOnSubtraction
4358 - removed MHFindSignificance
4359 - removed MHCT1Supercuts
4360
4361 * mhflux/Makefile, mhflux/HistLinkDef.h:
4362 - added MHEnergyEst
4363
4364
4365
4366 2005/03/22 Thomas Bretz
4367
4368 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
4369 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
4370 - added a possibility to print the files which are
4371 searched/found if the files doesn't match the sequence
4372
4373 * mjobs/MJPedestal.cc:
4374 - undocumented(!) change, changed fgExtractWinLeft
4375 from 3.5 to 2.5
4376
4377 * mimage/MHillas.cc:
4378 - fixed a bug which took unused pixels into account
4379 introduced errornously with the last change to MSignalCam
4380
4381
4382
4383 2005/03/21 Thomas Bretz
4384
4385 * mfbase/MFDataChain.cc:
4386 - fixed a bug in GetDataMember if fData is not valid
4387
4388 * mhbase/MH3.cc:
4389 - moved drawing histograms back to Draw. This fixes a
4390 problem with root 4.02/00. Reading/Writing should be
4391 no problem if the names of the profiles are well known.
4392 - with this fix 'same' is currently NOT supported
4393
4394 * mimage/ImageLinkDef.h, mimage/Makefile:
4395 - added MNewImagepar2
4396 - added MHCewImagePar2
4397
4398 * mimage/MNewImagePar2.[h,cc], mimage/MHNewImagePar2.[h,cc]:
4399 - added new classes calculating and displaying the length
4400 of the border line of a shower
4401
4402 * mimage/MHImagePar.cc:
4403 - fixed a problem with root 4.02/00 when setting the margin
4404 in Divide to 0 by setting it to 1e-10
4405
4406 * mimage/MHNewImagePar.[h,cc]:
4407 - fixed to display Areas in deg^2
4408
4409 * mimage/MHillas.cc, mimage/MHillasExt.cc, mimage/MHillasSrc.cc,
4410 mimage/MImagePar.cc, mimage/MNewImagePar.cc
4411 - a small fix to Print()
4412
4413 * mimage/MHillasCalc.[h,cc]:
4414 - added MNewImagePar2 to supported image parameters
4415
4416 * mjobs/MJStar.cc:
4417 - replaced MCerPhotEvt by MSignalCam
4418
4419 * msignal/cosmics_weights46.dat, msignal/calibration_weightsUV46.dat,
4420 mjobs/hilocalib_df46.root:
4421 - added new intercalibration file for digital filter 4sl higain
4422 and 6sl logian
4423
4424 * mbase/MLogHtml.cc:
4425 - fixed a bug in Underline which cause a crash if fOut==NULL
4426 - output a message if file cannot be opened
4427
4428 * mhcalib/MHCalibrationPulseTimeCam.cc:
4429 - for some output there was a replacement of pix.GetPixId()
4430 by hist.GetName() <undocumented>
4431
4432 * mimage/MHillas.[h,cc]:
4433 - added new member function GetBorderLine returning the border
4434 line correspondig to an ellipse with axis lnegth and width
4435 - added new member function GetArea returning the area
4436 correspondig to an ellipse with axis lnegth and width
4437
4438
4439
4440 2005/03/19 Markus Gaug
4441
4442 * mjobs/hilocalib_df46.root
4443 - added new intercalibration file for digital filter 4sl higain
4444 and 6 slices logain
4445
4446 * mjobs/MJCalibration.cc
4447 - exchanged intercalibration file from hilocalib_df_4.root to
4448 hilocalib_df46.root
4449 - do not apply hi-gain lo-gain intercalibration for MC files.
4450
4451 * mjobs/MJPedestal.cc
4452 - exchanged two (Int_t)'s by TMath::Nint().
4453 - undocumented(!) change to the calculation of the extraction
4454 range (PulsePosCheck)
4455
4456 * callisto.rc
4457 - exchanged default weights file for Digital filter from
4458 cosmics_weights4.dat to cosmics_weights46.dat and from
4459 calibration_weights_UV4.dat to calibration_weights_UV46.dat!
4460 This change is absolutely necessary, given the new results from
4461 Nuria about the signal resolution in the low gain which gets worse
4462 than the intrinsic Poisson jitter above 350 phes. Also the time
4463 resolution is too bad. This was not known before we had the
4464 correct low-gain MC pulse.
4465
4466
4467
4468 2005/03/18 Thomas Bretz
4469
4470 * Makefile:
4471 - removed mone from list of compiled programs
4472
4473 * mars.cc:
4474 - replaced the MARS display by the Camera Display directly
4475
4476 * manalysis/MCameraData.[h,cc], mcalib/MCalibrateData.[h,cc],
4477 mbadpixels/MBadPixelsTreat.[h,cc], mcalib/MCalibrateRelTimes.[h,cc],
4478 mimage/MCameraSmooth.[h,cc], mimage/MConcentration.[h,cc],
4479 mimage/MHillas.[h,cc], mimage/MHillasExt.[h,cc],
4480 mimage/MImgCleanStd.[h,cc], mimage/MNewImagePar.[h,cc],
4481 mimage/MImagePar.[h,cc], MNewImagePar.[h,cc],
4482 mjobs/MJCalibTest.cc, mhcalib/MHCalibrationTestCam.[h,cc],
4483 mpedestal/MPedPhotCalc.[h,cc], mjobs/MJCalibrateSignal.cc:
4484 - removed dependancy on MArrivalTime, information now
4485 found in MSignalCam
4486 - replaced MCerPhotEvt by MSignalCam
4487 - it was renamed because it will be completely incompatible
4488 anyhow
4489
4490 * mjobs/MJCalibrateSignal.cc:
4491 - use new MSignalCam type to display pulse position of cosmics
4492
4493 * mcalib/MCalibrateData.cc:
4494 - calculate number of saturated pixels
4495
4496 * manalysis/MCerPhotEvt.[h,cc]:
4497 - removed possibility for zero-supression. Now the index
4498 is identical with the position in the array
4499 - renamed and moved to msignal/MSignalCam.[h,cc]
4500
4501 * manalysis/MCerPhotPix.cc:
4502 - removed obsolete values
4503 - added arrival time
4504 - renamed and moved to msignal/MSignalPix.[h,cc]
4505
4506 * mcalib/MCalibrationChargeCalc.cc:
4507 - some cosmetic changes and small fixed from the Munich cvs
4508 (undocumented)
4509
4510 * mfileio/MWriteRootFile.cc:
4511 - fixed bug in RecursiveRemove which caused crashed with real
4512 data
4513
4514 * mhft/MGeomCamMagicEnhance.cc, mhft/MHexagonalFTCalc.cc:
4515 - updated, but untested
4516
4517 * mhist/MHCamEvent.[h,cc]:
4518 - some fixes in Draw to get a correct display in root 4.02/00
4519 (at least on 64-bit systems)
4520 - removed kSqrtVariance it is included in kProfile now
4521
4522 * mhist/MHCamera.[h,cc]:
4523 - removed sqrtvariance option which is included in profile now
4524 - the profile now uses the new array fBinEntries to display
4525 a more accurate profile
4526
4527 * mhist/MHEvent.cc:
4528 - set to type 6 for arrival times
4529
4530 * mimage/MHillasCalc.cc:
4531 - updated text for error=1
4532
4533 * mimage/MImagePar.cc:
4534 - copy number of saturated pixels from MSignalCam
4535
4536 * mjobs/MJStar.cc:
4537 - enhanced title of some histogram
4538
4539 * mjobs/MSequence.cc:
4540 - updated path to fit data center (D.Dorner)
4541
4542 * mmain/MEventDisplay.cc:
4543 - display Arrival Time from MSignalCam now
4544
4545 * msignal/MArrivalTimeCam.cc:
4546 - implemented a new case 6 which is identical with the
4547 default case AND arrival time from MSignalCam
4548
4549 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
4550 manalysis/:
4551 - removed MCerPhotEvt
4552 - removed MCerPHotPix
4553 - removed MCerPhotAnal
4554 - removed MCerPhotAnal2
4555 - removed MCerPhotCalc
4556
4557 * mimage/Makefile, manalysis/ImageLinkDef.h:
4558 - removed MHillasSrcCalc
4559
4560 * manalysis/MSupercutsCalc.cc:
4561 - removed an obsolete include
4562
4563 * mhist/Makefile, mhist/HistLinkDef.h:
4564 - removed MHSigmaTheta
4565
4566 * mmain/Makefile, mmain/HistLinkDef.h:
4567 - removed MDataCheck
4568 - removed Mars
4569 - removed MAnalysis
4570 - removed MMonteCarlo
4571 - removed MGDisplayAdc
4572 - removed MOnlineDisplay
4573 - removed MOnlineDump
4574
4575 * msignal/Makefile, msignal/HistLinkDef.h, msignal/:
4576 - added MSignalCam
4577 - added MSignalPix
4578 - added MSignalCalc
4579
4580 * msql/Makefile, msql/SqlLinkDef.h:
4581 - removed MSqlInsertRun
4582
4583 * mfilter/Makefile, mfilter/FilterLinkDef.h:
4584 - removed MFSelBasic
4585 - removed MFSelStandard
4586 - removed MFSelFinal
4587
4588
4589
4590 2005/03/17 Thomas Bretz
4591
4592 * callisto.cc:
4593 - added new option moon
4594 - use light condition from MSequence to determin light condition
4595 automatically
4596
4597 * mjobs/MJPedestal.h:
4598 - allow setting SetUseHists also to kFALSE
4599
4600 * mjobs/MSequence.[h,cc]:
4601 - added fLightCondition
4602
4603 * mcalib/MCalibrateData.cc:
4604 - undocumented change from Markus Gaug
4605
4606 * mfilter/MFCT1SelBasic.[h,cc], mfilter/MFCT1SelStandard.[h,cc],
4607 mfilter/MFCT1SelFinal.[h,cc]:
4608 - moved to manalysisct1
4609
4610 * mfilter/Makefile, mfilter/FilterLinkDef.h:
4611 - removed MFCT1SelBasic
4612 - removed MFCT1SelStandard
4613 - removed MFCT1SelFinal
4614
4615 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
4616 - removed MPad
4617 - removed MMakePadHistograms
4618 - removed MSigmabar
4619 - removed MSigmabarParam
4620 - removed MSigmabarCalc
4621
4622 * mimage/Makefile, mimage/ImageLinkDef.h:
4623 - removed MImgCleanTGB
4624
4625 * mmontecarlo/Makefile, mmontecarlo/MonteCarloLinkDef.h
4626 - removed MMcEnergyEst
4627 - removed MMcTimeGenerate
4628
4629 * msignal/Makefile, msignal/SignalLinkDef.h:
4630 - removed MArrivalTime
4631 - removed MArrivalTimeCalc
4632 - removed MArrivalTimeCalc2
4633
4634 * mjobs/MJCalibration.cc:
4635 - followed some undocumented changes from the other cvs
4636
4637
4638
4639 2005/03/16 Thomas Bretz
4640
4641 * callisto.cc:
4642 - set changed extractor in MJCalibrateSignal from MJPedestal
4643 - don't process 'range finding' for MonteCarlo data
4644
4645 * callisto.rc:
4646 - removed obsolete Modified* option
4647
4648 * mjobs/MJCalibrateSignal.[h,cc]:
4649 - removed obsolete flag for ModifiedExtractWin
4650 - allow also NULL for SetExtractor
4651 - rearanged the too MWriteRootFile instantiations otherwise
4652 callisto crashes in MWriteRootFile::ChangeFile
4653 - removed some obsolete comments about an old MC workaround
4654
4655 * mdata/MDataChain.cc:
4656 - fixe to allow sign after e (eg. 1e-3, 1e+5 instead of 1e3, 1e5)
4657
4658 * mcalib/MCalibColorSet.cc, mcalib/MCalibrationChargeCalc.cc,
4659 mhcalib/MHCalibrationCam.cc:
4660 - undocummented change
4661
4662
4663
4664 2005/03/16 Markus Gaug
4665
4666 * msignal/MExtractTimeAndChargeSlidingWindow.cc
4667 - fixed a bug in the reading of the resource file (reading of the
4668 MExtractTimeAndCharge resources was skipped).
4669
4670 * mcalib/MCalibrateData.cc
4671 - for the case that the high-gain saturates, but the low-gain signal
4672 could not be extracted successfully, take the high-gain signal,
4673 multiplied by 1.5 (before, 0 was taken erroneously).
4674
4675 * msignal/MExtractTimeAndCharge.cc
4676 - catch one potential case for memory leaks in the low-gain
4677 calculation. Extract low-gain only if the remaining extraction
4678 window is not smaller than the number of slices needed by the
4679 signal extractor.
4680 - set the default fgLoGainStartShift to -3.5
4681
4682 * msignal/MExtractTimeAndChargeSpline.[h,cc]
4683 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
4684 - adjust fLoGainStartShift by one slice, after findings from MC.
4685
4686
4687
4688 2005/03/15 Markus Gaug
4689
4690 * msignal/MExtractTimeAndChargeSpline.h
4691 - take fRandomIter out of the streamer.
4692 - take fRiseTimeLoGain and fFallTimeLoGain into the streamer.
4693 - raise version number to 4
4694
4695 * mjobs/MJCalibration.cc
4696 - set default to kFALSE for PIN Diode or Blind Pixel calibration
4697 (was kTRUE by error).
4698
4699
4700
4701 2005/03/15 Thomas Bretz
4702
4703 * mjobs/MJCalibrateSignal.[h,cc]:
4704 - added the fExtractor data member
4705 - added a destructor deleting it
4706 - only read extractor from file if not set by user
4707 - user fExtractor as extractor1
4708 - do not delete extractor1 if set by user
4709 - added member function to set extractor
4710
4711 * mjobs/MJPedestal.cc:
4712 - removed MFEventSelector workaround again
4713 - do not write pedy file anymore
4714
4715 * callisto.cc:
4716 - MJCalibrateSignal now takes the signal extractor directly
4717 instead of taking the long way round a new file
4718
4719 * mpedestal/MExtractPedestal.cc:
4720 - ReInit extractor correctly. Now the workaround should be
4721 really obsolete
4722
4723 * mbase/MGMenu.[h,cc]:
4724 - make fix fix also compile root 3.10.02
4725
4726
4727
4728 2005/03/14 Thomas Bretz
4729
4730 * mbase/MGMenu.h:
4731 - added a fix for root 4.02.00
4732
4733
4734
4735 2005/03/14 Markus Gaug
4736
4737 * mcalib/MCalibrateData.cc
4738 - catch the case that now high-gain low-gian intercalibration const.
4739 is available.
4740
4741 * mjobs/MJPedestal.cc
4742 - modify option for pedy*.root: from UPDATE to RECREATE
4743
4744
4745
4746 2005/03/11 Markus Gaug
4747
4748 * callisto.rc
4749 - changed default weights for DF to cosmics_weights4.dat. (This has
4750 turned out to be the most stable set of weights).
4751
4752 * mjobs/MJCalibration.cc
4753 - some cosmetic changes in the output
4754 - in case of WriteHists(), do not overwrite existing signal*.root
4755 file, but append histograms (bugfix!)
4756
4757
4758
4759 2005/03/10 Toni Coarasa (With Nadia's and Alessandro's inside)
4760
4761 * mjobs/MJCut.cc
4762 - inclusion of (TString) to avoid compiler error under 2.95.3
4763
4764 * sinope.cc
4765 - inclusion of <errno.h> to avoid compiler error under 2.95.3
4766
4767
4768
4769 2005/03/10 Markus Gaug
4770
4771 * msignal/MExtractTimeAndCharge.cc
4772 - set fgLoGainStartShift to -4.0
4773 - put a check to avoid a dynamic low-gain range < 0 (should not
4774 occur with current extractors, but one never knows...)
4775
4776 * msignal/MExtractor.[h,cc]
4777 - introduced Clear()-function, used in SetRange()
4778
4779 * mjobs/MJCalibrateSignal.cc
4780 - changed order of initialization of the 2 MWriteRootFiles whereupon
4781 the crash goes away. Have to revise the /dev/null work-around
4782 in MWriteRootFile!
4783
4784
4785
4786 2005/03/09 Markus Gaug
4787
4788 * msignal/MExtractTimeAndCharge.cc
4789 - catch a (very unprobable) case in which the low-gain range could
4790 be negative
4791
4792 * mjobs/MJCalibrateSignal.cc
4793 - modify writing of MCalibrationPulseTimeCam to disk in order to
4794 avoid program crash in the destructor of MJCalibrateSignal
4795
4796 * mhcalib/MHGausEvents.h
4797 - take fGraphEvents, fGraphPowerSpectrum, fHPowerProbability and
4798 fPowerSpectrum out of the streamer.
4799 - intialize fFlags to 0
4800
4801
4802
4803 2005/03/09 Thomas Hengstebeck
4804
4805 * mranforest/MRFEnergyEst.cc
4806 - changed call of min, max functions to TMath::Min() and
4807 TMath::Max() to avoid compilation problems with some gcc
4808 versions
4809 - changed check of energy rule (last col of MHMatrix) so, that
4810 any rule containing "fEnergy" is accepted.
4811
4812
4813
4814 2005/03/08 Markus Gaug
4815
4816 * mhcalib/MHPedestalCam.[h,cc]
4817 - introduce new parameter "fFitStart" to decide from outside where
4818 to start fitting the pedestals.
4819
4820
4821
4822 2005/03/07 Markus Gaug
4823
4824 * mjobs/hilocalib_df6.root
4825 * mjobs/hilocalib_sp2.root
4826 - two files with the high-gain vs. logain intercalibration results.
4827 for Digital filter and September data and Spline and December
4828 data.
4829
4830 * callisto.rc
4831 - allow setting the variables ExtractWinLeft and ExtractWinRight.
4832
4833 * mhcalib/MHCalibrationHiLoCam.h
4834 * mhcalib/MHCalibrationCam.h
4835 * mhcalib/MHGausEvents.h
4836 - put the Draw-functions into the *MENU*
4837
4838 * mjobs/MJCalibration.[h,cc]
4839 - introduced reading of hi-vs.logain calibration file
4840
4841 * mjobs/MJPedestal.[h,cc]
4842 - modified range setting according Thomas S. suggestions
4843
4844 * msignal/MArrivalTime.[h,cc]
4845 - took out some commented code which will not be used any more
4846 - improve Print() function
4847
4848
4849
4850 2005/03/05 Markus Gaug
4851
4852 * msignal/MExtractTimeAndChargeSpline.[h,cc]
4853 - removed the obsolete parts of "kMaximum" and "kHalfMaximum" in the
4854 code which were still persistent
4855 - set default extraction type to integral (instead of amplitude)
4856 - set version number to 3
4857
4858 * mcalib/MCalibrationChargeCam.[h,cc]
4859 - added new function GetAvergedConvFADC2PhePerArea for the datacheck
4860
4861 * mjobs/MJPedestal.[h,cc]
4862 - added function WriteExtractor which writes the extractor with the
4863 new ranges to disk if fPulsePosCheck has been selected.
4864
4865 * mjobs/MJCalibrateSignal.[h,cc]
4866 - added functionality to read the updated extractor from
4867 MJPedestalY2 (with the new extraction ranges).
4868
4869
4870
4871 2005/03/04 Abelardo Moralejo
4872
4873 * mmc/MFadcDefine.h
4874 - Changed constant SUBBINS from 5 to 500. This defines the
4875 resolution of the analog signal simulation in the camera MC.
4876 The time step is the duration of one FADC slice divided by
4877 SUBBINS. The change was necessary to implement correctly the PMT
4878 time jitter.
4879
4880
4881
4882 2005/03/03 Markus Gaug
4883
4884 * mjobs/pedestalref.rc
4885 * mjobs/calibrationref.rc
4886 * mjobs/calibrationref_Nov04.rc
4887 - added documentation
4888
4889 * mjobs/signalref.rc
4890 - added
4891
4892 * mjobs/MJPedestal.cc
4893 - re-added MFEventSelector which had been removed by TB on the
4894 15.2.2005.
4895 - added pulse position selector, as decided at the Berlin soft-
4896 ware meeting.
4897
4898 * callisto.cc
4899 - added SetPulsePosCheck() in MJPedestalY2
4900
4901 * mjobs/MJCalibrateSignal.cc
4902 - updated pulse pos. calculator, can be switched off now.
4903
4904 * mjobs/MJCalib.[h,cc]
4905 - added flag fPulsePosCheck
4906
4907
4908
4909 2005/03/02 Markus Gaug
4910
4911 * mjobs/MJCalib.[h,cc]
4912 * mjobs/MJPedestal.[h,cc]
4913 * mjobs/MJCalibration.[h,cc]
4914 * mjobs/MJCalibrateSignal.[h,cc]
4915 - put the storage types in the base class
4916
4917 * mbadpixels/MBadPixelsCam.cc
4918 - add some output in case that AsciiRead does not work
4919
4920 * msignal/MExtractTimeAndChargeSpline.cc
4921 - speed integration up a little bit.
4922
4923 * callisto.rc
4924 - adapt the low-gain stretch for the different pulse form for
4925 calibration and cosmics pulses (only applied if spline is used).
4926
4927
4928
4929 2005/02/25 Markus Gaug
4930
4931 * mhcalib/MHCalibrationHiLoCam.[h,cc]
4932 - fixed bug in inter-calibration hi-logain for arrival times.
4933
4934 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]
4935 - fixed the situation where the maximum bin is already found in the
4936 low-gain samples.
4937
4938 * mjobs/MJCalibration.cc
4939 - write the MPedestalCams also to disk (needed for data-check).
4940
4941
4942
4943 2005/02/25 Abelardo Moralejo
4944
4945 * msignal/MC_calibration_weights_UV.dat
4946 - Added. Weights file for using the digital filter on MC
4947 calibration files. For the moment the weights are the same as in
4948 the file calibration_weights_UV.dat, only that high and low gain
4949 have both the same weights because for the moment the MC pulse
4950 shape is the same in both gain branches.
4951
4952
4953
4954 2005/02/24 Markus Gaug
4955
4956 * mjobs/MJCalibrateSignal.cc
4957 - include display of pulse times (calculated in the post-process)
4958 - include the possibility for the pixel check (like in MJCalibration)
4959
4960 * mhcalib/MHCalibrationHiLoCam.cc
4961 - set default range up to 30.
4962
4963 * mhcalib/MHCalibrationChargeBlindPix.h
4964 - take the TVectors out of the streamer, to be exectuable with
4965 root.04.02
4966
4967
4968
4969 2005/02/24 Thomas Hengstebeck
4970
4971 * macros/RFEnergyEst.C
4972 - new macro to show the usage of RFEnergyEst class.
4973
4974
4975
4976 2005/02/24 Abelardo Moralejo
4977
4978 * mtemp/mpadova/macros/resize.C
4979 - moved MSrcPosCam output container from RunHeaders to Events tree.
4980
4981
4982
4983 2005/02/18 Marcos Lopez
4984
4985 * mflux/
4986 - new directory to store the flux related classes.
4987
4988 * mflux/MHadAlphaCut.{h,cc}
4989 - container to store the optimal hadronness and alpha cut for each bin in
4990 estimated energy and theta.
4991
4992 * mflux/MFHadAlpha.{h,cc}
4993 - filter to apply the hadronness and alpha cuts stored in
4994 MHadAlphaCut. It can be selected to apply only alpha, only hadronness
4995 cut or both.
4996
4997
4998
4999 2005/02/18 Markus Gaug
5000
5001 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]
5002 - new class to histogram the arrival time of cosmics above a certain
5003 threshold.
5004
5005 * mcalib/MCalibrationPulseTimeCam.[h,cc]
5006 - new class container with results of MHCalibrationPulseTimeCam
5007
5008 * mjobs/MJCalibrateSignal.cc
5009 - include MCalibrationPulseTimeCam to display
5010
5011
5012
5013 2005/02/18 Thomas Bretz
5014
5015 * mbase/MStatusDisplay.cc:
5016 - switch off TH1::AddDirectory during DrawClonePad
5017
5018 * mjobs/MSequence.[h,cc]:
5019 - added some code (still commented) for later use,
5020 allowing to setup a different filename for each runfile
5021 - added SetNight member function
5022 - added Add*Runs member function
5023 - with this changes MSequence can replace MRunIter now
5024 - allow requesting of standard path from outside
5025 (GetStandardPath)
5026
5027 * Makefile:
5028 - added sinope
5029
5030 * sinope.cc:
5031 - added (small tool to check contents of run for datacenter)
5032
5033 * callisto.cc:
5034 - added background information about Callisto
5035
5036 * ganymed.cc:
5037 - added background information about Ganymed
5038
5039 * mjobs/MJCalibrateSignal.cc:
5040 - removed special MC code. The MC files now have a lo-gain
5041 switch and we can extract the pedestal rms from lo-gain
5042 - don't print statistics if nothing was executed
5043 - fixed display. The displayed pedestal RMS was the one
5044 caluclated with a extractor but not at random position
5045 (This only effects the display, the algorithm was ok)
5046
5047
5048
5049 2005/02/17 Markus Gaug
5050
5051 * mjobs/MJCalibTest.cc
5052 - removed bug treating the MC calibration files uncorrectly
5053 - added Pixel-Check treatment
5054
5055 * mjobs/MJCalibration.cc
5056 - added Pixel-Check treatment
5057
5058 * callisto.rc
5059 - added pixel-check option
5060
5061 * msignal/MExtractTimeAndChargeDigitalFilter.cc
5062 - calculate high-gain signal even if saturation occurs
5063
5064
5065
5066 2005/02/17 Thomas Bretz
5067
5068 * mjobs/MJStar.cc:
5069 - fixed some missing containers in case of MC files
5070
5071 * callisto.cc:
5072 - removed obsolete second check for kModeC
5073
5074 * mars.rc:
5075 - added a lot of option to be able to use a
5076 different signal extractor looking into uncalibrated
5077 data
5078
5079 * manalysis/MCameraData.[h,cc]:
5080 - added Print() member function
5081
5082 * manalysis/MCerPhotAnal2.[h,cc]:
5083 - switched off writing into MCerPhotEvt
5084
5085 * mdata/MDataChain.[h,cc]:
5086 - added code to handle priorities of operators correctly
5087
5088 * mhist/MHEvent.cc:
5089 - fixed display for MPedestalRMS
5090
5091 * mjobs/MJCalib.cc:
5092 - fixed treatment of PixelCheck resource
5093
5094 * mjobs/MJCalibrateSignal.cc:
5095 - added some comments about Monte Carlo
5096 - added MMcFadcHeader to output
5097
5098 * mjobs/MJPedestal.cc:
5099 - do not allow 'UseData' for Monte Carlos. Reason is given as
5100 comment in the code
5101
5102 * mmain/MEventDisplay.[h,cc]:
5103 - changed such, that mars.cc allows to set the used extractor
5104 - removed the obsolete cam.root, ped.root option
5105
5106 * mmain/MCameraDisplay.cc:
5107 - adapted to change in MEventDisplay
5108
5109
5110
5111
5112 2005/02/16 Javier Rico
5113
5114 * mhistmc/MHMcUnfoldCoeff.[cc,h], mhistmc/Makefile,
5115 mhistmc/HistMcLinkDef.h
5116 - Added container class holding the histograms of the coefficients
5117 for the (iterative) unfolding.
5118
5119 * mmontecarlo/MMcUnfoldCoeffCalc.[cc,h], mmontecarlo/Makefile,
5120 mmontecarlo/MonteCarloLinkDef.h
5121 - Added task class to compute the coefficients for the (iterative)
5122 unfolding.
5123
5124 * macros/unfoldCoeff.C
5125 - added macro that computes the effective areas and coefficients
5126 from a MC input file (with OriginalMC tree and MEnergyEst
5127 branch containing the energy estimator). This may be used
5128 as layout for spectrum computation program.
5129
5130
5131
5132 2005/02/16 Markus Gaug
5133
5134 * mdata/MDataChain.cc
5135 - replaced ROOT version check for the compiler from 4.02.00 to
5136 4.01.00
5137
5138 * mranforest/MRFEnergyEst.cc
5139 - include "TVector.h", otherwise this class does not compile
5140 in newer root versions
5141
5142 * msignal/MExtractTimeAndCharge.cc
5143 - initialize fLoGainStartShift correctly if read from conf. file
5144 and modified fOffsetLoGain exists.
5145
5146 * msignal/*weights*.dat
5147 - new weights with the uniform pedestal RMS. (Please use these!)
5148
5149 * msignal/pulpo_weights*.dat
5150 - new weights with the pulpo-pulse form and without NSB!!
5151
5152
5153
5154 2005/02/16 Thomas Hengstebeck
5155
5156 * mranforest/MRFEnergyEst.[h,cc]
5157 - added RF class for energy estimation
5158
5159 * mranforest/MRFEnergyEst.cc
5160 - changed calculation of estimated energy, now interpolated values
5161 are returned
5162
5163
5164
5165 2005/02/16 Abelardo Moralejo
5166
5167 * macros/starmc2.C:
5168 - Changed the way in which the "OriginalMC" tree is copied from
5169 the input to the output file. Now we ise the new procedure
5170 MWriteRootFile::AddCopySource
5171
5172 * mhistmc/MHMcCollectionArea.cc
5173 - Changed default fName to "MHMcCollectionArea"
5174
5175 * mtemp/mpadova/macros/resize.C
5176 - Changed weights
5177
5178
5179
5180 2005/02/16 Thomas Bretz
5181
5182 * mbase/MEvtLoop.cc:
5183 - fixed a typo
5184
5185 * mbase/MParList.cc, mfileio/MReadMarsFile.cc,
5186 mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc,
5187 mjobs/MJStar.cc:
5188 - optimized size of some output
5189
5190 * mfileio/MWriteRootFile.[h,cc]:
5191 - fixed CopySource option for single-file case
5192
5193 * mhist/MHCamEvent.cc:
5194 - replaced the warn in SetupFill by an inf
5195
5196 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationHiLoCam.cc,
5197 mhcalib/MHCalibrationChargePINDiode.cc:
5198 - removed obsolete output after a failed FindCreateObj (the
5199 function itself does the output in case of failure)
5200
5201 * mhcalib/MHCalibrationCam.cc:
5202 - replaced 'err' by 'warn' for under-/overflow in lo-gain pixel,
5203 it doesn't result in an fatal error (abort)
5204
5205 * mranforest/MRanForestCalc.cc:
5206 - added a missing debug level to some output
5207
5208 * mranforest/MRFEnergyEst.[h,cc]:
5209 - cleaned up includes
5210
5211 * callisto.cc, ganymed.cc, star.cc:
5212 - implemented enhanced handling of resource debugging
5213
5214 * mbase/Makefile, mbase/BaseLinkDef.h:
5215 - added MEnv
5216
5217 * mbase/MEnv.[h,cc]:
5218 - added
5219
5220 * mjobs/MJob.[h,cc]:
5221 - added new function to allow distribution of extranl MEnv
5222 - replaced Bool_t by Int_t for fEnvDebug
5223
5224 * mjobs/MJPedestal.cc:
5225 - adapted to changes of EnvDebug
5226
5227
5228
5229 2005/02/15 Abelardo Moralejo
5230
5231 * macros/mccalibrate.C
5232 - fixed small bug
5233
5234 * mmontecarlo/MMcCollectionAreaCalc.[h,cc]
5235 * mhistmc/MHMcCollectionArea.[h,cc]
5236 - Changed the way of calculating final effective area for data
5237 analysis. The new approach requires the use of MC files produced
5238 with the current CVS version of camera. We now make use of the
5239 true total number of produced MC events, and allow for the
5240 setting of a "tentative" differential gamma spectrum to be used
5241 in the calculation of effective areas.
5242 Removed unused constructor argument "input" in
5243 MMcCollectionAreaCalc.
5244
5245 * macros/collarea.C
5246 - Adapted to the new way of calculating effective areas.
5247
5248
5249
5250 2005/02/15 Thomas Bretz
5251
5252 * callisto.rc:
5253 - replaced mutal exclusive options (Integral, Amplitude) by
5254 a one-line resource
5255
5256 * msignal/MExtractTimeAndChargeSpline.cc:
5257 - replaced mutal exclusive options (Integral, Amplitude) by
5258 a one-line resource "ExtractionType" (old code still works)
5259
5260 * manalysis/MCerPhotEvt.[h,cc]:
5261 - added new variables to store information about islands
5262 and removed pixels - PRELIMINARY
5263 - increased class version number
5264
5265 * mfilter/MFSoftwareTrigger.cc:
5266 - optimized output in PostProcess
5267
5268 * mimage/MHImagePar.[h,cc]:
5269 - added new histograms for new variables in MCerPhotEvt
5270
5271 * mimage/MImagePar.[h,cc]:
5272 - added new data members for the new image parameters
5273 - increased class version
5274
5275 * mimage/MImgCleanStd.[h,cc]:
5276 - adapted image cleaning to calculate the new image
5277 parameters
5278 - added a flag to keep single core pixels
5279
5280 * manalysis/MMatrixLoop.[h,cc], mfileio/MReadReports.[h,cc],
5281 mfileio/MReadRflFile.[h,cc], mfileio/MReadTree.[h,cc],
5282 mraw/MRawFileRead.[h,cc], mraw/MRawSocketRead.h:
5283 - renamed GetFileName to GetFullFileName
5284
5285 * mbase/MInputStreamID.h:
5286 - added new member function HasStreamId
5287
5288 * mbase/MParContainer.[h,cc]:
5289 - added a static list to keep track of all created
5290 TMathodCall objects
5291
5292 * mbase/MTask.cc:
5293 - enhanced PrintStatistics
5294
5295 * mfileio/MRead.[h,cc]:
5296 - new abstract function GetFullFileName
5297 - added implementatio of GetFileName based on GetFullFileName
5298
5299 * mfileio/MWriteRootFile.[h,cc]:
5300 - moved open of a new file to new common member function
5301 OpenFile
5302 - allow to use an already existing file also when using rules
5303 - added a new option which can be used to copy an existing
5304 tree (without any change) from the old file into the new file.
5305 (in principal you can also do this for some of its branches only)
5306 This is done by AddCopySource
5307
5308 * mjobs/MJCalibrateSignal.cc:
5309 - in case of MonteCarlo files write an independant tree
5310 'MonteCarlo' for 'MMcEvtBasic'
5311
5312 * mjobs/MJStar.cc:
5313 - copy tree 'MonteCarlo' from old into new files
5314
5315 * mjobs/MJPedestal.cc:
5316 - removed wrong use of MFEventSelector
5317
5318 * mpedestal/MExtractPedestal.cc:
5319 - made sure that fExtractor is correctly pre- and
5320 postprocessed.
5321
5322 * mbase/MTask.cc:
5323 - don't preprocess a task if it has been preprocessed already
5324
5325 * mraw/MRawFileWrite.cc:
5326 - if display is set write output to status line
5327
5328 * mfileio/MReadTree.cc, mfileio/MReadMarsFile.cc:
5329 - moved code to display filename in status display from
5330 MReadMarsFile::Notify to MReadTree::Notify
5331
5332
5333
5334 2005/02/15 Markus Gaug
5335
5336 * mjobs/MJCalib.h
5337 - added GetDataFlag(), otherwise code does not compile!
5338
5339 * mhcalib/MHCalibrationChargeCam.cc
5340 - moved default saturation limit for number of high-gain events from
5341 0.02 to 0.05.
5342
5343 * msignal/MExtractTimeAndCharge.cc
5344 - lowered default low-gain switch from 150 to 120. (for calibration
5345 events which saturate more than 5% of the events).
5346
5347 * mjobs/MJCalib.[h,cc]
5348 - include possibility to display pixels distributions for test
5349 reasons
5350
5351
5352
5353 2005/02/14 Thomas Bretz
5354
5355 * callisto.cc, ganymed.cc, star.cc:
5356 - added some more information to '--help' output
5357 - replaced MSequences by MDataSet
5358 - implemented new debugging options (maybe not perfect yet)
5359 --print-files and --print-found
5360
5361 * mjobs/MJCut.[h,cc]:
5362 - replaced MSequences by MDataSet
5363 - write MEnergyEst
5364 - recalculate MHillasSrc
5365 - made sure both MWriteRootFile have different names
5366 - don't use "same" option if no off-data
5367
5368 * mjobs/MSequences.[h,cc]:
5369 - removed
5370
5371 * mjobs/MDataSet.[h,cc]:
5372 - added
5373
5374 * manalysis/MEventRateCalc.[h,cc]:
5375 - added a fix which make sure, that the rate is not influenced
5376 too much by the start of data taking
5377 - fixed setting of mean time corresponding to rate-interval
5378
5379 * mraw/MRawFileRead.[h,cc]:
5380 - calculate total number of events from all files in PreProcess
5381
5382 * mcalib/MCalibConstCam.cc:
5383 - added case 2 to GetPixelContent
5384
5385 * mjobs/MJCalibrateSignal.cc:
5386 - fixed redirection of stream with interleaved calibration infos
5387 - changed 'Arrival Time' to 'Calibrated Arrival Time'
5388 - display interpolated signal in equivalent photoelectrons to
5389 to get rid of scaling effects which makes it difficult to see
5390 details of the structure of the inner pixels in the histogram.
5391 With this you can immediatly see whether the relative number
5392 of phe in the outer pixels is equiv. to the inner pixels.
5393 - the same for the calibration factor - with the same argument
5394 - adapted to change in MWriteRootFile
5395 - use MReadMarsFile for Monte Carlo flag set
5396
5397 * mhist/MHCamera.cc:
5398 - changed drawing such, that NaN is not displayed anymore
5399
5400 * Makefile:
5401 - added new program ganymed
5402
5403 * mfileio/MWriteRootFile.[h,cc]:
5404 - added possibility to use UPDATE mode with rules (dangerous!)
5405 as discussed with Abelardo, Daniel M. and Thomas S.
5406
5407 * mjobs/MJStar.cc:
5408 - adapted to change in MWriteRootFile
5409 - added software trigger (still untuned) as suggested by
5410 Thomas S.
5411 - added calculation of source position before calculation
5412 of image parameters
5413 - added MPointingPos to Events-Tree
5414 - removed MPointingPos from Drive-Tree
5415 - renamed sub-tasklists to something more intuitive
5416
5417 * mjobs/Makefile, mjobs/JobsLinkDef.h:
5418 - added MJCut.cc
5419
5420 * mraw/MRawFileRead.cc:
5421 - return kERROR if ReInit fails
5422
5423 * mfilter/MFSoftwareTrigger.[h,cc]:
5424 - updated to allow using time coincidence
5425 - changed default values
5426 - added a pattern independant trigger algorithm
5427
5428 * mbase/MDirIter.cc:
5429 - implemented option 'dbg' in Print()
5430
5431 * mjobs/MJCalib.h:
5432 - added a getter for data-flag (should be renamed
5433 to 'datatype' soon)
5434
5435
5436
5437 2005/02/12 Abelardo Moralejo
5438
5439 * mtemp/mpadova/macros/wobblemap.C
5440 - Added. Macro to do some studies on wobble mode data.
5441
5442 * macros/mccalibrate.C
5443 - Added option to divide the output in a train and a test sample.
5444 Included in output new container MMcEvtBasic (if found in input
5445 files) for later use in effective areas calculations.
5446
5447 * macros/starmc2.C
5448 - Added writing out of new container MMcEvtBasic. Removed
5449 possibility of splitting output in train and test samples, since
5450 this has now to be done in mccalibrate.C to make possible that
5451 the tree OriginalMC containing MMcEvtBasic has all the original
5452 MC events (and only those) from which the events present in the
5453 Events tree derive.
5454
5455 * macros/starmc.C
5456 - Changed a couple of wrong "." by "->" in function calls. Changed
5457 default tail cuts.
5458
5459
5460
5461 2005/02/12 Markus Gaug
5462
5463 * msignal/MExtractTimeAndChargeSpline.cc
5464 - change default rise time to 0.5 and default fall time to 1.5
5465
5466 * callisto.rc
5467 - made intitializations of extractors more explicit
5468
5469 * mpedestal/MExtractPedestal.cc
5470 - make check for even number of slices in the case of "fundamental"
5471 pedestal calc.
5472
5473 * mcalib/MCalibrationChargeCalc.cc
5474 - take out some commented code
5475
5476 * mjobs/MJCalib.h
5477 - removed GetDataFlag()
5478
5479
5480
5481 2005/02/12 Abelardo Moralejo
5482
5483 * mmc/MMcTrig.hxx
5484 - Added getter GetNumFirstLevel. This is necessary if that data
5485 member is to be used for instance in MF filters. There was
5486 already a getter, but it is called GetFirstLevel and hence not
5487 recognized.
5488
5489
5490
5491 2005/02/11 Abelardo Moralejo
5492
5493 * mmc/MMcEvtBasic.[h,cc]:
5494 - New class. Contains 5 very basic MC parameters which we intend
5495 to save for all generated Corsika events. This is needed for
5496 proper effective area calculations.
5497
5498 * mmc/Makefile, McLinkDef.h
5499 - Added new class above.
5500
5501
5502
5503 2005/02/11 Thomas Bretz
5504
5505 * mfileio/MWriteRootFile.[h,cc]:
5506 - added the possibility to write to an already existing file.
5507 This doesn't affect the old behaviour, but using this new feature
5508 might still have problems.
5509
5510 * mfileio/MReadReports.cc:
5511 - fixed column-level in PrintStatistics
5512
5513 * mjobs/MJCalibrateSignal.cc:
5514 - keep MMcRunHeader in the output
5515
5516
5517
5518 2005/02/10 Abelardo Moralejo
5519
5520 * macros/mccalibrate.C
5521 - Added possibility to calibrate in photons or photoelectrons
5522
5523 * macros/starmc2.C
5524 - Added comment about value of cleaning levels
5525
5526
5527
5528 2005/02/10 Markus Gaug
5529
5530 * mcalib/Makefile
5531 * mcalib/CalibLinkDef.h
5532 * mcalib/MCalibrate.[h,cc]
5533 - removed mcalib/MCalibrate.* because it has been replaced by
5534 MCalibrateData
5535
5536 * mmain/MEventDisplay.cc
5537 - replaced MCalibrate by MCalibrateData
5538
5539 * mhcalib/MHCalibrationCam.cc
5540 - replaced warning about empty histogram from red (err) by
5541 yellow (warn).
5542
5543 * mcalib/MCalibColorSet.cc
5544 - return kTRUE in case of MC-file
5545
5546 * msignal/MExtractTimaAndChargeSpline.[h,cc]
5547 - make sure that all variables are set correctly independent on
5548 the order of their initialization by the user
5549
5550
5551
5552 2005/02/10 Thomas Bretz
5553
5554 * mgeom/MGeomCam.[h,cc]:
5555 - added new member functions (GetNeighbors) to get all pixels
5556 around a given pixel with a given radius
5557
5558 * mars.rc:
5559 - use same values for image cleaning as default in star
5560
5561 * mpointing/MSrcPosCalc.[h,cc]:
5562 - added the possibility to set the Source position from
5563 a resource file
5564
5565 * mjobs/MJStar.cc:
5566 - write MMcRunHeader to RunHeaders
5567
5568 * mfileio/MWriteRootFile.cc:
5569 - removed an obsolete line
5570 - removed a debug line which should not be there
5571
5572 * mimage/MHillas.h:
5573 - added new Getter GetDist0 returning the distance to the
5574 camera center
5575
5576 * mhflux/MHFalseSource.cc:
5577 - the scaling in Paint() was nonsense in case we are looking
5578 at on/off-data. Fixed.
5579
5580
5581
5582 2005/02/10 Abelardo Moralejo
5583
5584 * manalysis/MMcCalibrationUpdate.h
5585 - Added comment on new member fSignalType. Sorry for compilation
5586 problems... I forgot to commit the header yesterday, but M. Gaug
5587 did it.
5588
5589 * macros/starmc.C
5590 - Cleaned up a little bit, made the option to choose between
5591 calibration in photons or phe- easier to set.
5592
5593 * manalysis/MMcCalibrationUpdate.[h,cc]
5594 - Added getter and setter for fSignalType. Set fSignalType=kPhot as
5595 default for consistency with MCalibrateData.
5596
5597
5598
5599 2005/02/09 Abelardo Moralejo
5600
5601 * manalysis/MMcCalibrationUpdate.cc
5602 - Updated to make the MC calibration in phe- work
5603
5604 * macros/starmc.C
5605 - same as above. Now default is calibration in phe-
5606
5607 * mraw/MRawEvtHeader.h
5608 - Added setter for the trigger pattern, absolutely needed for
5609 creating proper MC root files.
5610
5611
5612
5613 2005/02/09 Markus Gaug
5614
5615 * manalysis/MMcCalibrationUpdate.h
5616 - added missing declaration of fSignalType
5617
5618 * mjobs/MJPedestal.[h,cc]
5619 * mjobs/badpixels_0_559.rc
5620 * callisto.rc
5621 - allow exclusion of bad pixels from the beginning (default is
5622 Pixel 0 and 559).
5623 - removed some obsolete includes
5624 - took out data member fPedestalHist from MJPedestal.h which removes
5625 the crash, however I don't understand why it caused the crash!!!
5626 There seem to be problems with memory usage either in callisto.cc
5627 or in this class!!
5628 (valgrind shows several memory leaks in the TG... classes).
5629
5630 * mjobs/MJCalibration.cc
5631 - write display and containers also in case of failure of eventloop
5632
5633 * mhcalib/MHGausEvents.cc
5634 - make default display window 600x600
5635
5636 * mcalib/MCalibrationQECamMagic.cc
5637 - updated five pixels
5638
5639 * mpedestal/MExtractPedestal.[h,cc]
5640 * mpedestal/MPedCalcPedRun.cc
5641 * mpedestal/MPedCalcFromLoGain.cc
5642 - included possibility for intermediate pedestal cam (not yet used)
5643
5644 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc
5645 - initialize the bad events counters to 0 also in constructor
5646 - release the limit for bad events a bit
5647
5648 * mcalib/MCalibrationTestCam.h
5649 - take out include of TArrayI (already in base class)
5650
5651 * mcalib/MCalibrateData.h
5652 - make default argument for SetSignalType kPhe.
5653
5654 * mjobs/MJCalibrateSignalFromOuside.[h,cc]
5655 - removed
5656
5657
5658
5659 2005/02/08 Markus Gaug
5660
5661 * mhcalib/MHCalibrationCam.cc
5662 * mcalib/MCalibrationChargeCalc.cc
5663 - replaced GetNumExecutions()==0 condition by GetNumExecution() < 1
5664
5665
5666
5667 2005/02/08 Thomas Bretz
5668
5669 * mpointing/MPointingPosInterpolate.cc:
5670 - use debug option in addition to switch off output from internal
5671 eventloop. It is confusing having this output inside another
5672 eventloop.
5673 - updated missing connections in class description
5674
5675 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc:
5676 - made sure that output of PostProcess fits into 80col boundary
5677
5678 * mimage/MHillas.cc:
5679 - removed an obsolete call to TLine::Paint() in Paint.
5680
5681
5682
5683 2005/02/07 Thomas Bretz
5684
5685 * mbase/MFilter.cc:
5686 - use paranthesis around ClassName in GetRule
5687
5688 * mdata/MDataFormula.h:
5689 - fixed a wrong comment in variable description
5690
5691 * mhist/MHCamEvent.[h,cc], mhist/MHCamera.[h,cc],
5692 mjobs/MJCalibrateSignal.cc,
5693 mjobs/MJCalibrateSignalFromOutside.cc:
5694 - to make sure there are no missunderstandings we have to
5695 replace all occurances of 'Variance' by 'SqrtVariance'
5696 (it was not my decision)
5697
5698 * mastro/MAstro.[h,cc]:
5699 - added new function Angle2Coordinate
5700
5701 * mbase/MTaskEnv.[h,cc]:
5702 - fixed a bug which caused the resource task to be ignored
5703 if the default task was '<dummy>'
5704
5705 * mhbase/MH3.cc:
5706 - fixed a bug in Paint (use GetListOfPrimitives->FindObject
5707 instead of FindObject) which caused the histogram to
5708 be put a lot of times into the pad.
5709
5710 * mjobs/MJCalib.[h,cc]:
5711 - derived MJCalib from MJob in order to be able to move
5712 common code from derived classes into the base-class
5713 - implemented CheckEnvLocal to handle the resource 'DataType'
5714 - changed publicity of some variables and functions
5715 to allow setting file type from outside
5716 - added new function to set data-type for use in callisto.cc
5717
5718 * mjobs/MJCalibTest.[h,cc], mjobs/MJCalibrateSignal.[h,cc],
5719 mjobs/MJCalibration.[h,cc], mjobs/MJPedestal.[h,cc]:
5720 - removed double inheritance, replaced by single inheritance
5721 from MJCalib
5722 - replaced code to handle the resource 'DataType' by the
5723 common code in the base class
5724 - put reading of reference file into a new member function
5725 to make source code reading resource file simpler and to
5726 be able to write a function description about it (simple
5727 copy&past)
5728
5729 * callisto.cc:
5730 - added option for file-type
5731
5732 * mjobs/MJOptimize.[h,cc], mjobs/MSequences.[h,cc],
5733 mjobs/MJCut.[h,cc], ganymed.[cc,rc], mhflux/MHEnergyEst.[h,cc]:
5734 - added to repository, but not yet to Makefile because
5735 there is still some work to be done. But whoever is
5736 interested in the new classes/program may already use it.
5737
5738 * mhflux/MAlphaFitter.[h,cc]:
5739 - added option to choose the minimization value
5740
5741 * mhflux/MHAlpha.cc:
5742 - replaced significance by minimization value
5743
5744 * mhflux/MHEffectiveOnTime.cc:
5745 - use E-Option when fitting to improve error calculation
5746 by using Minos technique
5747
5748
5749
5750 2005/02/04 Markus Gaug
5751
5752 * mjobs/MJCalibration.cc
5753 - found a "the `impossible' happened" when running callisto with
5754 a pure signal extractor --> MExtractTimeFastSpline has some
5755 problems with the management of the internal arrays. Replaced it
5756 by MExtractTimeHighestIntegral as default which is as good.
5757
5758 * callisto.rc
5759 - use MExtractTimeAndChargeDigitalFilterPeakSearch as default
5760 instead of MExtractTimeAndChargeDigitalFilter. This extractor is
5761 now tested and checks for the positions of the pulse within the
5762 DAQ-window.
5763
5764
5765
5766 2005/02/04 Thomas Bretz
5767
5768 * Makefile.rules:
5769 - fixed creation of main MDep.d
5770
5771 * callisto.cc, merpp.cc, showlog.cc, showplot.cc, star.cc:
5772 - added commandline option --version
5773
5774 * mbase/MFilter.cc:
5775 - changed default for 'GetRule'
5776
5777 * mbase/MParContainer.cc:
5778 - simplified GetNewObject
5779
5780 * mfbase/MF.cc:
5781 - if no conditional sign is found try to create
5782 MFilter-object
5783
5784 * mraw/MRawEvtData.cc:
5785 - fixed the initialization of fABFlags in case maxid==0 which
5786 is the default. This caused MRawEvtPixelIter::HasABFlag
5787 to do unallowed access to memory for old root-files without
5788 the AB flag, because it assumed (due to size==1) that the
5789 data contains the ab flag
5790
5791 * mraw/MRawEvtPixelIter.[h,cc]:
5792 - removed some obsolete debug comments
5793 - simplified HasABFlag
5794
5795 * manalysis/MCerPhotPix.h:
5796 - removed the `!` again. It gave problems with the Mars
5797 display. We agreed that this is a minor problem because
5798 the structure of MCerPhot* will chnage soon in any case.
5799
5800
5801
5802 2005/02/04 Abelardo Moralejo
5803
5804 * macros/starmc2.C
5805 - added to output missing container MConcentration.
5806
5807
5808
5809 2005/02/03 Thomas Bretz
5810
5811 * mfbase/MFilterList.[h,cc]:
5812 - added new function AddToList(TCollection&)
5813
5814 * mhbase/MFillH.cc:
5815 - print a warning if 'same'-option given without
5816 a corresponding existing tab
5817
5818 * mhflux/MHAlpha.[h,cc]:
5819 - made time bins settable by user
5820
5821 * mfileio/MWriteRootFile.cc:
5822 - fixed ReInit and a warning output when writing to memory
5823
5824
5825
5826 2005/02/03 Markus Gaug
5827
5828 * mcalib/MCalibColorSet.[h,cc]
5829 - implement possibility to set colour explicitely (e.g. for MC).
5830
5831 * msignal/MExtractTimeAndChargeDigitalFilter.cc
5832 - intialize fTimeShiftHiGain and fTimeShiftLoGain by default.
5833
5834 * mjobs/MJPedestal.cc
5835 - in case, extractor is used, put the extractor into the tasklist,
5836 otherwise ranges do not get initialized correctly (wrong memory
5837 usage!). Use an event selector, however to not skip the Process.
5838 This is as fast as before and now safe for any kind of extractor
5839
5840 * mcalib/MCalibrationCam.h
5841 * mcalib/MCalibrationTestCam.h
5842 * mcalib/MCalibrationTestCam.cc
5843 - initialize a missing array in InitAverageAreas
5844
5845 * mraw/MRawEvtHeader.h
5846 - introduced Setter() of cal. pattern for Abelardo
5847
5848
5849
5850 2005/02/02 Markus Gaug
5851
5852 * mcalib/MCalibrationChargeCam.cc
5853 - fixed small bug in the display of mean charges when low-gain was
5854 used.
5855
5856 * msignal/MExtractor.cc
5857 - print the missing overlap between high-gain and low-gain
5858 in the Print() function
5859 - remove setting of fHiLoLast in PreProcess, otherwise cloned
5860 extractors do not work any more with windows exceeding the
5861 high-gain range.
5862
5863 * mhcalib/MHCalibrationTestCam.[h,cc]
5864 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
5865 - set proper probability limits for the fits
5866
5867 * mcalib/MCalibrateData.cc
5868 - catch the case in which no interlaced cal. events are being sent
5869 by the pulser box.
5870
5871 * mjobs/MJCalib.[h,cc]
5872 - put the data type enum in a new base class
5873
5874 * mjobs/MJCalibTest.[h,cc]
5875 - re-name old class MJExtractCalibTest to MJCalibTest and make it
5876 compatible with the sequence-files.
5877
5878 * mjobs/MJExtractCalibTest.[h,cc]
5879 - removed
5880
5881 * mjobs/MJCalibrateSignal.cc
5882 - put a compiler warning about the default cal. to photo-electrons
5883
5884 * callisto.cc
5885 - add new flag "--use-test" to enable the MJCalibTest facility
5886 (default: not used)
5887
5888
5889
5890 2005/02/01 Raquel de los Reyes
5891
5892 * mjobs/MSequence.h
5893 - Added "Get" functions for the TArrays variables.
5894
5895
5896
5897 2005/02/01 Markus Gaug
5898
5899 * mjobs/MJPedestal.[h,cc]
5900 * mjobs/MJCalibration.[h,cc]
5901 * mjobs/MJCalibrateSignal.[h,cc]
5902 * callisto.rc
5903 - put enum for data type. Can now set the data type (mc, raw, root)
5904 without running the data check.
5905
5906 * mhcalib/MHCalibrationCam.cc
5907 - return kTRUE in PostProcess if GetNumExecutions is 0
5908
5909 * mcalib/MCalibrationChargeCalc.cc
5910 - return kTRUE in PostProcess if GetNumExecutions is 0
5911
5912
5913
5914 2005/02/01 Daniel Mazin
5915
5916 * MPointingPosInterpolate.cc:
5917 - fixed bug to match the units of Ra and Decl in MPointingPos
5918 - fixed bug in handling of events with times outside of times from
5919 MDrive tree
5920
5921
5922
5923 2005/02/01 Thomas Bretz
5924
5925 * showplot.cc:
5926 - another fix to make the batch mode working (you can use the batch
5927 mode to convert a root-file into another format)
5928
5929
5930
5931 2005/01/31 Thomas Bretz
5932
5933 * mbase/MStatusDisplay.cc:
5934 - fixed handling of batch mode in GetCanvas(const TString &name)
5935 - don't skip already existing tabs in Display()
5936
5937
5938
5939 2005/01/31 Raquel de los Reyes
5940
5941 * mjobs/MSequence.h
5942 - Added "Get" functions for some of the sequence.txt file
5943 parameters.
5944
5945
5946
5947 2005/01/31 Markus Gaug
5948
5949 * mjobs/MJob.[h,cc]
5950 * mjobs/MJCalibrateSignal.[h,cc]
5951 * mjobs/MJCalibration.[h,cc]
5952 - move file type enum to base class
5953
5954 * mjobs/MJCalibrateSignal.[h,cc]
5955 - allow also for direct setting of an MRunIter (not used in
5956 callisto).
5957
5958 * mcalib/MCalibrationChargeCalc.[h,cc]
5959 - test also for pulser strength changes additionally to changes in
5960 colour.
5961
5962
5963
5964 2005/01/31 Abelardo Moralejo
5965
5966 * mpointing/MSrcPosCalc.cc
5967 - Create only one instance of MAstroSky2Local for the
5968 transformations, instead of two identical ones, as it was before.
5969
5970
5971
5972 2005/01/30 Markus Gaug
5973
5974 * mjobs/MJCalibration.cc
5975 * mjobs/MJPedestal.cc
5976 * mjobs/calibrationref_Nov04.rc
5977 * mhcalib/MHCalibrationRelTimeCam.[h,cc]
5978 - updated correct display of reference lines
5979
5980
5981
5982 2005/01/29 Markus Gaug
5983
5984 * msignal/MExtractFixedWindowSpline.[h,cc]
5985 - fixed a bug occurring with overlapping windows between high-gain
5986 and low-gain
5987
5988 * msignal/MExtractFixedWindowPeakSearch.cc
5989 - take out call to fSignals->Clear() which is already done in
5990 MTaskList.
5991
5992 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.[h,cc]
5993 - new extractor reducing the bias and solving the problem with the
5994 jumping pulse readout.
5995
5996
5997
5998 2005/01/28 Abelardo Moralejo
5999
6000 * mpointing/MSrcPosCalc.cc
6001 - updated. Make it work as desired: obtain for each event the x,y
6002 position on the camera of a source whose celestial coordinates
6003 (J2000) have been set by the user in the container "MSourcePos"
6004 of type MPointingPos, added to the parameter list. If the
6005 container MSourcePos is not found, the center of the camera (or
6006 other fixed position x,y set in the parameter list by the user -
6007 in MSrcPosCam) is used as source position for all the events in
6008 the loop.
6009
6010
6011
6012 2005/01/28 Thomas Bretz
6013
6014 * mjobs/MJCalibrateSignal.cc:
6015 - fixed that extract1,2,3 haven't been deleted if loop failed.
6016 - print tasklist also if loop failed.
6017 - added a undefined task (MTaskEnv "FinalFantasy") as last task to
6018 the event processing tasklist
6019
6020 * callisto.rc:
6021 - added comments about "FinalFantasy" into call
6022 - added comment for obsolete resources as discussed yesterday
6023 evening: TimeUpperLimit
6024
6025 * mbase/MMath.[h,cc], manalysis/MCerPhotPix.[h,cc],
6026 mpedestal/MPedPhotPix.h:
6027 - replaced TruncatePrecision by ReducePrecision (its simply a better
6028 name)
6029
6030 * mbase/MParList.cc:
6031 - added a check to make 200%(!) sure that the container added
6032 to the list is a MParContainer (everything else could crash
6033 almost everything in Mars!)
6034
6035 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.[h,cc],
6036 mjobs/MJPedestal.cc:
6037 - simplified the code in the WriteResult functions by using
6038 the new WriteContainer in MJob
6039 - removed the TObjArray from the MParList! It is NOT a MParContainer
6040 there are a lot of circumstance how this can crash Mars. I don't
6041 know why the compiler allowed for this.
6042 - unified WriteResult and WriteHists
6043 - split GetOutputFile into two functions for simplification
6044
6045 * mjobs/MJCalibration.h:
6046 - copy the extractorcam name when copying the contents
6047
6048 * mjobs/MJob.[h,cc]:
6049 - new member function WriteContainer to simplify code in derived
6050 classes
6051
6052 * mpointing/MSrcPosCalc.[h,cc]
6053 - fixed the header according to Abelardo's changes
6054 - added the initialization of the pointers to the constructor
6055
6056
6057
6058 2005/01/28 Markus Gaug
6059
6060 * msignal/MExtractTimeAndChargeDigitalFilter.cc
6061 - introduce a security check for the time fine adjustment in case,
6062 it is too large.
6063
6064 * mcalib/MCalibConstCam.[h,cc]
6065 * mcalib/MCalibConstPix.h
6066 - new classes to allow display of changing cal. constants with the
6067 interlaced cal. events
6068
6069 * mcalib/MCalibrationChargeCalc.cc
6070 - removed stopping of PostProcess in case that the evtloop is
6071 finished with interlaced cal. events
6072
6073 * mcalib/MCalibrateData.[h,cc]
6074 - fill MCalibConstCam with update results (once per calib. consts
6075 update == every 10 sec.)
6076 - introduce check for size of calibration constant. In case, it is
6077 completetly out of range, set the MBadPixelsPix::IsUnsuitableRun
6078
6079 * mjobs/MJCalibrateSignal.cc:
6080 - display one MHCamera more with changing conv. factors (only for
6081 interlaced cal. events)
6082
6083 * mpedestal/MPedCalcFromLoGain.cc
6084 - set default for MExtractWinFirst from 15 to 17 because of the
6085 late cosmics signals in December
6086
6087
6088 2005/01/28 Abelardo Moralejo
6089
6090 * mtemp/mpadova/macros/trainsubsample.C
6091 - added # of events to be written in the output (instead of
6092 fraction of total). Moved MSrcPosCam in output from RunHeaders
6093 to Events tree.
6094
6095
6096
6097 2005/01/27 Daniel Mazin and Markus Gaug
6098
6099 * mcalib/MCalibrateData.[h,cc]
6100 - derive this class from MCamEvent in order to be able to display
6101 evolution of conversion factors in case of interlaced cal.
6102 events
6103
6104 * mpointing/MInterpolatePointingPos.[h,cc]
6105 - new class to interpolate pointing positions, adapted from a class
6106 by Marcos Lopez
6107
6108 * mjobs/MJCalibrateSignal.[h,cc]
6109 - enabled the calibration of data with interlaced calibration events
6110
6111 * msignal/MArrivalTime.[h,cc]
6112 * mcalib/MCalibrateRelTime.cc
6113 - removed Error of calibrated arrival time, as agreed on the last
6114 software calibration meeting yesterday
6115
6116 * mjobs/MJCalibrateSignal.cc
6117 - add display to show histogramming of conversion factors
6118 - modify default calibration to equiv. photo-electrons
6119 - allow for setting of MC, Raw or Root-file type in callisto.rc
6120
6121 * callisto.rc
6122 - updated conf. file
6123
6124
6125 2005/01/27 Thomas Bretz
6126
6127 * callisto.cc:
6128 - don't display starting pedestals when calibrating the signal
6129
6130 * callisto.rc:
6131 - added some comments
6132
6133 * star.rc:
6134 - according to Daniel M. we have agreed to change the default
6135 cleaning level to adapt it roughly to the new pedestal
6136
6137 * manalysis/MCerPhotPix.[h,cc], mpedestal/MPedPhotPix.h:
6138 - as agreed in the current calibration meeting we truncate the
6139 precision of the stored floating point values to roughly 0.5%
6140 to gain storage space in the calibrated data (the gzip
6141 algorithm compresses this stuff nicely - we gain roughly 15%)
6142
6143 * mhflux/MHFalseSource.cc, mjobs/MJCalibration.cc, mjobs/MJStar.cc:
6144 - added a comment
6145
6146 * mjobs/MJCalibrateSignal.cc:
6147 - changed title of unsuitable plot
6148 - removed plot for calibrated fundamental pedestal as agreed in the
6149 current calibration meeting (we may change this to an option)
6150
6151 * mjobs/MJPedestal.[h,cc]:
6152 - changed the name of the "PedDiff" plot to be consistent with the
6153 other tab-name
6154 - changed the options for the display
6155 - removed the dependancy of fDisplayType and the SetDataCheck
6156 option
6157 - added option kDisplayNone
6158 - renamed enums from k*Display to kDisplay*
6159
6160 * mhist/MHCamEvent.cc:
6161 - trying to get rid of the Err_%p workaround.
6162
6163 * manalysis/MCerPhotEvt.[h,cc]:
6164 - added some '!' signs in the comment line. This is quick hack
6165 to gain I/O speed and storage space. We will soon have new
6166 containers for the calibrated data and image cleaning
6167 information.
6168 - changed version number to 6
6169
6170 * mhist/MHCamera.cc:
6171 - added member function SetAllUsed
6172
6173
6174
6175 2005/01/26 Abelardo Moralejo
6176
6177 * macros/mccalibrate.C
6178 - removed creation and writing out of MSrcPosCam. It is more
6179 flexible to add it in starmc2.C if needed (for wobble mode for
6180 instance).
6181
6182 * mtemp/mpadova/macros/RanForestDISP.C
6183 - added possibility to set the number of hadrons read in for the
6184 training. Added some missing containers to output.
6185 - Fixed rule concerning the DISP, by adding parentheses. Remember
6186 that MHMatrix::AddColumn does not respect the usual precedence
6187 of operations!
6188
6189 * mtemp/mpadova/macros/resize.C
6190 - added to output missing container MRawEvtHeader
6191
6192 * macros/starmc2.C
6193 - added missing container MImagePar. Added possibility to set the
6194 source position on the camera (for the wobble mode).
6195
6196
6197
6198 2005/01/25 Abelardo Moralejo
6199
6200 * macros/starmc2.C
6201 - modified to allow double (train / test) output, for g/h
6202 separation studies. Added several missing containers to output.
6203
6204
6205
6206 2005/01/25 Thomas Bretz
6207
6208 * mcalib/MCalibrationIntensityChargeCam.cc:
6209 - fixed a lot of 'default argument'-warnings to make to code
6210 compile
6211
6212 * mbase/MParContainer.[h,cc]:
6213 - moved the empty Reset() function into the source file and
6214 added a lot of comments
6215 - implemented new helper-functions: GetNewObject
6216
6217 * mbase/MContinue.[h,cc]:
6218 - allow to use MFilter-classes as filter in ReadEnv
6219
6220 * mbase/MTaskEnv.cc:
6221 - replaced some code by GetNewObject
6222
6223 * mhbase/MFillH.cc:
6224 - handle DrawOption "same" to be able to draw to the same pad
6225
6226 * mhbase/MH.[h,cc]:
6227 - added same-argument to DrawSame
6228
6229 * mhbase/MH3.cc:
6230 - removed some obsolete comments
6231 - remove own drawing options before calling fHist->Draw
6232
6233 * mimage/MHHillas.cc, mimage/MHImagePar.cc:
6234 - first try of implementing 'same' drawing option
6235
6236
6237
6238 2005/01/25 Markus Gaug
6239
6240 * mcalib/MCalibrationPattern.[h,cc]
6241 * mcalib/MCalibrationPatternDecode.[h,cc]
6242 - New Decoder task for the calibration pattern from the
6243 digital modules
6244
6245 * mraw/MRawEvtHeader.[h,cc]
6246 - remove decoding from this class
6247
6248 * mcalib/MCalibrationIntensityHiLoCam.[h,cc]
6249 - remove, because one needs anyhow much more than one data file
6250 to get a reasonable conversion factor
6251
6252 * mcalib/MCalibCalcFromPast.[h,cc]
6253 - remove MCalibrationIntensityHiLoCam
6254
6255 * mbadpixels/MBadPixelsPix.h
6256 * mbadpixels/MBadPixelsCam.cc
6257 - changed one function name to GetUnsuitableCalLevel()
6258
6259 * mjobs/MJCalibration.cc
6260 - replace all Y-titles with units "FADC counts" by "FADC cnts" and
6261 "FADC slices" by "FADC sl.", otherwise they range out of the
6262 canvas.
6263
6264 * mcalib/MCalibrationChargeCalc.cc
6265 - ensure to set the color correctly in MCalibrationBlindCam
6266
6267 * callisto.rc
6268 - put space for
6269 MJCalibrateSignal.ExtractSignal.HiGainFirst: 2
6270 MJCalibrateSignal.ExtractSignal.HiGainLast: 16
6271
6272
6273 2005/01/24 Abelardo Moralejo
6274
6275 * manalysis/MMcCalibrationUpdate.cc
6276 - Adapted to changes in MCalibrateData from 2005/01/16: moved
6277 qepix.SetAvNormFFactor(1.) from Process() to ReInit(). Due to
6278 this, for the last week you may have found trouble running
6279 starmc.C and mccalibrate.C.
6280
6281
6282
6283 2005/01/24 Thomas Bretz
6284
6285 * callisto.cc:
6286 - removed non-existing option from output
6287
6288 * manalysis/MEnergyEstimate.[h,cc]:
6289 - added ReadEnv member function
6290
6291 * mbase/MContinue.[h,cc]:
6292 - implementes AllowEmpty option to support doing nothing
6293 defined in resource file
6294 - added a first draft to allow usage of class-filters instead of
6295 rules
6296
6297 * mbase/MMath.[h,cc]:
6298 - implemented a function suggested by Florian Goebel which reduces
6299 the precision of a float to ~0.5% which is usefull for data
6300 compression by gzip
6301
6302 * mdata/MDataChain.[h,cc]:
6303 - implemented ReadEnv member function
6304
6305 * mfbase/MF.cc:
6306 - a small enhancement to the output in ReadEnv
6307
6308 * mhbase/MH3.cc:
6309 - fixed call to FindObject in Paint which caused a profile to be
6310 displayed incorrectly in case it was read from a file
6311
6312 * mhflux/MHFalseSource.[h,cc]:
6313 - removed old obsolete unsused Significance functions
6314 - implemented ReadEnv member function
6315 - set false source binning only if BinningFalseSource is not default
6316 - check parlist for BinningAlpha
6317
6318 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
6319 mjobs/MJPedestal.cc:
6320 - added an additional check and output if output-file could
6321 not be opened
6322
6323 * mjobs/MJob.h:
6324 - added some Getter
6325
6326 * mhbase/MBinning.[h,cc].
6327 - added nen member functions
6328 + SetEdgesRaw
6329 + ReadEnv
6330 + Print
6331
6332 * mhflux/MAlphaFitter.[h,cc]:
6333 - added new member function ReadEnv
6334
6335 * mhflux/MHAlpha.cc:
6336 - fixed a problem when fitting without off-data
6337
6338 * mbase/MStatusDisplay.cc:
6339 - implemented a further fix in DrawClonePad to make sure
6340 that the X-stuff doesn't get confused while still
6341 GetDrawOption returns the correct value
6342
6343
6344
6345 2005/01/24 Markus Gaug
6346
6347 * msignal/MExtractTimeAndChargeDigitalFilter.cc
6348 - introduced security check for the times fine-tuning to catch
6349 outliers because of deviating pulse forms.
6350
6351 * msignal/MExtractTime.cc
6352 * msignal/MExtractor.cc
6353 - lowered default high-gain saturation limit to 250
6354 - removed Clear() for two results containers at beginning of Process()
6355
6356 * msignal/MExtractor.h
6357 - Take fHiLoLast into the Clone()
6358
6359 * msignal/MExtractedSignalPix.cc
6360 - change sign of default initializer to negative.
6361
6362
6363
6364 2005/01/23 Markus Gaug
6365
6366 * mhcalib/MHCalibrationHiLoCam.[h,cc]
6367 - updated to new logain switch setting in MExtractTimeAndCharge
6368 - extract also high-gain vs. low-gain time difference
6369
6370 * mhcalib/MHCalibrationCam.[h,cc]
6371 * mhcalib/MHCalibrationChargeCam.[h,cc]
6372 - updated reading of conf. values in ReadEnv
6373
6374 * mhcalib/MCalibrationHiLoCam.[h,cc]
6375 * mhcalib/MCalibrationHiLoPix.[h,cc]
6376 * mhcalib/MCalibrationIntensityHiLoCam.[h,cc]
6377 - updated accordingly
6378
6379 * mbadpixels/MBadPixelsCam.cc
6380 - removed some bugs in the Print() function
6381
6382
6383
6384 2005/01/22 Markus Gaug
6385
6386 * mhcalib/MHCalibrationRelTimeCam.cc
6387 - display in the averaged times display the event-by-event averaged
6388 absolute arrival times instead of the rel. ones which do not make
6389 much sense.
6390
6391 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
6392 * mhcalib/MHCalibrationTestCam.[h,cc]
6393 - update to the latest changes in analysis chain.
6394
6395 * mjobs/MJExtractCalibTest.[h,cc]
6396 - update to the latest changes in analysis chain.
6397
6398 * mjobs/MJCalibration.cc
6399 - replace title of that times-averageing Tab from "RelTimes" by
6400 "Times".
6401
6402 * macros/calibration.C
6403 - update to changes in MJExtractCalibTest
6404
6405
6406
6407 2005/01/21 Markus Gaug
6408
6409 * msignal/MExtractTimeAndChargeDigitalFilter.cc
6410 * msignal/MExtractTimeAndChargeSlidingWindow.cc
6411 * msignal/MExtractTimeAndChargeSpline.cc
6412 - use the max. bin content for low-gain extraction
6413
6414 * callisto.rc
6415 - add place for LoGainSwitch
6416
6417
6418
6419 2005/01/21 Florian Goebel
6420
6421 * mfbase/MF.cc:
6422 - include a (TString) cast to make it compilable with gcc2.95.3
6423
6424
6425
6426 2005/01/21 Thomas Bretz
6427
6428 * mpointing/MSrcPosFromModel.cc:
6429 - fixed crash in Process if no pointing model available
6430
6431 * mpointing/MPointingPosCalc.h:
6432 - added missing initialization of data members
6433
6434 * mastro/MObservatory.[h,cc]:
6435 - added ReadEnv member function
6436
6437 * mbase/MTaskEnv.h:
6438 - added (=0) default to SetDefault
6439
6440
6441
6442 2005/01/20 Markus Gaug
6443
6444 * mcalib/MCalibrationIntensityChargeCam.[h,cc]
6445 - added function to display fluctuations of a variable
6446
6447 * mcalib/MCalibrationPix.cc
6448 - fixed small bug in High-gain mean error.
6449
6450 * msignal/MExtractTimeAndCharge.[h,cc]
6451 - introduced high-gain maximum limit before extracting the low-gain
6452
6453
6454
6455 2005/01/20 Thomas Bretz
6456
6457 * mbase/MContinue.[h,cc]:
6458 - added ReadEnv member function to support resource files
6459
6460 * mbase/MEvtLoop.[h,cc]:
6461 - added a second arguemtn to reading of the resource file by name
6462 - added some checks when reding the resource file and the
6463 parameter list hasn't been setup
6464
6465 * mbase/MParList.cc:
6466 - removed an obsolete output from ReadEnv
6467
6468 * mfbase/MF.[h,cc]:
6469 - added ReadEnv member function to support resource files
6470 - added kAllowEpty flag to support skipping by resource files
6471
6472 * mfbase/MFilterList.cc:
6473 - added a comment
6474
6475 * mbase/MStatusDisplay.[h,cc]:
6476 - fixed Write to be compatible with root 4.02/00
6477 - worked around a problem with reading the DrawOption correctly
6478 from a stored status display
6479
6480
6481
6482 2005/01/19 Thomas Bretz
6483
6484 * mbase/MMath.cc:
6485 - added a comment to SignificanceLiMa, made by Daniel Mazin
6486 - also check for b==0
6487
6488 * mhflux/MAlphaFitter.[h,cc]:
6489 - fixed significance calculation in case of on-off data
6490 - added fScaleFactor
6491
6492 * mhflux/MHAlpha.[h,cc], mhflux/MHFalseSource.cc:
6493 - handle scale factor in case of on-off observations
6494
6495 * mjobs/MJPedestal.cc:
6496 - aligned screen output to 80col rule
6497
6498 * mtrigger/MFTriggerPattern.[h,cc]:
6499 - assigned correct integers to enum
6500 - made sure that the enum is correctly handled in all function by
6501 applying a r-value to the condition
6502
6503
6504
6505 2005/01/19 Abelardo Moralejo
6506
6507 * mtrigger/MFTriggerPattern.[cc,h]
6508 - Changed Bool_t arguments of all setters to new type Prescale_t
6509 defined by N. Galante (see below)
6510
6511
6512
6513 2005/01/19 Nicola Galante
6514
6515 * mtrigger/MFTriggerPattern.[cc,h]
6516 - added in header enum Prescale_t { kUnPrescaled = kFALSE,
6517 kPrescaled = kTRUE };
6518
6519 - fixed a bug in Process, both fMaskRequiredUnprescaled and
6520 fMaskRequiredPrescaled are checked simultaneously.
6521
6522
6523
6524 2005/01/18 Markus Gaug
6525
6526 * mcalib/MCalibColorSet.cc
6527 - fixed the remaining day of data without colour in project name
6528 neither in digital modules bits.
6529
6530 * mpedestal/MPedCalcPedRun.[h,cc]
6531 - catch the continuous light runs with MRawRunHeader::fRunType
6532 == kRTCalibration to be recognized as effective pedestal runs.
6533
6534
6535 2005/01/18 Thomas Bretz
6536
6537 * mbase/MMath.cc:
6538 - added a check for s==0 in SignificanceLiMa, because otherwise the
6539 result is NaN
6540
6541 * mfbase/MF.cc:
6542 - removed an obsolete debugging output from the latest changes
6543
6544 * mhflux/MHAlpha.cc:
6545 - reset fHTime, too
6546
6547
6548
6549 2005/01/18 Nicola Galante
6550
6551 * mtrigger/MFTriggerPattern.cc:
6552 - added parentesis to ensure bitwise operators priority
6553 with respect to logical operators.
6554
6555
6556 2005/01/17 Thomas Bretz
6557
6558 * manalysis/MEnergyEstimate.[h,cc]:
6559 - changed to be more general. Energy is now estimated from a rule
6560 (MDataChain) The default behaviour is still the same as before
6561 to copy the energy from MMcEvt
6562
6563 * mbase/MTask.cc:
6564 - changed to write out the descriptor istead of the task-name only
6565 in Pre/PostProcess
6566
6567 * mhbase/MH.cc:
6568 - initialize fSerialNumber and fNumExecutions in constructor
6569
6570 * mhflux/MHFalseSource.cc:
6571 - according to a suggestion by Markus Mayer I have changed
6572 \\sigma_{max}=f to S_{max}=f\\sigma
6573
6574 * mjobs/MJCalibrateSignal.cc:
6575 - as discussed with Markus and Abelardo fixed the MFTriggerPattern
6576 call.
6577
6578 * mtrigger/MFTriggerPattern.cc, mtrigger/MTriggerPattern.cc,
6579 mtrigger/MTriggerPatternDecode.cc:
6580 - added some comment about file version
6581
6582 * mbase/MFilter.h:
6583 - implemented new virtual function GetDataMember like in MData
6584
6585 * mbase/MTask.[h,cc]:
6586 - when filter is added ass GetDataMember to branch list (should be
6587 obsolete, because filter is in the tasklist, but it should not hurt)
6588
6589 * mfbase/MF.[h,cc], mfbase/MFDataChain.[h,cc], mfbase/MFDataMember.[h,cc],
6590 mfbase/MFilterList.[h,cc]:
6591 - implemented new function GetDataMember
6592
6593
6594
6595 2005/01/17 Markus Gaug
6596
6597 * msignal/MExtractTimeAndChargeDigitalFilter.cc
6598 - remove a situation where the high-gain signal can be 0.
6599
6600 * mtrigger/MTriggerPattern.h
6601 - fixed a bug in defining the trigger bit pattern (Have to start
6602 from 0 instead of 1)
6603
6604 * mjobs/MJPedestal.cc
6605 * mjobs/MJCalibrateSignal.cc
6606 - fixed default extraction ranges.
6607
6608 * callisto.rc
6609 - fixed default weights files for pedestal extraction for cosmcis
6610
6611 * mcalib/MCalibrationChargeCalc.cc
6612 - removed program exit on occurrance of multiple colours without
6613 intensity calibration
6614
6615
6616
6617 2005/01/17 Nadia Tonello and Markus Gaug
6618
6619 * mcalib/MCalibrationChargeCam.cc
6620 - some fit improvements in the function GetAveragedConvFADC2PhotPerArea
6621
6622
6623
6624 2005/01/16 Markus Gaug
6625
6626 * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationRelTimeCam.[h,cc],
6627 mhcalib/MHCalibrationChargeCam.[h,cc]
6628 - put overflow management and results camera initialization into
6629 base class
6630
6631 * mcalib/MCalibrateData.[h,cc]
6632 - added possibility to re-normalize signal to equiv. photo-electrons
6633 ( SetSignalType(MCalibrateData::kPhe) ).
6634 Default is old version in photons
6635 - speed up Process by storing pre-calculated calibration constants
6636 in arrays (needed 40% of CPU time of the eventloop before, now: 23%)
6637 - added new pointer to different MCalibrationChargeCam used for
6638 updates
6639 - added possibility to update the conversion factors using the
6640 MCalibrationChargeCam stored in fCalibUpdate.
6641 - added Print() function
6642
6643 * mcalib/MCalibCalcFromPast.[h,cc]
6644 - committed final version, now also in the Makefile
6645
6646 * mjobs/MJCalibrateSignalFromOutside.[h,cc], macros/calibration.C
6647 - committed final version, now able to calibrate interlaced cal.
6648 events.
6649
6650
6651
6652 2005/01/14 Hendrik Bartko
6653
6654 * msignal/calibration_weights_UV.dat
6655 - fixed a small bug in the noise autocorrelation of the AB-noise
6656
6657 * msignal/calibration_weights_blue.dat
6658 - new weights file for blue calibration pulses
6659
6660 * cosmics_weights.dat
6661 - fixed a small bug in the noise autocorrelation of the AB-noise
6662
6663
6664
6665 2005/01/14 Markus Gaug
6666
6667 * msignal/MExtractTimeAndChargeDigitalFilter.cc
6668 - added a small acceleration of the program, tested by Hendrik and
6669 me.
6670
6671 * mpedestal/MPedCalcFromLoGain.cc
6672 - fixed one warning output which was not a real warning.
6673
6674 * mcalib/MCalibrationChargeCam.cc
6675 - improved the function to calculate a mean conversion factor over
6676 the whole camera including a fit to the values.
6677
6678 * mpedestal/MPedCalcPedRun.[h,cc]
6679 - undo some changes introduced by TB on 2/12/04 which had made the
6680 use of interlaced pedestal events impossible again.
6681 - Use now the new class MTriggerPattern directly to recognize an
6682 interlaced pedestal event.
6683
6684
6685
6686 2005/01/14 Thomas Bretz
6687
6688 * callisto.cc:
6689 - fixed a typo in output
6690
6691 * manalysis/MGeomApply.cc:
6692 - removed some old code already in comments
6693 - added possibility to switch off automatic processing (used
6694 if two different geometries around)
6695
6696 * manalysis/MMultiDimDistCalc.cc, mhbase/MHMatrix.[h,cc],
6697 mranforest/MRanForestCalc.cc, mtools/MHSimulatedAnnealing.[h,cc],
6698 mtools/MSimulatedAnnealing.h:
6699 - added include of TVector because in newer root version it is
6700 not included from TMatrix anymore
6701
6702 * mbase/BaseLinkDef.h, mbase/MMath.[h,cc]:
6703 - to stick to the convention of TMath in newer root versions MMath
6704 changed from a class to a namespace
6705
6706 * mbase/MEvtLoop.[h,cc]:
6707 - to support newer root version added a second Write-function
6708 with a const qualifier.
6709
6710 * mdata/MDataChain.cc:
6711 - changed access to TMath for newer root versions
6712
6713 * mfileio/MChain.[h,cc]:
6714 - implemented a workaround for teh changed LoadTree definition
6715 in newer root-versions
6716
6717 * mfileio/MReadTree.cc:
6718 - fixed a bug in CheckBranchSize caused some warning to be
6719 displayed
6720
6721 * mhflux/MHAlpha.cc:
6722 - removed check for fResult in PostProcess (it is always there)
6723
6724 * msignal/MExtractTimeFastSpline.cc:
6725 - fixed delete --> delete[]
6726
6727 * mbadpixels/MBadPixelsCalc.cc:
6728 - slight change to some output
6729
6730 * mbase/MTaskEnv.h:
6731 - set name of default task when pointer is given
6732
6733 * mjobs/MJCalibrateSignal.cc:
6734 - fixed handling of extraction range for various cases
6735 - fixed handling in case no arrival times are calculated
6736
6737 * mjobs/MJCalibration.cc:
6738 - write at least a default arrival time calibration container
6739 to make further processing easier
6740
6741 * mjobs/MJPedestal.[h,cc]:
6742 - fixed handling of extraction range for various cases
6743
6744
6745
6746 2005/01/14 Abelardo Moralejo
6747
6748 * mtemp/mpadova/macros/trainsubsample.C, RanForestDISP.C
6749 - added. Two macros used in the analysis of real wobble mode data.
6750
6751
6752
6753 2005/01/14 Daniela Dorner
6754
6755 * macros/sql/filldotrun.C
6756 - added new arehucas-verions and changed code accordingly
6757
6758
6759
6760 2005/01/13 Abelardo Moralejo
6761
6762 * macros/starmc.C
6763 - Added (commented) lines for the case of gamma MC source off-axis
6764 (wobble mode). Changed default extractor to
6765 MExtractFixedWindowPeakSearch.
6766
6767
6768
6769 2005/01/13 Raquel de los Reyes
6770
6771 * callisto.rc
6772 - introduced several configuration lines
6773 (format: "class".DataCheck: No) to allow callisto
6774 to run with rawfiles. Necessary for the datacheck.
6775
6776
6777
6778 2005/01/13 Markus Gaug
6779
6780 * mcalib/MCalibColorSet.cc
6781 - fixed runs 45605-45609
6782
6783 * msignal/MExtractor.h
6784 - take out the variable fHiLoLast from the streamer. Will be
6785 initialized in the ReInit(), if needed
6786
6787 * msignal/MExtractor.cc
6788 - Initialized fHiLoLast to 0. Otherwise, a second eventloop with
6789 the same extractor may have that variable set to a certain
6790 value, even if not desired. The ReInit() fixes fHiLoLast, if
6791 different from 0.
6792
6793 * mpedestal/MExtractPedestal.cc
6794 * mpedestal/MPedCalcPedRun.cc
6795 * mpedestal/MPedCalcFromLoGain.cc
6796 - fix the output of the print to the correct value for the case
6797 that the extractor is used.
6798
6799
6800 2005/01/13 Thomas Bretz
6801
6802 * callisto.rc:
6803 - fixed some typos
6804
6805 * mbase/MLog.cc:
6806 - unset DEBUG defined unintentionally
6807
6808 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
6809 - removed printing Weights in InitArrays, because otherwise
6810 the output of a full data calibration is totally crowded
6811 with numbers. Having the weights-file name on the display
6812 is perfectly enough.
6813
6814
6815
6816 2005/01/12 Markus Gaug
6817
6818 * mcalib/MCalibrationIntensityRelTimeCam.cc
6819 - added fit to improve averageing of the obtained results
6820
6821
6822
6823 2005/01/12 Thomas Bretz
6824
6825 * manalysis/MMatrixLoop.cc:
6826 - changed name to MRead because it now derives from MRead
6827
6828 * mbase/MEvtLoop.[h,cc]:
6829 - implemented an option not to cascade the status display to the
6830 parameter list in PreProcess
6831
6832 * mhflux/MHAlpha.cc:
6833 - changed name of "Significance" to "MinimizationValue"
6834 - return -significance to have a value being minimized
6835
6836 * mhist/MHCamera.cc:
6837 - fixed output of text in legend
6838
6839 * mhist/MHEvent.[h,cc]:
6840 - implemented new options for calibrated pedestals
6841
6842 * mmain/MEventDisplay.cc:
6843 - fixed to support latest changes in MJCalibrateSignal
6844
6845 * mpedestal/MPedPhotCam.cc:
6846 - added new options in GetPixelContent (4 and 5) to support
6847 a correct camera display
6848
6849 * mjobs/MJCalibrateSignal.cc:
6850 - fixed display of calibrated pedestal and pedestal rms
6851 - changed order of plots. Now all interpolated values
6852 (means all calibrated values which are bad-pixel treated)
6853 are displayed behind the unsuitable pixels.
6854
6855 * mjobs/MJ*.cc:
6856 - corrected all wrong %06d to %08d to fit the number of
6857 digits in run-numbers
6858
6859
6860
6861 2005/01/11 Abelardo Moralejo
6862
6863 * mjobs/Makefile
6864 - added missing include -I ../mtrigger
6865
6866
6867
6868 2005/01/11 Thomas Bretz
6869
6870 * callisto.cc, callisto.rc:
6871 - changed such, that all three kinds of pedestals are calcualted
6872 (usefull for studies)
6873
6874 * manalysis/MMatrixLoop.[h,cc]:
6875 - derived from MRead
6876 - implemented some basic functions from MRead
6877
6878 * mfilter/MFCosmics.[h,cc]:
6879 - allow setting of name of MPedestalCam
6880
6881 * mhbase/MBinning.[h,cc]:
6882 - added SetEdges taking MParList as input
6883
6884 * mhflux/MHAlpha.cc:
6885 - use new function from MBinning
6886
6887 * mjobs/MJCalibrateSignal.[h,cc]:
6888 - changed to calculate all three kinds of pedestals
6889 - added filters for trigger pattern and illuminated events
6890
6891 * mjobs/MJPedestal.cc:
6892 - give different names to tabs with different pedestals
6893
6894 * mjobs/MJStar.cc:
6895 - on request changed used pedestal from "FromExtractor" to
6896 "FromExtractorRndm"
6897
6898 * mtrigger/MTriggerPattern.h:
6899 - added Reset function
6900
6901 * mtrigger/MTriggerPatternDecode.[h,cc]:
6902 - added using file format version number
6903
6904
6905
6906 2005/01/11 Markus Gaug
6907
6908 * mbadpixels/MBadPixelsPix.cc
6909 - updated documentation
6910
6911 * mcalib/MCalibrationChargeCalc.cc
6912 - make pixels with deviating number of phes unreliable instead of
6913 unsuitable (this was already thought so, but missed to modify
6914 at one place).
6915
6916 * mhcalib/MHCalibrationCam.[h,cc]
6917 - add possible flag 'kInterlaced': default: kFALSE (like before)
6918 - added pointer to MRawEvtHeader to deny cosmics events in case
6919 of 'interlaced' flag is set. No changes for 'normal' calibration
6920
6921
6922
6923 2005/01/10 Benjamin Riegel
6924
6925 * mreport/MReportStarguider.cc, mreport/MReportStarguider.h
6926 - added two classes for implementing starguider-data
6927
6928 * mreport/ReportLinkDef.h
6929 - added class MReportStarguider to be linked:
6930 #pragma link C++ class MReportStarguider+;
6931
6932 * mreport/Makefile
6933 - added file MReportStarguider.cc
6934
6935 * merpp.cc
6936 - added two containers ( MReportStarguider, MTimeStarguider ) and
6937 added MReportStarguider to the list:
6938 w->AddContainer("MReportStarguider", "Starguider");
6939 w->AddContainer("MTimeStarguider", "Starguider");
6940 r->AddToList("MReportStarguider");
6941
6942
6943
6944 2005/01/10 Markus Gaug
6945
6946 * mcalib/MCalibColorSet.cc
6947 - return kFALSE for CL-run instead of kTRUE
6948
6949 * mcalib/MCalibrationChargeCalc.cc
6950 - stop program in case that multiple colours are found in same file
6951 without intensity calibration
6952
6953 * mbadpixels/MBadPixelsPix.h
6954 - added two new possible UnCalibrated_t flags for the hi-lo
6955 calibration
6956
6957 * macros/calibration.C
6958 - add the calls to:
6959 MArray::Class()->IgnoreTObjectStreamer();
6960 MParContainer::Class()->IgnoreTObjectStreamer();
6961 in main.
6962
6963 * msignal/MExtractor.h
6964 - added Getter for fOffsetLoGain (was still missing)
6965
6966 * mhcalib/MHCalibrationChargeCam.[h,cc]
6967 - remove pixels with histogram overflow only if their percentage
6968 passes a certain limit (default: 0.5%). Before, every overflow
6969 lead to an unsuitable pixel.
6970
6971 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
6972 - implemented changes suggested by T.B. to speed up calculations
6973 - take fNameWeightsFile into the streamer, otherwise the Clone()
6974 will always create an extractor with cosmic's weights.
6975 - set fOffsetLoGain to a slighly higher value. The DF seems to
6976 have a different offset since it uses different pulse shapes
6977 and thus sightly different time definitions.
6978
6979
6980
6981 2005/01/10 Thomas Bretz
6982
6983 * mhvstime/MHVsTime.cc:
6984 - fixed a compiler error for gcc 2.95.3, see Mantis bug # 157
6985
6986 * callisto.cc:
6987 - changed such, that the calculated pedestal is not random
6988 anymore
6989 - added code to calculate the pedestal also with randomization,
6990 but this code is for the moment commented out.
6991
6992 * callisto.rc:
6993 - fixed naming of pedestal calculation
6994
6995 * mbadpixels/MBadPixelsCalc.cc:
6996 - added a second check which compares the pedestal rms with
6997 the variance of the pedestal rms in the same sector
6998
6999 * mjobs/MJCalibrateSignal.[h,cc]:
7000 - changed to calculate the pedestal from extractor without
7001 randomization
7002 - added code to calculate the pedestal also with randomization,
7003 but this code is for the moment commented out.
7004
7005 * mjobs/MJCalibration.cc:
7006 - made sure that pedcam always has the correct name
7007 (FIXME? Print a warning if it has the wrong name)
7008
7009 * mjobs/MJPedestal.[h,cc]:
7010 - changed such, that it allows the calculation of pedestals
7011 in three different ways (fundamental, fromextractor,
7012 fromextractorrndm)
7013 - therefor removed SetExtractorResolution and added
7014 + void SetExtractionFundamental()
7015 + void SetExtractionWithExtractorRndm()
7016 + void SetExtractionWithExtractor()
7017
7018 * mjobs/MJStar.cc:
7019 - changed/fixed the input name of the MPedPhotCam used in the
7020 image cleaning
7021
7022 * mraw/MRawFileRead.[h,cc]:
7023 - changed return type of OpenNextFile
7024 - in some cases return kERROR in OpenNextFile to abort the Processing
7025 with an error
7026
7027 * mraw/MRawRunHeader.cc:
7028 - call a wrong file format version ERROR now
7029
7030 * mhflux/MAlphaFitter.[h,cc]:
7031 - make sure that resetted values are returned if fit failed
7032 - set default scaling too kOffRegion
7033
7034 * mhflux/MHAlpha.cc:
7035 - some small fixes to handling of MHAlphaOff
7036
7037 * mhflux/MHFalseSource.[h,cc]:
7038 - implemented possible usage of MHFalsSourceOff for On-Off-Analysis
7039 - updated display accordingly
7040 - updated fit accordingly
7041 - removed catalog temporarily from plots until I found the
7042 reason for the strange crashes
7043
7044 * mbadpixels/MBadPixelCalc.[h,cc]:
7045 - implemented the possibility to check the pedestal rms against the
7046 variance of the pedstal rms, too. The option is curretly switched
7047 off.
7048 - enahanced informal output in PreProcess
7049
7050 * mbase/MTaskList.cc:
7051 - a little change to some output
7052
7053
7054
7055 2005/01/10 Wolfgang Wittek
7056
7057 * mfbase/MFEventSelector2.cc
7058 - check whether filter exists before calling
7059 filter->CallPreProcess(parlist)
7060
7061
7062
7063 2005/01/08 Markus Gaug
7064
7065 * mhcalib/MHCalibrationHiLoCam.[h,cc]
7066 * mcalib/MCalibrationHiLoCam.[h,cc]
7067 * mcalib/MCalibrationHiLoPix.[h,cc]
7068 * mcalib/MIntensityCalibrationHiLoCam.[h,cc]
7069 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
7070 mcalib/CalibLinkDef.h
7071 - new classes for calibration of conversion high-gain vs. low-gain
7072
7073 * msignal/MExtractedSignalPix.[h,cc]
7074 - added data member fChisquare, set to -1. by Clear() and Reset()
7075 - raised version number by 1
7076
7077 * msignal/MExtractedSignalCam.[h,cc]
7078 - added data member fNdf, set to -1 by default
7079 - new function: GetProb(const Int_t pixidx) to be called to
7080 calculate the joint probability of Chisquare of pixel "pixidx"
7081 and fNdf
7082 - added documentation of data members
7083 - raised version number by 1
7084
7085 * mhcalib/MHCalibrationChargeCam.cc
7086 - strengthened default histogram limits a bit, should accelerate
7087 the calibration by 20%.
7088
7089 * mjobs/MJCalibrateSignalFromOutside.cc
7090 - fixed two lines to compile MCalibrateData with the recent changes
7091 by TB
7092
7093 * msignal/MExtractTimeAndChargeDigitalFilter.cc
7094 - fixed two bugs introduced yesterday by TB.
7095
7096 * msignal/MExtractTimeAndChargeSpline.cc
7097 * msignal/MExtractTimeAndChargeSlidingWindow.cc
7098 - adopt part of TB's speed accelerations into these classes
7099
7100 * msignal/MExtractTimeAndCharge.cc
7101 - fix the low-gain extraction window for the case that the high-gain
7102 is saturated. Was skipped so far.
7103
7104
7105
7106 2005/01/07 Markus Gaug
7107
7108 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
7109 - catch the case that more than 90% of the pixels have saturated
7110 signals and fix the extraction window from the occurrance of
7111 saturation, then. Important for high-intensity calibration events.
7112
7113
7114 * msignal/MExtractor.cc
7115 * msignal/MExtractTime.cc
7116 * msignal/MExtractTimeAndCharge.cc
7117 - added some documentation
7118
7119 * msignal/MExtractTime.[h,cc]
7120 - moved the empty function FindTimeHiGain() and FindTimeLoGain() to
7121 the header-file.
7122
7123
7124
7125
7126 2005/01/07 Abelardo Moralejo
7127
7128 * mbase/MLog.h
7129 - Added #include "TSystem.h", otherwise gSystem is not recognized
7130 in Mac OSX.
7131
7132 * manalysis/MMakePadHistograms.cc
7133 - Changed badcalc.SetNamePedPhotContainer to
7134 badcalc.SetNamePedPhotCam
7135
7136
7137
7138 2005/01/07 Thomas Bretz
7139
7140 * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C:
7141 - replaced PedPhotContainer by PedPhotCam for consistency
7142
7143 * mbase/MLog.[h,cc]:
7144 - return *this in Seperator()
7145
7146 * mbase/MPrint.[h,cc]:
7147 - use new separator manipulator in PreProcess
7148 - fixed a type: separator instead of seperator
7149
7150 * mfileio/MReadTree.[h,cc]:
7151 - added a check for branch->IsAutoDelete() in Notify()
7152
7153 * mpedestal/MExtractPedestal.[h,cc]:
7154 - added new option 'fRandomCalculation' be used to switch on-/off-
7155 randomization in extractors, the default should be like before
7156 - added Process() calling Calc()
7157
7158 * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]:
7159 - renamed Process() to Calc()
7160
7161 * Makefile:
7162 - removed macros/calibration.C, which seems to have been
7163 unintantionally introduced.
7164
7165 * manalysis/Makefile:
7166 - removed unintantionally introduced wrong include
7167
7168 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
7169 - a small acceleration discussed with Hendrik by replacing a
7170 counter in a loop by pointer arithmetics
7171
7172 * mraw/MRawEvtPixelIter.cc:
7173 - fixed a bug in GetMaxIdxHiLoGain which caused the loop to
7174 read one byte behind the end of the array
7175 - fixed HasLoGain() which really did weired things, means accessing
7176 sometimes memory somewhere. This could theoretically result
7177 in assigning the wrong lo-gains to the wrong pixels.
7178
7179 * mtrigger/MTriggerPattern.[h,cc], mtrigger/MTriggerPatternDecode.[h,cc],
7180 mtrigger/MFTriggerPattern.[h,cc]:
7181 - added
7182
7183 * mtrigger/Makefile, mtrigger/TriggerLinkDef.h:
7184 - added MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
7185
7186 * manalysis/MEnergyEstParam.h:
7187 - added a new function SetVariables calling SetCoeff
7188
7189 * mcalib/MCalibrateData.[h,cc]:
7190 - removed data members for container names
7191 - added new lists for container names
7192 - allow to calibrate more than one pedestal container at the same
7193 time
7194
7195 * mjobs/MJCalibrateSignal.cc:
7196 - changed accordingly
7197
7198
7199
7200 2005/01/05 Thomas Bretz
7201
7202 * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
7203 mhcalib/MHCalibrationRelTimeCam.cc:
7204 - made some output lines fit into convinience window of 80 col
7205
7206 * mhist/MHCamEvent.cc:
7207 - make sure that x-axis has correct title
7208
7209 * msignal/MArrivalTimePix.cc:
7210 - init error to -1 which is a obviously non valid value
7211 - fixed IsValid() which gave wrong results
7212
7213 * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
7214 - made sure that LoGain is flagged non-valid if no lo-gain exists
7215 - push time back at the edge of the allowed limits if outside
7216
7217 * mbase/MGList.[h,cc]:
7218 - introduced new functions Delete and DeletePictures
7219 - SetBit(kMustCleanup) in constructor. Otherwise it is not
7220 correctly removed from ListOfCleanups
7221
7222 * mbase/MLog.cc:
7223 - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
7224 from the list
7225
7226 * mbase/MParContainer.[h,cc]:
7227 - replaced return type of GetDescriptor by TString. The old version
7228 was terribly wrong! The returned memory wasn't removed as soon
7229 as the function returned.
7230
7231 * mbase/MStatusDisplay.[h,cc]:
7232 - for security (thread safty) replaced all Form() by MString::Form()
7233 - implemented a more secure scheme of Closing (Clone()) this was
7234 a hint given by valgrind
7235 - set kMustCleanup for all new object in ClonePad not only kCanDelete
7236 - fixed some lines in pulldown-menus
7237 - add TPads to ListOfCleanups in ClonePad (workaround!)
7238
7239 * mbase/MString.[h,cc]:
7240 - implemented a new static Form() function returning a copy of
7241 the result
7242
7243 * mbase/MTask.[h,cc]:
7244 - replaced return type of GetDescriptor by TString. The old version
7245 was terribly wrong! The returned memory wasn't removed as soon
7246 as the function returned.
7247 - Made GetDescriptor thread safe using MString::Form
7248
7249 * mfileio/MWriteRootFile.cc:
7250 - Use GetDescriptor().Data() when using any kind of printf function
7251
7252 * mhbase/MFillH.cc:
7253 - replaced string concatenation in all constructors by a Form
7254 (also suggested by valgrind)
7255
7256 * mhcalib/MHCalibrationRelTimeCam.cc:
7257 - made some output fit into 80col boundary
7258
7259
7260
7261
7262 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
7263
7264 * mfht:
7265 - added new directory for hexagonal fourier transformation
7266
7267 * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
7268 mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
7269 mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
7270 mhft/Makefile:
7271 - added
7272
7273 * macros/extendcam.C:
7274 - added: tutorial for MGeomCamExtend
7275
7276 * macros/hft.C:
7277 - added: tutorial for MHexgonalFTCalc
7278
7279 * macros/dohtml.C:
7280 - updated
7281
7282 * macros/rootlogon.C:
7283 - updated
7284
7285 * Makefile:
7286 - mhft added
7287
7288 * mbase/MParContainer.cc, mbase/MLog.cc:
7289 - added a pre-compiler option for destructor debugging
7290
7291 * mbase/MTaskList.[h,cc]:
7292 - added new function Replace
7293
7294 * mdata/MDataChain.cc, mfbase/MF.cc:
7295 - shortened some output
7296
7297 * mdata/MDataArray.[h,cc]:
7298 - added new function FindRule
7299
7300 * mfileio/MReadTree.[h,cc]:
7301 - enhanced functionality to be able to read a TTree stored in memory
7302 instead of a file. Therefor introduced fTree which is now the pointer
7303 used and replaced fChain where TTree and TChain have common behaviour.
7304 Where they behave uncommon new code for the new case has been added.
7305
7306 * mfileio/MWriteRootFile.[h,cc]:
7307 - enhanced functionality to be able to write a TTree into memory
7308 instead of a file. This were maily bugfixes for the case fOut==0, which
7309 must be handled correctly. Becarefull a tree filles without a file
7310 is not deleted automatically!
7311
7312 * mhbase/MBinning.h:
7313 - added copy constructor
7314 - fixed buggy SetEdges(MBinning&) which didn't work
7315
7316 * mhbase/MHMatrix.cc:
7317 - when adding a new rule check first if the same rule already exists
7318
7319 * mhflux/MAlphaFitter.[h,cc]:
7320 - added new functionality to support on-off analysis
7321 - didn't touch existing code
7322
7323 * mhflux/MHAlpha.[h,cc]:
7324 - added new functionality to support on-off analysis
7325 - replaced Fit() calls by newer function calls
7326 - added DrawAll - PRELIMINARY
7327 - fixed a bug when projecting - may be the reson for some strange
7328 crashes
7329
7330 * mcalib/MCalibColorSet.cc:
7331 - fixed a stupid bug introduced last year, which caused MCalibColorSet
7332 in some circumstances to stop the eventloop when it shouldn't
7333
7334 * mjobs/MSequence.cc:
7335 - expand path names
7336
Note: See TracBrowser for help on using the repository browser.