source: tags/Mars-V0.9.4/Changelog@ 10408

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