source: trunk/MagicSoft/Mars/Changelog@ 7317

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