source: trunk/MagicSoft/Mars/Changelog@ 7303

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