source: trunk/MagicSoft/Mars/Changelog@ 7199

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