source: trunk/MagicSoft/Mars/Changelog@ 7258

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