source: trunk/MagicSoft/Mars/Changelog@ 8780

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