source: trunk/MagicSoft/Mars/Changelog@ 7283

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