source: trunk/MagicSoft/Mars/Changelog@ 7215

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