source: trunk/MagicSoft/Mars/Changelog@ 8696

Last change on this file since 8696 was 8696, checked in by tbretz, 17 years ago
*** empty log message ***
File size: 105.4 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4For your entries please follow EXACTLY this style:
5
6_yyyy/mm/dd_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20
21
22 2007/08/22 Thomas Bretz
23
24 * mbase/MEnv.cc:
25 - changed title print out for untouched resources
26
27 * mhbase/HBaseLinkDef.h, mhbase/Makefile:
28 - added new class MHn
29
30 * mhbase/MH.[h,cc]
31 - changed start bin to search for GetRange
32 - added GetRangeX and GetRangeY member functions
33 - added GetRangeUserX and GetRangeUserY member functions
34 - added default to SetPalette
35
36 * mhbase/MH3.[h,cc]:
37 - chnaged to tokenize the name allowing to have different
38 Binning names for all axes
39 - added a style bit which allow to auto scale an axis if the
40 histogram is finally filled
41 - replaced 9999 with -1 in ProfileX/Y
42 - moved SetLog from Paint to Draw
43 - increased class version
44
45 * mhflux/MAlphaFitter.cc, mhflux/MHAlpha.cc, mhflux/MHCollectionArea.cc,
46 mhflux/MHEffectiveOnTime.cc, mhflux/MHEnergyEst.cc,
47 mreflector/MHReflector.cc:
48 - replaced 9999 with -1 in ProjectionX/Y/Z
49 - replaced 9999 with -1 in ProfileX/Y
50
51 * mhflux/MMcSpectrumWeight.cc:
52 - tiny change to output of Print
53
54 * mjobs/MJCut.cc:
55 - added a new Tab CuT displaying VsSize a second time, but with a
56 user definable cut "CutT" applied
57
58 * mjobs/MSequence.[h,cc]:
59 - added "Comment" to resources
60 - increased class version nimber
61
62 * mmuon/MHMuonPar.cc:
63 - enable all grids
64
65 * mimage/MNewImagePar.cc:
66 - Set fConcCOG to 0 if smaller 0. This produces at least a defined
67 value (-inf) when the logarithm is calculated, which is better
68 than an undefined one (NaN).
69
70
71
72 2007/08/22 Markus Meyer
73
74 * datacenter/macros/fillstar.C
75 - changed reference values for muon analysis according to
76 the large muon sample with old image cleaning (Mars-1.2) and
77 smaller integration region (0.75 to 1.2)
78
79 * resources/calibration.rc
80 - changed correction coefficients due to new reference values
81
82 * resources/calibration_spline.rc
83 - changed correction coefficients for MUX
84
85 * mmuon/MHMuonPar.cc
86 - changed FHistBraod from ArcWidth/Radius vs. Radius to
87 ArcWidth vs. Radius
88
89 * datacenter/macros/fillstar.C
90 - changed reference values for muon analysis again according to
91 the large muon sample with time image cleaning (for new release)
92 with integration region 0.75 to 1.2
93
94
95
96 2007/08/22 Stefan Ruegamer
97
98 * datacenter/scripts/runcallisto
99 - modified staging of files
100
101 * datacenter/scripts/runstar
102 - corrected server and added logfile entry for staging of files
103
104
105
106 2007/08/21 Thomas Bretz
107
108 * mpointing/MHSrcPosCam.[h,cc]:
109 - we now buffer the events instead of average them. This removes
110 strange (fake) events near the camera center in wobble mode
111
112
113
114 2007/08/21 Markus Meyer
115
116 * datacenter/macros/fillstar.C
117 - changed reference values for muon analysis according to
118 the large muon sample with time image cleaning and smaller
119 integration region (0.8 to 1.2)
120
121 * mmuon/MHMuonPar.cc
122 - changed fgIntegralLoLim from 0.7 to 0.8
123
124
125
126 2007/08/21 Stefan Ruegamer
127
128 * datacenter/scripts/movingrawfiles_OK
129 - removed rmdir -p option
130
131 * datacenter/scripts/runcallisto
132 - added staging of files
133
134
135
136 2007/08/20 Stefan Ruegamer
137
138 * datacenter/scripts/setup
139 - changed number of allowed processes
140
141 * datacenter/scripts/movingrawfiles
142 - changed login server from apollo to dc09
143 - removed lines for moving files from fromlapalma as the transfer
144 is not working anymore with finished files
145 - added comment
146
147 * datacenter/scripts/movingrawfiles_OK
148 - script for moving files according to the new "_OK" structure in
149 the fromlapalma folder
150
151 * datacenter/scripts/checkmd5sum
152 - added automatic detection of the L number
153 - added check for already existing output files
154 - added description
155
156 * resources/calibration_spline.rc
157 - added factors for period 56 and 57 (same value as for 55)
158
159
160
161 2007/08/20 Thomas Bretz
162
163 * .rootrc:
164 - added some comments about defaults
165 - set the ShowEventStatus for the canvases to yes as default
166
167 * sponde.cc:
168 - removed the refill option (it was just a dummy)
169 - removed the accurate option. It didn't give more accurate
170 results at all
171
172 * mbase/MStatusDisplay.[h,cc]:
173 - added an update option to SetProgressBarPosition
174
175 * mhflux/MMcSpectrumWeight.[h,cc]:
176 - allow to give a container name to GetFormula*
177 - changed default for spectral slope from -9 to -99
178 - allow to give integral range to GetSpec*Integral
179 - added a new member function CompeleteEnergySpectrum which completes
180 a simulated spectrum starting at an energy fEnergyMin down to
181 an energy emin.
182 - added two options ("new" and "old") to Print function
183 - do not stop anymore if lower energy boundary changes
184
185 * mjobs/MJSpectrum.[h,cc]:
186 - cleaned the code in general
187 - removed fRefill (was not used in the code at all)
188 - added MJSpectrum to global ListOfCleanups to handle
189 the display more properly
190 - removed reading of the first (it was the second!)
191 MMcCorsikaRunHeader. It is now read for each file individually
192 - The read monte carlo events are now weighted with the mc
193 production area (events per area)
194 - incomplete (to lower energies) spectra are completed
195 - removed accurate mode, it was not more accurate
196 - we fit the spectrum now from the first to the last bin
197 - for comparison crab and 1553 are plotted
198 - changed the processing such that first the MCs are processed
199 and then the spectrum is refilled
200 - now the MC distribution from OriginalMC is read only once
201 - added new tab showing the basic event distribution
202
203 * callisto.cc, star.cc, ganymed.cc, sponde.cc, mars.cc, showplot.cc:
204 - some improvements in case of wrong number of arguments
205
206
207
208 2007/08/19 Thomas Bretz
209
210 * mbase/MStatusDisplay.cc:
211 - fixed the fix of the strange crashes. Now fBatch is added to
212 the ListOfCleanups instead of removing the newly created canvas
213 from the global list of canvases
214
215 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
216 mimage/MHImagePar.cc, mimage/MHNewImagePar.cc:
217 - enables a lot of grids
218
219 * mhbase/MBinning.[h,cc]:
220 - addec constructor with a TArrayD
221
222 * mhbase/MH.[h,cc]:
223 - added two new member functions GetRange and GetRangeUser
224
225 * mjoptim/MJOptimizeDisp.[h,cc]:
226 - added new option UseThetaSq
227
228 * mjoptim/MJOptimizeEnergy.[h,cc]:
229 - added possibility to use also logarithmic fits
230
231 * mmc/MMcCorsikaRunHeader.cc:
232 - improved Print function
233
234 * msignal/MExtractTimeAndChargeSpline.cc:
235 - initialize rise and fall time as suggested by valgrind
236
237 * mtools/MChisqEval.[h,cc]:
238 - implemented the possibility to use weights
239
240
241
242
243 2007/08/18 Thomas Bretz
244
245 * sponde.cc:
246 - added new option --force-theta
247
248 * mbase/MEnv.[h,cc], mjobs/MSequence.[h,cc], mjobs/MDataSet.[h,cc]:
249 - GetName noe returns only the filename not the whole path. The
250 old behaviour made it impossible to access the container from
251 the file.
252 - GetRcName now returns the whole path/name.
253 - Print now outputs also path and file-name
254
255 * mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc:
256 - fixed typos in comments
257
258 * mhflux/MHCollectionArea.cc:
259 - reset fCorsikaVersion to 0 in PreProcess
260 - print old and new Cosika version if mismatch is found
261
262 * mhflux/MMcSpectrumWeight.cc:
263 - replaced the %.16f by %.16e. This is more accurate in cases
264 with high exponents
265 - added some sample/test code to weight the Zenith Angle
266 according to the sin-distribution produced by Corsika.
267 Currently not in use
268
269 * mjobs/MJSpectrum.cc:
270 - removed the simple/accurate mode. There is now reason why
271 the previous "accurate"-mode should be more accurate at all.
272 It is only slower
273 - Reading the OriginalMC tree now is done such that the
274 events are properly weighted by the production area. This
275 allowes to use different impact paramters from dfferent files.
276 - a check has been implemented which compared the zenith angle
277 distribution of the data and the resulting monte carlo data.
278 Execution of the program can be forced with a new option.
279 - write more information to output file.
280 - added a new tab showing the vent distribution without weights
281
282
283
284 2007/08/17 Thomas Bretz
285
286 * sponde.cc:
287 - removed switch for simple and accurate mode
288
289 * mbase/MMath.cc:
290 - fixed a problem in LiMaExc which could result in NaN
291 (if signal and background is 0)
292
293 * mbase/MStatusDisplay.cc:
294 - remove canvases in batch-mode from the global list of canvases,
295 this could result in crahses if two canvases in the display
296 had the same name
297
298 * mhflux/MHCollectionArea.[h,cc]:
299 - output the maximum impact found in Finalize
300
301 * mhflux/MHEnergyEst.cc:
302 - made the y-axis in the Eest vs Emc plot logarithmic
303
304
305
306 2007/08/16 Markus Meyer
307
308 * resources/calibration.rc:
309 - update of muon calibration factors for the periods 41 to 50
310
311
312
313 2007/08/15 Thomas Bretz
314
315 * mhflux/MHEnergyEst.cc:
316 - exchanged x- and y-contents of Eest vs Emc hist. It turned out
317 that it was wrong.
318
319 * mjobs/MDataSet.[h,cc]:
320 - added member functions AddFiles filling a MDirIter
321
322 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
323 - updated the disp-parametrization after fixing the lo-gain bug
324 - fixed a bug in the quality cuts (all showers with saturating
325 hi-gains were removed)
326
327 * mhbase/MH3.cc:
328 - allow to split the histogram name and the binning name
329 - set a different line color in case of the "same" option
330
331 * mjobs/MJCut.cc:
332 - show distribution of observation time for on and off data
333
334 * mjoptim/MJOptimizeCuts.cc, mjoptim/MJOptimizeDisp.cc,
335 mjoptim/MJOptimizeEnergy.cc:
336 - added display to output
337
338 * macros/optim/optimenergy.C, macros/optim/optimonoff.C,
339 macros/optim/optimwobble.C:
340 - added example how to write output file
341
342
343
344 2007/08/13 Thomas Bretz
345
346 * mjobs/MJSpectrum.cc:
347 - fixed reading of Binning* from ganymed*.file
348
349
350
351 2007/08/11 Thomas Bretz
352
353 * mhflux/MHAlpha.cc:
354 - on special request omega has been removed from the nice plot
355
356
357
358 2007/08/10 Thomas Bretz
359
360 * msignal/MExtractTimeAndCharge.cc:
361 - fSaturationLimit must be multiplied with GetScale() not with
362 GetMax()... grmpf.
363
364 * mjobs/MJCut.cc:
365 - fixed a bug which caused nonsense effective on-time values
366 for real data since three weeks.
367
368
369
370 2007/08/06 Thomas Bretz
371
372 * mcalib/CalibLinkDef.h, mcalib/Makefile:
373 - removed obsolete MMcCalibrationCalc
374
375 * mhbase/MH.[h,cc]:
376 - adde ApplyBinning member functions for two- and three-dim hists
377
378 * mimage/MHHillasExt.[h,cc]:
379 - removed plot for max dist
380 - added plot for SlopeL
381 - increased class version number
382
383 * mjobs/MJCut.cc:
384 - added BinningSlope to list of binnings
385 - added BinningM3Trans to list of binnings
386 - added BinningM3Asym to list of binnings
387 - removed BinningMaxDist from list of binnings
388
389 * mjtrain/MJTrainDisp.cc:
390 - renamed TrainDist to Train
391
392 * mpointing/MHSrcPosCam.cc:
393 - changed default palette from glow1 to pretty
394
395 * mpointing/MSrcPosCam.h:
396 - added a function to return the distance to the camera center
397
398 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
399 - updated binnings
400 - replaced old spark-cut by a new one
401
402 * mfilter/MFMagicCuts.[h,cc]:
403 - increased version number to 2
404
405 * mjobs/MJStar.cc:
406 - replaced the old spark-cut with a new one
407
408 * mimage/MHVsSize.cc:
409 - changes some comments
410
411 * mmuon/MHSingleMuon.cc:
412 - skip the "error estimation" step. It is just a multiplication
413 with a fixed value. This doesn't influence enaything. And the
414 absolute avlue of the error is not used at all.
415
416
417
418 2007/08/03 Thomas Bretz
419
420 * macros/optim/optimdisp.C:
421 - adapted to new parametrization
422
423 * mjtrain/MJTrainDisp.[h,cc]:
424 - some small fixes and changes.
425 - added code (as comment) for training a ghostbuster
426
427
428
429 2007/08/02 Thomas Bretz
430
431 * mjobs/MJSpectrum.[h,cc]:
432 - made it compile again
433
434
435
436 2007/07/29 Thomas Bretz
437
438 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
439 - reordered pre-cuts
440 - removed conc1-spark cut
441 - changed cut coefficients to new algorithm
442
443 * mars.rc, star.rc:
444 - switched to use new image cleaning
445
446
447
448 2007/07/28 Thomas Bretz
449
450 * mjobs/MJSpectrum.[h,cc]:
451 - added CutQ
452 - added some checks for the Zenith angle distribution
453
454
455
456 2007/07/26 Daniela Dorner
457
458 * scripts/dospectrum:
459 - bugfix (variable for outpath for ganymed was wrong)
460
461
462
463 2007/07/26 Thomas Bretz
464
465 * mfilter/MFMagicCuts.cc:
466 - implemented new disp-parametrization
467 - implemented new ghostbusting
468 - implemented possibility to use an external ghostbuster
469 - implemented possibility to use an external disp calculator
470
471 * mimage/MImgCleanStd.[h,cc]:
472 - implemented the cleaning in a recursive way. It should be
473 a little bit faster
474 - implemented post-cleaning using timing information
475 - implemented new options how to treat the removed single
476 core pixels
477
478 * mjobs/MJCut.cc:
479 - write an external ghostbuster to the output file if available
480
481 * mjtrain/MJTrainEnergy.cc, mjtrain/MJTrainSeparation.cc:
482 - set display name of MRanForestCalc as title instead of name
483
484 * mranforest/MRanForestCalc.cc:
485 - set fTitle as eventloop name instead of fName
486
487 * mimage/MNewImagePar.[h,cc]:
488 - removed the fInner-stuff. It was never good for anything
489 only for space- and time-consumption
490 - increased class-version number by one
491
492
493
494 2007/07/25 Thomas Bretz
495
496 * scripts/merppupdate:
497 - small fixes
498
499
500
501 2007/07/24 Thomas Bretz
502
503 * mbase/MEvtLoop.cc:
504 - removed the "Status Display" in front of the window name
505
506 * mcalib/MCalibrationChargeCalc.cc:
507 - initialized some more variables in the constructor as suggested
508 by valgrind
509
510 * mjobs/MJCut.cc:
511 - reset number of off-source positions in on-/off-mode to one
512
513 * mjobs/MJob.[h,cc]:
514 - added many comments
515 - simplified the functions for setting a new resource file
516 - replaced some repeated code by new function CombinePath
517 - added new member function HasWritePermission
518
519 * mjoptim/MJOptimize.cc:
520 - set title as window title of eventloop
521
522 * mjoptim/MJOptimizeCuts.cc:
523 - stop if filter is set and it is not MFMagicCuts
524
525 * mjoptim/MJOptimizeCuts.cc, mjoptim/MJOptimizeDisp.cc,
526 mjoptim/MJOptimizeEnergy.cc:
527 - set window title of status display
528
529 * mjtrain/MJTrainDisp.cc, mjtrain/MJTrainEnergy.cc,
530 mjtrain/MJTrainSeparation.cc:
531 - set window title of status display
532 - check for write permission of the output file
533
534 * mjtrain/MJTrainDisp.[h,cc]:
535 - implemented new plots showing the result in a more
536 convinient way
537 - allow to set a different result value than dist
538
539 * mranforest/MRanForest.[h,cc]:
540 - improvement to output when training. Moved code to a
541 new member function
542
543 * mranforest/MRanForestCalc.cc:
544 - set window title of status display
545
546 * mtools/MTFillMatrix.[h,cc]:
547 - implemented setting name and title in the constructor
548 - set window title when wvent loop is started to title
549
550
551
552 2007/07/19 Thomas Bretz
553
554 * mjobs/MJCut.cc:
555 - added a sanity check for one off-position in on/off-mode
556
557 * mjoptim/MJOptimize.[h,cc]:
558 - moved the functions and data-members to set cuts etc to new
559 base class
560 - added setting of pre- and post-tasks to reading the data
561
562 * mjoptim/Makefile, mjoptim/OptimLinkDef.h:
563 - added new MJOptimizeBase
564
565 * mjtrain/MJTrainDisp.cc, mjtrain/MJTrainEnergy.cc,
566 mjtrain/MJTrainSeparation.cc:
567 - changed to use fDebug and WriteDisplay from the new base class
568
569 * mjtrain/MJTrainRanForest.[h,cc]:
570 - moved all data members and setting of pre-/posttasks/-cuts
571 to new base class
572
573 * mjtrain/Makefile:
574 - added include of mjoptim for new base class
575
576 * mjoptim/MJOptimizeBase.[h,cc]:
577 - new base class for optimization and training classes
578
579
580
581
582 2007/07/18 Thomas Bretz
583
584 * mpointing/MPointingDevCalc.cc:
585 - changed limit for starguide calibration from 87751 to 85240
586
587 * mbase/MContinue.cc:
588 - changed some debug output
589 - fixed a bug if the filter already decided to be skiped
590
591 * mbase/MEvtLoop.cc:
592 - changed RecursiveRemove to use the newly implemented scheme
593
594 * mbase/MParContainer.[h,cc], mbase/MParList.[h,cc],
595 mbase/MTask.[h,cc], mbase/MTaskList.[h,cc]:
596 - improved debug output
597 - added RecursiveRemove member function
598 - removed screen output from Remove function
599 - call RecursiveRemove when something is removed from the list
600
601 * mbase/MStatusDisplay.h:
602 - aaded a new enum kLastElement
603
604 * mbase/MTask.cc:
605 - set kMustCleanup for fFilter
606
607 * mbase/MTaskList.cc:
608 - added debugg code
609
610 * mfileio/MWriteRootFile.cc:
611 - always set kMustCleanup when a TFile is created
612 - make sure RecursiveRemove is called in the correct way
613
614 * mmain/MEventDisplay.h:
615 - fixed the starting index for the first gui element
616
617 * msignal/MExtractor.cc:
618 - added some initializations in the constructor suggested by
619 valgrind
620
621 * mcalib/MCalibrateData.cc:
622 - improved output
623
624
625
626 2007/07/17 Thomas Bretz
627
628 * mjobs/MDataSet.cc:
629 - fixed a typo
630
631
632
633 2007/07/17 Daniela Dorner
634
635 * scripts/dospectrum:
636 - added comments
637 - adapted variables to changes in preparemc
638 - new path for condor submit and dag files (the new condor path in
639 Mars)
640
641 * scripts/preparemc:
642 - added comments
643 - added checks
644
645 * condor:
646 - added (directory to store condor submit files)
647
648 * condor/processds.submit:
649 - added (condor submit file to run ganymed for a dataset, used in
650 scripts/dospectrum)
651
652 * condor/processsponde.submit:
653 - added (condor submit file to run sponde for a dataset, used in
654 scripts/dospectrum)
655
656
657
658 2007/07/15 Thomas Bretz
659
660 * mdata/MDataPhrase.[h,cc]:
661 - fixed a problem with predefined variables (such as used for
662 disp optimization [0])
663 - added a debug member function GetRuleRaw()
664
665 * mhflux/MHAlpha.[h,cc]:
666 - allow to set the watermark from the DrawNice menu entry
667
668 * mjobs/MDataSet.cc:
669 - allow to set the default sequence- and data-path from
670 the dataset file
671
672 * mjobs/MJCut.cc:
673 - set the number of random off-source position for the on-data
674 - fixed a "&", should have been a logical And
675 - make sure that even for MCs the source position is always
676 calculated (this is necessary for more than one wobble position)
677
678 * mjoptim/MJOptimizeDisp.cc:
679 - fixed a typo which made the optimtrain.C fail (kDegToRad does
680 not exist)
681
682 * mjtrain/MJTrainEnergy.cc:
683 - some cosmetics: changed kRad2Deg to TMath::RadToDeg()
684
685 * mpointing/MSrcPosCalc.[h,cc]:
686 - added a random off-source position calculation to make the
687 more-than-one-off-source-position analysis symmetric in case of
688 on-source
689 - added lots of comments
690
691
692
693 2007/07/14 Thomas Bretz
694
695 * mpedestal/MPedestalSubtract.[h,cc]:
696 - fixed the buggy Memcpy function introduced with the last change
697 07/06/17 ;( Fortunately this bug was only effectingt the MC data.
698 The MUX and old FADC data got copied correctly because they are
699 stored in the hi-gain array only, so that the number of hi-gain
700 samples returned in Process is 30/80.
701
702 * mpedestal/MExtractPedestal.cc:
703 - some cosmetics
704
705 * mfilter/MFMagicCuts.cc:
706 - changed some comments
707
708 * mjobs/MJCut.cc:
709 - some cosmetics. Simplified the setting of the scale factor
710
711 * macros/train/traindisp.C, macros/train/trainenergy.C,
712 macros/train/trainseparation.C:
713 - added some more helpfull comment
714
715
716
717 2007/07/03 Thomas Bretz
718
719 * mmain/MEventDisplay.[h,cc]:
720 - changed default size
721 - added two butons to switch of the display of the image
722 parameters
723
724
725
726 2007/06/30 Thomas Bretz
727
728 * msignal/MExtractTimeAndCharge.cc:
729 - when splitting the extraction of the maximum position and the
730 maximum value into two functions (after the last release)
731 an error in extracting the time of a saturating lo-gain pixel
732 was introduced. fixed.
733
734 * resources/starguider.txt:
735 - starguider calbration file added
736
737
738
739 2007/06/29 Daniela Dorner
740
741 * datacenter/db/sources.php:
742 - fixed bug (test-sources where displayed although 'incl. test
743 sources was not checked)
744 - added input field for source name (regular expressions)
745 - adapted link for source name from sequinfo.php to
746 sequinfo-aio.php
747
748 * datacenter/db/menu.php, datacenter/db/builddatasets.php:
749 - moved init of limits (setting of know values) from
750 builddatasets.php to menu.php (function InitFindOffData), so that
751 the values are also available in sequinfo-aio.php
752
753 * scripts/dospectrum:
754 - completely new version using condor dag
755
756 * scripts/preparemc:
757 - new version
758 - adapted path
759 - giving mars not needed anymore
760 - adapted to 8 digit run numbers for MC
761
762
763
764 2007/06/29 Thomas Bretz
765
766 * mimage/MHillasExt.[h,cc]:
767 - added new timing parameters fSlopeTrans and fSlopeLong
768 - removed never used parameter fMaxDist
769 - increased accordingly the class version number by 1
770 - replaced the old calculation of the third moments by a
771 numerically more accurate one, by avoiding to calculate
772 to many differences too often.
773
774 * mfilter/MFMagicCuts.[h,cc]:
775 - added the usage of the new SlopeLong parameter for ghostbusting
776
777 * mjobs/MJStar.cc:
778 - preselect events for muon analysis not only by size but also
779 by fConcCOG.
780
781 * mmuon/MMuonSearchPar.[h,cc]:
782 - added a new member function to return the dist (sqrt(x^2+y^2))
783 - to create outliers which are outling as much as possible we
784 let the fit change x and y to infinity.
785
786 * mmuon/MHSingleMuon.cc:
787 - adapted the histogram binning from Siegen slices to ns.
788 - adapted the par limits for the fit to ns
789 - adapted the starting value for the rms to ns
790 - removed the fit range, it was anyhow identical to the histogram
791 - changed the condition of the pixel index into a condition
792 of the pixel size
793
794 * scripts/merppupdate:
795 - the second argument was silently ignored
796
797 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
798 - updates to the latest changes
799
800
801
802 2007/06/28 Thomas Bretz
803
804 * mars.cc:
805 - added new options to use a sequence file instead of a run
806
807 * mhbase/MFillH.h:
808 - added new member function to reset weights
809
810 * mmain/MEventDisplay.[h,cc]:
811 - added path argument to allow to give an input path
812 - added to allow to setup a sequence file for reading
813
814 * mmain/Makefile:
815 - added inlcude of mjobs for MSequence
816
817 * mbadpixels/MBadPixelsTreat.cc:
818 - we assume now that the maximum arrival time difference
819 is calibrated already in nanoseconds
820
821 * mcalib/MCalibrateRelTimes.[h,cc]:
822 - the arrival time is now converted from slices into nanoseconds
823
824 * mfilter/MFSoftwareTrigger.cc:
825 - the arrival time is now assumed to be in nanoseconds.
826 the default is changed accordingly from 0.5 to 1.7
827
828 * mjobs/MJCalibrateSignal.cc:
829 - changed axis label of PulsePos plot (now in nanosec)
830
831 * mpointing/MSrcPosCalc.[h,cc]:
832 - allow to set a tasklist as callback to now which n-th
833 pass of the same task list it is
834
835 * mbase/MTaskList.[h,cc]:
836 - added some code to allow the execution of one task list more
837 than once. This is for example necessary to process three
838 different off-source regions.
839
840 * mjobs/MJCut.[h,cc]:
841 - use the new feature in MTaskList to setup a tasklist
842 processing the off-source calculation tasklist more than once
843 - added a new data meber fNumOffSourcePos
844 - added a new resource option NumOffSourcePositions
845 - added a new CutQ before Cut0 which takes place before all
846 source posisiton dependant stuff
847
848 * ganymed_onoff.rc:
849 - renamed Cut0 to CutQ
850
851
852
853 2007/06/27 Thomas Bretz
854
855 * mfilter/MFMagicCuts.cc:
856 - added the missing include of MHillas.h
857
858 * mhist/Makefile, mhist/HistLinkDef.h:
859 - removed obsolete MHFadcCam
860 - removed obsolete MHFadcPix
861
862 * msignal/MExtractPINDiode.cc:
863 - commented out some non-compiling code which is not used at all.
864
865 * Makefile:
866 - removed compmux program which entered by chance
867
868
869
870 2007/06/26 Thomas Bretz
871
872 * mmain/Makefile:
873 - added inlclude path for mfilter
874
875 * mmain/MEventDisplay.cc:
876 - added MFEvtNumber to choose selected preselected events
877
878
879
880 2007/06/25 Daniel Hoehne
881
882 * datacenter/scripts/linkmc:
883 - implemented execution of fillcamera.C, now first a mc camera file
884 is linked and then fillcamera.C runs for this file
885
886 * datacenter/macros/fillcamera.C:
887 - bugfix: the macro doesn't giva a seg-fault anymore
888 (thanks to Thomas)
889 - arranged the structure more clearly
890
891
892
893 2007/06/23 Thomas Bretz
894
895 * mbadpixels/MBadPixelsCam.cc:
896 - fixed some Print output
897
898 * mhflux/MHAlpha.cc:
899 - added the missing include of MHillas.h
900 - removed the obsolete ClassImp(MAlphaFitter)
901
902 * mhflux/MHFalseSource.cc, mimage/MHillasSrc.cc:
903 - added the missing include MHillas.h
904
905 * mimage/MHHillasSrc.cc, mimage/MHillasSrc.h:
906 - removed obsolete include of MHillas.h
907
908 * mpointing/MPointingDevCalc.[h,cc]:
909 - added the real starguider calibration using a pointing model
910 for the strguider. The dates for which the model is valid
911 can still be tuned.
912
913 * mpointing/MSrcPosCalc.cc, mreport/MReportStarguider.cc:
914 - added some comment
915
916
917
918 2007/06/23 Thomas Bretz
919
920 * mpointing/MPointing.cc:
921 - improved output
922
923
924
925 2007/06/23 Daniela Dorner
926
927 * datacenter/db/index.html:
928 - added link to showplots-seq.php
929 - added link to builddatasets.php
930
931 * datacenter/db/showplots-seq.php:
932 - added (analog to shoeplots-ds, but instead of dataset number a
933 sequence range and/or a source name can be chosen)
934
935 * datacenter/db/plotinclude.php:
936 - added function to print pull-down menu for type in showplots*.php
937
938 * datacenter/db/showplots.php:
939 - moved getting of plotname out of if-clauses
940
941 * datacenter/db/showplots-ds.php:
942 - added check if datasetfile is existing
943
944 * datacenter/db/showplots-ds.php, datacenter/db/showplots.php:
945 - added comments
946 - added home-button
947 - added reset-button
948 - changed choosing of type from input field to pull-down menu and
949 implemented function for this pulldown
950
951
952
953 2007/06/22 Thomas Bretz
954
955 * mhflux/MHThetaSqN.cc:
956 - fixed optimization (it just didn't work)
957
958 * mpointing/MPointing.[h,cc]:
959 - added some checks in Load
960 - fixed a problem with the constructors (the pointers MUST be
961 initialized to 0)
962 - renamed fNumPar to fgNumPar
963 - Load and Save now return kTRUE or kFALSE
964
965
966
967 2007/06/22 Daniela Dorner
968
969 * datacenter/db/builddatasets.php:
970 - fixed typo
971
972
973
974 2007/06/21 Thomas Bretz
975
976 * mjobs/MJCut.cc:
977 - fixed a problem with the Wobble MCs (the could not be processed
978 anymore because they needed MTime for MHSrcPos)
979
980
981
982 2007/06/20 Thomas Bretz
983
984 * msql/MSQLMagic.[h,cc]:
985 - added a new function InsertUpdate
986
987
988
989 2007/06/20 Daniela Dorner
990
991 * datacenter/db/showplots.php:
992 - implemented different number of tabs for muxdata for
993 signal*.root
994
995
996
997 2007/06/19 Thomas Bretz
998
999 * callisto.rc, callisto_Dec04Jan05.rc:
1000 - changed the default values (commented out anyhow) to the real
1001 values.
1002
1003 * mbase/MEnv.h:
1004 - allow printing contents from the context menu
1005
1006 * mcalib/MCalibrationRelTimeCalc.cc:
1007 - replaced kDeviatingTimeResolution by new
1008 kDeviatingRelTimeResolution
1009
1010 * mhcalib/MHCalibrationPulseTimeCam.cc:
1011 - automatically scale the saturation limit to the fadc range
1012
1013 * mjobs/MJCalibrateSignal.cc:
1014 - save resource file into signal*.root file
1015 - added some code (still commented) for saving the calibration
1016 results
1017 - do not fill the bad-pixel plots with MCs
1018
1019 * mjobs/MJCalibration.cc, mjobs/MJStar.cc, mjobs/MJCut.cc,
1020 mjobs/MJSpectrum.cc:
1021 - save resource file into signal*.root file
1022
1023 * mjobs/MJPedestal.cc:
1024 - clarified output for "mean pulse time" further
1025
1026 * mjobs/MJob.cc:
1027 - made write container more flexible to allow easier calles
1028 if fPathOut contains the file name already
1029
1030 * mpedestal/MExtractPedestal.cc:
1031 - automatically scale the maximum variation and the
1032 maximum value to fit the FADC range
1033
1034 * msignal/MExtractor.cc:
1035 - removed the reset of the saturation limit. Maybe the user
1036 wants to switch off saturation detection.
1037 - removed a lot of old code (in comments)
1038
1039 * msignal/MExtractTimeAndCharge.cc:
1040 - scale the saturation limit from the maximum of
1041 the FADC range to 256
1042 - use the maximum value of the raw position as the input for
1043 half the signal height in GetSaturationTime again
1044 - calculate maxposhi only if needed
1045 - calculate maxrawlo only if needed
1046
1047 * mraw/MRawRunHeader.[h,cc]:
1048 - implemented new format version 9
1049 - increased version number by one
1050 - added some comments in the header
1051 - added a function returning the maximum value of the FADC
1052 - changed the GetScale from a calculation to a switch
1053 (faster and easier to understand)
1054
1055 * callisto_mux.rc:
1056 - replaced saturation and lower signal limit in
1057 MJPedestalY2.MHCalibrationPulseTimeCam by the defaults
1058
1059 * mbase/MMath.[h,cc]:
1060 - added a function to do a InterpolParab assuming that the
1061 x-coordinates are -1, 0, 1
1062
1063
1064
1065 2007/06/18 Thomas Bretz
1066
1067 * mbadpixels/Makefile:
1068 - added include of mraw
1069
1070 * mbadpixels/MBadPixelsTreat.[h,cc]:
1071 - added some comments
1072 - check for MRawRunHeader
1073 - calculate max time difference from time in ns
1074
1075 * callisto.rc callisto_mux.rc, callisto_Dec04Jan05.rc:
1076 - changed old value for time difference to 3.0
1077 - use the default value (3.0) in all files
1078
1079 * mbadpixels/MBadPixelsPix.h, mbadpixels/MBadPixelsCam.cc,
1080 mcalib/MCalibrationChargeCalc.cc:
1081 - renamed kFluctuatingArrivalTimes to kDeviatingAbsTimeResolution
1082
1083 * mbase/MMath.cc:
1084 - improved (according to the numerical recipes) the calculation
1085 of the one value solution. This should also accelerate
1086 execution a bit
1087
1088
1089
1090 2007/06/17 Thomas Bretz
1091
1092 * mpedestal/MExtractPedestal.[h,cc],
1093 mpedestal/MPedestalSubtract.cc,
1094 mpedestal/MPedestalSubtractedEvt.[h,cc]:
1095 - changed USample_t finally from Byte_t to UShort_t
1096 - adapted Memcpy accordingly
1097
1098 * mraw/MRawEvtData.[h,cc]:
1099 - increased class version to 7
1100 - added fNumBytesPerSample for simplification
1101 - take fNumBytesPerSample into account
1102 - changed draw and print option accordingly
1103 - changed reading of pixel information (in fact it is a
1104 simplification allowed by the flexible storage format)
1105 - added a private GetSample member function to be used in
1106 data access for drawing a pixel
1107 - added returning of the scale (2^((numbytes-1)*8))
1108 - FIXME: GetPixelContent must be reimplemented!
1109
1110 * mraw/MRawEvtPixelIter.[h,cc]:
1111 - changed according to changes in MRawEvtData to support
1112 flexible daza format
1113 - removed a lot of old, obsolete and unsused member functions
1114
1115 * msignal/MSignalCalc.cc, mpedestal/MHPedestalCor.cc:
1116 - changed to use USample_t instead of Byte_t
1117 - ToBeFIXED! The saturation limits are still around 2^8
1118
1119 * callisto_mux.rc:
1120 - removed obsolete LoGainSwitch statement
1121
1122
1123
1124 2007/06/16 Thomas Bretz
1125
1126 * mbase/MGList.cc:
1127 - added some sanity checks
1128
1129 * mbase/MMath.cc:
1130 - don't start caluclation if x<mean in GaussProb
1131
1132 * mpedestal/MExtractPedestal.[h,cc]:
1133 - added new data member for the absulte max signal fMaxSignalAbs
1134 - replaced Byte_t for a sample by USample_t set in the header
1135 to Byte_t
1136 - in the case of random pedestal calculation the MaxPos is
1137 not calculated anymore
1138 - scale the pedestal and pedestalrms according to the sample
1139 size in the data (the scale is retrieved from the run-header)
1140
1141 * mpedestal/MPedestalSubtract.[h,cc]:
1142 - replaced build-in memcpy by a new Memcpy function which is more
1143 flexible depending on the input data format
1144 - scale the signal into the range 0-256 according to the
1145 scale given by the event header
1146 - replaced Byte_t by USample_t
1147
1148 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
1149 - replaced Byte_t by USample_t and set it accordingly to Byte_t
1150
1151 * mraw/MRawRunHeader.h:
1152 - added returning of the scale (2^((numbytes-1)*8))
1153
1154
1155
1156 2007/06/15 Thomas Bretz
1157
1158 * mpedestal/MPedestalSubtractedEvt.cc:
1159 - fixed a bug in the determination of the maximum slice. Only
1160 each second slice was checked. This has been introduced with
1161 the last change four weeks ago.
1162
1163
1164
1165 2007/06/15 Daniela Dorner
1166
1167 * datacenter/db/index-footer.html:
1168 - adapted path of validator picture
1169
1170 * scripts/processsequence:
1171 - added sequence number (get it from sequence file) to path name
1172 in case only a sequence file is given
1173 - added two new command line options: the callisto and star rc can
1174 be given now
1175
1176
1177
1178 2007/06/14 Daniela Dorner
1179
1180 * scripts/processsequence:
1181 - bugfix (getting of runno didn't work in case the outpath
1182 contained a _)
1183
1184
1185
1186 2007/06/13 Thomas Bretz
1187
1188 * mimage/MImgCleanStd.cc:
1189 - print name of MPedPhotCam only if used
1190
1191
1192
1193 2007/06/13 Daniela Dorner
1194
1195 * datacenter/db/plotdb.php:
1196 - enlarged inputs for Set1 and Set2 to 150 (was too short for all
1197 sequences of one dataset)
1198
1199 * datacenter/db/showplots.php:
1200 - implemented variable for number of tabs (calib*.root,
1201 signal*.root and star*.root) to simplify future changes
1202 - adapted number of tabs for signal*.root
1203
1204
1205
1206 2007/06/12 Thomas Bretz
1207
1208 * mbase/MTime.[h,cc]:
1209 - added new constant kDaySec
1210 - use kDaySec where possible
1211 - added second argument to SetUnixTime and allow using it ;-)
1212 - use SetUnixTime in Set(timeval)
1213
1214 * mhcalib/MHCalibrationChargeCam.cc:
1215 - made sure that Draw doesn't crash if the hi-gains
1216 have saturated but the lo-gains don't exist
1217
1218 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
1219 - replaced type of SaturationLimit and LowerSignalLimit by UInt_t
1220 - accordingly increased class version number
1221
1222
1223
1224 2007/06/12 Daniela Dorner
1225
1226 * datacenter/db/ganymed.php:
1227 - added comment
1228
1229 * datacenter/db/tabs.php:
1230 - corrected tabs for ganymed for wobble
1231
1232
1233
1234 2007/06/11 Thomas Bretz
1235
1236 * sponde.cc:
1237 - added check for validity of resource file
1238
1239 * mbase/MMath.cc:
1240 - small speed improvement to calclation of three solutions
1241 for the third order pol.
1242 - for a second order pol. set x1 and x2 if it has only one
1243 solution
1244
1245 * mbase/MMath.h:
1246 - speed improvement using ::cbrt instead of pow(x, 1/3)
1247
1248 * mcalib/MCalibrationChargeCalc.cc:
1249 - improved output
1250
1251 * mextralgo/MExtralgoSpline.cc:
1252 - speed improvement by using a look up table for often used
1253 and identical coefficients
1254 - use MMath::SolvePol2 to get the null-points of the first
1255 derivative (EvalDerivEq0)
1256 - removed a lot of old an obsolete comments
1257 - fixed the newly introduced EvlInteg(int, int) -- must
1258 return 0 explicitly if a==b
1259 - fixed the upward search
1260
1261
1262
1263 2007/05/25 Thomas Bretz
1264
1265 * callisto.cc, star.cc:
1266 - removed obsolete check whether config file exists
1267
1268 * sponde.cc:
1269 - aded check for validity of config file (returns 0xfe if not)
1270
1271 * mbase/MEnv.[h,cc]:
1272 - removed obsolete fName workaround
1273 - made sure that also ~ paths are correctly expanded and used
1274
1275 * mjobs/MJob.cc:
1276 - one more sanity check if MEnv is not valid
1277
1278 * Makefile:
1279 - first compile the programs source code and then link the library
1280 this make it much faster to debug the code of the program sources.
1281
1282
1283
1284 2007/05/22 Daniel Hoehne
1285
1286 * datacenter/macros/fillcamera.C:
1287 - added (macro to fill mc parameters into the db)
1288
1289
1290
1291 2007/05/22 Thomas Bretz
1292
1293 * mmuon/MMuonSearchPar.cc:
1294 - tiny speed improvement in the fit function
1295
1296
1297
1298 2007/05/22 Daniela Dorner
1299
1300 * datacenter/scripts/sourcefile:
1301 - adapted the function finish to avoid removing of non existing
1302 files in case the variable lockfile is empty
1303
1304 * steps.rc:
1305 - fixed typo
1306
1307 * datacenter/scripts/checkscriptrunning:
1308 - added (script to check if a script is runnning, including
1309 command line option, to allow for several jobmanagers and
1310 zipscripts of one Mars Version)
1311
1312
1313
1314 2007/05/21 Daniela Dorner
1315
1316 * datacenter/db/showplots-ds.php:
1317 - also off-sequences are plottet now
1318 - by plotting the link to the plot in colour, it is marked, whether
1319 a on sequence (green) or a off sequence is plotted
1320
1321
1322
1323 2007/05/21 Daniel Hoehne
1324
1325 * datacenter/tools/resetdataset:
1326 - re-implemented fAllFilesAvail=NULL
1327
1328 * datacenter/macros/fillstar.C:
1329 - bugfix: for sparkrate='inf', now 0.00 is filled into the db
1330
1331
1332
1333 2007/05/21 Thomas Bretz
1334
1335 * msignal/MSignalPix.h:
1336 - added missing arrival time in Copy function
1337 - added copy constructor
1338
1339 * msignal/MSignalCam.[h,cc]:
1340 - added a function to compare cleanigngs of two objects
1341 - added a function to compare the islands in two objects
1342 - adde Copy function
1343
1344 * mjobs/MJStar.cc:
1345 - added MHEffictiveOnTime to parlist to get access from the
1346 resource file
1347
1348 * mjobs/Makefile:
1349 - added include of mhflux
1350
1351
1352
1353 2007/05/18 Daniela Dorner
1354
1355 * datacenter/scripts/runcorsika:
1356 - added (script to run corsika automatically)
1357
1358 * datacenter/scripts/runreflector:
1359 - added (script to run reflector automatically)
1360
1361 * datacenter/scripts/runcamera:
1362 - added (script to run camera automatically)
1363
1364 * datacenter/scripts/jobmanager:
1365 - added possibility to start separate jobmanager for the MC
1366 processing by giving 'mc' as command line option
1367
1368 * datacenter/scripts/setup:
1369 - added setting for MC production steps
1370
1371 * datacenter/scripts/sourcefile:
1372 - added fail codes for MC production steps
1373
1374 * steps.rc:
1375 - added settings for MC production steps
1376 - removed timer table information (this was only neede by the
1377 macro getdolist.C in case of day-wise processing of data)
1378
1379
1380
1381 2007/05/17 Thomas Bretz
1382
1383 * metralgo/MExtralgoSpline.h:
1384 - improved the speed of the integration by simplifying the evaluated
1385 term. It has been checked that the result is identical.
1386
1387
1388
1389 2007/05/17 Daniela Dorner
1390
1391 * scripts/processsequence:
1392 - added -v5 to all commands
1393
1394 * datacenter/scripts/sourcefile:
1395 - adapted in function makedir if-clause to avoid removing of non
1396 existing files in case todofile is empty or todfile or lockfile is
1397 missing
1398
1399 * datacenter/scripts/runcallisto, datacenter/scripts/runganymed
1400 datacenter/scripts/runstar:
1401 - adapted comment (was still about old way to get from the database
1402 what has to be done)
1403
1404
1405
1406 2007/05/16 Daniel Hoehne
1407
1408 * datacenter/tools/resetdataset:
1409 - several bugfixes (mainly typos, for wobble datasets there was one
1410 colon too much due to no off sequences)
1411
1412
1413
1414 2007/05/16 Thomas Bretz
1415
1416 * callisto.cc:
1417 - switch of storage of job2 only in movie mode
1418
1419 * mjobs/MJCalibrateSignal.[h,cc]:
1420 - do not write the interlaced containers anymore
1421 they have no real meaning if only the ones of the last
1422 calibration are written
1423 - removed obsolete references to MCalibrationPulseTimeCam
1424 - changed default writingmode for the signal file to UPDATE
1425
1426 * mjobs/MJCalibration.cc, mjobs/MJCut.cc:
1427 - write display by adding it to the array
1428
1429 * mjobs/MJPedestal.[h,cc]:
1430 - added const qualifier to argument of DisplayResult
1431 - removed obsolete WriteResult
1432 - added a new function WritePulsePos
1433 - call WritePulsePos if PulsePosCheck is enabled
1434
1435 * mjobs/MJob.[h,cc]:
1436 - removed automatic writing of fDisplay from WriteContainer
1437 - added a new function WriteDisplay
1438
1439 * mhcalib/MHCalibrationChargeCam.cc, mpedestal/MExtractPedestal.cc,
1440 msignal/MExtractBlindPixel.cc, msignal/MSignalCalc.cc:
1441 - replaced GetMax by GetMaxPos
1442
1443 * mhcalib/MHCalibrationPulseTimeCam.cc:
1444 - use new GetMax returning position and height at once
1445
1446 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
1447 - devided the old function GetMax into GetMax and GetRawMax
1448
1449 * msignal/MExtractTimeAndCharge.cc:
1450 - GetSaturationTime now uses the real maximum as reference not
1451 the maximum of the raw-date
1452 - adapted the use of GetMax
1453
1454 * mextralgo/MExtralgoSpline.h:
1455 - added a function which allows the outside world to access the
1456 spline
1457 - removed Align from EvalInteg, it is done in EvalPrimitive already
1458
1459 * macros/test/extralgospline.C:
1460 - added a macro to test the spline
1461
1462
1463
1464 2007/05/14 Stefan Ruegamer
1465
1466 * datacenter/scripts/checkmd5sum
1467 - added this script which makes an md5sum check of files that have
1468 been copied from tape to the directory
1469 /magic/datacenter/fromtape. This script will run later auto-
1470 matically before movingrawfiles.
1471
1472
1473
1474 2007/05/14 Daniela Dorner
1475
1476 * datacenter/scripts/checkfilesforsequenceavail:
1477 - added missing 'set -C'
1478
1479 * scripts/processsequence:
1480 - added option (now callisto rc can be giving in a command line
1481 option)
1482
1483
1484
1485 2007/05/14 Daniel Hoehne
1486
1487 * datacenter/db/menu.php, magicdefs.php, querycal.php:
1488 - implemented new columns fUnsuitableMax and fDeadMax
1489
1490
1491
1492 2007/05/14 Thomas Bretz
1493
1494 * RELEASE 1.2
1495
1496
1497
1498 2007/05/14 Thomas Bretz
1499
1500 * callisto_mux.rc:
1501 - cleanup of some comments
1502
1503 * mjobs/MJCalibration.cc:
1504 - fixed the unintentionally removed setting of pedestal
1505 for MPedestalSubtract
1506
1507 * mpedestal/MPedestalSubtract.cc:
1508 - improved output for debugging purpose
1509
1510 * msignal/MExtractor.[h,cc]:
1511 - according to the last changes the version number has been
1512 increased to 9
1513
1514 * mcalib/MCalibrationCam.cc:
1515 - added code to GetPixelContent from MCalibrationPedCam
1516
1517 * mcalib/Makefile, mcalib/CalibLinkDef.h:
1518 - removed obsolete MCalibrationPedCam
1519
1520 * mhcalib/MHPedestalCam.cc:
1521 - Removed references to MCalibrationPedCam use a MCalibrationCam
1522 with the name MCalibrationPedCam instead
1523
1524 * mjobs/MJCalibration.cc:
1525 - changed background color in Defects to be able to read
1526 the yellow text color
1527
1528 * mjobs/MJPedestal.cc:
1529 - removed obsolete include of MCalibrationPedCam
1530
1531 * mcalib/MCalibrationPulseTimeCam.[h,cc]:
1532 - removed some obsolete Add functions already contained in
1533 the base class
1534
1535 * mcalib/MCalibrationIntensityBlindCam.[h,cc],
1536 mcalib/MCalibrationIntensityQECam.[h,cc],
1537 mcalib/MCalibrationIntensityTestCam.[h,cc]:
1538 - removed
1539
1540
1541
1542 2007/05/11 Daniela Dorner
1543
1544 * scripts/processsequence:
1545 - added information about the created paths to the output of
1546 Usage()
1547 - adapted regular expressions
1548 - bugfix in getting date for cc and caco file
1549 - bugfix (subsystempath was missing)
1550 - exit instead of break, if cc or caco file is missing
1551 - merpplogdirectory is created after finding of files now
1552 - improved logging
1553
1554 * datacenter/scripts/setup:
1555 - adapted number of processes
1556 - removed datacheck
1557
1558
1559
1560 2007/05/11 Thomas Bretz
1561
1562 * mcalib/MCalibrationChargeCalc.cc, mhcalib/MHPedestalCam.cc,
1563 msignal/MExtractBlindPixel.cc:
1564 - replaced the call to GetTotalEntries by the product
1565 of the number of slices with the number of events of the
1566 individual pixel
1567
1568 * mpedestal/MExtractPedestal.[h,cc], mpedestal/MPedCalcPedRun.[h,cc],
1569 mpedestal/MPedCalcFromLoGain.[h,cc]:
1570 - unified the summing part of Process() into a new function
1571 CalcPixel in the base class
1572 - in MPedCalcPedRun individual pixels could be skipped due to
1573 high variations, but it was still divided by the number of events
1574 procesed. This let to a pedestal which was a tiny amount too
1575 small and gave an small positive offset of the randomly extracted
1576 pedestal.
1577 - unified the loops over the individual pixels to calculate the
1578 pixel-, area-, and sector-defaults for the whole camera into
1579 the base-class
1580 - moved fNumEventsUsed into the base-class and removed obsolete
1581 fUsedEvents
1582 - removed obsolete fTotalCounter, use the product of the number
1583 of slices and the number of events stored in each individual
1584 pixel instead
1585 - added some sanity checks not to calculate average and/or rms
1586 values if the statistics is too low (division by zero)
1587 - for calculating min and/or max values at most places now
1588 an int is used. This increases the range for further
1589 upgrade to 16bit samples.
1590
1591 * mpedestal/MPedestalCam.[h,cc]:
1592 - removed obsolete fTotalEntries and replaced by fNumSlices
1593 because the number of total entries depends on the number of
1594 events used for each individual pixel
1595 - adapted GetPixelContent accordingly
1596 - increased class version to 2
1597
1598 * manalysis/MCameraData.cc:
1599 - added include of TArrayI (previously included from MPedestalCam)
1600
1601 * mcalib/MCalibrationChargeCam.cc, mcalib/MCalibrationRelTimeCam.cc:
1602 - fixed GetPixelContant to give more proper output
1603 - reformatted GetPIxelContent code
1604 - added const-qualifiers
1605
1606 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
1607 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc,
1608 mpedestal/MExtractPedestal.[h,cc], msignal/MExtractor.[h,cc],
1609 msignal/MExtractBlindPixel.cc, msignal/MExtractPINDiode.cc:
1610 - removed data members fPedestal and fPedestalsIn respectively,
1611 and all referencing functions because it was never used at all
1612
1613 * mextralgo/MExtralgoDigitalFilter.[h,cc],
1614 mextralgo/MExtralgoSpline.cc
1615 msignal/MExtractTimeAndChargeDigitalFilter.cc:
1616 - made the noise extraction completely random and automatic
1617 - gave the noise extraction completely into the hand of
1618 the extractors
1619
1620
1621
1622 2007/05/10 Daniela Dorner
1623
1624 * datacenter/scripts/runcallisto:
1625 - bugfix (typo in getting date for finding cc and cacofile)
1626
1627 * scripts/merppupdate:
1628 - added (script to merpp update already calibrated files)
1629 - added possibility to give outpath and regular expression for
1630 filename as command line options
1631
1632
1633
1634 2007/05/10 Thomas Bretz
1635
1636 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc:
1637 - cleanup of some comments
1638
1639 * mbase/MMath.cc:
1640 - removed the usage of a storage space for the index in
1641 GetMedianDev because the index is reacalculated anyhow
1642
1643 * mbase/MStatusArray.cc:
1644 - if several objects of the same name (but different class
1645 types) are in a pad we don't stop searching if an object
1646 with the right name has been found
1647
1648 * mcalib/MCalibrateData.cc, mcalib/MCalibrationChargeCalc.cc,
1649 mcalib/MCalibrationRelTimeCalc.cc:
1650 - updated output
1651
1652 * mhist/MHCamera.[h,cc]
1653 - added two new member functions to count the number of bins
1654 above or below a threshold
1655
1656 * mjobs/MJCalibrateSignal.cc:
1657 - added a new Tab to show the time development of the unsuitable
1658 pixels
1659 - added a new tab showing the eveloution of the number of
1660 dead pixels
1661
1662 * mjobs/MJCalibration.cc:
1663 - updated texts in bad pixel display
1664
1665 * datacenter/macros/fillsignal.C:
1666 - replaced CalcUnsuitable by the new members of MHCamera
1667 - also fill the maximum number of unsuitable pixels
1668 - and fill the maximum number of dead pixels
1669
1670 * mfilter/MFSoftwareTrigger.cc, mhcalib/MHCalibrationTestCam.cc,
1671 mimage/MCameraSmooth.cc:
1672 - removed obsolete calls to GetPixById
1673
1674 * msignal/MSignalCam.[h,cc]:
1675 - removed obolete function to access the MSignalPix'
1676 - removed obsolete GetPixById
1677 - added new function returning the number of unmapped pixels
1678 - a little code cleanup
1679
1680
1681
1682
1683 2007/05/09 Daniela Dorner
1684
1685 * scripts/makemovie:
1686 - added comment
1687 - removed not needed lines
1688
1689 * datacenter/scripts/buildsequenceentries,
1690 datacenter/scripts/checkfilesforsequenceavail,
1691 datacenter/scripts/checklogs, datacenter/scripts/checkstardone,
1692 datacenter/scripts/checktransfer, datacenter/scripts/copyscript,
1693 datacenter/scripts/correcttime, datacenter/scripts/dodatacheck,
1694 datacenter/scripts/doexclusions, datacenter/scripts/doqualityplots,
1695 datacenter/scripts/dowebplots, datacenter/scripts/filesondisk,
1696 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
1697 datacenter/scripts/fillstar, datacenter/scripts/findnewstars,
1698 datacenter/scripts/findnotseqruns,
1699 datacenter/scripts/insertdatasets,
1700 datacenter/scripts/insertsequences, datacenter/scripts/jobmanager,
1701 datacenter/scripts/linkmc, datacenter/scripts/makecallistolinks,
1702 datacenter/scripts/mcsequences,
1703 datacenter/scripts/movingsubsystemfiles,
1704 datacenter/scripts/processmcsequences, datacenter/scripts/rmlocks,
1705 datacenter/scripts/runcallisto, datacenter/scripts/runganymed,
1706 datacenter/scripts/runstar, datacenter/scripts/scriptlauncher,
1707 datacenter/scripts/setup, datacenter/scripts/sourcefile,
1708 datacenter/scripts/webupdate-callisto,
1709 datacenter/scripts/webupdate-ganymed,
1710 datacenter/scripts/webupdate-sinope,
1711 datacenter/scripts/webupdate-star,
1712 datacenter/scripts/writedatasetfiles,
1713 datacenter/scripts/writesequencefiles,
1714 datacenter/scripts/zipscript:
1715 - change time for 'Software-Developement'
1716
1717 * datacenter/scripts/buildsequenceentries,
1718 datacenter/scripts/checkfilesforsequenceavail,
1719 datacenter/scripts/checkstardone, datacenter/scripts/correcttime,
1720 datacenter/scripts/dodatacheck, datacenter/scripts/doexclusions,
1721 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
1722 datacenter/scripts/fillstar, datacenter/scripts/runcallisto,
1723 datacenter/scripts/runganymed, datacenter/scripts/runstar,
1724 datacenter/scripts/writedatasetfiles,
1725 datacenter/scripts/writesequencefiles:
1726 - removed variable needed only for setstatusroot
1727 - adapted variable needed for setstatus
1728 - adapted comment
1729
1730 * datacenter/scripts/writedatasetfiles:
1731 - added missing 'setstatus "start"'
1732
1733 * datacenter/scripts/correcttime:
1734 - improved regular expressions
1735
1736 * datacenter/macros/findcacofiles.C:
1737 - added algorithm for searching missing caco files and inserting
1738 the according runnumber to the database
1739 - adapted comment
1740
1741 * datacenter/scripts/filesondisk:
1742 - removed algorithm for finding missing caco files (done by
1743 findcacofiles.C no)
1744 - adapted comment
1745 - added removing of files conaining the run lists
1746
1747 * datacenter/scripts/zipscript:
1748 - added possibility to start several zipscripts giving a commanline
1749 option
1750 - added locking of callisto
1751 - removed not needed lines
1752 - removed old code
1753 - fixed bug (filename for chmod was wrong)
1754
1755 * datacenter/scripts/runcallisto:
1756 - added locking of sequence for zipping
1757 - reduced find for cc and caco file to the directory of the date,
1758 where the files are stored (date taken from callisto filename)
1759 - improved regular expressions
1760
1761 * steps.rc:
1762 - added fNotZipping to Needs of fCallisto to allow for the locking
1763 of callistos by the zipscript
1764
1765 * datacenter/scripts/sourcefile:
1766 - removed functions setstatusroot and getdolistroot
1767 - renamed variable in setstatus
1768 - added function sendquery
1769 - adapted if-clause to avoid removing of non existing files in
1770 case todofile is empty
1771
1772 * datacenter/scripts/scriptlauncher:
1773 - fixed bug (in case condor_submit failed, the scriptlauncher was
1774 waiting for the not submitted job, until it was killed)
1775
1776 * datacenter/scripts/jobmanager:
1777 - added algorithm to increase sleeping time in case condor failed
1778 several times in a row
1779
1780 * datacenter/scripts/setup:
1781 - renamed errorsleeptime for usage in algorithm in jobmanager
1782
1783 * datacenter/scripts/dodatacheck:
1784 - added query for date to reduce the find to the directory of the
1785 date, where the rawfile is stored
1786 - removed not needed lines
1787
1788 * datacenter/scripts/dodatacheck, datacenter/scripts/doqualityplots,
1789 datacenter/scripts/dowebplots, datacenter/scripts/linkmc,
1790 datacenter/scripts/movingsubsystemfiles,
1791 datacenter/scripts/runcallisto, datacenter/scripts/sourcefile,
1792 scripts/dospectrum, scripts/makemovie, scripts/processsequence:
1793 - changed indentation to 3 spaces, where it was different
1794
1795 * datacenter/scripts/copyscript:
1796 - added sort and uniq to find for dates
1797 - removed not needed lines
1798 - adapted find for catalogue files such that only the directories
1799 of the last 31 days are searched with find and not the whole
1800 central control path
1801
1802 * datacenter/db/sequinfo.php:
1803 - show ranges menu on first loading of page
1804
1805 * datacenter/db/menu.js:
1806 - adapted functions to show ranges menu on first loading of the
1807 page and hide it, when a query is done
1808 - commented functions
1809
1810 * scripts/processsequence:
1811 - restricted find for cacofile to directory of date
1812
1813 * scripts/merppupdate:
1814 - added (script to do merpp update for already calibrated files)
1815
1816
1817
1818 2007/05/09 Thomas Bretz
1819
1820 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc,
1821 callisto_mux.rc:
1822 - changed ArrTimeRmsLimit in all cases to default 5.0
1823 because of the new meaning
1824
1825 * showplot.cc:
1826 - changed that it closes automatically if the file cannot
1827 be read
1828
1829 * datacenter/macros/fillstar.C:
1830 - commented the output of the query
1831
1832 * datacenter/macros/plotdb.C:
1833 - adapted ranges to MUX data values
1834 - added plots for new unsuitable columns
1835
1836 * mbadpixels/MBadPixelsPix.h:
1837 - added a new member function IsUncalibrated
1838 - further adapted the usuitable levels
1839
1840 * mcalib/MCalibrationChargeCalc.[h,cc]:
1841 - changed the meaning of ArrTimeRmsLimit such that it is now
1842 the deviation from the average rms expressed in significance
1843 levels
1844 - the new check is done similar to the check for the relative
1845 arrival time (to be unified!)
1846 - removed FinalizeArrivalTimes
1847 - removed calibration levels for first and last bin, this
1848 has to be redone more properly taken the extractor properties
1849 into account
1850 - some updates to the output
1851 - some simplifications to the code
1852
1853 * mcalib/MCalibrationRelTimeCalc.cc:
1854 - when calculating the median check for UnsuitableRun not
1855 unsuitable in general
1856 - small changes to output
1857 - calculate upper and lower limits only once
1858
1859 * mhvstime/MHVsTime.[h,cc]:
1860 - added fMinimum and fMaximum data members similar to
1861 MHSectorVsTime
1862 - to be unified with MHSectorVsTime
1863 - fixed draw/paint
1864 - increased version number
1865
1866 * mjobs/MJCalibration.cc:
1867 - removed the bad pixel levels for first and last bins
1868
1869 * msignal/MExtractTimeAndChargeSpline.[h,cc],
1870 mextralgo/MExtralgoSpline.cc:
1871 - changed to allow setup of the extraction type and the
1872 relative or absolute height for arrival
1873 - if the height is set < 0 and extraction type is set to
1874 relative integral the maximum is used instead of the leading edge.
1875 - accordingly increased version number by one
1876
1877 * mjobs/Makefile:
1878 - added mextralgo to includes
1879
1880
1881
1882 2007/05/08 Daniel Hoehne
1883
1884 * datacenter/macros/fillsignal.C:
1885 - implemented new variables fUnsuitable50 and fUnsuitable01
1886
1887 * datacenter/db/menu.php, magicdefs.php, querycal.php:
1888 - implemented new columns fUnsuitable50 and fUnsuitable01
1889
1890
1891
1892 2007/05/04 Thomas Bretz
1893
1894 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
1895 - removed writing MBadPixelsCam. It now gives trouble
1896 because the etReadyToSave flag is set at an unproper time.
1897 It is not used anyhow.
1898
1899 * datacenter/macros/fillsignal.C:
1900 - small simplification
1901
1902
1903
1904 2007/05/04 Daniela Dorner
1905
1906 * scripts/makemovie:
1907 - added (script to produce movies)
1908
1909
1910
1911 2007/05/03 Daniel Hoehne
1912
1913 * datacenter/macros/fillsignal.C:
1914 - fixed bug which made fillsignal fail for the new MUX data:
1915 for sequences > 200000 hilooff and hilocal are not needed anymore
1916
1917
1918
1919 2007/04/28 Daniela Dorner
1920
1921 * datacenter/scripts/dowebplots, datacenter/scripts/doqualityplots:
1922 - moved temporary directory for pstoimg to /tmp
1923
1924 * datacenter/scripts/copyscript:
1925 - moved file with diff for magic_favorites to /tmp
1926
1927 * datacenter/db/plotdb.php, datacenter/db/plotinclude.php,
1928 datacenter/db/menu.js :
1929 - implemented possibility to plot datasets by inserting dataset
1930 number as Set1
1931
1932 * datacenter/db/plot.php:
1933 - implemented variables for colours
1934
1935 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
1936 datacenter/db/include.php, datacenter/db/datasetinfo-aio.php,
1937 datacenter/db/ganymed.php, datacenter/db/sequence.php:
1938 - removed header and footer for print version
1939
1940 * datacenter/db/runinfo-aio.php:
1941 - fixed small bug
1942
1943 * datacenter/db/magicdefs.php:
1944 - added fMEanPUlsePosInner to alias
1945
1946 * datacenter/db/ganymed.php:
1947 - added observation mode
1948
1949
1950
1951 2007/04/27 Daniela Dorner
1952
1953 * datacenter/scripts/jobmanager:
1954 - improved logging
1955
1956 * datacenter/scripts/scriptlauncher:
1957 - redirect of error messages of condor_submit to errorlogfile
1958 - in case condor_submit does not work (i.e. pid empty) an error
1959 message is written to the processlogfile
1960
1961 * datacenter/db/showplots-ds.php:
1962 - adapted maxwidth of input field
1963
1964 * datacenter/db/plotdb.php, datacenter/db/plotinclude.php,
1965 datacenter/db/menu.js :
1966 - implemented possibility to give range for 2 additional values
1967 - implemented possibility to give only upper or lower limit
1968 - fixed bug, that ranges are not accepted before plotting once
1969
1970
1971
1972 2007/04/27
1973
1974 * RELEASE 1.1
1975
1976
1977
1978 2007/04/27 Daniel Hoehne
1979
1980 * datacenter/scripts/runcallisto:
1981 - modified the ccfile and cacofile search to not find ccfiles
1982 twice if one runnumber is part of a higher runnumber (as 23456
1983 and 223456)
1984
1985
1986
1987 2007/04/27 Thomas Bretz
1988
1989 * mcalib/CalibLinkDef.h, mcalib/Makefile:
1990 - removed obsolete MCalibrationIntensityCam
1991 - removed obsolete MCalibrationIntensityChargeCam
1992
1993 * mcalib/MCalibCalcFromPast.[h,cc], mcalib/MCalibColorSteer.[h,cc],
1994 mcalib/MCalibrateData.[h,cc], mhcalib/MHCalibrationChargeCam.[h,cc]:
1995 - removed obsolete MCalibrationIntensityChargeCam and replaced by
1996 MCalibrationChargeCam
1997
1998 * mcalib/MCalibrationChargeCalc.[h,cc]:
1999 - removed obsolete MCalibrationIntensityChargeCam and replaced by
2000 MCalibrationChargeCam
2001 - to realize the difference between continous and single calibration
2002 a new data member fContinousCalibration has been introduced
2003 - consequently increased version number to 6
2004 - do not set any exclusion in ReInit. it is nonsense not to fill
2005 histograms which might give (or give not) correct result,
2006 if the checks are all executed anyhow
2007
2008 * mcalib/MCalibrationRelTimeCalc.cc:
2009 - do not set any exclusion in ReInit and if a pixel is unsuitable.
2010 it is nonsense not to fill histograms which might give (or give
2011 not) correct result, if the checks are all executed anyhow
2012 - switched on the check for outliers
2013 - outliers are now set unsuitable rather than unreliable
2014 - some code simplification of the checks
2015
2016 * mcalib/MCalibrationChargeCam.cc:
2017 - added a comment in the Clear member function
2018
2019 * mcalib/MCalibrationRelTimeCam.cc:
2020 - some fixes of looong Form statements
2021 - a small cosmetic change to GetPixelContent
2022 - replaced the old check of the average time resolution by
2023 a more accurate check using the median and deviation
2024
2025 * mhcalib/MHCalibrationRelTimeCam.[h,cc]:
2026 - removed data member fReferencePixel and corresponding code
2027 - use the median of pixels with area index 0 as reference instead of
2028 an artificial pixel
2029
2030 * mhcalib/MHCalibrationCam.[h,cc]:
2031 - finally removed all dependencies on the intensity cams and replaced
2032 them by the direct cam
2033 - if the lo-gain histogram is empty this is not a reason for an
2034 uncalibrated pixel. At least in case of extracted properties (charge
2035 and time) it is ok.
2036
2037 * mjobs/MJCalibration.[h,cc]:
2038 - let MCalibrationRelTimeCalc run after MCalibrationChargeCalc
2039 otherwise almost all unsuitable pixels have deviating
2040 relative arrival resolution.
2041 - added new level for deviating time reolution to plot of bad pixels
2042 - changed reference lines for timr resolution plots
2043 - removed data member fRefTimeOffsetInner, it is now 0 by definition
2044
2045 * mjobs/MJCalibrateSignal.cc:
2046 - finally removed all dependencies of Intensity cams
2047 - enable ContinousCalibration in MCalibrationChargeCalc instead
2048 - switched on interleaved relative time calibration
2049
2050 * mbadpixels/MBadPixelsPix.h:
2051 - adapted to new unsuitable flag kDeviatingTimeResolution
2052
2053 * callisto_mux.rc:
2054 - removed the obsolete resource statement about the level
2055 for the relative arrival time check.
2056
2057 * mjobs/calibrationref.rc, mjobs/calibrationref_Dec04.rc,
2058 mjobs/calibrationref_Nov04.rc, resources/calibrationref_mux.rc:
2059 - changed time resolution references accordingly
2060
2061 * resources/calibration_spline.rc:
2062 - added muon calibration factors up to period 55... to be corrected.
2063
2064 * mjobs/MJCut.[h,cc]:
2065 - reanimated the use of an energy estimator in ganymed for the
2066 purpose of having it as additional cut value if looking
2067 for events after cuts
2068
2069 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
2070 - added a corresponding example
2071
2072
2073
2074 2007/04/26 Thomas Bretz
2075
2076 * mjobs/MJPedestal.cc:
2077 - inverted the default of the CalibFilter for the case of no
2078 pattern available as the filter was inverted 4.3.07.
2079
2080 * callisto.rc:
2081 - fixed typos in examples for movie encoding
2082
2083
2084
2085 2007/04/25 Daniel Hoehne
2086
2087 * datacenter/scripts/runcallisto:
2088 - removed obsolete option -raw from command line for callisto
2089
2090
2091
2092 2007/04/25 Thomas Bretz
2093
2094 * mbadpixels/MBadPixelsCam.cc:
2095 - removed obsolete code from Print() which tried to align the
2096 output
2097
2098 * mhcalib/MHCalibrationChargeCam.cc:
2099 - increased the shown binning range further
2100
2101 * mhcalib/MHCalibrationPulseTimeCam.cc:
2102 - unimportant changes
2103
2104 * mjobs/MJPedestal.cc:
2105 - changed a comment
2106
2107 * mpedestal/MPedestalSubtractedEvt.h:
2108 - fixed a bug of preset upper limits. The last slice is
2109 fNumSamples-1 not fNumSamples
2110
2111
2112
2113 2007/04/24 Thomas Bretz
2114
2115 * callisto_Dec04Jan05.rc, callisto_MarApr05.rc, callisto_mux.rc:
2116 - fixed typos in examples for movie encoding
2117
2118 * mjobs/MJCalib.h, mjobs/MJPedestal.cc:
2119 - missing commit from yesterday :-(
2120
2121 * mmovie/MMovieWrite.cc:
2122 - changed resource Filename according to the other resources
2123 to FileName
2124
2125 * ganymed.cc:
2126 - enable dataset mc-mode if "-mc" is specified
2127 - removed obsolete call to EnableMonteCarloMode
2128 - removed EnableWobbleMode but use the setting of the dataset
2129 instead
2130
2131 * mjobs/MDataSet.[h,cc]:
2132 - renamed fIsWobbleMode to fWobbleMode
2133 - added setter for fWobbleMode
2134 - added fMonteCarlo which determins the default paths to be used
2135 if not overwritten
2136 - replaced the static variables for the paths by member functions
2137 which depend on the new fWobbleMode data member
2138 - some simple reordering inthe constructor was necessary
2139 - increased class version number accordingly to 2
2140
2141 * mjobs/MJCut.[h,cc]:
2142 - repaired On-only mode
2143 - removed data member fIsMonteCarlo, use the data-set getter instead
2144 - removed data member fIsWobbleMode, use the data-set getter instead
2145
2146 * sponde.cc:
2147 - print a warning if MC dataset doens't contain "MonteCarlo: Yes"
2148
2149 * mjobs/MJCalibrateSignal.cc:
2150 - do not write signal*.root in movie mode
2151
2152
2153
2154 2007/04/23 Thomas Bretz
2155
2156 * callisto.cc, star.cc:
2157 - removed "-raw" and "-root" option
2158 - replaced inflating sequence path by new InflatePath
2159 function
2160 - removed MJCalib::kUse* usage, use MSequence::IsMonteCarlo
2161 instead
2162
2163 * mhcalib/MHCalibrationChargeBlindCam.cc,
2164 mhcalib/MHCalibrationHiLoCam.cc,
2165 mhcalib/MHCalibrationPulseTimeCam.cc:
2166 - removed obsolete include of MCalibrationIntensityCam
2167
2168 * mhcalib/MHPedestalCam.cc:
2169 - removed obsolete usage of fIntensCam
2170
2171 * mhist/MHEvent.cc:
2172 - replacedcompilation of description string by new
2173 MMcEvt::GetDescription memeber function
2174
2175 * mjobs/MJCalib.[h,cc]:
2176 - removed fDataFlag and corresponding member functions and
2177 handling
2178
2179 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
2180 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.[h,cc]:
2181 - replaced IsUseRawData and IsUseRootData by
2182 MSequence::IsMonteCarlo
2183 - use fSequence to determin whether it is MC sequence or not
2184
2185 * mjobs/MJCalibrateSignal.cc:
2186 - renamed movie encoding task list
2187 - do not write output files if encoding movie
2188
2189 * mjobs/MSequence.[h,cc]:
2190 - removed "merpp"-path
2191 - monte carlo files now always have 8digits run numbers
2192 - added new resource "MonteCarlo"
2193 - added new static member function InflatePath
2194 - increased version number to 2
2195
2196 * mmc/MMcEvt.[hxx,cxx]:
2197 - added new member function GetDescription
2198
2199 * mmovie/MMovieWrite.[h,cc]:
2200 - added a sanity check for strange rms values
2201 - search for MMcEvt in the parlist and improve output
2202 in case of monte carlo data
2203 - fixed some typos in the comments of ReadEnv
2204
2205 * mmovie/Makefile:
2206 - added mmc search path
2207
2208 * mraw/MRawRunHeader.cc:
2209 - set new defaults of fTelescopeNumber, fCameraVersion,
2210 fFreqSampling and fNumSignificantBits for old MC data
2211
2212
2213
2214 2007/04/23 Daniela Dorner
2215
2216 * datacenter/scripts/linkmc:
2217 - removed workaround for 5-digit runnumbers
2218
2219 * datacenter/scripts/mcsequences:
2220 - added line 'MonteCarlo: Yes' to output to sequence file
2221
2222 * datacenter/scripts/runganymed:
2223 - adapted chosing of ganymed rc-file
2224 - added output of ganymed command line
2225
2226
2227
2228 2007/04/20 Daniel Hoehne
2229
2230 * datacenter/macros/filldotrun.C:
2231 - implemented new Arehucas version
2232
2233
2234
2235 2007/04/20 Thomas Bretz
2236
2237 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MBadPixelsPix.cc:
2238 - propagate option in Clear member function
2239 - the default is now to keep the previously excluded flag and
2240 set the unsuitable-run flag accordingly
2241
2242 * mcalib/MCalibrationChargeCalc.cc:
2243 - if the lower limit for the measured number of phe is calculated
2244 to be less than one phe it is artificially reset to one phe
2245
2246 * mhist/MHCamEvent.cc:
2247 - call SetFrameBorder(0) for all subpads explicitly
2248
2249 * mhist/MHCamera.cc:
2250 - removed the obsolete definition of kItemsLegend
2251
2252 * mbadpixels/MBadPixelsIntensityCam.cc, mcalib/MCalibrationIntensityCam.cc:
2253 - removed obsolete reference in comment to MCalibrationINtensityQECam
2254
2255 * mcalib/CalibLinkDef.h, mcalib/Makefile:
2256 - removed obsolete MCalibrationIntensityQECam
2257 - removed obsolete MCalibrationIntensityBlindCam
2258 - removed obsolete MCalibrationIntensityRelTimeCam
2259 - removed obsolete MCalibrationIntensityTestCam
2260
2261 * mcalib/MCalibCalcFromPast.[h,cc], mcalib/MCalibColorSteer.[h,cc],
2262 mcalib/MCalibrateData.[h,cc]:
2263 - replaced data member fIntensQE by fQECam
2264 - removed references to obsolete MCalibrationIntensityQECam
2265 - added some comments
2266 - replaced obsolete reference to MCalibrationIntensityBlindCam
2267 by reference to MCalibrationBlindCam
2268
2269 * mcalib/MCalibrationChargeCalc.[h,cc]:
2270 - replaced references to fIntensQE by direct access to fQECam
2271 - adde some comments
2272 - removed data member fIntensQECam
2273 - replaced obsoilete reference to MCalibrationIntensityBlindCam
2274 by reference to MCalibrationBlindCam
2275
2276 * mjobs/MJCalibrateSignal.cc, mhcalib/MHCalibrationChargeBlindCam.cc:
2277 - removed obsolete references to MCalibrationIntensityQECam
2278 - removed obsolete references to MCalibrationIntensityBlindCam
2279
2280 * mbase/MTask.cc:
2281 - added some unexecuted code to debug which taks are processed
2282
2283 * mcalib/MCalibCalcFromPast.cc, mcalib/MCalibrationIntensityCam.cc,
2284 mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.h
2285 - removed obsolete MCalibrationIntensityRelTimeCam
2286
2287 * mcalib/MCalibColorSteer.[h,cc], mcalib/MCalibrationRelTimeCalc.[h,cc],
2288 mhcalib/MHCalibrationRelTimeCam.cc:
2289 - replaced obsolete reference to MCalibrationIntensityRelTimeCam
2290 by referencing MCalibrationRelTimeCam
2291
2292 * mhcalib/MHCalibrationChargeBlindCam.cc:
2293 - replaced obsolete reference to MCalibrationIntensityBlindCam
2294 by referencing MCalibrationBlindCam
2295
2296 * mhcalib/MHCalibrationHiLoCam.cc:
2297 - replaced obsolete reference to MCalibrationIntensityHiLoCam
2298 by referencing MCalibrationHiLoCam
2299
2300 * mhcalib/MHCalibrationPulseTimeCam.cc
2301 - replaced obsolete reference to MCalibrationIntensityPulseTimeCam
2302 by referencing MCalibrationPulseTimeCam
2303
2304 * mcalib/MCalibrationTestCalc.cc
2305 - replaced obsolete reference to MCalibrationIntensityTestCam
2306 by referencing MCalibrationTestCam
2307
2308
2309
2310 2007/04/12 Daniela Dorner
2311
2312 * datacenter/db/showplots-ds.php:
2313 - added (script to plot all plots of a data set)
2314
2315 * datacenter/db/showplots.php:
2316 - added 'previous' and 'next' button
2317
2318 * datacenter/db/plotinclude.php, datacenter/db/showplots.php:
2319 - moved two function from showplots.php to plotinclude.php, as they
2320 are also used in showplots-ds.php
2321
2322 * datacenter/db/builddatasets.php, datacenter/db/datasetinfo-aio.php
2323 datacenter/db/indes-header.html, datacenter/db/indes.html,
2324 datacenter/db/menu.js, datacenter/db/reference.html,
2325 datacenter/db/regexp.html, datacenter/db/runinfo-aio.html,
2326 datacenter/db/sequinfo-aio.html:
2327 - adapted paths of images and mars.css
2328
2329 * datacenter/db/index.html:
2330 - added link to showplots-ds.php
2331
2332
2333
2334 2007/04/18 Thomas Bretz
2335
2336 * Makefile:
2337 - added suffixes .hxx and .cxx
2338 - added new subdir mmovie
2339
2340 * mjobs/Makefile:
2341 - added path to mmovie
2342
2343 * mmovie/MMoviePrepare.[h,cc]:
2344 - changed access to MCalibrateData to access to MCalibConstCam
2345
2346 * mmovie/MMovieWrite.cc:
2347 - fixed some typos in comments
2348
2349 * mjobs/MJCalibrateSignal.cc:
2350 - removed dependenca on obsolete MCalibrationIntensityConstCam
2351
2352 * mjobs/MJCalibration.[h,cc]:
2353 - for simplification removed all dependencies of unused intensity
2354 calibration
2355
2356 * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc,
2357 callisto_mux.rc:
2358 - removed line for switching on intensity calibration
2359 - added expample lines for movie encoding
2360
2361 * mbadpixels/BadPixelsLinkDef.h, mbadpixels/Makefile:
2362 - removed obsolete MBadPixelsIntensityCam
2363
2364 * mcalib/MCalibCalcFromPast.[h.cc]:
2365 - do not store fIntensRelTime (it is not used at all) as data member
2366
2367 * mcalib/MCalibColorSteer.[h,cc], mcalib/MCalibCalcFromPast.[h.cc]:
2368 - instead of creating of a new MBadPixelsCam into the intensity array
2369 clear the information of the old one (FIXME: DO NOT CLEAR PREV EXCL!)
2370 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2371 * mcalib/MCalibrationTestCalc.[h,cc]:
2372 - removed empty Process function
2373
2374 * mcalib/MCalibColorSteer.[h,cc], mcalib/MCalibCalcFromPast.[h.cc],
2375 mcalib/MCalibrationChargeCalc.[h,cc], mcalib/MCalibrationTestCalc.[h,cc],
2376 mcalib/MCalibrationRelTimeCalc.[h,cc], mhcalib/MHCalibrationCam.[h,cc],
2377 mhcalib/MHCalibrationChargeCam.cc, mhcalib/MHCalibrationHiLoCam.cc,
2378 mhcalib/MHCalibrationPulseTimeCam.cc, mhcalib/MHCalibrationRelTimeCam.cc,
2379 mhcalib/MHPedestalCam.cc:
2380 - removed obsolete references to MBadPixelsIntensityCam, replaced
2381 by MBadPixelsCam
2382
2383 * mhcalib/MHCalibrationCam.cc:
2384 - set reason for uncalibrated pixels by SetUncalibrated
2385
2386 * mjobs/MJCalibrateSignal.cc:
2387 - removed obsolete references to MBadPixelsIntensityCam
2388 - removed MBadPixelsMerge, instead use the given MBadPixelsCam as
2389 starting point. THIS ALSO REMOVES SUPPORT FOR PREV. EXCLUDED PIXELS
2390 (TO BE FIXED)
2391
2392 * mfilter/FilterLinkDef.h, mfilter/Makefile:
2393 - added MFEvtNumber
2394
2395 * mfilter/MFEvtNumber.[h,cc]:
2396 - added
2397
2398
2399
2400 2007/04/17 Stefan Ruegamer
2401
2402 * datacenter/scripts/filesondisk:
2403 - modified the ccfile search to not find ccfiles twice if one
2404 runnumber is part of a higher runnumber (as 23456 and 223456)
2405
2406 * datacenter/scripts/movingrawfiles:
2407 - added moving of rawfiles from the directory /magic/datacenter/
2408 fromtape/rawdata/muxdata, which is the default rawfile folder of
2409 the new muxtapes, to /magic/datacenter/fromtape/rawdata
2410
2411 * datacenter/scripts/runcallisto:
2412 - added condition for the linking of the .rc-file for muxdata
2413
2414 * datacenter/scripts/makecallistolinks:
2415 - commented reason2 out
2416
2417
2418
2419 2007/04/17 Thomas Bretz
2420
2421 * mcalib/CalibLinkDef.h, mcalib/Makefile:
2422 - removed obsolete MCalibrationIntensityConstCam
2423
2424 * mcalib/MCalibCalcFromPast.[h,cc]:
2425 - removed obsolete depedency on MCalibrationIntensityConstCam
2426
2427 * mcalib/MCalibConstCam.[h,cc]:
2428 - added a possibility to veto bad pixels in GetPixelContent by
2429 setting a MBadPixelsCam
2430 - removed obsolete fRunNumber
2431 - increased class version number by 1
2432
2433 * mcalib/MCalibrateData.[h,cc]:
2434 - removed obsolete dependency on MCalibrationIntensityConstCam
2435 - removed some obsolete comments with code from old pedestal
2436 treatment
2437
2438
2439
2440 2007/04/15 Thomas Bretz
2441
2442 * callisto.cc:
2443 - added an option to write a movie
2444
2445 * mjobs/MJCalibrateSignal.[h,cc]:
2446 - added the code to write a movie
2447 - added new option (fIsMovieMode) to switch it on and off
2448
2449 * mmovie/MMovieData.h:
2450 - added data member fMedianPedestalRms
2451
2452 * mmovie/MMoviePrepare.[h,cc]:
2453 - added calculation of median pedestal rms
2454
2455 * mmovie/MMovieWrite.[h,cc]:
2456 - added comments
2457 - added return value to SetPalette
2458 - delete palette entries after usage
2459 - get median pedestal rms from MMovieData
2460
2461
2462
2463 2007/04/12 Daniela Dorner
2464
2465 * datacenter/scripts/sourcefile:
2466 - added if-clause to avoid removing of non existing files
2467
2468 * datacenter/db/db.php:
2469 - adapted host
2470
2471 * datacenter/db/plotdb.php:
2472 - adapted usage of function GetQuery
2473
2474 * datacenter/db/plotinclude.php:
2475 - added init of variables
2476
2477 * datacenter/db/runinfo-aio.php:
2478 - adapted building of query for the case, that fRunMin=0
2479
2480 * datacenter/macros/filloptical.C:
2481 - adapted such, that files from telescopes in Tuorla can also be
2482 handeled
2483 - return 3 in case the coordinates of an object are not available
2484 in the database
2485
2486 * datacenter/scripts/copyscript:
2487 - added case for return code 3 for filloptical.C
2488
2489 * datacenter/macros/setupdb.C:
2490 - added table OpticalData
2491
2492 * datacenter/tools/fillobjects.C:
2493 - added comment
2494
2495 * datacenter/tools/fillobjects2.C:
2496 - adapted comment
2497 - adapted reading to new format of file (different object name
2498 convention)
2499
2500 * datacenter/resources/TeVsources.txt:
2501 - added (file containing the positions of the objects observed by
2502 the Tuorla Observatory and KVA)
2503
2504 * datacenter/resources/good_compstars.txt:
2505 - added (file containing the magnitudes and colour of the objects
2506 observed by the Tuorla Observatory and KVA)
2507
2508 * datacenter/resources/compstars.txt:
2509 - added (like good_compstars, but containing more data, which
2510 has been left out in the other file, as it is not accurate
2511 enough)
2512
2513
2514
2515 2007/04/12 Thomas Bretz
2516
2517 * mmovie/MMoviePrepare.[h,cc], mmovie/MMovieData.[h,cc],
2518 mmovie/MMovieWrite.[h,cc], mmovie/Makefile, mmovie/MovieLinkDef.h,
2519 movie/MovieIncl.h:
2520 - added
2521
2522 * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h, mbase/MArrayI.h,
2523 mbase/MArrayS.h:
2524 - added Reset() member function or improved performance of it
2525
2526 * mcalib/MCalibrationChargeCalc.cc:
2527 - fixed the alignment in an output
2528
2529 * mhbase/MBinning.h:
2530 - added operator[] member function
2531
2532 * mhist/MHCamera.cc:
2533 - changed such that it is allowed to use palettes with a different
2534 number of contours.
2535 - fixed the number of ticks written on the axis to 25
2536 - use MBinnig to calculate the legend color boxes
2537 - fixed a minor bug in the assignment of the color levels, which
2538 gave visibly wrong result if the transition between two colors
2539 was important but was not noticable in normal circumstances
2540
2541 * mjobs/MDataSet.h, mjobs/MSequence.h:
2542 - increased class version to 1 to make it writable
2543 - added Print to the context menu
2544
2545 * mgeom/MGeomCam.[h,cc]:
2546 - removed fNumSectors
2547 - removed fNumAreas
2548 - added fNumPixInSector
2549 - added fNumPixWithAidx
2550 - changed CalcSectors and CalcArea to fill new data members
2551 - fixed a bug in the range check of GetMaxRadius and GetMinRadius
2552 (the range was to wide by 1 at the upper edge)
2553 - increased class version from 4 to 5
2554
2555
2556
2557 2007/04/11 Thomas Bretz
2558
2559 * mjobs/MJCalibrateSignal.cc:
2560 - added a lot of comments
2561 - added some code for future use
2562
2563 * mcalib/MCalibCalcFromPast.cc:
2564 - if update of calibration constants via MCalibrateData fails an
2565 error is raised
2566
2567 * mcalib/MCalibrateData.cc:
2568 - if update of calibration constants done set the ReadyToSaveFlag
2569 accordingly
2570
2571
2572
2573 2007/04/04 Thomas Bretz
2574
2575 * mbase/MLogHtml.cc:
2576 - the closing parenthesis was missing for setting to green color
2577
2578
2579
2580 2007/04/03 Thomas Bretz
2581
2582 * mjobs/MDataSet.cc:
2583 - added processing of RunTime and Name resource
2584
2585 * mgeom/MGeomCamDwarf.cc:
2586 - removed an unused variable
2587
2588 * msignal/MSignalPix.h, msignal/MSignalCam.h:
2589 - commented out obsolete AddNumPhotons and Scale
2590 - removed ReducePrecision from setting of arrival time because
2591 it gave artefacts.
2592
2593
2594
2595 2007/03/29 Thomas Bretz
2596
2597 * mgeom/MGeomCam.cc, mgeom/MGeomPix.h:
2598 - added new member function to return distance to coordinate
2599 origin
2600
2601 * mgeom/MGeomCamDwarf.[h,cc]:
2602 - added
2603
2604 * mgeom/Makefile, mgeom/GeomLinkDef.h:
2605 - added MGeomCamDwarf
2606
2607
2608
2609 2007/03/28 Thomas Bretz
2610
2611 * mraw/MRawRunHeader.cc:
2612 - added Getter for fFreqSampling
2613
2614 * mpointing/MHSrcPosCam.[h,cc]:
2615 - added different binning for wobble mode
2616 - added circle for wobble mode
2617
2618 * mjobs/MJCut.cc:
2619 - store run- and event-number via MParameterCalc in output files
2620 - show histogram of source positions also in wobble mode
2621
2622 * mbase/MEnv.h:
2623 - added member function to touch a resource returning whether
2624 it has contents or not
2625
2626 * mars.rc:
2627 - added examples for MUX data
2628 - fixed the other examples
2629 - changed default cleaning to 8.5/4.0 absolute
2630
2631 * macros/readIPR.C:
2632 - simplified
2633
2634
2635
2636 2007/03/21 Stefan Ruegamer
2637
2638 * datacenter/scripts/runcallisto:
2639 - removed entries for callisto_MarApr05.rc (outdated)
2640
2641 * datacenter/scripts/makecallistolinks:
2642 - updated reason1 because the old reason has been removed in the
2643 Mars Version 1.0, resulting in no more calibration with spline
2644 if DF fails
2645 - added reason2 to run spline after an other error
2646
2647
2648
2649 2007/03/20 Daniel Hoehne
2650
2651 * datacenter/db/db.php, datacenter/scripts/budb,
2652 datacenter/scripts/dbchk, datacenter/scripts/dunotseqruns,
2653 datacenter/scripts/findnewstars,
2654 datacenter/scripts/findnotseqruns, datacenter/scripts/sourcefile,
2655 datacenter/tools/comparesequences, datacenter/tools/resetdataset,
2656 sql.rc:
2657 - changed the host from hercules to vela
2658
2659
2660
2661 2007/03/17 Thomas Bretz
2662
2663 * mbase/MTime.[h,cc]:
2664 - added new memeber function to set unix times
2665
2666
2667
2668 2007/03/09 Thomas Bretz
2669
2670 * mjoptim/MJOptimizeCuts.cc:
2671 - implemented printing of input file also in RunOnOffCore
2672
2673
2674
2675 2007/03/08 Markus Meyer
2676
2677 * mpointing/MPointingDevCalc.h:
2678 - changed fNumMinStars from 8 to n (in SetNumMinStars)
2679
2680
2681
2682 2007/03/06 Stefan Ruegamer
2683
2684 * mraw/MRawRunHeader.cc:
2685 - added SwapAssignment for pixels 428 and 429
2686
2687
2688
2689 2007/03/05 Thomas Bretz
2690
2691 * msignal/MExtractTimeAndChargeSpline.cc:
2692 - added a default for the extrator resolution in case no predefined
2693 value is set
2694
2695 * mjobs/MJCalib.[h,cc], mjobs/MJCalibration.cc:
2696 - removed HiLoCalibration option
2697
2698 * mjobs/MJCalibration.cc:
2699 - use extractor to determine hi-/lo-calibration
2700
2701 * mjobs/MJPedestal.cc:
2702 - do only insist on pedestal events if an extractor without
2703 lo-gains is set
2704
2705 * callisto.rc, callisto_Dec04Jan05.rc:
2706 - removed references to HiLoCalibration
2707
2708 * callisto_mux.rc, resources/calibrationref_mux.rc,
2709 resources/pedestalref_mux.rc:
2710 - added new resource files for MUX data
2711
2712 * mjobs/MSequence.cc:
2713 - another fix to make sure that there is a / between dir and filename
2714
2715 * mpedestal/MExtractPedestal.cc:
2716 - why if fRawData initialized twice? Removed.
2717 - Reset check window without extractor and without lo-gains
2718
2719
2720
2721
2722 2007/03/04 Thomas Bretz
2723
2724 * mhcalib/MHCalibrationChargeBlindCam.cc,
2725 mhcalib/MHCalibrationChargeBlindPix.[h,cc]:
2726 - commented out references to MRawEvtPixelIter::GetNum*Samples
2727
2728 * mhcalib/MHCalibrationRelTimeCam.cc:
2729 - updated header
2730
2731 * mjobs/MJCalibrateSignal.cc:
2732 - updated header
2733 - removed references to MHCalibrationPulseTimeCam
2734 - added a check to make sure that extractor1 is initialized
2735 - use new SetRangeFromExtractor function for pedestal
2736 extraction range
2737 - added a new filter to check for pedestal events, used for
2738 pedestal extraction in cases w/o lo-gains and to remove
2739 pedestal events from further analysis
2740 - fill and display hi-/lo-gain histogram only if lo-gain exists
2741
2742 * mjobs/MJPedestal.cc:
2743 - replaced fSequence.GetName by GetFileName
2744 - check for availability of lo-gain in pulse pos check
2745 - Add MHCalibrationPulseTime to parlist to allow resources
2746 file setup
2747 - to fill the MHCalibrationPulseTimeCam deny calibration- and
2748 pedestal-events
2749 - use a pedestal filter to deny calibration events
2750 - use new SetRangeFromExtractor function for pedestal
2751 extraction range
2752
2753 * mhcalib/MHCalibrationPulseTimeCam.cc:
2754 - removed an obsolete return
2755
2756 * mpedestal/MPedCalcFromLoGain.cc:
2757 - if event does not contain lo-gains do not start extraction
2758 at lo-gain offset
2759
2760 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
2761 - changed variable naming in GetSaturation from sathi to sat
2762 - changed limit in GetMax from Byte_t to UInt_t
2763
2764 * msignal/MExtractBlindPixel.cc, msignal/MExtractTimeAndCharge.cc:
2765 - changed max argument in GetMax from Int_t to UInt_t
2766
2767 * msignal/MExtractTimeAndCharge.[h,cc]:
2768 - changed fLoGainSwitch from Byte_t to UInt_t
2769 - increased class version accordingly to 4
2770
2771 * mmain/MEventDisplay.cc:
2772 - took out the display of the slice with the max index
2773 - handle pedestal subtraction more accurate
2774
2775 * mraw/MRawEvtData.cc:
2776 - added number of bytes per sample to GetNumBytes()
2777 - removed contents of GetPixelContent... depricated
2778
2779 * mraw/MRawEvtPixelIter.[h,cc]:
2780 - updated comments
2781 - removed all functions returning informations about single
2782 pixels (should be done through MPedestalSubtractedEvt
2783 instead)
2784
2785 * mhist/MHEvent.cc:
2786 - removed KMaxIdx...depricated.
2787
2788 * msignal/MExtractor.[h,cc]:
2789 - changed type of fSaturationLimit from Byte_t to UInt_t
2790 - increased class version number accordingly to 8
2791 - only reset fSaturationLimit if it is above 0xff and
2792 no lo-gain available
2793
2794 * msignal/MSignalCalc.[h,cc]:
2795 - changed to use MPedestalSubtractedEvt instead of MRawEvtData
2796 - make handling of data without lo-gains possible
2797
2798 * mhcalib/MHCalibrationChargeCam.[h,cc]:
2799 - changed to use pedestal subtracted evt instead of the raw evt
2800 for determination of the arrival time
2801
2802 * mhcalib/MHCalibrationCam.[h,cc]:
2803 - made IsLoGain autodetecting in case fRunHeader is available
2804
2805 * msignal/MExtractPINDiode.cc:
2806 - use MRawRunHeader's GetNumSamplesHi/LoGain
2807
2808
2809
2810 2007/03/03 Thomas Bretz
2811
2812 * mcalib/MCalibrationRelTimeCalc.cc:
2813 - changed the default of RelTimeResolutionLimit from 1.0 to 0.05
2814
2815 * mhcalib/MHCalibrationChargeCam.cc,
2816 mhcalib/MHCalibrationPulseTimeCam.cc,
2817 mhcalib/MHCalibrationRelTimeCam.cc:
2818 - added f*RefCharge to Copy function
2819 - added range to calls of GetIdxMaxHi/LoGainSample
2820 - reworked and simplified DrawDataCheckPixel
2821 - reworked and simplified DrawReferenceLine
2822 - fixed call to ReadEnv of base class in ReadEnv
2823
2824 * mhcalib/MHCalibrationRelTimeCam.cc:
2825 - commented filling of lo-gain arrays out.
2826
2827 * mpedestal/MExtractPedestal.[h,cc],
2828 mpedestal/MPedCalcFromLoGain.h, mpedestal/MPedCalcPedRun.h:
2829 - added the SetRangeFromExtractor function
2830
2831 * msignal/MExtractBlindPixel.cc, msignal/MSignalCalc.cc:
2832 - use GetNumSamplesHiGain of MRawRunHeader instead of
2833 MRawEvtPixelIter's
2834
2835 * msignal/MSignalCalc.[h,cc]:
2836 - slightly changed handling of MC run, changed hi-/lo-gain
2837 calibration from 10 to 11.3
2838
2839 * msignal/MExtractTime.cc:
2840 - don't print lo-gain properties if n/a
2841
2842 * msignal/MExtractor.[h,cc]:
2843 - reset logain range and saturation limit if no logains available
2844 - added HasLoGain member function
2845 - don't print lo-gain attributes in Print if no logains
2846
2847 * msignal/MExtractTimeAndCharge.cc:
2848 - reset fLoGainSwitch if logains are not available
2849 - use MRawRunHeader's GetNumSamplesHi/LoGain
2850 - do not use MRawEvtPixelIter to determin availability of lo-gains
2851 use number of lo-gain samples to extract instead.
2852 - don't print lo-gain properties if n/a
2853
2854
2855
2856 2007/03/02 Thomas Bretz
2857
2858 * mraw/MRawRunHeader.h:
2859 - added GetNumBytesPerSample() member function
2860
2861 * mraw/MRawRead.cc:
2862 - splitted ReadPixel and setting ab-flag into function calls
2863 - fixed skipping pixels if bps>1
2864
2865 * mraw/MRawEvtData.[h,cc]:
2866 - removed last argument from AddPixel
2867 - split reading pixel data and setting ab-flag into two functions
2868 - increased version number from 5 to 6
2869 - adapted Print function
2870 - adapted Draw function
2871 - adapted ReadPixel function
2872
2873 * manalysis/MMcCalibrationUpdate.[h,cc]:
2874 - made sure that Process is not executed in case of MC files
2875 - minor changes to includes
2876
2877 * mextralgo/MExtralgoSpline.h:
2878 - removed obsolete include iostream
2879
2880
2881
2882 2007/03/01 Thomas Bretz
2883
2884 * mmain/MEventDisplay.cc:
2885 - didn't show callisto output anymore because of missing fundametal
2886 pedestal
2887
2888 * mbadpixels/MBadPixelsTreat.cc:
2889 - added more informative output
2890
2891 * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationChargeCam.cc,
2892 mhcalib/MHCalibrationChargePix.h, mhcalib/MHCalibrationRelTimeCam.cc,
2893 mhcalib/MHCalibrationChargeCam.h, mhcalib/MHCalibrationChargePINDiode.h,
2894 mhcalib/MHCalibrationPulseTimeCam.cc, mhcalib/MHCalibrationTestCam.cc,
2895 mhcalib/MHCalibrationTestTimeCam.cc, mhcalib/MHGausEvents.h,
2896 mhcalib/MHCalibrationChargeBlindCam.cc, mhcalib/MHPedestalCam.cc,
2897 - replaced SetNbins/First/Last by SetBinning
2898
2899 * mhcalib/MHCalibrationChargeCam.cc:
2900 - improved output in case arrival time is out of range
2901
2902 * mhcalib/MHCalibrationPulseTimeCam.cc:
2903 - the values can only have discrete valuesno need to set a bin-width
2904 different from 1
2905 - set binning automatically by using the number of samples
2906 - fixed ReadEnv
2907 - directly use maxpos, no cast necessary
2908
2909 * mraw/MRawRunHeader.h:
2910 - added new member function GetNumSamples
2911
2912 * mpedestal/MPedCalcFromLoGain.cc:
2913 - fixed ReadEnv
2914
2915 * mraw/MRawCrateData.cc, mraw/MRawEvtHeader.cc:
2916 - implemented reading new mux format 8
2917
2918 * mraw/MRawRunHeader.[h,cc]:
2919 - implemented reading of new file format 8
2920 - added new data members fNumBytesPerSample, fFreqSampling
2921 and fNumSignificantBits
2922 - increased file format version from 5 to 6
2923
2924 * mraw/MRawEvtPixelIter.[h,cc]:
2925 - made aware of handling the new and old format
2926 - added range to GetIdxMax*
2927
2928 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
2929 - removed obsolete data members fSumhiarea and fSumhisector
2930 - replaced the usage of MRawEvtData by MPedestalSubtractedEvt
2931 - according to this the lower signal limit has been decresed
2932 by 15
2933 - changed "saturation" limit accordingly from 254 to 245
2934
2935 * mpedestal/MPedestalsubtractedEvt.h:
2936 - added a shortcut for GetSaturation
2937
2938 * mjobs/MJPedestal.cc:
2939 - first subtract pedestal and then fill MHCalibrationPulseTimeCam
2940 - fill MHCalibrationPulseTimeCam with MPedestalSubtracted
2941
2942
2943
2944 2007/02/28 Thomas Bretz
2945
2946 * macros/tutorials/mirrordelay.C:
2947 - fixed the formula for the spherical mirror
2948 - fixed the calculation of the time-delay
2949
2950 * mastro/MObservatory.[h,cc]:
2951 - added constructors and functions to set the observatory location
2952 manually
2953
2954 * mbase/MTime.[h,cc]:
2955 - added constructor to construct MTime by date
2956 - added AsDouble for new root streamers (allowing to view MTime in
2957 a TBrowser)
2958 - added GetRootDatime to return TDatime object
2959
2960 * mcalib/MCalibrateData.cc:
2961 - added more meaningful output in case a conversion factor exceeds a limit
2962
2963 * datacenter/macros/plotdb.C:
2964 - added plot for spark rate
2965
2966
2967
2968 2007/02/26 Daniela Dorner
2969
2970 * datacenter/db/builddatasets.php, datacenter/db/findoffdata.php,
2971 datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
2972 datacenter/db/include.php, datacenter/db/menu.php, :
2973 - bugfix: the stopdate was not choses properly in case of reset
2974 when there was no data past midnight
2975 - a new function (GetStopDate) has been implemented
2976 - bugfix in PrintNightRange (table Sequences was used in all cases)
2977
2978
2979
2980 2007/02/26 Daniel Hoehne
2981
2982 * datacenter/macros/fillstar.C:
2983 - bugfixes: included MHCamera.h, corrected two typos (missing ";" and
2984 a surplus "s" in the variable "sparkrate")
2985
2986 * datacenter/db/magicdefs.php, menu.php:
2987 - added fSparkRate
2988
2989
2990
2991 2007/02/16
2992
2993 * RELEASE 1.0
2994
2995
2996
2997 2007/02/16 Thomas Bretz
2998
2999 * macros/starvisyear.C:
3000 - changed default observator to magic
3001 - fixed some typos in comments
3002
3003 * mastro/MAstro.[h,cc]:
3004 - added a new function to estimate the time of culmination
3005 - fixed the conversion factors RadToHor and HorToRad (wrong by 15/24)
3006
3007 * mastro/MObservatory.cc:
3008 - fixed the Print() output
3009
3010 * mbase/MMath.h:
3011 - removed conversion factor to and from Hours
3012
3013 * mjobs/MSequence.cc:
3014 - added a / behind the date (for the output in case of failure)
3015
3016 * mmc/MMcFadcHeader.[hxx,cxx]:
3017 - added fElecNoiseName for compatibility with camera program
3018 - increased ClassVersion by 1
3019
3020 * mraw/MRawRunHeader.[h,cc]:
3021 - increased class version by 1 for compatibility with output
3022 of newer camera versions
3023
3024 * resources/sequences.rc:
3025 - changed the sequence.rc file to support new MUX data
3026
3027
3028
3029 2007/02/15 Thomas Bretz
3030
3031 * macros/tutorials/mirrordelay.C:
3032 - added a macro plotting the delay between a spherical and a
3033 parabolic mirror
3034
3035 * mjobs/MJStar.cc:
3036 - implemented new plots for IPR vs. Time and DT
3037
3038
3039
3040 2007/02/13 Thomas Bretz
3041
3042 * resources/hilocalib.rc, resources/hilocalib_sp1.rc:
3043 - added new resource files for hi-/lo-gain calibration.
3044
3045 * resources/hiloconv-*.root:
3046 - added hi-/lo-gain calibration constants
3047
3048 * callisto_Dec04Jan05.rc:
3049 - changed input file name for hi-/lo-gain calibration constants
3050
3051 * mreflector/MHReflector.[h,cc]:
3052 - added histogram class for reflected photons
3053
3054 * mreflector/Makefile, mreflector/ReflectorLinkDef.h
3055 - added MHReflector and necessary include paths
3056
3057 * mbase/MLog.h:
3058 - fixed a bug in Separator which could cause a crash if the contents
3059 are too long
3060
3061 * manalysis/MParameterCalc.cc:
3062 - check for HasValidRule instead of IsValid in ReadEnv
3063
3064 * mdata/MDataPhrase.h:
3065 - added HasValidRule member function
3066
3067 * mfileio/MReadRflFile.[h,cc]:
3068 - allow also reading of gzip-compressed files
3069 - output more header information
3070 - don't use a const qualified TString with gSystem->ExpandPathName
3071
3072 * mjobs/MJPedestal.cc:
3073 - readin bad pixels from ascii file later
3074
3075 * mmc/MMcEvtBasic.h:
3076 - added a static member function GetEnergyStr to convert
3077 GeV into MeV and TeV
3078
3079 * mpointing/MPointingDevCalc.h:
3080 - increased size of fSkip by one
3081
3082 * mextralgo/MExtralgoSpline.h:
3083 - fixed acompiler warning
3084
3085
3086
3087 2007/02/09 Daniel Hoehne
3088
3089 * datacenter/scripts/linkmc
3090 - adapted to new montecarlo directory structure (/magic/montecarlo
3091 instead of /montecarlo)
3092
3093
3094
3095 2007/02/09 Thomas Bretz
3096
3097 * star.rc:
3098 - added new options
3099 - reordering
3100
3101 * mbase/MStatusDisplay.cc:
3102 - updated from 2006 to 2007
3103
3104 * mfbase/MFDataPhrase.cc:
3105 - fixed ReadEnv to correctly return true/false
3106
3107 * mjobs/MJStar.cc:
3108 - added new tabs "Spakless" and "Sparks" dividing the average
3109 signal tab into two distributions by a SparkCut
3110 - replaced all MF by MFDataPhrase
3111
3112 * mjobs/MJCalibrateSignal.cc:
3113 - changed the extraction range used in the lo-gains from the
3114 hi-gain range to the lo-gain range
3115
3116 * datacenter/macros/fillstar.C:
3117 - added filling the spark rate into the database
3118 - the rate after cleaning is now without sparks!
3119
3120
3121
3122 2007/02/06 Thomas Bretz
3123
3124 * mpointing/MPointingDevCalc.cc:
3125 - included check for monitoring flag
3126
3127 * mextralgo/MExtralgoSpline.[h,cc]:
3128 - implemented the possibility to determine the pulse width at
3129 maxheight/2
3130
3131
3132
3133 2007/02/04 Daniela Dorner
3134
3135 * datacenter/scripts/sourcefile:
3136 - added if-clause to avoid that a script is aborted in case a macro
3137 doesn't compile, return code is set to 1 in this case
3138
3139
3140
3141 2007/02/04 Thomas Bretz
3142
3143 * mjobs/MJCalibration.cc:
3144 - implemented Hi-/Lo-Gain calibration for MCs
3145
3146 * mjobs/MJPedestal.cc:
3147 - removed intermediate pedestalstorage from code (its
3148 result is not used at all)
3149
3150 * datacenter/macros/fillsignal.C:
3151 - replaced GetMediandev by GetDev
3152
3153 * callisto.rc, callisto_Dec04Jan05.rc:
3154 - changed ExtractWinLeft/Right according to new scheme
3155
3156 * mhcalib/MHCalibrationChargeCam.[h,cc]:
3157 - removed obsolete data members fFirstHiGain, etc and
3158 replaced by storage of fSignal
3159 - made sure that the average extracted signal position
3160 is at least one slice away from the edges of the
3161 extraction window
3162
3163 * mjobs/MJPedestal.cc:
3164 - reworked the pulse position check. It now better takes
3165 the properties of the extractors into account.
3166 Still to be done: relation between pulse position and
3167 extraction window!
3168
3169 * msignal/MExtractBlindPixel.[h,cc],
3170 msignal/MExtractPINDiode.[h,cc]:
3171 - fixed arguments type of SetRange
3172
3173 * msignal/MExtractTime.cc:
3174 - removed old obsolete code already in comments
3175
3176 * msignal/MExtractTimeAndCharge.h:
3177 - added getter for LoGainStartShift
3178
3179 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc],
3180 msignal/MExtractTimeAndChargeSpline.[h,cc],
3181 msignal/MExtractedSignalCam.[h,cc], msignal/MExtractor.[h,cc]:
3182 - changed the type of LoGainFirst from byte to int
3183 - if necessary increased class version
3184
3185 * mpedestal/MExtractPedestal.cc:
3186 - improved output
3187
3188 * mhcalib/MHCalibrationChargeCam.cc:
3189 - fixed a %3.1 instead of %3.1f
3190
3191
3192
3193 2007/02/03 Thomas Bretz
3194
3195 * mhist/MHCamEvent.[h,cc]:
3196 - added Draw function to context menu
3197 - added GetHist member functions
3198 - added possibility to display the relative error
3199
3200 * mjobs/MJCalibration.cc:
3201 - read the hi-/lo-gain calibration constants from a MHCamEvent
3202 which is stored in a root file given in resources/hilocalib.rc
3203
3204 * msignal/MExtractTimeAndCharge.cc:
3205 - improved the estimation in GetSaturationTime for the cases in
3206 which the saturating pulse is so early, that an normal
3207 interpolation is not appropriate.
3208
3209 * callisto_DecJan04.rc:
3210 - set fall- and rise-time for spline artificially to 0.5
3211
3212 * mhbase/MFillH.cc:
3213 - added comments
3214
3215 * mpedestal/MExtractPedestal.[h,cc],
3216 mpedestal/MPedCalcFromLoGain.cc, mpedestal/MPedCalcPedRun.cc:
3217 - fixed the range check.In case of the lo-gain extraction
3218 the range could infact leak out of the fadc slices
3219
3220 * msignal/MExtractTimeAndCharge.[h,cc]:
3221 - added somecomments
3222 - forbid the lo-gain signal to be negative
3223 - increased version number for compatibility with last release
3224
3225 * msignal/MExtractTimeAndChargeSpline.cc:
3226 - set the correct numbers for rise- and fall-time as default
3227
3228 * mbase/MStatusArray.[h,cc]:
3229 - improved workaround in Read() and Write() for the Reset
3230 of the kCanDelete bit in TH1
3231
3232 * mjobs/MJCalibration.cc, mjobs/MJCalibrateSignal.cc:
3233 - commented out obsolete references to *HiLoCam
3234
3235 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
3236 mcalib/CalibLinkDef.h:
3237 - removed *HiLoCam s
3238
3239
3240
3241 2007/02/02 Thomas Bretz
3242
3243 * mreflector/MRflSinglePhoton.[h,cc], mreflector/MRflEvtData.[h,cc]:
3244 - added new Fill functions allowing to fill photons versus
3245 a z-value, e.g. energy.
3246
3247
3248
3249 2007/02/01 Thomas Bretz
3250
3251 * mhist/MHCamEvent.[h,cc]:
3252 - allow to set a histogram for display from external
3253
3254 * mhist/MHCamera.[h,cc]:
3255 - added functions to calc Median/Dev
3256 - fixed adding a MHCamera with AddCamContent. It now takes also
3257 the errors and binentries correctly into account
3258 - simplified Reset() using TArray::Reset()
3259
3260 * mhvstime/MHSectorVsTime.[h,cc]:
3261 - added option to use median/dev instead of mean/rms
3262 - switched Grid on
3263
3264 * mjobs/MSequence.cc, mjobs/MDataSet.cc:
3265 - small improvements to splitting number rows
3266 - handle possible tabs correctly
3267
3268 * mbase/MStatusArray.[h,cc]:
3269 - improved handling in Read(). We make sure now that Read doesn't
3270 produce a memory leak
3271
3272 * mhist/MHCamera.[h,cc]:
3273 - overwrote Clone function to make sure that a cloned MHCamera
3274 is never added to the current directory
3275
3276 * mcamera/MCameraTH.h:
3277 - added a workaround to get rid of the obsolete discriminator thresholds
3278 for the non-trigger pixels
3279
3280 * mreport/MReportCC.cc:
3281 - added a sanity \o-Terminator to the dicriminator threshold extraction
3282
3283
3284
3285
3286 2007/01/30 Thomas Bretz
3287
3288 * mbadpixels/MBadPixelsCam.[h,cc]:
3289 - added function to return the uncalibrated and unsuitable
3290 pixels as TArrayC (to be used in MHCamera)
3291
3292 * mhcalib/MHCalibrationChargeCam.cc:
3293 - added a FIXME-comment
3294
3295 * mhist/MHCamEvent.[h,cc]:
3296 - added an option to change the kind of error which is displayed
3297 - consequently increased version number by 1
3298
3299 * mhist/MHCamera.[h,cc]:
3300 - added a new bit to allow the error to be switched between
3301 mean and spread
3302
3303 * mjobs/MJStar.cc, mjobs/MJCalibrateSignal.cc:
3304 - adapted to changes in error display
3305
3306
3307
3308 2007/01/27 Thomas Bretz
3309
3310 * manalysis/MMcCalibrationUpdate.cc:
3311 - fixed a typo in a comment
3312
3313 * mcalib/MCalibrateData.[h,cc]:
3314 - commented out some obsolete currently unused code
3315
3316 * mdata/MDataPhrase.cc:
3317 - added a sanity check
3318
3319 * mpedestal/MMcPedestalCopy.cc:
3320 - Changed output to fit the structure used in all other classes
3321
3322 * mmain/MEventDisplay.cc:
3323 - made sure that MPedestalSubtract dies the right thing
3324 - removed badpixel calculation and treatment until a better
3325 solution was found.
3326
3327 * mfbase/MFDataPhrase.cc:
3328 - fixed a "comparison is always true" warning
3329
3330 * msignal/MExtractTimeAndChargeDigitalFilter.h:
3331 - increased class version number to 3 to account for the removal
3332 of the fTimeShift data members since last release
3333
3334
3335
3336 2007/01/27 Daniela Dorner
3337
3338 * datacenter/db/showplots.php:
3339 - added (tool to click through the calib, signal and star plots of
3340 one sequence)
3341
3342 * datacenter/db/index.html:
3343 - added link to new plot tool
3344
3345 * datacenter/db/ganymed.php:
3346 - added fDataSetName, removed fWobble
3347 - removed mininmum value of 100 for dataset range
3348
3349 * datacenter/db/builddatasets.php:
3350 - added fIsoInLimit2 and fIMCLimit2 in Init
3351 - added check on observation mode
3352
3353
3354
3355 2007/01/26 Thomas Bretz
3356
3357 * mpedestal/MExtractPedestal.cc:
3358 - fixed a bug which caused the pedestal to be set to 0 if the
3359 AB-flag is invalid
3360
3361
3362
3363 2007/01/25 Thomas Bretz
3364
3365 * mreflector/MRflSinglePhoton.h:
3366 - added copy constructor
3367 - added a function to fill a TH2
3368
3369 * mreflector/MRflEvtData.[h,cc]:
3370 - added copy costructor
3371 - added Clone function
3372 - added a function to fill a TH2
3373
3374
3375
3376 2007/01/24 Thomas Bretz
3377
3378 * mhflux/MHCollectionArea.cc:
3379 - fixed a typo in the last change
3380
3381
3382
3383 2007/01/24 Daniel Hoehne
3384
3385 * msignal/*.dat:
3386 - inserted missing third column (0) in all weights files
3387
3388
3389
3390 2007/01/18 Thomas Bretz
3391
3392 * mhflux/MHCollectionArea.cc:
3393 - another fix for the error calculation of the collection area.
3394 The totalarea was inluded in the error calculation as it would
3395 be a wait, but actually it is not.
3396
3397
3398
3399 2007/01/16 Thomas Bretz
3400
3401 * mfileio/MReadMarsFile.cc:
3402 - fixed two "comparison between signed and unsigned integer" warnings
3403
3404 * mhbase/MFillH.cc:
3405 - small update to comments
3406
3407 * mimage/MHHillasExt.cc:
3408 - call SetDirectory(NULL) after SetName
3409
3410 * mjobs/MSequence.[h,cc]:
3411 - commented out obsolete GetFileNames
3412
3413 * msignal/MExtractor.[h,cc]:
3414 - Some small updates
3415 - removed code from Process function
3416 - increased version number to 7
3417
3418 * msignal/MExtractedSignalPix.h:
3419 - some simple reordering in the class header
3420
3421 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
3422 - simplified the checks in SetWindowSize
3423
3424 * msignal/MC_cosmics_weights46.dat, msignal/MC_weights46.dat:
3425 - added third column with zeros
3426
3427
3428
3429 2007/01/16 Daniela Dorner
3430
3431 * datacenter/db/menu.php, datacenter/db/datasetinfo-aio.php,
3432 datacenter/db/magicdefs.php:
3433 - implemented new variables for datasets
3434
3435
3436
3437 2007/01/15 Thomas Bretz
3438
3439 * mpedestal/MPedestalSubtract.cc:
3440 - added a sanity check tomake sure that the pixel array has the
3441 correct size when filled
3442 - made sure the the number of pixels in the camera nd not the
3443 number of connected pixels is used to initialize the size of
3444 the arrays.
3445
3446 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
3447 - allow the initialization of nuber of pixels and samples
3448 independanly.
3449
3450
3451 2007/01/15 Daniela Dorner
3452
3453 * datacenter/db/sources.php, datacenter/db/sequinfo-aio.php,
3454 datacenter/db/runinfo-aio.php, datacenter/db/printtable.php,
3455 datacenter/db/plotdb.php, datacenter/db/menu.php,
3456 datacenter/db/findoffdata.php, datacenter/db/builddatasets.php,
3457 datacenter/db/datasetinfo.php:
3458 - fixed bug in init of $_GET
3459
3460
3461
3462 2007/01/12 Stefan Ruegamer
3463
3464 * datacenter/macros/writedatasetfile.C:
3465 - addded #include <errno.h>
3466
3467
3468
3469 2007/01/11 Thomas Bretz
3470
3471 * mbase/MLogManip.cc:
3472 - removed the obsolete include of MLog.h
3473
3474 * mbase/MLogManip.h:
3475 - encapsulated an include in ifdefs
3476
3477 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationChargeCam.cc:
3478 - updated log-output
3479
3480 * mhflux/MHEnergyEst.cc:
3481 - replaced difficult to see green by blue
3482
3483 * mjobs/MDataSet.[h,cc]:
3484 - added datat members for path of sequences and path of data files
3485 to be able to store overwritten defaults
3486 - check completeness of dataset files
3487 - store a MSequence object in the list instead of the name and dir
3488 (this is necessary to have all important information for a dataset
3489 file, including the sequence number! - available)
3490 - some changes to the output
3491 - allow to print a perfect copy of the read dataset file to the console
3492 just from the contents of the object
3493
3494 * mjobs/MJStar.cc:
3495 - updated to use MSequence::GetFileName instead of MSequence:GetName
3496
3497 * mjobs/MSequence.[h,cc]:
3498 - keep filename and datapath in header, this has some advantages
3499 for sanity checks
3500 - many improvements of sanity checking in case of missing or
3501 unaccessible files
3502 - Fixed "lightConditions" (was "LightCondition")
3503 - Fixed "No_Moon" (was "NoMoon")
3504 - allow to set the data path as second argument in the constructor
3505 - implemented a check whether the sequence file is complete
3506
3507 * mjobs/MJCut.[h,cc]:
3508 - added some code (still commented out) to display the excess rate
3509 - with the other changes we can now store the original dataset in
3510 the output
3511
3512 * mjoptim/MJOptimize.cc:
3513 - Keep the sequence files in the file list instead of just the
3514 filename and the directory
3515
3516 * mjtrain/MJTrainDisp.cc:
3517 - use return value of MDataSet::AddFilesOn/Off for a sanity check
3518
3519 * mjobs/MJob.[h,cc]:
3520 - removed obsolete fPathData and stuff
3521
3522 * callisto.cc, star.cc:
3523 - removed obsolete calls to MJob::SetPathData
3524
3525 * callisto.rc, star.rc:
3526 - removed obsolete examples for "PathData"-resource
3527
3528 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
3529 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.cc:
3530 - removed obsolete reference to fPathData
3531
3532
3533
3534 2007/01/11 Daniela Dorner
3535
3536 * datacenter/db/builddatasets.php:
3537 - implemented username (the one who inserts the dataset has to give
3538 his/her username now)
3539 - fixed password query in case user inserted something wrong
3540 - implemented check, if on-sequences have different observations
3541 modes
3542 - implemented check, if user has chosen one sequences as on and off
3543 - adapted text of password prompt
3544
3545 * datacenter/db/builddatasets.php, datasetinfo-aio.php,
3546 runinfo-aio.php, sequinfo-aio.php:
3547 - minor changes in formatting
3548 - added 'alt' for +/- images
3549
3550 * datacenter/db/menu.js:
3551 - added 'alt' for +/- images
3552
3553
3554
3555 2007/01/10 Thomas Bretz
3556
3557 * mhbase/MH.cc:
3558 - fixed a bug in SetBinomialErrors. The errors of the two
3559 histograms were exchanged in the calculation
3560
3561 * mbase/MEnv.[h,cc]:
3562 - added new member function GetNumUntouched
3563
Note: See TracBrowser for help on using the repository browser.