source: trunk/MagicSoft/Mars/Changelog@ 7264

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