source: trunk/MagicSoft/Mars/Changelog@ 8782

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