source: trunk/MagicSoft/Mars/Changelog@ 8793

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