source: tags/Mars-V0.9.4.1/Changelog

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