source: trunk/MagicSoft/Mars/Changelog@ 6167

Last change on this file since 6167 was 6167, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 42.5 KB
Line 
1
2Please do not write behind the end of line tag so that it is possible
3to send a Changelog file to a line printer directly. Thanks.
4
5For your entries please follow EXACTLY this style:
6
7_yyyy/mm/dd_[Your Name]
8_
9___*_filename:
10_____-_description
11_
12___*_filename2, filename3:
13_____-_description
14_
15_
16_
17
18While an underscore is a placeholder for a white-space or an empty line.
19
20
21 -*-*- END OF LINE -*-*-
22
23 2005/02/01 Thomas Bretz
24
25 * showplot.cc:
26 - another fix to make the batch mode working (you can use the batch
27 mode to convert a root-file into another format)
28
29
30
31 2005/01/31 Thomas Bretz
32
33 * mbase/MStatusDisplay.cc:
34 - fixed handling of batch mode in GetCanvas(const TString &name)
35 - don't skip already existing tabs in Display()
36
37
38
39 2005/01/31 Raquel de los Reyes
40
41 * mjobs/MSequence.h
42 - Added "Get" functions for some of the sequence.txt file
43 parameters.
44
45
46
47 2005/01/31 Markus Gaug
48
49 * mjobs/MJob.[h,cc]
50 * mjobs/MJCalibrateSignal.[h,cc]
51 * mjobs/MJCalibration.[h,cc]
52 - move file type enum to base class
53
54 * mjobs/MJCalibrateSignal.[h,cc]
55 - allow also for direct setting of an MRunIter (not used in
56 callisto).
57
58 * mcalib/MCalibrationChargeCalc.[h,cc]
59 - test also for pulser strength changes additionally to changes in
60 colour.
61
62
63
64 2005/01/31 Abelardo Moralejo
65
66 * mpointing/MSrcPosCalc.cc
67 - Create only one instance of MAstroSky2Local for the
68 transformations, instead of two identical ones, as it was before.
69
70
71
72 2005/01/30 Markus Gaug
73
74 * mjobs/MJCalibration.cc
75 * mjobs/MJPedestal.cc
76 * mjobs/calibrationref_Nov04.rc
77 * mhcalib/MHCalibrationRelTimeCam.[h,cc]
78 - updated correct display of reference lines
79
80
81
82 2005/01/29 Markus Gaug
83
84 * msignal/MExtractFixedWindowSpline.[h,cc]
85 - fixed a bug occurring with overlapping windows between high-gain
86 and low-gain
87
88 * msignal/MExtractFixedWindowPeakSearch.cc
89 - take out call to fSignals->Clear() which is already done in
90 MTaskList.
91
92 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.[h,cc]
93 - new extractor reducing the bias and solving the problem with the
94 jumping pulse readout.
95
96
97
98 2005/01/28 Abelardo Moralejo
99
100 * mpointing/MSrcPosCalc.cc
101 - updated. Make it work as desired: obtain for each event the x,y
102 position on the camera of a source whose celestial coordinates
103 (J2000) have been set by the user in the container "MSourcePos"
104 of type MPointingPos, added to the parameter list. If the
105 container MSourcePos is not found, the center of the camera (or
106 other fixed position x,y set in the parameter list by the user -
107 in MSrcPosCam) is used as source position for all the events in
108 the loop.
109
110
111
112 2005/01/28 Thomas Bretz
113
114 * mjobs/MJCalibrateSignal.cc:
115 - fixed that extract1,2,3 haven't been deleted if loop failed.
116 - print tasklist also if loop failed.
117 - added a undefined task (MTaskEnv "FinalFantasy") as last task to
118 the event processing tasklist
119
120 * callisto.rc:
121 - added comments about "FinalFantasy" into call
122 - added comment for obsolete resources as discussed yesterday
123 evening: TimeUpperLimit
124
125 * mbase/MMath.[h,cc], manalysis/MCerPhotPix.[h,cc],
126 mpedestal/MPedPhotPix.h:
127 - replaced TruncatePrecision by ReducePrecision (its simply a better
128 name)
129
130 * mbase/MParList.cc:
131 - added a check to make 200%(!) sure that the container added
132 to the list is a MParContainer (everything else could crash
133 almost everything in Mars!)
134
135 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.[h,cc],
136 mjobs/MJPedestal.cc:
137 - simplified the code in the WriteResult functions by using
138 the new WriteContainer in MJob
139 - removed the TObjArray from the MParList! It is NOT a MParContainer
140 there are a lot of circumstance how this can crash Mars. I don't
141 know why the compiler allowed for this.
142 - unified WriteResult and WriteHists
143 - split GetOutputFile into two functions for simplification
144
145 * mjobs/MJCalibration.h:
146 - copy the extractorcam name when copying the contents
147
148 * mjobs/MJob.[h,cc]:
149 - new member function WriteContainer to simplify code in derived
150 classes
151
152 * mpointing/MSrcPosCalc.[h,cc]
153 - fixed the header according to Abelardo's changes
154 - added the initialization of the pointers to the constructor
155
156
157
158 2005/01/28 Markus Gaug
159
160 * msignal/MExtractTimeAndChargeDigitalFilter.cc
161 - introduce a security check for the time fine adjustment in case,
162 it is too large.
163
164 * mcalib/MCalibConstCam.[h,cc]
165 * mcalib/MCalibConstPix.h
166 - new classes to allow display of changing cal. constants with the
167 interlaced cal. events
168
169 * mcalib/MCalibrationChargeCalc.cc
170 - removed stopping of PostProcess in case that the evtloop is
171 finished with interlaced cal. events
172
173 * mcalib/MCalibrateData.[h,cc]
174 - fill MCalibConstCam with update results (once per calib. consts
175 update == every 10 sec.)
176 - introduce check for size of calibration constant. In case, it is
177 completetly out of range, set the MBadPixelsPix::IsUnsuitableRun
178
179 * mjobs/MJCalibrateSignal.cc:
180 - display one MHCamera more with changing conv. factors (only for
181 interlaced cal. events)
182
183 * mpedestal/MPedCalcFromLoGain.cc
184 - set default for MExtractWinFirst from 15 to 17 because of the
185 late cosmics signals in December
186
187
188 2005/01/28 Abelardo Moralejo
189
190 * mtemp/mpadova/macros/trainsubsample.C
191 - added # of events to be written in the output (instead of
192 fraction of total). Moved MSrcPosCam in output from RunHeaders
193 to Events tree.
194
195
196
197 2005/01/27 Daniel Mazin and Markus Gaug
198
199 * mcalib/MCalibrateData.[h,cc]
200 - derive this class from MCamEvent in order to be able to display
201 evolution of conversion factors in case of interlaced cal.
202 events
203
204 * mpointing/MInterpolatePointingPos.[h,cc]
205 - new class to interpolate pointing positions, adapted from a class
206 by Marcos Lopez
207
208 * mjobs/MJCalibrateSignal.[h,cc]
209 - enabled the calibration of data with interlaced calibration events
210
211 * msignal/MArrivalTime.[h,cc]
212 * mcalib/MCalibrateRelTime.cc
213 - removed Error of calibrated arrival time, as agreed on the last
214 software calibration meeting yesterday
215
216 * mjobs/MJCalibrateSignal.cc
217 - add display to show histogramming of conversion factors
218 - modify default calibration to equiv. photo-electrons
219 - allow for setting of MC, Raw or Root-file type in callisto.rc
220
221 * callisto.rc
222 - updated conf. file
223
224
225 2005/01/27 Thomas Bretz
226
227 * callisto.cc:
228 - don't display starting pedestals when calibrating the signal
229
230 * callisto.rc:
231 - added some comments
232
233 * star.rc:
234 - according to Daniel M. we have agreed to change the default
235 cleaning level to adapt it roughly to the new pedestal
236
237 * manalysis/MCerPhotPix.[h,cc], mpedestal/MPedPhotPix.h:
238 - as agreed in the current calibration meeting we truncate the
239 precision of the stored floating point values to roughly 0.5%
240 to gain storage space in the calibrated data (the gzip
241 algorithm compresses this stuff nicely - we gain roughly 15%)
242
243 * mhflux/MHFalseSource.cc, mjobs/MJCalibration.cc, mjobs/MJStar.cc:
244 - added a comment
245
246 * mjobs/MJCalibrateSignal.cc:
247 - changed title of unsuitable plot
248 - removed plot for calibrated fundamental pedestal as agreed in the
249 current calibration meeting (we may change this to an option)
250
251 * mjobs/MJPedestal.[h,cc]:
252 - changed the name of the "PedDiff" plot to be consistent with the
253 other tab-name
254 - changed the options for the display
255 - removed the dependancy of fDisplayType and the SetDataCheck
256 option
257 - added option kDisplayNone
258 - renamed enums from k*Display to kDisplay*
259
260 * mhist/MHCamEvent.cc:
261 - trying to get rid of the Err_%p workaround.
262
263 * manalysis/MCerPhotEvt.[h,cc]:
264 - added some '!' signs in the comment line. This is quick hack
265 to gain I/O speed and storage space. We will soon have new
266 containers for the calibrated data and image cleaning
267 information.
268 - changed version number to 6
269
270 * mhist/MHCamera.cc:
271 - added member function SetAllUsed
272
273
274
275 2005/01/26 Abelardo Moralejo
276
277 * macros/mccalibrate.C
278 - removed creation and writing out of MSrcPosCam. It is more
279 flexible to add it in starmc2.C if needed (for wobble mode for
280 instance).
281
282 * mtemp/mpadova/macros/RanForestDISP.C
283 - added possibility to set the number of hadrons read in for the
284 training. Added some missing containers to output.
285 - Fixed rule concerning the DISP, by adding parentheses. Remember
286 that MHMatrix::AddColumn does not respect the usual precedence
287 of operations!
288
289 * mtemp/mpadova/macros/resize.C
290 - added to output missing container MRawEvtHeader
291
292 * macros/starmc2.C
293 - added missing container MImagePar. Added possibility to set the
294 source position on the camera (for the wobble mode).
295
296
297
298 2005/01/25 Abelardo Moralejo
299
300 * macros/starmc2.C
301 - modified to allow double (train / test) output, for g/h
302 separation studies. Added several missing containers to output.
303
304
305
306 2005/01/25 Thomas Bretz
307
308 * mcalib/MCalibrationIntensityChargeCam.cc:
309 - fixed a lot of 'default argument'-warnings to make to code
310 compile
311
312 * mbase/MParContainer.[h,cc]:
313 - moved the empty Reset() function into the source file and
314 added a lot of comments
315 - implemented new helper-functions: GetNewObject
316
317 * mbase/MContinue.[h,cc]:
318 - allow to use MFilter-classes as filter in ReadEnv
319
320 * mbase/MTaskEnv.cc:
321 - replaced some code by GetNewObject
322
323 * mhbase/MFillH.cc:
324 - handle DrawOption "same" to be able to draw to the same pad
325
326 * mhbase/MH.[h,cc]:
327 - added same-argument to DrawSame
328
329 * mhbase/MH3.cc:
330 - removed some obsolete comments
331 - remove own drawing options before calling fHist->Draw
332
333 * mimage/MHHillas.cc, mimage/MHImagePar.cc:
334 - first try of implementing 'same' drawing option
335
336
337
338 2005/01/25 Markus Gaug
339
340 * mcalib/MCalibrationPattern.[h,cc]
341 * mcalib/MCalibrationPatternDecode.[h,cc]
342 - New Decoder task for the calibration pattern from the
343 digital modules
344
345 * mraw/MRawEvtHeader.[h,cc]
346 - remove decoding from this class
347
348 * mcalib/MCalibrationIntensityHiLoCam.[h,cc]
349 - remove, because one needs anyhow much more than one data file
350 to get a reasonable conversion factor
351
352 * mcalib/MCalibCalcFromPast.[h,cc]
353 - remove MCalibrationIntensityHiLoCam
354
355 * mbadpixels/MBadPixelsPix.h
356 * mbadpixels/MBadPixelsCam.cc
357 - changed one function name to GetUnsuitableCalLevel()
358
359 * mjobs/MJCalibration.cc
360 - replace all Y-titles with units "FADC counts" by "FADC cnts" and
361 "FADC slices" by "FADC sl.", otherwise they range out of the
362 canvas.
363
364 * mcalib/MCalibrationChargeCalc.cc
365 - ensure to set the color correctly in MCalibrationBlindCam
366
367 * callisto.rc
368 - put space for
369 MJCalibrateSignal.ExtractSignal.HiGainFirst: 2
370 MJCalibrateSignal.ExtractSignal.HiGainLast: 16
371
372
373 2005/01/24 Abelardo Moralejo
374
375 * manalysis/MMcCalibrationUpdate.cc
376 - Adapted to changes in MCalibrateData from 2005/01/16: moved
377 qepix.SetAvNormFFactor(1.) from Process() to ReInit(). Due to
378 this, for the last week you may have found trouble running
379 starmc.C and mccalibrate.C.
380
381
382
383 2005/01/24 Thomas Bretz
384
385 * callisto.cc:
386 - removed non-existing option from output
387
388 * manalysis/MEnergyEstimate.[h,cc]:
389 - added ReadEnv member function
390
391 * mbase/MContinue.[h,cc]:
392 - implementes AllowEmpty option to support doing nothing
393 defined in resource file
394 - added a first draft to allow usage of class-filters instead of
395 rules
396
397 * mbase/MMath.[h,cc]:
398 - implemented a function suggested by Florian Goebel which reduces
399 the precision of a float to ~0.5% which is usefull for data
400 compression by gzip
401
402 * mdata/MDataChain.[h,cc]:
403 - implemented ReadEnv member function
404
405 * mfbase/MF.cc:
406 - a small enhancement to the output in ReadEnv
407
408 * mhbase/MH3.cc:
409 - fixed call to FindObject in Paint which caused a profile to be
410 displayed incorrectly in case it was read from a file
411
412 * mhflux/MHFalseSource.[h,cc]:
413 - removed old obsolete unsused Significance functions
414 - implemented ReadEnv member function
415 - set false source binning only if BinningFalseSource is not default
416 - check parlist for BinningAlpha
417
418 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
419 mjobs/MJPedestal.cc:
420 - added an additional check and output if output-file could
421 not be opened
422
423 * mjobs/MJob.h:
424 - added some Getter
425
426 * mhbase/MBinning.[h,cc].
427 - added nen member functions
428 + SetEdgesRaw
429 + ReadEnv
430 + Print
431
432 * mhflux/MAlphaFitter.[h,cc]:
433 - added new member function ReadEnv
434
435 * mhflux/MHAlpha.cc:
436 - fixed a problem when fitting without off-data
437
438 * mbase/MStatusDisplay.cc:
439 - implemented a further fix in DrawClonePad to make sure
440 that the X-stuff doesn't get confused while still
441 GetDrawOption returns the correct value
442
443
444
445 2005/01/24 Markus Gaug
446
447 * msignal/MExtractTimeAndChargeDigitalFilter.cc
448 - introduced security check for the times fine-tuning to catch
449 outliers because of deviating pulse forms.
450
451 * msignal/MExtractTime.cc
452 * msignal/MExtractor.cc
453 - lowered default high-gain saturation limit to 250
454 - removed Clear() for two results containers at beginning of Process()
455
456 * msignal/MExtractor.h
457 - Take fHiLoLast into the Clone()
458
459 * msignal/MExtractedSignalPix.cc
460 - change sign of default initializer to negative.
461
462
463
464 2005/01/23 Markus Gaug
465
466 * mhcalib/MHCalibrationHiLoCam.[h,cc]
467 - updated to new logain switch setting in MExtractTimeAndCharge
468 - extract also high-gain vs. low-gain time difference
469
470 * mhcalib/MHCalibrationCam.[h,cc]
471 * mhcalib/MHCalibrationChargeCam.[h,cc]
472 - updated reading of conf. values in ReadEnv
473
474 * mhcalib/MCalibrationHiLoCam.[h,cc]
475 * mhcalib/MCalibrationHiLoPix.[h,cc]
476 * mhcalib/MCalibrationIntensityHiLoCam.[h,cc]
477 - updated accordingly
478
479 * mbadpixels/MBadPixelsCam.cc
480 - removed some bugs in the Print() function
481
482
483
484 2005/01/22 Markus Gaug
485
486 * mhcalib/MHCalibrationRelTimeCam.cc
487 - display in the averaged times display the event-by-event averaged
488 absolute arrival times instead of the rel. ones which do not make
489 much sense.
490
491 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
492 * mhcalib/MHCalibrationTestCam.[h,cc]
493 - update to the latest changes in analysis chain.
494
495 * mjobs/MJExtractCalibTest.[h,cc]
496 - update to the latest changes in analysis chain.
497
498 * mjobs/MJCalibration.cc
499 - replace title of that times-averageing Tab from "RelTimes" by
500 "Times".
501
502 * macros/calibration.C
503 - update to changes in MJExtractCalibTest
504
505
506
507 2005/01/21 Markus Gaug
508
509 * msignal/MExtractTimeAndChargeDigitalFilter.cc
510 * msignal/MExtractTimeAndChargeSlidingWindow.cc
511 * msignal/MExtractTimeAndChargeSpline.cc
512 - use the max. bin content for low-gain extraction
513
514 * callisto.rc
515 - add place for LoGainSwitch
516
517
518
519 2005/01/21 Florian Goebel
520
521 * mfbase/MF.cc:
522 - include a (TString) cast to make it compilable with gcc2.95.3
523
524
525
526 2005/01/21 Thomas Bretz
527
528 * mpointing/MSrcPosFromModel.cc:
529 - fixed crash in Process if no pointing model available
530
531 * mpointing/MPointingPosCalc.h:
532 - added missing initialization of data members
533
534 * mastro/MObservatory.[h,cc]:
535 - added ReadEnv member function
536
537 * mbase/MTaskEnv.h:
538 - added (=0) default to SetDefault
539
540
541
542 2005/01/20 Markus Gaug
543
544 * mcalib/MCalibrationIntensityChargeCam.[h,cc]
545 - added function to display fluctuations of a variable
546
547 * mcalib/MCalibrationPix.cc
548 - fixed small bug in High-gain mean error.
549
550 * msignal/MExtractTimeAndCharge.[h,cc]
551 - introduced high-gain maximum limit before extracting the low-gain
552
553
554
555 2005/01/20 Thomas Bretz
556
557 * mbase/MContinue.[h,cc]:
558 - added ReadEnv member function to support resource files
559
560 * mbase/MEvtLoop.[h,cc]:
561 - added a second arguemtn to reading of the resource file by name
562 - added some checks when reding the resource file and the
563 parameter list hasn't been setup
564
565 * mbase/MParList.cc:
566 - removed an obsolete output from ReadEnv
567
568 * mfbase/MF.[h,cc]:
569 - added ReadEnv member function to support resource files
570 - added kAllowEpty flag to support skipping by resource files
571
572 * mfbase/MFilterList.cc:
573 - added a comment
574
575 * mbase/MStatusDisplay.[h,cc]:
576 - fixed Write to be compatible with root 4.02/00
577 - worked around a problem with reading the DrawOption correctly
578 from a stored status display
579
580
581
582 2005/01/19 Thomas Bretz
583
584 * mbase/MMath.cc:
585 - added a comment to SignificanceLiMa, made by Daniel Mazin
586 - also check for b==0
587
588 * mhflux/MAlphaFitter.[h,cc]:
589 - fixed significance calculation in case of on-off data
590 - added fScaleFactor
591
592 * mhflux/MHAlpha.[h,cc], mhflux/MHFalseSource.cc:
593 - handle scale factor in case of on-off observations
594
595 * mjobs/MJPedestal.cc:
596 - aligned screen output to 80col rule
597
598 * mtrigger/MFTriggerPattern.[h,cc]:
599 - assigned correct integers to enum
600 - made sure that the enum is correctly handled in all function by
601 applying a r-value to the condition
602
603
604
605 2005/01/19 Abelardo Moralejo
606
607 * mtrigger/MFTriggerPattern.[cc,h]
608 - Changed Bool_t arguments of all setters to new type Prescale_t
609 defined by N. Galante (see below)
610
611
612
613 2005/01/19 Nicola Galante
614
615 * mtrigger/MFTriggerPattern.[cc,h]
616 - added in header enum Prescale_t { kUnPrescaled = kFALSE,
617 kPrescaled = kTRUE };
618
619 - fixed a bug in Process, both fMaskRequiredUnprescaled and
620 fMaskRequiredPrescaled are checked simultaneously.
621
622
623
624 2005/01/18 Markus Gaug
625
626 * mcalib/MCalibColorSet.cc
627 - fixed the remaining day of data without colour in project name
628 neither in digital modules bits.
629
630 * mpedestal/MPedCalcPedRun.[h,cc]
631 - catch the continuous light runs with MRawRunHeader::fRunType
632 == kRTCalibration to be recognized as effective pedestal runs.
633
634
635 2005/01/18 Thomas Bretz
636
637 * mbase/MMath.cc:
638 - added a check for s==0 in SignificanceLiMa, because otherwise the
639 result is NaN
640
641 * mfbase/MF.cc:
642 - removed an obsolete debugging output from the latest changes
643
644 * mhflux/MHAlpha.cc:
645 - reset fHTime, too
646
647
648
649 2005/01/18 Nicola Galante
650
651 * mtrigger/MFTriggerPattern.cc:
652 - added parentesis to ensure bitwise operators priority
653 with respect to logical operators.
654
655
656 2005/01/17 Thomas Bretz
657
658 * manalysis/MEnergyEstimate.[h,cc]:
659 - changed to be more general. Energy is now estimated from a rule
660 (MDataChain) The default behaviour is still the same as before
661 to copy the energy from MMcEvt
662
663 * mbase/MTask.cc:
664 - changed to write out the descriptor istead of the task-name only
665 in Pre/PostProcess
666
667 * mhbase/MH.cc:
668 - initialize fSerialNumber and fNumExecutions in constructor
669
670 * mhflux/MHFalseSource.cc:
671 - according to a suggestion by Markus Mayer I have changed
672 \\sigma_{max}=f to S_{max}=f\\sigma
673
674 * mjobs/MJCalibrateSignal.cc:
675 - as discussed with Markus and Abelardo fixed the MFTriggerPattern
676 call.
677
678 * mtrigger/MFTriggerPattern.cc, mtrigger/MTriggerPattern.cc,
679 mtrigger/MTriggerPatternDecode.cc:
680 - added some comment about file version
681
682 * mbase/MFilter.h:
683 - implemented new virtual function GetDataMember like in MData
684
685 * mbase/MTask.[h,cc]:
686 - when filter is added ass GetDataMember to branch list (should be
687 obsolete, because filter is in the tasklist, but it should not hurt)
688
689 * mfbase/MF.[h,cc], mfbase/MFDataChain.[h,cc], mfbase/MFDataMember.[h,cc],
690 mfbase/MFilterList.[h,cc]:
691 - implemented new function GetDataMember
692
693
694
695 2005/01/17 Markus Gaug
696
697 * msignal/MExtractTimeAndChargeDigitalFilter.cc
698 - remove a situation where the high-gain signal can be 0.
699
700 * mtrigger/MTriggerPattern.h
701 - fixed a bug in defining the trigger bit pattern (Have to start
702 from 0 instead of 1)
703
704 * mjobs/MJPedestal.cc
705 * mjobs/MJCalibrateSignal.cc
706 - fixed default extraction ranges.
707
708 * callisto.rc
709 - fixed default weights files for pedestal extraction for cosmcis
710
711 * mcalib/MCalibrationChargeCalc.cc
712 - removed program exit on occurrance of multiple colours without
713 intensity calibration
714
715
716
717 2005/01/17 Nadia Tonello and Markus Gaug
718
719 * mcalib/MCalibrationChargeCam.cc
720 - some fit improvements in the function GetAveragedConvFADC2PhotPerArea
721
722
723
724 2005/01/16 Markus Gaug
725
726 * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationRelTimeCam.[h,cc],
727 mhcalib/MHCalibrationChargeCam.[h,cc]
728 - put overflow management and results camera initialization into
729 base class
730
731 * mcalib/MCalibrateData.[h,cc]
732 - added possibility to re-normalize signal to equiv. photo-electrons
733 ( SetSignalType(MCalibrateData::kPhe) ).
734 Default is old version in photons
735 - speed up Process by storing pre-calculated calibration constants
736 in arrays (needed 40% of CPU time of the eventloop before, now: 23%)
737 - added new pointer to different MCalibrationChargeCam used for
738 updates
739 - added possibility to update the conversion factors using the
740 MCalibrationChargeCam stored in fCalibUpdate.
741 - added Print() function
742
743 * mcalib/MCalibCalcFromPast.[h,cc]
744 - committed final version, now also in the Makefile
745
746 * mjobs/MJCalibrateSignalFromOutside.[h,cc], macros/calibration.C
747 - committed final version, now able to calibrate interlaced cal.
748 events.
749
750
751
752 2005/01/14 Hendrik Bartko
753
754 * msignal/calibration_weights_UV.dat
755 - fixed a small bug in the noise autocorrelation of the AB-noise
756
757 * msignal/calibration_weights_blue.dat
758 - new weights file for blue calibration pulses
759
760 * cosmics_weights.dat
761 - fixed a small bug in the noise autocorrelation of the AB-noise
762
763
764
765 2005/01/14 Markus Gaug
766
767 * msignal/MExtractTimeAndChargeDigitalFilter.cc
768 - added a small acceleration of the program, tested by Hendrik and
769 me.
770
771 * mpedestal/MPedCalcFromLoGain.cc
772 - fixed one warning output which was not a real warning.
773
774 * mcalib/MCalibrationChargeCam.cc
775 - improved the function to calculate a mean conversion factor over
776 the whole camera including a fit to the values.
777
778 * mpedestal/MPedCalcPedRun.[h,cc]
779 - undo some changes introduced by TB on 2/12/04 which had made the
780 use of interlaced pedestal events impossible again.
781 - Use now the new class MTriggerPattern directly to recognize an
782 interlaced pedestal event.
783
784
785
786 2005/01/14 Thomas Bretz
787
788 * callisto.cc:
789 - fixed a typo in output
790
791 * manalysis/MGeomApply.cc:
792 - removed some old code already in comments
793 - added possibility to switch off automatic processing (used
794 if two different geometries around)
795
796 * manalysis/MMultiDimDistCalc.cc, mhbase/MHMatrix.[h,cc],
797 mranforest/MRanForestCalc.cc, mtools/MHSimulatedAnnealing.[h,cc],
798 mtools/MSimulatedAnnealing.h:
799 - added include of TVector because in newer root version it is
800 not included from TMatrix anymore
801
802 * mbase/BaseLinkDef.h, mbase/MMath.[h,cc]:
803 - to stick to the convention of TMath in newer root versions MMath
804 changed from a class to a namespace
805
806 * mbase/MEvtLoop.[h,cc]:
807 - to support newer root version added a second Write-function
808 with a const qualifier.
809
810 * mdata/MDataChain.cc:
811 - changed access to TMath for newer root versions
812
813 * mfileio/MChain.[h,cc]:
814 - implemented a workaround for teh changed LoadTree definition
815 in newer root-versions
816
817 * mfileio/MReadTree.cc:
818 - fixed a bug in CheckBranchSize caused some warning to be
819 displayed
820
821 * mhflux/MHAlpha.cc:
822 - removed check for fResult in PostProcess (it is always there)
823
824 * msignal/MExtractTimeFastSpline.cc:
825 - fixed delete --> delete[]
826
827 * mbadpixels/MBadPixelsCalc.cc:
828 - slight change to some output
829
830 * mbase/MTaskEnv.h:
831 - set name of default task when pointer is given
832
833 * mjobs/MJCalibrateSignal.cc:
834 - fixed handling of extraction range for various cases
835 - fixed handling in case no arrival times are calculated
836
837 * mjobs/MJCalibration.cc:
838 - write at least a default arrival time calibration container
839 to make further processing easier
840
841 * mjobs/MJPedestal.[h,cc]:
842 - fixed handling of extraction range for various cases
843
844
845
846 2005/01/14 Abelardo Moralejo
847
848 * mtemp/mpadova/macros/trainsubsample.C, RanForestDISP.C
849 - added. Two macros used in the analysis of real wobble mode data.
850
851
852
853 2005/01/14 Daniela Dorner
854
855 * macros/sql/filldotrun.C
856 - added new arehucas-verions and changed code accordingly
857
858
859
860 2005/01/13 Abelardo Moralejo
861
862 * macros/starmc.C
863 - Added (commented) lines for the case of gamma MC source off-axis
864 (wobble mode). Changed default extractor to
865 MExtractFixedWindowPeakSearch.
866
867
868
869 2005/01/13 Raquel de los Reyes
870
871 * callisto.rc
872 - introduced several configuration lines
873 (format: "class".DataCheck: No) to allow callisto
874 to run with rawfiles. Necessary for the datacheck.
875
876
877
878 2005/01/13 Markus Gaug
879
880 * mcalib/MCalibColorSet.cc
881 - fixed runs 45605-45609
882
883 * msignal/MExtractor.h
884 - take out the variable fHiLoLast from the streamer. Will be
885 initialized in the ReInit(), if needed
886
887 * msignal/MExtractor.cc
888 - Initialized fHiLoLast to 0. Otherwise, a second eventloop with
889 the same extractor may have that variable set to a certain
890 value, even if not desired. The ReInit() fixes fHiLoLast, if
891 different from 0.
892
893 * mpedestal/MExtractPedestal.cc
894 * mpedestal/MPedCalcPedRun.cc
895 * mpedestal/MPedCalcFromLoGain.cc
896 - fix the output of the print to the correct value for the case
897 that the extractor is used.
898
899
900 2005/01/13 Thomas Bretz
901
902 * callisto.rc:
903 - fixed some typos
904
905 * mbase/MLog.cc:
906 - unset DEBUG defined unintentionally
907
908 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
909 - removed printing Weights in InitArrays, because otherwise
910 the output of a full data calibration is totally crowded
911 with numbers. Having the weights-file name on the display
912 is perfectly enough.
913
914
915
916 2005/01/12 Markus Gaug
917
918 * mcalib/MCalibrationIntensityRelTimeCam.cc
919 - added fit to improve averageing of the obtained results
920
921
922
923 2005/01/12 Thomas Bretz
924
925 * manalysis/MMatrixLoop.cc:
926 - changed name to MRead because it now derives from MRead
927
928 * mbase/MEvtLoop.[h,cc]:
929 - implemented an option not to cascade the status display to the
930 parameter list in PreProcess
931
932 * mhflux/MHAlpha.cc:
933 - changed name of "Significance" to "MinimizationValue"
934 - return -significance to have a value being minimized
935
936 * mhist/MHCamera.cc:
937 - fixed output of text in legend
938
939 * mhist/MHEvent.[h,cc]:
940 - implemented new options for calibrated pedestals
941
942 * mmain/MEventDisplay.cc:
943 - fixed to support latest changes in MJCalibrateSignal
944
945 * mpedestal/MPedPhotCam.cc:
946 - added new options in GetPixelContent (4 and 5) to support
947 a correct camera display
948
949 * mjobs/MJCalibrateSignal.cc:
950 - fixed display of calibrated pedestal and pedestal rms
951 - changed order of plots. Now all interpolated values
952 (means all calibrated values which are bad-pixel treated)
953 are displayed behind the unsuitable pixels.
954
955 * mjobs/MJ*.cc:
956 - corrected all wrong %06d to %08d to fit the number of
957 digits in run-numbers
958
959
960
961 2005/01/11 Abelardo Moralejo
962
963 * mjobs/Makefile
964 - added missing include -I ../mtrigger
965
966
967
968 2005/01/11 Thomas Bretz
969
970 * callisto.cc, callisto.rc:
971 - changed such, that all three kinds of pedestals are calcualted
972 (usefull for studies)
973
974 * manalysis/MMatrixLoop.[h,cc]:
975 - derived from MRead
976 - implemented some basic functions from MRead
977
978 * mfilter/MFCosmics.[h,cc]:
979 - allow setting of name of MPedestalCam
980
981 * mhbase/MBinning.[h,cc]:
982 - added SetEdges taking MParList as input
983
984 * mhflux/MHAlpha.cc:
985 - use new function from MBinning
986
987 * mjobs/MJCalibrateSignal.[h,cc]:
988 - changed to calculate all three kinds of pedestals
989 - added filters for trigger pattern and illuminated events
990
991 * mjobs/MJPedestal.cc:
992 - give different names to tabs with different pedestals
993
994 * mjobs/MJStar.cc:
995 - on request changed used pedestal from "FromExtractor" to
996 "FromExtractorRndm"
997
998 * mtrigger/MTriggerPattern.h:
999 - added Reset function
1000
1001 * mtrigger/MTriggerPatternDecode.[h,cc]:
1002 - added using file format version number
1003
1004
1005
1006 2005/01/11 Markus Gaug
1007
1008 * mbadpixels/MBadPixelsPix.cc
1009 - updated documentation
1010
1011 * mcalib/MCalibrationChargeCalc.cc
1012 - make pixels with deviating number of phes unreliable instead of
1013 unsuitable (this was already thought so, but missed to modify
1014 at one place).
1015
1016 * mhcalib/MHCalibrationCam.[h,cc]
1017 - add possible flag 'kInterlaced': default: kFALSE (like before)
1018 - added pointer to MRawEvtHeader to deny cosmics events in case
1019 of 'interlaced' flag is set. No changes for 'normal' calibration
1020
1021
1022
1023 2005/01/10 Benjamin Riegel
1024
1025 * mreport/MReportStarguider.cc, mreport/MReportStarguider.h
1026 - added two classes for implementing starguider-data
1027
1028 * mreport/ReportLinkDef.h
1029 - added class MReportStarguider to be linked:
1030 #pragma link C++ class MReportStarguider+;
1031
1032 * mreport/Makefile
1033 - added file MReportStarguider.cc
1034
1035 * merpp.cc
1036 - added two containers ( MReportStarguider, MTimeStarguider ) and
1037 added MReportStarguider to the list:
1038 w->AddContainer("MReportStarguider", "Starguider");
1039 w->AddContainer("MTimeStarguider", "Starguider");
1040 r->AddToList("MReportStarguider");
1041
1042
1043
1044 2005/01/10 Markus Gaug
1045
1046 * mcalib/MCalibColorSet.cc
1047 - return kFALSE for CL-run instead of kTRUE
1048
1049 * mcalib/MCalibrationChargeCalc.cc
1050 - stop program in case that multiple colours are found in same file
1051 without intensity calibration
1052
1053 * mbadpixels/MBadPixelsPix.h
1054 - added two new possible UnCalibrated_t flags for the hi-lo
1055 calibration
1056
1057 * macros/calibration.C
1058 - add the calls to:
1059 MArray::Class()->IgnoreTObjectStreamer();
1060 MParContainer::Class()->IgnoreTObjectStreamer();
1061 in main.
1062
1063 * msignal/MExtractor.h
1064 - added Getter for fOffsetLoGain (was still missing)
1065
1066 * mhcalib/MHCalibrationChargeCam.[h,cc]
1067 - remove pixels with histogram overflow only if their percentage
1068 passes a certain limit (default: 0.5%). Before, every overflow
1069 lead to an unsuitable pixel.
1070
1071 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
1072 - implemented changes suggested by T.B. to speed up calculations
1073 - take fNameWeightsFile into the streamer, otherwise the Clone()
1074 will always create an extractor with cosmic's weights.
1075 - set fOffsetLoGain to a slighly higher value. The DF seems to
1076 have a different offset since it uses different pulse shapes
1077 and thus sightly different time definitions.
1078
1079
1080
1081 2005/01/10 Thomas Bretz
1082
1083 * mhvstime/MHVsTime.cc:
1084 - fixed a compiler error for gcc 2.95.3, see Mantis bug # 157
1085
1086 * callisto.cc:
1087 - changed such, that the calculated pedestal is not random
1088 anymore
1089 - added code to calculate the pedestal also with randomization,
1090 but this code is for the moment commented out.
1091
1092 * callisto.rc:
1093 - fixed naming of pedestal calculation
1094
1095 * mbadpixels/MBadPixelsCalc.cc:
1096 - added a second check which compares the pedestal rms with
1097 the variance of the pedestal rms in the same sector
1098
1099 * mjobs/MJCalibrateSignal.[h,cc]:
1100 - changed to calculate the pedestal from extractor without
1101 randomization
1102 - added code to calculate the pedestal also with randomization,
1103 but this code is for the moment commented out.
1104
1105 * mjobs/MJCalibration.cc:
1106 - made sure that pedcam always has the correct name
1107 (FIXME? Print a warning if it has the wrong name)
1108
1109 * mjobs/MJPedestal.[h,cc]:
1110 - changed such, that it allows the calculation of pedestals
1111 in three different ways (fundamental, fromextractor,
1112 fromextractorrndm)
1113 - therefor removed SetExtractorResolution and added
1114 + void SetExtractionFundamental()
1115 + void SetExtractionWithExtractorRndm()
1116 + void SetExtractionWithExtractor()
1117
1118 * mjobs/MJStar.cc:
1119 - changed/fixed the input name of the MPedPhotCam used in the
1120 image cleaning
1121
1122 * mraw/MRawFileRead.[h,cc]:
1123 - changed return type of OpenNextFile
1124 - in some cases return kERROR in OpenNextFile to abort the Processing
1125 with an error
1126
1127 * mraw/MRawRunHeader.cc:
1128 - call a wrong file format version ERROR now
1129
1130 * mhflux/MAlphaFitter.[h,cc]:
1131 - make sure that resetted values are returned if fit failed
1132 - set default scaling too kOffRegion
1133
1134 * mhflux/MHAlpha.cc:
1135 - some small fixes to handling of MHAlphaOff
1136
1137 * mhflux/MHFalseSource.[h,cc]:
1138 - implemented possible usage of MHFalsSourceOff for On-Off-Analysis
1139 - updated display accordingly
1140 - updated fit accordingly
1141 - removed catalog temporarily from plots until I found the
1142 reason for the strange crashes
1143
1144 * mbadpixels/MBadPixelCalc.[h,cc]:
1145 - implemented the possibility to check the pedestal rms against the
1146 variance of the pedstal rms, too. The option is curretly switched
1147 off.
1148 - enahanced informal output in PreProcess
1149
1150 * mbase/MTaskList.cc:
1151 - a little change to some output
1152
1153
1154
1155 2005/01/10 Wolfgang Wittek
1156
1157 * mfbase/MFEventSelector2.cc
1158 - check whether filter exists before calling
1159 filter->CallPreProcess(parlist)
1160
1161
1162
1163 2005/01/08 Markus Gaug
1164
1165 * mhcalib/MHCalibrationHiLoCam.[h,cc]
1166 * mcalib/MCalibrationHiLoCam.[h,cc]
1167 * mcalib/MCalibrationHiLoPix.[h,cc]
1168 * mcalib/MIntensityCalibrationHiLoCam.[h,cc]
1169 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
1170 mcalib/CalibLinkDef.h
1171 - new classes for calibration of conversion high-gain vs. low-gain
1172
1173 * msignal/MExtractedSignalPix.[h,cc]
1174 - added data member fChisquare, set to -1. by Clear() and Reset()
1175 - raised version number by 1
1176
1177 * msignal/MExtractedSignalCam.[h,cc]
1178 - added data member fNdf, set to -1 by default
1179 - new function: GetProb(const Int_t pixidx) to be called to
1180 calculate the joint probability of Chisquare of pixel "pixidx"
1181 and fNdf
1182 - added documentation of data members
1183 - raised version number by 1
1184
1185 * mhcalib/MHCalibrationChargeCam.cc
1186 - strengthened default histogram limits a bit, should accelerate
1187 the calibration by 20%.
1188
1189 * mjobs/MJCalibrateSignalFromOutside.cc
1190 - fixed two lines to compile MCalibrateData with the recent changes
1191 by TB
1192
1193 * msignal/MExtractTimeAndChargeDigitalFilter.cc
1194 - fixed two bugs introduced yesterday by TB.
1195
1196 * msignal/MExtractTimeAndChargeSpline.cc
1197 * msignal/MExtractTimeAndChargeSlidingWindow.cc
1198 - adopt part of TB's speed accelerations into these classes
1199
1200 * msignal/MExtractTimeAndCharge.cc
1201 - fix the low-gain extraction window for the case that the high-gain
1202 is saturated. Was skipped so far.
1203
1204
1205
1206 2005/01/07 Markus Gaug
1207
1208 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
1209 - catch the case that more than 90% of the pixels have saturated
1210 signals and fix the extraction window from the occurrance of
1211 saturation, then. Important for high-intensity calibration events.
1212
1213
1214 * msignal/MExtractor.cc
1215 * msignal/MExtractTime.cc
1216 * msignal/MExtractTimeAndCharge.cc
1217 - added some documentation
1218
1219 * msignal/MExtractTime.[h,cc]
1220 - moved the empty function FindTimeHiGain() and FindTimeLoGain() to
1221 the header-file.
1222
1223
1224
1225
1226 2005/01/07 Abelardo Moralejo
1227
1228 * mbase/MLog.h
1229 - Added #include "TSystem.h", otherwise gSystem is not recognized
1230 in Mac OSX.
1231
1232 * manalysis/MMakePadHistograms.cc
1233 - Changed badcalc.SetNamePedPhotContainer to
1234 badcalc.SetNamePedPhotCam
1235
1236
1237
1238 2005/01/07 Thomas Bretz
1239
1240 * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C:
1241 - replaced PedPhotContainer by PedPhotCam for consistency
1242
1243 * mbase/MLog.[h,cc]:
1244 - return *this in Seperator()
1245
1246 * mbase/MPrint.[h,cc]:
1247 - use new separator manipulator in PreProcess
1248 - fixed a type: separator instead of seperator
1249
1250 * mfileio/MReadTree.[h,cc]:
1251 - added a check for branch->IsAutoDelete() in Notify()
1252
1253 * mpedestal/MExtractPedestal.[h,cc]:
1254 - added new option 'fRandomCalculation' be used to switch on-/off-
1255 randomization in extractors, the default should be like before
1256 - added Process() calling Calc()
1257
1258 * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]:
1259 - renamed Process() to Calc()
1260
1261 * Makefile:
1262 - removed macros/calibration.C, which seems to have been
1263 unintantionally introduced.
1264
1265 * manalysis/Makefile:
1266 - removed unintantionally introduced wrong include
1267
1268 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
1269 - a small acceleration discussed with Hendrik by replacing a
1270 counter in a loop by pointer arithmetics
1271
1272 * mraw/MRawEvtPixelIter.cc:
1273 - fixed a bug in GetMaxIdxHiLoGain which caused the loop to
1274 read one byte behind the end of the array
1275 - fixed HasLoGain() which really did weired things, means accessing
1276 sometimes memory somewhere. This could theoretically result
1277 in assigning the wrong lo-gains to the wrong pixels.
1278
1279 * mtrigger/MTriggerPattern.[h,cc], mtrigger/MTriggerPatternDecode.[h,cc],
1280 mtrigger/MFTriggerPattern.[h,cc]:
1281 - added
1282
1283 * mtrigger/Makefile, mtrigger/TriggerLinkDef.h:
1284 - added MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
1285
1286 * manalysis/MEnergyEstParam.h:
1287 - added a new function SetVariables calling SetCoeff
1288
1289 * mcalib/MCalibrateData.[h,cc]:
1290 - removed data members for container names
1291 - added new lists for container names
1292 - allow to calibrate more than one pedestal container at the same
1293 time
1294
1295 * mjobs/MJCalibrateSignal.cc:
1296 - changed accordingly
1297
1298
1299
1300 2005/01/05 Thomas Bretz
1301
1302 * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
1303 mhcalib/MHCalibrationRelTimeCam.cc:
1304 - made some output lines fit into convinience window of 80 col
1305
1306 * mhist/MHCamEvent.cc:
1307 - make sure that x-axis has correct title
1308
1309 * msignal/MArrivalTimePix.cc:
1310 - init error to -1 which is a obviously non valid value
1311 - fixed IsValid() which gave wrong results
1312
1313 * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
1314 - made sure that LoGain is flagged non-valid if no lo-gain exists
1315 - push time back at the edge of the allowed limits if outside
1316
1317 * mbase/MGList.[h,cc]:
1318 - introduced new functions Delete and DeletePictures
1319 - SetBit(kMustCleanup) in constructor. Otherwise it is not
1320 correctly removed from ListOfCleanups
1321
1322 * mbase/MLog.cc:
1323 - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
1324 from the list
1325
1326 * mbase/MParContainer.[h,cc]:
1327 - replaced return type of GetDescriptor by TString. The old version
1328 was terribly wrong! The returned memory wasn't removed as soon
1329 as the function returned.
1330
1331 * mbase/MStatusDisplay.[h,cc]:
1332 - for security (thread safty) replaced all Form() by MString::Form()
1333 - implemented a more secure scheme of Closing (Clone()) this was
1334 a hint given by valgrind
1335 - set kMustCleanup for all new object in ClonePad not only kCanDelete
1336 - fixed some lines in pulldown-menus
1337 - add TPads to ListOfCleanups in ClonePad (workaround!)
1338
1339 * mbase/MString.[h,cc]:
1340 - implemented a new static Form() function returning a copy of
1341 the result
1342
1343 * mbase/MTask.[h,cc]:
1344 - replaced return type of GetDescriptor by TString. The old version
1345 was terribly wrong! The returned memory wasn't removed as soon
1346 as the function returned.
1347 - Made GetDescriptor thread safe using MString::Form
1348
1349 * mfileio/MWriteRootFile.cc:
1350 - Use GetDescriptor().Data() when using any kind of printf function
1351
1352 * mhbase/MFillH.cc:
1353 - replaced string concatenation in all constructors by a Form
1354 (also suggested by valgrind)
1355
1356 * mhcalib/MHCalibrationRelTimeCam.cc:
1357 - made some output fit into 80col boundary
1358
1359
1360
1361
1362 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
1363
1364 * mfht:
1365 - added new directory for hexagonal fourier transformation
1366
1367 * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
1368 mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
1369 mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
1370 mhft/Makefile:
1371 - added
1372
1373 * macros/extendcam.C:
1374 - added: tutorial for MGeomCamExtend
1375
1376 * macros/hft.C:
1377 - added: tutorial for MHexgonalFTCalc
1378
1379 * macros/dohtml.C:
1380 - updated
1381
1382 * macros/rootlogon.C:
1383 - updated
1384
1385 * Makefile:
1386 - mhft added
1387
1388 * mbase/MParContainer.cc, mbase/MLog.cc:
1389 - added a pre-compiler option for destructor debugging
1390
1391 * mbase/MTaskList.[h,cc]:
1392 - added new function Replace
1393
1394 * mdata/MDataChain.cc, mfbase/MF.cc:
1395 - shortened some output
1396
1397 * mdata/MDataArray.[h,cc]:
1398 - added new function FindRule
1399
1400 * mfileio/MReadTree.[h,cc]:
1401 - enhanced functionality to be able to read a TTree stored in memory
1402 instead of a file. Therefor introduced fTree which is now the pointer
1403 used and replaced fChain where TTree and TChain have common behaviour.
1404 Where they behave uncommon new code for the new case has been added.
1405
1406 * mfileio/MWriteRootFile.[h,cc]:
1407 - enhanced functionality to be able to write a TTree into memory
1408 instead of a file. This were maily bugfixes for the case fOut==0, which
1409 must be handled correctly. Becarefull a tree filles without a file
1410 is not deleted automatically!
1411
1412 * mhbase/MBinning.h:
1413 - added copy constructor
1414 - fixed buggy SetEdges(MBinning&) which didn't work
1415
1416 * mhbase/MHMatrix.cc:
1417 - when adding a new rule check first if the same rule already exists
1418
1419 * mhflux/MAlphaFitter.[h,cc]:
1420 - added new functionality to support on-off analysis
1421 - didn't touch existing code
1422
1423 * mhflux/MHAlpha.[h,cc]:
1424 - added new functionality to support on-off analysis
1425 - replaced Fit() calls by newer function calls
1426 - added DrawAll - PRELIMINARY
1427 - fixed a bug when projecting - may be the reson for some strange
1428 crashes
1429
1430 * mcalib/MCalibColorSet.cc:
1431 - fixed a stupid bug introduced last year, which caused MCalibColorSet
1432 in some circumstances to stop the eventloop when it shouldn't
1433
1434 * mjobs/MSequence.cc:
1435 - expand path names
1436
Note: See TracBrowser for help on using the repository browser.