source: trunk/MagicSoft/Mars/Changelog@ 7277

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