source: trunk/MagicSoft/Mars/Changelog@ 7262

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