source: trunk/MagicSoft/Mars/Changelog@ 9135

Last change on this file since 9135 was 9135, checked in by Daniela Dorner, 16 years ago
*** empty log message ***
File size: 75.5 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 2008/09/05 Daniela Dorner
22
23 * datacenter/scripts/sourcfile:
24 - fixed bug (setstatus was not working for dataets and runs)
25
26
27
28 2008/08/27 Daniela Dorner
29
30 * datacenter/scripts/fillganymed:
31 - fixed bug in getting the dataset number (removed telescope
32 number)
33
34 * datacenter/scripts/copyscript:
35 - fixed bug in find for optical files
36 - added some logging
37
38
39
40 2008/08/25 Daniela Dorner
41
42 * datacenter/macros/filloptical.C:
43 - added different return values in case of not matching lines
44 - added new columns (ellipticity and position angle)
45
46 * datacenter/macros/fillobjects.C, datacenter/macros/fillobjects2.C:
47 - InsertUpdate instead of Insert now
48
49 * resources/TeVsources.txt, resources/good_compstars_R.txt:
50 - added new sources
51
52 * datacenter/scripts/copyscript:
53 - implemented new return values
54 - improved find for optical files
55
56 * datacenter/scripts/dbchk:
57 - adapted check for consistency between sequencefiles and content
58 of database: now only done for sequences where the file is
59 already written
60
61
62
63 2008/08/22 Daniela Dorner
64
65 * datacenter/scripts/scriptlauncher:
66 - fixed bug in starting scripts with command line options
67
68 * datacenter/scripts/dowebplots:
69 - fixed bug (showplot was not executed in the mars directory)
70 - moved all general rsyncs to the end of the script
71
72
73
74 2008/08/21 Daniela Dorner
75
76 * datacenter/db/plotdb.php:
77 - changed input field from 6 to 8 digits
78
79 * datacenter/scripts/dbchk:
80 - added check if something on nightly basis failed
81
82 * datacenter/scripts/dowebplots:
83 - fixed sequencepath in rsync
84
85 * datacenter/scripts/jobmanager:
86 - changed choosing of jobmanager (data or mc) from if to case
87 - implemented case-statement for the choice of the queueing
88 system (condor and sun grid engine implemented up to now)
89 - implemented commands for sun grid engine
90
91 * datacenter/scripts/jobmanager, datacenter/scripts/setup:
92 - moved defining of array scripts and pnoswe(ek) from sourcefile
93 to jobmanager
94 - fixed problem with mc jobmanager pnos
95
96 * datacenter/scripts/setup:
97 - implemented definition of queueing system
98 - exchanged camera version
99
100 * datacenter/scripts/sourcefile:
101 - host is retrieved from sql.rc now
102
103 * datacenter/scripts/runcorsika, datacenter/scripts/runreflector,
104 datacenter/scripts/runcamera, datacenter/scripts/setup:
105 - moved defining of detectorpath from scripts to sourcefile
106
107 * datacenter/scripts/runcorsika, datacenter/scripts/setup:
108 - implemented variable for path of Mmcs
109
110 * datacenter/scripts/runcorsika:
111 - exchanged 'operator' in inputcard by `whoami`
112 - implemented usage of function for new datastructure
113
114 * resources/steps.rc:
115 - added line for primaries for MCRunProcessingStatus
116
117
118
119 2008/08/15 Daniela Dorner
120
121 * datacenter/macros/plotdb.C, datacenter/macros/plotoptical.C,
122 datacenter/macros/plotstat.C, datacenter/macros/plotusage.C:
123 - added call plot*(TString path) needed for the script
124 dowebplots
125 - added path to output file
126
127 * datacenter/macros/plotdb.C:
128 - added path to call plotdb(dataset)
129
130 * datacenter/macros/plotoptical.C:
131 - added path to call plotoptical(source)
132
133 * datacenter/macros/plotstat.C:
134 - fixed bug in query
135
136 * datacenter/macros/plotusage.C:
137 - adapted comment
138 - removed not needed calls
139
140 * datacenter/scripts/doqualityplots,
141 datacenter/scripts/webupdate-star,
142 datacenter/scripts/webupdate-sinope,
143 datacenter/scripts/webupdate-callisto,
144 datacenter/scripts/webupdate-ganymed:
145 - deleted (not needed anymore, done by dowebplots now)
146
147 * datacenter/scripts/dowebplots:
148 - rewritten completely: script now handles not only creating
149 web plots for ganymed, star and callisto, but also plotdb,
150 plotusage, plotstat and plotoptical
151 - implemented steering via DB for ganymed, star and callisto to
152 make sure that all plots are produced
153 - added rsync to this script
154 - via command line options it is possible to choose which plots
155 should be produced
156 - redirect of the root error (used to output mean values) to
157 txt files in the webdirectory
158 - added writing of csv file (read by tabs.php)
159
160 * datacenter/scripts/run.condor:
161 - added 'Arguments' (needed to submit dowebplots including
162 command line opticon to condor)
163
164 * datacenter/scripts/scriptlauncher:
165 - removed makedir of $listpath and $lockpath (done in setup
166 already)
167 - exchanged algorithm to loop over scripts to allow for scripts
168 with command line option
169
170 * datacenter/scripts/sourcefile, datacenter/scripts/jobmanager:
171 - moved definition of $column from sourcefile to jobmanager
172 to allow for usage of the function getstatus by other scripts
173 than the jobmanager
174
175 * datacenter/scripts/sourcefile:
176 - removed definition of webpath (already defined in setup)
177 - removed making of $listpath (not needed anymore)
178 - added fail code for dowebplots (27)
179 - additional if-clause in the getstatus function to allow
180 for using it even if no column is defined
181 - removed not needed 'numproc=0'
182
183 * resources/steps.rc:
184 - added steps for webplots (fWebCalib, fWebStar, fWebGanymed,
185 fWebPlotDBGanymed)
186
187
188
189 2008/08/14 Daniela Dorner
190
191 * datacenter/macros/plotusage.C:
192 - added (macro to plot condor usage from DB)
193
194
195
196 2008/08/13 Daniela Dorner
197
198 * datacenter/scripts/setup:
199 - removed listpath (not used anymore)
200 - removed commented, not needed lines
201
202
203
204 2008/08/13 Stefan Ruegamer
205
206 * datacenter/scripts/webupdate-star:
207 - added option to prevent melibea-Q-files from being rsynced
208
209
210
211 2008/08/12 Stefan Ruegamer
212
213 * datacenter/script/checkmd5sum:
214 - fixed the check for raw files
215 - added a check for the nunmber of checked files
216
217 * datacenter/scripts/webupdate-callisto,
218 datacenter/scripts/webupdate-star:
219 - fixed the --exclude option so Y and I file do no longer get
220 synced
221
222 * datacenter/script/zipscript:
223 - added check if the raw file is no longer existing (happens when
224 multiple zipscripts are started)
225 - added check for the case that the sequence number is 0
226 - fixed some echos
227 - added telescope number for the db update query
228
229
230
231 2008/08/08 Daniela Dorner
232
233 * datacenter/db/magicdefs.php:
234 - fixed sorting for sequences
235
236 * datacenter/scripts/checkstardone,
237 datacenter/scripts/writedatasetfiles:
238 - fixed bug in getting the dataset number (removed telescope
239 number)
240
241
242
243 2008/08/07 Daniela Dorner
244
245 * datacenter/scripts/runganymed:
246 - removed telescope number
247
248 * datacenter/scripts/checkstardone:
249 - added dataset number to output
250
251 * datacenter/db/runinfo-aio.php, datacenter/db/sequinfo-aio.php
252 datacenter/db/magicdefs.php:
253 - improved sorting with combination of (file-,) run/sequ- and
254 telescope number
255
256
257
258 2008/08/07 Thomas Bretz
259
260 * datacenter/macros/buildsequenceentries.C:
261 - fixed a problem with the check whether a sequence already
262 exists. It was always belived that the sequence doesn't exist.
263
264
265
266 2008/08/07 Stefan Ruegamer
267
268 * datacenter/scripts/makecallistolinks
269 - added a condition to prevent the linking of the old Dec04Jan05.rc
270 for mux data
271
272 * datacenter/scripts/cutslices
273 - changed checklock to checklock continue to prevent the program
274 from exiting if a lock file already exists
275
276
277
278 2008/08/06 Daniela Dorner
279
280 * datacenter/db/sequinfo.php, datacenter/db/sequinfo-aio.php,
281 datacenter/db/sequence.php, datacenter/db/runinfo.php,
282 datacenter/db/runinfo-aio.php, datacenter/db/resetseq.php,
283 datacenter/db/plotinclude.php, datacenter/db/magicdefs.php,
284 datacenter/db/ganymed.php, datacenter/db/findoffdata.php,
285 datacenter/db/dbstatus.php, datacenter/db/datasetinfo-aio.php,
286 datacenter/db/datasetinfo.php, datacenter/db/datacheck.php,
287 datacenter/db/builddatasets.php:
288 - changed syntax of left join to 'using(columnname)'
289
290 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
291 datacenter/db/magicdefs.php, datacenter/db/builddatasets.php
292 datacenter/db/dbstatus.php, datacenter/db/findoffdata.php,
293 datacenter/db/plotinclude.php, datacenter/db/resetseq.php,
294 datacenter/db/sequence.php, datacenter/db/sequinfo.php:
295 - implemented telescope number
296
297 * datacenter/db/runinfo-aio.php:
298 - moved pulldown for number of results
299
300 * datacenter/db/resetseq.php:
301 - removed unknown ip adresses, added names to known ip adresses
302
303 * datacenter/db/menu.php:
304 - changed width input field for sequence number in run menu from
305 6 to 8
306
307
308
309 2008/08/06 Thomas Bretz
310
311 * mfileio/MReadTree.cc:
312 - removed some debug out
313
314
315
316 2008/08/06 Stefan Ruegamer
317
318 * callisto_mux.rc
319 - changed the extractor window from 15 64 to 0 49
320
321 * datacenter/scripts/setup
322 - commented the lines containing cutslices out
323
324
325
326 2008/08/05 Stefan Ruegamer
327
328 * datacenter/scripts/movingrawfiles:
329 - added checks for owner of the file
330 - adapted the script to the different pathes
331
332 * datacenter/scripts/zipscript:
333 - added telno and fileno so it works with the new files
334 - added the telno to the calzip-lock file
335
336 * datacenter/scripts/runcallisto:
337 - added the telno to the calzip-lock file
338 - removed the link to callisto_mux_new.rc, it is no longer needed
339
340
341
342 2008/08/05 Thomas Bretz
343
344 * datacenter/macros/fillstar.C:
345 - fixed the case of invalid effective on times
346 - fixed the regular expression to find the MSequence in old files
347 - added information about the dc currents
348
349 * datacenter/macros/fillcondor.C:
350 - added
351
352
353
354 2008/08/05 Daniela Dorner
355
356 * datacenter/tools/resetpriorities:
357 - added (script to reset priorities in the tables RunProcessStatus,
358 SequenceProcessStatus and DataSetProcessStatus)
359
360 * datacenter/scripts/makecallistolinks:
361 - removed not needed output
362
363 * datacenter/scripts/sourcefile:
364 - fixed bug in query of setstatus
365 - improved if-clause to avoid unneccessary output
366
367 * datacenter/db/menu.php:
368 - changed width input fields for ranges from 6 to 8
369
370 * datacenter/scripts/condorstatistic:
371 - fixed logging output
372
373 * datacenter/scripts/dbchk:
374 - added checking of consistency with table SequenceProcessStatus
375
376 * resources/steps.rc:
377 - fixed primaries of DataSetProcessStatus
378
379
380
381 2008/08/04 Daniela Dorner
382
383 * datacenter/scripts/runstar:
384 - removed linking of rc-files and command line argument --config
385 (usage of star_mux.rc not needed anymore)
386
387
388
389 2008/08/04 Thomas Bretz
390
391 * RELEASE V2.1.1
392
393
394
395 2008/08/04 Stefan Ruegamer
396
397 * datacenter/scripts/setup:
398 - added compux/cutslices to the jobmanager queue
399
400 * datacenter/scripts/movingrawfiles:
401 - modified the regex for finding the run number such that it
402 satisfies the new raw file convention
403 - the script now searches for files in /magic and /data, so
404 movingrawfiles2 is obsolete
405
406 * datacenter/scripts/cutslices:
407 - adapted the script for jobmanager use
408 - included some more checks
409
410
411
412 2008/08/04 Thomas Bretz
413
414 * mjobs/MJCalibrateSignal.cc:
415 - added a filter against very bright events cleaning the
416 bad pixel plot
417
418 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
419 - slightly tightened the spark cut in length vs size
420
421 * ganymed_wobble.rc:
422 - now uses the default (still 3) for the number of wobble
423 positions
424
425 * mbase/MParEmulated.[h,cc]:
426 - some improvements to support collection (still not finished)
427
428 * mraw/MRawRunHeader.cc:
429 - Implemented a fix for run-numbers between 1001348 and 1001396
430 which were incorrectly assigned by the cc.
431 - changed order of fix and check
432
433 * resources/calibration_spline.rc:
434 - updated muon calibration constants for the periods 51-57,
435 58-63 and 67-
436
437
438
439 2008/08/04 Daniela Dorner
440
441 * datacenter/scripts/setup:
442 - changed order of scripts (now: ganymed, star, callisto)
443 - adapted number of allowed processes (more CPUs available now)
444 - commented mc jobmanager stuff out, as it is not yet working
445 completely
446
447
448
449 2008/08/03 Daniela Dorner
450
451 * datacenter/scripts/runcamera, datacenter/scripts/runcorsika,
452 datacenter/scripts/runreflector:
453 - removed primvar
454
455 * datacenter/scripts/condorstatistics:
456 - added (script calling the macro fillcondor.C to fill condor
457 statistics to the database, tars the condor-statistic files
458 afterwards)
459
460 * datacenter/scripts/dowebplots:
461 - added converting from ps to pdf and removing of ps
462
463
464
465 2008/08/02 Thomas Bretz
466
467 * datacenter/scripts/dbchk:
468 - if the regular expression in sed doesn't find anything
469 nothing is replaced (this case is now handled)
470
471 * mjobs/MJPedestal.cc:
472 - removed the obsolete shift variable in PosePosCheck
473 - do not allow lo-gain starts < 0
474
475 * msignal/MExtractTimeAndCharge.cc:
476 - changed lo-gain stat sift to -1.0 (which is the valie which
477 in use anyway)
478
479 * msignal/MExtractTimeAndCharge.h:
480 - do not add the lo-gain offset wehen setting the start-shift
481
482 * msignal/MExtractor.cc:
483 - make sure Print() prints the class description
484
485 * mpointing/MSrcPosCalc.[h,cc]:
486 - if the MC camera files are new enough the source position on the
487 camera is now calculated from the stored telescope and shower
488 orientation
489
490
491
492 2008/08/01 Thomas Bretz
493
494 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
495 - added starguider calibration 328198
496
497 * resources/starguider00328198.txt:
498 - added
499
500 * datacenter/macros/plotdb.C:
501 - added fMedNumPheInner/outer
502 - added fRelChargeRmsOuter
503
504 * mbase/MStatusDisplay.[h,cc]:
505 - added %%title%% as a possibility in the filename
506 - added some code to write an XML instead of a csv file
507 (still not in-use)
508
509 * mjobs/MJCut.cc, mjobs/MJSpectrum.cc:
510 - replaced RunNumber by FileId
511
512
513
514 2008/07/31 Daniela Dorner
515
516 * resources/steps.rc:
517 - added missing influences and needs for DataSetProcessStatus
518
519 * datacenter/scripts/checkstardone:
520 - removed breaks
521 - removed not needed variables
522 - changed dataset from string to int in call of macro
523
524 * datacenter/scripts/budb:
525 - added output how to create database MyMagic
526 - added removing of logfiles
527 - some small inprovements
528
529
530
531 2008/07/31 Thomas Bretz
532
533 * merpp.cc:
534 - fixed merpping a single report file
535 - Strip the dir name from MJMerpp's name
536
537 * mreports/MReportCamera.cc:
538 - also allow empty HV Settings file names
539
540 * datacenter/macros/checkstardone.C:
541 - fixed the query
542 - fixed a typo
543
544 * datacenter/macros/fillcalib.C:
545 - changed ouput
546 - get seq-number from sequence instead of file-name
547 - added telescope number
548 - added fRelChargeRmsInner/Outer
549 - added fMedNumPheInner/Outer
550 - don't user TEnv anymore
551
552 * datacenter/macros/fillsignal.C
553 - get seq-number from sequence instead of file-name
554 - added telescope number
555
556 * datacenter/macros/fillstar.C:
557 - changed ouput
558 - get seq-number from sequence instead of file-name
559 - added telescope number
560 - added fTotOnTime
561
562 * callisto.rc, callisto_Dec04Jan05.rc, callisto_mux.rc:
563 - removed obsolete reference to ExtractTime
564
565
566
567 2008/07/30 Thomas Bretz
568
569 * mjobs/MSequence.cc:
570 - fixed a typo in the new Read function
571
572
573
574 2008/07/30 Daniela Dorner
575
576 * resources/steps.rc:
577 - added
578 - adapted to new data structure
579
580 * steps.rc:
581 - removed
582
583 * datacenter/macros/setupdb.C, datacenter/macros/setstatus.C,
584 datacenter/macros/getdolist.C:
585 - removed
586
587 * datacenter/db/datacheck.php, datacenter/db/datasetinfo.php,
588 datacenter/db/magicdefs.php, datacenter/db/menu.php,
589 datacenter/db/resetseq.php, datacenter/db/runinfo.php,
590 datacenter/db/sequinfo.php, datacenter/macros/resetcolumn.C:
591 - removed fFailedCodeAdd
592 - changed fFailedCode to fProgramId
593
594 * datacenter/scripts/sourcefile:
595 - adapted path of steps.rc
596 - added new additional primaries to functions setstatus, getstatus
597 gettodo and getdolist
598 - merged function gettodo and getdolist
599 - removed todofile
600 - removed fFailedCodeAdd
601 - changed fFailedCode to fProgramId
602
603 * datacenter/scripts/buildsequenceentries,
604 datacenter/scripts/checkfilesforsequenceavail,
605 datacenter/scripts/checkstardone, datacenter/scripts/doexclusions,
606 datacenter/scripts/fillcallisto, datacenter/scripts/fillstar,
607 datacenter/scripts/fillganymed,
608 datacenter/scripts/writedatasetfiles,
609 datacenter/scripts/writesequencefiles:
610 - implemented usage of getodo (new merged function)
611 - removed todofile
612 - removed primval
613
614 * datacenter/scripts/runcallisto, datacenter/scripts/dodatacheck,
615 datacenter/scripts/runganymed, datacenter/scripts/runstar:
616 - implemented usage of getodo (new merged function)
617 - removed primval
618
619 * datacenter/scripts/checkstardone
620 - removed comadd
621
622 * datacenter/scripts/runcallisto
623 - append output of stage.C instead of overwriting logfile
624
625 * datacenter/macros/resetcolumn.C:
626 - added return 0 and output, as this macro is not yes adapted to
627 the new data structure for MAGIC II
628
629 * datacenter/scripts/makecallistolinks:
630 - exchanged grepping for reason by db-query (return code 13)
631 - exchanged call of resetcolumn.C by direct db-query
632
633
634
635 2008/07/29 Stefan Ruegamer
636
637 * datacenter/scripts/zipscript
638 - modified the regex for finding the run number such that it
639 satisfies the new raw file convention
640
641
642
643 2008/07/28 Daniela Dorner
644
645 * datacenter/scripts/correcttime, datacenter/scripts/cutslices,
646 datacenter/scripts/dodatacheck:
647 - added exit and output, as these scripts are not adapted to the
648 new data structure for MAGIC II
649
650 * datacenter/scripts/dbchk:
651 - added outputs to processlog
652
653 * datacenter/scripts/doexclusions,
654 datacenter/scripts/writesequencefiles,
655 datacenter/scripts/buildsequenceentries:
656 - added telescope number 1 to call of macro
657
658 * datacenter/scripts/sourcefile:
659 - added priority
660
661
662
663 2008/07/27 Thomas Bretz
664
665 * merpp.cc:
666 - added include of TClass to work with root 5.20
667
668 * mbase/MParEmulated.[h,cc]:
669 - for root 5.20/00 we have to use TVirtualStreamer instead
670 of TStremaer
671
672 * mbase/MStatusDisplay.cc:
673 - the workaround had to be fixed because since we don't change
674 gPad for printing anymore all following line and text drawings
675 reffered to the wrong gPad
676
677 * datacenter/scripts/doqualityplots, datacenter/scripts/dowebplots:
678 - also antialias text
679 - save as interlaced png
680
681 * mbase/MThread.h:
682 - use a reinterpret_cast when returning the Thresd's result
683 (this gave a correct warning on 32bit systems)
684
685 * mhbase/MH3.h:
686 - when available return the histogram title as title (without axis)
687 - implemented GetFullTitle member function to return the full title
688
689
690
691 2008/07/25 Thomas Bretz
692
693 * mbase/MStatusDisplay.cc:
694 - expand path name for csv files
695
696 * mfileio/MReadFiles.cc:
697 - print a warning if no file was added
698
699 * mfileio/MReadTree.cc:
700 - updated warning if no file was added
701
702 * mfileio/MReadScanFile.[h,cc]:
703 - for safety add a postprocessing removing the contents
704 from the list
705 - also removing the contents from the list before filling
706
707 * mhbase/MH3.cc:
708 - fixed an output
709
710 * mtools/MTFillMatrix.[h,cc]:
711 - added a maximum number the eventloop is running over
712
713 * mjobs/MSequence.cc:
714 - replaced gFile by gDirectory
715
716
717
718 2008/07/23 Thomas Bretz
719
720 * showplot.cc:
721 - allow to read more than one file
722
723 * datacenter/macros/stage.C:
724 - changed the return type to int
725
726 * mbase/MStatusArray.cc:
727 - added a check for the key in read to supress the root error
728 on the console
729
730 * mbase/MStatusDisplay.[h,cc]:
731 - stop update timer in destructor
732 - added new member function GetNumTabs
733 - we don't need to switch to batchmore when painting canvases
734 anymore
735 - removed an obsolete cout
736
737 * mjobs/MJCalibrateSignal.cc:
738 - changed again the wrong names of the tasklists
739
740 * mjobs/MSequence.[h,cc]:
741 - set default telescope to 1 so that reading old sequence files
742 gives valid sequences.
743 - overwrote Read to allow reading also old sequences which
744 have no default name in the files
745 - removed output of "DataPath" from Print
746
747 * msql/MSQLMagic.[h,cc]:
748 - added a second InsertUpdate
749 - added ExistRow
750
751 * datacenter/scripts/runcallisto:
752 - adapted to all other changes
753 - removed merpping of caco-files
754
755
756
757 2008/07/22 Thomas Bretz
758
759 * mbase/MTime.cc:
760 - do not check the return value of mktime (this would
761 fail for dates before 1970)
762
763 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
764 - distinguish between data-runs and mc-runs for the rate plot
765 - named the tasklist for pedestal and calib extraction
766
767 * mjobs/MJMerpp.cc:
768 - precheck the accessibility of all files if a sequence
769 is processed
770
771 * mjobs/MSequence.cc:
772 - the file number is three digits
773 - the Tag for data runs is DatRuns not DataRuns
774
775 * mfileio/Makefile, mfileio/FileIOLinkDef.h:
776 - added MReadFiles
777 - added MReadScanFile
778
779 * mfileio/MReadFiles.[h,cc], mfileio/MReadScanFile.[h,cc]:
780 - added
781
782 * mfileio/MreadRflFile.[h,cc]:
783 - derived from MReadFiles (untested)
784
785 * datacenter/macros/checkfileavail.C:
786 - fixed a type (TSQLRow instead of TSQlRow)
787 - added a missing ;
788
789 * mfileio/MReadTree.[h,cc]:
790 - added some includes
791 - added the IsOwned member function to make sure we don't
792 spoil memory when out pointers are deleted in the destructor
793 - removed some really obsolete workarounds
794 - added a member function to add friends
795 - don't allocate memory in AddFile
796 - implemented the possibility to process also friends
797 - implemented the possibility to read branches from unknown
798 "vendors", i.e. branches for which the class is not available
799 in the dictionary
800 - added a list to hold all parameter containers to be able to
801 call SetReadyToSave more easily than previously
802
803 * mbase/MParEmulated.[h,cc]:
804 - added
805
806 * mbase/Makefile, mbase/BaseLinkDef.h:
807 - added MParEmulated
808
809 * mbase/MParameters.h:
810 - added functions to get the pointer to the values. Handle this
811 with care.
812
813 * mbase/MParConatiner.h:
814 - made GetterMethod virtual to allow MParEmulated to overwrite it
815 - made fgListMethodCall protected to allow MParEmulated to
816 add its new TMethodCalls
817
818 * datacenter/macros/checkfileavail.C:
819 - removed dependence on caco-files.
820 - fixed query
821 - output query in case of failure
822
823 * datacenter/scripts/checkfilesforsequenceavail:
824 - fixed to use new checkfileavail.C
825
826 * mcalib/MCalibrateData.cc:
827 - removed the fixed scale factor for MCs. It is now left open,
828 thus it can be changed from the callisto resource file
829
830 * mdata/MDataMember.cc:
831 - small improvement to error output
832
833 * mfileio/MWriteRootFile.cc:
834 - small change to log-level
835
836 * mbase/MTaskList.cc:
837 - in case of an unknown return value stop event loop
838
839 * mfileio/MRead.cc:
840 - use gSystem->BaseName to get file name
841
842
843
844 2008/07/21 Thomas Bretz
845
846 * mbase/MParContainer.[h,cc]:
847 - adde new static ember functions GetClass
848
849 * mbase/MParList.[h,cc], mbase/MStatusArray.[h,cc],
850 mreport/MReportHelp.cc:
851 - use new GetClass function
852
853
854
855 2008/07/20 Thomas Bretz
856
857 * callisto.cc, star.cc, mjobs/MDataSet.cc, mjobs/MJCalibrateSignal.cc,
858 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjoptim/MJOptimize.cc,
859 mmain/MEventDisplay.cc:
860 - replaced Setup*Runs by GetRuns
861
862 * datacenter/macros/buildsequenceentries.C:
863 - output if something is deleted
864
865 * datacenter/macros/plotdb.C:
866 - added kGroupByDay option
867 - some small changes
868 - made group by work with "as"
869 - made use of TEnv obsolete
870
871 * datacenter/macros/plotrundb.C:
872 - added telescope number as otpion
873
874 * datacenter/scripts/checkfilesforsequenceavail:
875 - added telescope number 1 to call of checkfileavail.C
876
877 * mbase/MTime.cc:
878 - made SetSqlDateTime more flexible
879
880 * mjobs/MJMerpp.[h,cc]:
881 - added (basically the code from merpp.cc)
882 - enhanced with the possibility to merpp a whole sequence
883
884 * merpp.cc:
885 - use new MJMerpp
886
887 * mjobs/Makefile, mjobs/JobsLinkDef.h:
888 - added MJMerpp
889
890 * datacenter/macros/checkfileavail.C, datacenter/macros/checkstardone.C:
891 - reduced queries to a single query
892 - take sequence number as argumenet instead of filename
893
894 * datacenter/scripts/checkstardone:
895 - adapted to changes in checkstardone.C
896
897 * mjobs/MSequence.[h,cc]:
898 - a lot of rework to the file-interface
899 - included subsystem (cc) files
900 - some renaming to some functions
901 - improved the interface to the database
902 - unified the Setup*Runs into GetRuns
903 - when inflating a sequence name allow to use [tel:]squence now
904
905 * mjobs/MSequenceSQL.[h,cc]:
906 - adapted to changes in MSequence
907
908 * datacenter/macros/stage.C
909 - added
910
911 * mjobs/MJStar.cc:
912 - changed displayed title according to the other jobs
913 - changed Setup*Runs to GetRuns
914 - unified output when finished
915 - make sure the weight for the rate tab is not 0
916 - read the currents now from the camera instead of the currents tree
917
918
919
920 2008/07/19 Thomas Bretz
921
922 * datacenter/macros/buildsequenceentries.C:
923 - Use the GetId also in the constructor of Rule
924 - fixed reading of the sections in the sequences.rc
925
926 * datacenter/macros/writesequencefile.C:
927 - included iostream
928
929 * mjobs/MSequence.[h,cc]:
930 - updates some comments
931 - simplified the comparison functions
932 - calculate fPeriod automatically in any case
933 (do not read from file)
934 - added X for excluded to AddFile
935 - use AddFile in ExludeFile
936 - removed incorrect calles to MJob::SortArray
937 - call SortArrays correctly in AddFile
938 - changed default for telescope from 1 to 0 in SQL constructor
939 - allow to set a default path from within the sequence file
940 (in most cases this won't help much)
941
942 * mjobs/MSequenceSQL.[h,cc]:
943 - if telescope number is 0 check whether an unambiguous
944 sequence with this number exists. If existing set the
945 telescope number accordingly
946 - changed default for telescope in constructor to 0 accordingly
947
948
949
950 2008/07/18 Thomas Bretz
951
952 * mbase/MTime.cc:
953 - GetStringFmt was taking the daylight saving time into account
954 (hopefully this fix is not too much dependent on the kernel)
955
956 * mjobs/MSequence.cc:
957 - added some preliminary code for comparing two sequences
958 - fixed output in Print (the "s" was missing in LightConditions)
959 - do not write the "Run[0-]*" line for anything else than
960 the "Runs" (needs more fixes)
961
962 * mjobs/MSequenceSQL.cc:
963 - added a sanity check
964
965
966
967 2008/07/17 Thomas Bretz
968
969 * mjobs/MSequence.[h,cc]:
970 - added fTelescope data member
971 - increased class version number accordingly
972 - added return value to WriteFile
973
974 * mjobs/MSequenceSQL.cc:
975 - added TelescopeNumber to where-clause
976 - get fFileNumber from RunData
977 - use File-Id to order files
978 - added telescope number to all constructors
979
980 * automatic-exclusions.rc:
981 - moved as exclusions.rc to resources and updated contents
982 to new doeclusion.C
983
984 * ganymed.cc:
985 - updated Usage output
986 - added new option to change meximum file size
987
988 * merpp.cc:
989 - merpp also MCameraDC from cc-report
990
991 * datacenter/macros/fillsignal.C:
992 - replaces WARNING by ERROR if an error is returned
993
994 * datacenter/macros/writesequencefile.C:
995 - completely redone using new MSequenceSQL
996
997 * mcamera/MCameraDC.[h,cc]:
998 - added the Interprete member function
999 - made MReportCamera and MReportCurrents friends clases
1000 - added fStatus
1001 - increased class version accordingly
1002
1003 * mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
1004 - tiny changes to output
1005
1006 * mreport/MReportCamera.[h,cc]:
1007 - removed fStatusDC
1008 - removed gkActiveLoadControlVersNum
1009 - added interpretation of DC
1010 - increased class version by one
1011
1012 * mreport/MReportCurrents.cc:
1013 - moved interpretation of DCs to MCameraDC
1014
1015 * resources/sequences.rc:
1016 - changed some comments
1017 - added telescope number to rules
1018
1019 * datacenter/macros/buildsequenceentries.C:
1020 - the building is now based on the file-id (run*1000+file)
1021 and it is only done for a single telescope
1022 - added telescope number as srgument
1023 - added fPriority to SequenceProcessStatus
1024 - added fTelescopeNumber to the Sequence table
1025 - the sequence number is still idetical to the first run-number
1026 - changed reading of resource file such that the telescope
1027 number can be given for each subsection
1028
1029 * datacenter/macros/doexclusions.C:
1030 - many simplifications
1031 - use telescope number as argument
1032 - simplified and improved
1033
1034 * datacenter/macros/filldotrun.C:
1035 - some changes to output
1036 - skip comment line at the beginning
1037 - skip the line with the telescope number
1038 - removed ISNULL from telescope/run/file check
1039 - added fPriority to RunProcessStatus
1040 - added telescope und file number to RunData and RunProcessStatus
1041
1042 * datacenter/macros/resetallruns.C:
1043 - adapted to new ten:run/file scheme and the new contents
1044 of the input file
1045
1046 * datacenter/scripts/filesondisk:
1047 - improved regular expressions to find runs
1048 - commmented out caco files
1049 - write telescope run and file-number to the file
1050 - some simplification
1051
1052
1053
1054 2008/07/16 Thomas Bretz
1055
1056 * msql/MSQLMagic.[h,cc]:
1057 - the wehere clause can now be omitted in Update
1058
1059
1060
1061 2008/07/14 Thomas Bretz
1062
1063 * datacenter/macros/fillsignal.C:
1064 - moved sql.rc to constructor of MSQLMagic
1065
1066 * datacenter/macros/plotstat.C:
1067 - improved beauty of the SQL queries
1068 - join by telescope number, run number and file number
1069
1070 * mbase/MString.[h,cc]:
1071 - removed everything except Format which is then identical to
1072 newwer root versions TString::Format
1073
1074 * mastro/MAstro.cc, mastro/MAstroCatalog.cc:
1075 - replaced MString::Print by MString::Format
1076
1077 * mbase/MTime.cc:
1078 - In SetSqlDateTime allow also to set dates without time
1079
1080 * mbase/Makefile, mbase/BaseLinkDef.h:
1081 - removed MRunIter
1082
1083 * mfileio/MWriteRootFile.cc:
1084 - sow in status line if a tree has been finally copied
1085
1086 * mhist/MHEvent.cc:
1087 - replaced GetRunNumber by GetStringID
1088
1089 * mjobs/MJCalibrateSignal.cc:
1090 - Replaced RunNumber by FileId in trogger pattern display
1091 - do not allow to divide by 0
1092
1093 * mjobs/MJExtractSignal.cc, mjobs/MJCalibTest.cc:
1094 - removed obsolete include of MDirIter
1095
1096 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc:
1097 - replaced MRunIter by MDirIter
1098
1099 * mjobs/MSequence.[h,cc]:
1100 - moved code to compile (inflate) a run filename or a its path
1101 to new static function such that they can be accessed from the outside
1102
1103 * star.cc, callisto.cc, mjobs/MSequence.[h,cc], mmain/MEventDisplay.cc
1104 - renamed InflatePath to InflateSeq
1105
1106 * mpedestal/MPedCalcPedRun.cc:
1107 - when checking the runnumber check also for the telescope number
1108
1109 * mraw/MRawRunHeader.[h,cc]:
1110 - added new function GetStringID
1111
1112 * mraw/RawLinkDef.h, mraw/Makefile:
1113 - removed MRawSocketRead
1114
1115 * mpointing/MHSrcPosCam.[h,cc]:
1116 - fixed ouput in case a container is not found
1117 - made it work for monte carlos, too
1118 - use weight when filling histogram
1119 - changed circle line styles
1120 - changed default in constructor to wobble=kTRUE
1121
1122
1123
1124 2008/07/08 Daniel Hoehne
1125
1126 * datacenter/db/menu.php, datacenter/db/magicdefs.php:
1127 - added new columns (fRateTrigEvts, fRateSumEvts, fRatePedEvts,
1128 fRatePedTrigEvts, fRateCalEvts, fRateNullEvts, fRateUnknownEvts,
1129 fRatioCalEvents, fPulsePosCalib, fAvgWindSpeed, fAvgTemperature,
1130 fAvgHumidity, fAvgTempSky, fAvgCloudiness, fRmsCloudiness)
1131
1132
1133
1134 2008/07/05 Thomas Bretz
1135
1136 * datacenter/macros/fillcamera.C, datacenter/macros/findcacofiles.C:
1137 - changed JOIN to use USING
1138 - removed dependence on TEnv
1139 - some improvement to includes
1140
1141 * datacenter/macros/filldotrbk.C, datacenter/macros/fillganymed.C,
1142 datacenter/macros/filloptical.C, datacenter/macros/fillsignal.C,
1143 datacenter/macros/fillsources.C, datacenter/macros/fillstar.C,
1144 datacenter/macros/getdolist.C, datacenter/macros/insertcacofile.C,
1145 datacenter/macros/insertdataset.C, datacenter/macros/plotoptical.C,
1146 datacenter/macros/plotrundb.C, datacenter/macros/plotstat.C,
1147 datacenter/macros/resetallruns.C,
1148 datacenter/macros/writedatasetfile.C:
1149 - removed dependence on TEnv
1150 - some improvement to includes
1151
1152 * datacenter/macros/filldotrun.C:
1153 - make it fail for everything except Magic 1
1154 - removed dependence on TEnv
1155 - some improvement to includes
1156
1157 * datacenter/macros/plotoptical.C:
1158 - removed MPlot, use MPlot from plotdb instead
1159
1160 * datacenter/macros/setstatus.C:
1161 - some improvement to includes
1162
1163 * mbase/MTime.[h,cc]:
1164 - added function returning day of sunrise as MTime
1165
1166 * mhflux/MHAlpha.cc:
1167 - use BinError instead of BinContents to decide whether the
1168 excess time is plotted or not
1169
1170 * mimage/MHHillas.cc:
1171 - changed title of "Center"
1172
1173 * mjobs/JobsLinkDef.h, mjobs/Makefile:
1174 - added new class MSequenceSQL
1175
1176 * mjobs/MSequenceSQL.[h,cc]:
1177 - added
1178
1179 * mjobs/MSequence.[h,cc]:
1180 - replaced ReadLightCondition by the more flexible GetLightCondition
1181 - added a new constrcutor constructing a MSequence from the database
1182 - fixed the output in the comments in Print()
1183 - The day and night was printed in a different format than
1184 expected when readin a sequence
1185 - fLightCondition and the f*RunsSub were missing in the copy-
1186 constructor
1187
1188 * mjobs/Makefile:
1189 - added include of msql
1190
1191 * msql/MSQLMagic.[h,cc]:
1192 - added a comment to ExistStr and allow to set an additional
1193 where-clause
1194
1195 * msql/MSQLServer.cc:
1196 - allow to init MSQLServer either by an url or from a named
1197 resource file
1198 - changed JOIN to use USING
1199 - if doing an automatic join join _all_ primaries
1200
1201 * mtools/MCalendar.cc:
1202 - added include of TObjArray needed in newer root versions
1203
1204
1205
1206 2008/07/03 Thomas Bretz
1207
1208 * datacenter/macros/filldotrun.C:
1209 - Replaced MSQKServer by MSQLMagic
1210 - this made local functions obsolete
1211 - added new format 20080519 including telescope- and file-number
1212 - simplified the if-clauses testing for version numbers (due to
1213 the initial check only some version numbers allowed anyway)
1214 - check for the combination of telescope-, run- and file-number
1215 to be unique.
1216
1217 * datacenter/macros/plotrundb.C:
1218 - use MPlot from plotdb
1219 - removed obsolete DataCheck plots
1220 - plot only range of dates which makes sense
1221
1222
1223
1224 2008/07/01 Thomas Bretz
1225
1226 * ganymed.cc:
1227 - removed the checks for the accessability of the files. They
1228 are checked in the corresponding classes instead
1229
1230 * sponde.cc:
1231 - display only the base name of the ganymed file, not the
1232 full path
1233
1234 * mbase/MMath.[h,cc]:
1235 - added a new member function ErrorExc
1236 - Let SignificanceExc (former SignificanceLiMaExc) use ErrorExc
1237
1238 * mhflux/MAlphaFitter.[h,cc]:
1239 - replaced fSignificanceExc by fErrorExcess
1240 - calculate the error instead of the significance (otherwise we
1241 get infinity at 0)
1242 - also store a negative number of excess events
1243 - replaced all -1 in ProjectionZ calls by the histogram limits
1244 (including under- and overflows) This is necessary to get
1245 root 5.20/00 working
1246 - increased class version number according to the changes
1247
1248 * mjobs/MDataSet.[h,cc], mjobs/MSequence.[h,cc]:
1249 - removed wrong usage of fName and fTitle, introduced new data
1250 members instead
1251 - initialize fName and fTitle in the constructors correctly
1252 - always store the full qualified path name
1253 - introduced new member functions GetBaseName and GetFilePath
1254 - give the ostream as an argument to Print
1255 - added new member function WriteFile to directly Print to
1256 an fostream
1257 - do not print empty values in Print
1258 - increased class version number accordingly
1259 - removed GetName and GetRcName accordingly
1260
1261 * mjobs/MDataSet.cc:
1262 - set the dataset number to an invalid status if the file could
1263 not be accessed
1264
1265 * mjobs/MJCut.cc:
1266 - replaced GetName for the dataset by GetBaseName
1267 - make sure the summary file is not created if not requested
1268 - do not use pointers to MWriteRootFile to make sure the instances
1269 always get deleted
1270
1271 * mjobs/MJSpectrum.cc:
1272 - fixed a bug in the check for the existence of the excess time
1273 - replaced GetName for the dataset by GetBaseName
1274 - Write the full path name to the ganymed.root into the file
1275 - fixed typos in determine
1276
1277 * mpointing/MPointingDevCalc.cc:
1278 - initialize fNsb* members also in PreProcess as correctly
1279 suggested by valgrind
1280
1281 * mjobs/MJCalibration.[h,cc]:
1282 - made the drawing of the bad pixel explanation more automatic
1283 - some simplifications to the function drawing all the result tabs
1284 - make sure to do the projection without name. Some root versions
1285 don't like several plots with the same name in one tab
1286 - removed several misleading drawing of number of outliers etc
1287 - added setting of min and max to FixDataCheckHist
1288 - simplified DisplayDoubleProjection (also unified in code with
1289 MJPedestal)
1290 - removed all the obsolste and confusing projections of the
1291 individual sectors and camera halves
1292
1293 * mjobs/MJPedestal.[h,cc]:
1294 - make sure to do the projection without name. Some root versions
1295 don't like several plots with the same name in one tab
1296 - use the unified DisplayDoubleProjection from MJCalibration
1297 - removed all the obsolste and confusing projections of the
1298 individual sectors and camera halves
1299
1300 * mhflux/MHAlpha.cc:
1301 - replaced EventsExcess/SignificanceExc by just ErrorEvents
1302 - for the moment do not propagate Excesses<=0 to the pads
1303 (not to spoil the logarithmic display, this still needs a fix)
1304 - replaced -1 in ProjectionZ by the bin numbers (including
1305 under- and overflow bins), otherwise it won't work with
1306 root 5.20/00
1307 - propagate all result to the timing histogram (it is not
1308 logarithmic anyway)
1309 - made Paint also work with the new implementation of ProjectionZ
1310 via Project3D in root 5.20/00 (it won't reuse the correct
1311 histogram from the pad :( )
1312 - replaced kFullDotMedium by 0 (no marker) where appropriate
1313 - changed the rule not to display the time-histogram
1314
1315
1316
1317 2008/06/30 Thomas Bretz
1318
1319 * datacenter/macros/fillstar.C:
1320 - check whether graphs are empty in a more accurate way
1321
1322 * datacenter/macros/plotdb.C:
1323 - fixed some axis title
1324 - increased range of fRatePedTrigEvts
1325
1326 * msql/MSQLMagic.cc:
1327 - added ' around the where clause in UpdateInsert to allowe
1328 also for times etc
1329
1330 * callisto.cc:
1331 - removed test-option (it was never used anyway and should
1332 be reprogrammed properly)
1333
1334 * datacenter/macros/plotdb.C, mbase/MStatusDisplay.h, mbase/MTime.h:
1335 - removed unused argument
1336
1337 * mbadpixels/MBadPixelsPix.h:
1338 - added static functions to get names and numbers of unsuitable
1339 and unreliable levels
1340
1341 * mbase/MMath.cc:
1342 - made MedianDevImp working properly with a template
1343
1344 * mhcalib/HCalibLinkDef.h, mhcalib/Makefile:
1345 - removed MHCalibrationTestCam
1346 - removed MHCalibrationTestTimeCam
1347
1348 * mhcalib/MHCalibrationCam.cc:
1349 - removed an obsolete TPad in Draw()
1350 - removed some obsolete kCanDelete in Drwa()
1351
1352 * mhcalib/MHCalibrationChargeCam.cc:
1353 - changed some colors to work properly also in root 5.20/00
1354
1355 * mhflux/MHThreshold.cc:
1356 - made Smooth work with root 5.20/00 (to be checked)
1357
1358 * mhist/MHCamera.[h,cc]:
1359 - fixed defaults in Profile and Projection function to match code
1360 - fixed some comments
1361 - replaced InheritsFrom arguments by TClass statics
1362
1363 * mjobs/JobsLinkDef.h:
1364 - removed MJCalibTest
1365
1366 * mjobs/MJCalibrateSignal.cc, mjobs/Makefile:
1367 - removed obsolete include of MParameterCalc
1368
1369 * mranforest/MRanForest.cc:
1370 - added a cast in BinarySearch to make it work with the template
1371 of root 5.20/00
1372
1373 * mtools/MCalendar.h:
1374 - fixed *MENU option
1375
1376 * mtools/MagicJam.h:
1377 - added the Smooth function of root 5.20/00 to be removed from
1378 the context menu
1379
1380
1381
1382 2008/06/21 Thomas Bretz
1383
1384 * callisto.cc, star.cc, ganymed.cc, sponde.cc:
1385 - set the display name to a more convinient name
1386
1387 * datacenter/macros/plotdb.C:
1388 - some improvement in setting axis titles and titles
1389 automatically from the sql column names
1390 - moved the Muon cut to a SetCondition call
1391 - renamed some functions
1392
1393 * mbase/MStatusDisplay.h:
1394 - overwrote SetTitle with a function allowing to set a title
1395 only if no title set so far
1396
1397 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
1398 mjobs/MJPedestal.cc:
1399 - set a proper display title and set it only if not already set
1400
1401 * mjobs/MJPedestal.cc:
1402 - changed some filter names to more convinient names
1403
1404
1405
1406 2008/06/20 Thomas Bretz
1407
1408 * macros/dohtml.C:
1409 - added missing mmovie directory
1410
1411 * mhflux/MHEnergyEst.cc:
1412 - changed the fit range to adapt to the new plot
1413 - exchanged the two plots on the right to have the correct plot
1414 near the 1D histogram
1415 - fixed the title of the plot in the top right
1416 - call SetNoExponent and SetMoreLoglabels
1417
1418 * mjobs/MJSpectrum.[h,cc]:
1419 - outsources producing the spectral function as string to
1420 a new static function FormFlux
1421
1422 * mpointing/MPointingDevCalc.cc:
1423 - added some info
1424
1425
1426
1427 2008/06/19 Thomas Bretz
1428
1429 * mjobs/MJSpectrum.cc:
1430 - small improvement to output
1431 - handle underflow bin of effective on-time more accurate
1432 - reddid the formattig of the spectral fit
1433
1434 * mbase/MMath.[h,cc]:
1435 - added Format member function
1436
1437 * datacenter/macros/plotstat.C:
1438 - fixed some axis titles
1439
1440
1441
1442 2008/06/19 Thomas Bretz
1443
1444 * RELEASE 2.1
1445
1446
1447
1448 2008/06/19 Thomas Bretz
1449
1450 * mraw/MRawRunHeader.cc:
1451 - fixed that the line reading the fNumEventsRead vanished
1452
1453
1454
1455 2008/06/18 Thomas Bretz
1456
1457 * datacenter/macros/buildsequenceentries.C:
1458 - replaced the old calculation of the run-time of one sequence
1459 by a more sophisticated using the TIMEDIFF function
1460
1461 * mjobs/MJStar.cc:
1462 - Use File id instead of run number
1463 - fixed the units in the display (phe not \\gamma)
1464
1465 * mjobs/MSequence.[h,cc]:
1466 - reorganized header
1467 - implemented new scheme including file numbers
1468 - increased class version number accordingly
1469 - removed some obsolete old, never used, functions and comments
1470
1471 * mraw/MRawRunHeader.[h,cc]:
1472 - renamed RunID to TypeID
1473 - return 0 in RunLength if one of the times is invalid
1474
1475 * Makefile:
1476 - removed sinope
1477
1478
1479
1480 2008/06/17 Daniel Hoehne
1481
1482 * datacenter/macros/fillcamera.C:
1483 - added and changed some parameters
1484
1485 * datacenter/scripts/mcsequences:
1486 - added database interaction. Now sequences are built by querying
1487 the relevant parameters in the MC database
1488
1489 * datacenter/scripts/runmccallisto, datacenter/scripts/runmcstar:
1490 - added
1491
1492 * datacenter/scripts/sourcefile:
1493 - added failed codes for runmccallisto and runmcstar
1494
1495
1496
1497 2008/06/17 Thomas Bretz
1498
1499 * datacenter/macros/plotdb.C:
1500 - SetSelectedPad to 0 before calling DrawClone of TGraph
1501 - small reordering of the tabs
1502 - removed tab with absolute effective on time
1503
1504 * mbase/MLog.cc:
1505 - make sure that the correct output level is restored after root
1506 called the error handler
1507
1508 * mbase/MStatusDisplay.cc:
1509 - Changed backround color to white (_not_ kWhite)
1510 - made a sunken border around the canvas
1511 - SetFrameBorderMode(0) per default
1512
1513 * mraw/MRawRunHeader.[h,cc]:
1514 - added some consistency checks
1515 - make the bug fix for the wrong number of events also for
1516 V10 and V11
1517 - added Getters for RunID and FileID used to idetify
1518 the runs more clever than run-number and file-number
1519
1520
1521
1522 2008/06/14 Thomas Bretz
1523
1524 * merpp.cc:
1525 - replaced MRawFileWrite by MWriteRootFile
1526
1527 * showplot.cc:
1528 - added new options to write tiff files
1529 - added new options to write csv files
1530 - some code simplification
1531
1532 * datacenter/macros/plotdb.C:
1533 - set the title (without axis descriptions) as Tab-title
1534 - set FrameBorderMode to 0 for canvas
1535
1536 * mbase/MStatusArray.[h,cc]:
1537 - added a copy constructor taking MStatusDislay as an argument
1538 - set gLog to all in Print()
1539
1540 * mhbase/MFillH.[h,cc]:
1541 - allow to set a title in SetNameTab which is used as tab title
1542 - therefore added new data member fTitleTab
1543 - increased class version by 1
1544
1545 * mraw/MRawRead.cc:
1546 - set ReadyToSave for raw data to be able to use MWriteRootFile
1547 in merpp
1548
1549 * mraw/Makefile, mraw/RawLinkDef.h:
1550 - removed MRawFileWrite
1551
1552 * mbase/MStatusDisplay.[h,cc]:
1553 - added the tif file format
1554 - added the csv file format
1555 - fixed the bmp and xml menu entries
1556 - added again to list of specials to allow for access from the
1557 interpreter
1558 - added title to AddTab. The title is stored as canvas title
1559 - added some warpper to access FindobjectInCanvas and Print
1560 from the MStatusDisplay to gain access from the interpreter
1561 - Removed obsolete DrawClonePad wrapper in Display and
1562 added title
1563 - added FillArray to add all canvases to a temporary MStatusArray
1564 - removed obsolete CanvasSetFillColor
1565 - use mktemp in UpdatePSHeader
1566 - some code cleanup. Moved some common code from the SaveAs function
1567 to the new InitWrite* functions
1568 - implemented %%tab%% and %%name%%
1569 - added a workround (MyCanvas) to get the title and footer in the
1570 ps-files also in root 5.18
1571 - removed cloning of the canvases whereever possible.Gave problems
1572 in root 5.18 (not yet understood)
1573 - changed color mode of postscrip files from rgb to cmyk
1574 - UpdatePSHeader not long needed in root >=5.12
1575 - reorganized header file
1576
1577 * mreport/MReportCC.[h,cc]:
1578 - removed obsolete fRecTemp
1579 - call Copy() in the correct direction
1580
1581 * mreport/MReportFileRead.[h,cc]:
1582 - use a C++ cast instead of a C-cast
1583 - add containers to parameter list _before_ calling SetupReading
1584 - removed some obsolete comments in the header
1585
1586 * mjobs/MJStar.cc:
1587 - we need to read the new "Rec" tree
1588 - and we need to fill from the Rec _and_ CC tree (could give a bias
1589 if the rate on both trees would once be identical anymore)
1590
1591 * mhist/MHCamEvent.cc:
1592 - allocate fSum in constructor to allow filling from two different
1593 tasks
1594
1595
1596
1597 2008/06/14 Thomas Bretz
1598
1599 * mtrigger/MFTriggerPattern.cc:
1600 - improved documentation
1601
1602 * mars.cc, mbase/MStatusDisplay.cc:
1603 - changed the M in MARS to "Modular"
1604 - rpelaced year in copyright by current year
1605
1606 * datacenter/macros/plotdb.C:
1607 - increased range for the rate of the calibration events
1608 - added "RatioCal" tab
1609
1610 * datacenter/macros/fillstar.C:
1611 - fill NULL also if TGraph is empty
1612
1613 * mastro/MAstro.cc:
1614 - included math.h for darwin
1615
1616 * mjobs/MJCalibrateSignal.cc:
1617 - changed the named of the MFTriggerPattern
1618
1619 * merpp.cc:
1620 - added new option --only, --rep-run, --rep-file, --header-run,
1621 --header-file, --telescope
1622 - moved Receiver information from tree CC to tree Rec
1623
1624 * mbase/MStatusDisplay.cc:
1625 - replaced MTime by TDatime
1626
1627 * mcamera/MCameraRecTemp.[h,cc], mcamera/MCameraTD.[h,cc],
1628 mcamera/MCameraTH.[h,cc], mreport/MReportCC.[h,cc]:
1629 - moved interpretation of sub-parts of the reports from
1630 MReportCC to the corresponding MCamera* classes
1631
1632 * mreport/MReport.[h,cc]:
1633 - added Copy member function to copy time and state
1634 - added CheckTag member function
1635 - Implemented skipping of the Telescope number in the reports
1636 for version >=200805190
1637
1638 * mreport/MReportCC.[h,cc]:
1639 - access Receiver infomations via new class MReportRec
1640 even for old file formats
1641 - skip this block in new formats
1642 - moved CheckTag to base class
1643
1644 * mreport/MReportCamera.[h,cc]:
1645 - removed CheckTag
1646
1647 * mreport/MReportFileRead.[h,cc]:
1648 - don't check for the number of lines anymore but for -1 instead
1649 - changed fNumLine from ULong to Long to allow a negative
1650 return value. We don't expect so many lines in a file anyway,
1651 do we?
1652
1653 * mreport/MReportFileReadCC.[h,cc]:
1654 - splitted CheckFileHeader into several subfunction
1655 - added checks and reading of telescope number and file number
1656
1657 * mreport/MReportRun.[h,cc]:
1658 - added file number from new format
1659
1660 * mreport/Makefile, mreport/ReportLinkDef.h:
1661 - added MReportRec
1662
1663 * mreport/MReportRec.[h,cc]:
1664 - added
1665
1666 * mhist/MHCamera.cc:
1667 - fixed a bug in the profile and projection functions namely that
1668 the default was not correctly treated because char* was
1669 compared with char*
1670
1671 * mbase/MLog.cc, mbase/MMath.cc, mbase/MParContainer.cc,
1672 mcalib/MCalibrateData.cc, mcalib/MCalibrationPulseTimeCam.cc,
1673 mhbase/MBinning.h, mhbase/MH.cc, mhbase/MHMatrix.cc,
1674 mhbase/MHn.cc, mhcalib/MHCalibrationChargeCam.cc, mhflux/MHDisp.cc,
1675 mimage/MCameraSmooth.cc, mimage/MConcentration.cc,
1676 mjobs/MJCalibration.cc, mjoptim/MJOptimize.cc,
1677 mjtrain/MJTrainSeparation.cc, mmuon/MMuonSearchPar.cc,
1678 mreport/MReportCurrents.cc, mreport/MReportRun.cc,
1679 mtools/MChisqEval.cc:
1680 - fixed some cast-away constness warnings
1681 - fixed some shadow declarations
1682
1683 * mhbase/MH.[h,cc]:
1684 - removed an old obsolete workaround (ProjectionX/Y)
1685
1686 * mimage/Makefile, mimage/ImageLinkDef.h:
1687 - removed MCameraSmooth
1688
1689 * mbase/MAGIC.h:
1690 - added a new namespace UTF8 with double char characters
1691
1692 * mbase/BaseLinkDef.h:
1693 - added the new namespace UTF8
1694
1695 * mimage/MNewImagePar.cc, mpointing/MPointing.cc,
1696 datacenter/macros/fillstar.C:
1697 - some characters replaced by the new UTF8 characters
1698
1699
1700
1701 2008/06/13 Thomas Bretz
1702
1703 * datacenter/macros/fillcalib.C:
1704 - fixed a bug introduced by the usage of InserUpdate
1705
1706 * datacenter/macros/fillsignal.C:
1707 - fixed a type (the wrong number was printed to the console)
1708
1709 * mjobs/MJCalibrateSignal.cc:
1710 - let all calibration triggered events pass to calibration
1711
1712 * mtrigger/MFTriggerPattern.[h,cc]:
1713 - count a bit more to increase the printed amout of
1714 information at the end
1715
1716
1717
1718 2008/06/12 Thomas Bretz
1719
1720 * resources/starguider00267253.txt, resources/starguider00291104.txt:
1721 - added
1722
1723 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
1724 - added preliminary pointing models
1725
1726 * mpointing/MPointingDevCalc.cc:
1727 - updated comments
1728
1729 * mraw/MRawCrateData.[h,cc], mraw/MRawEvtHeader.[h,cc],
1730 mraw/MRawRunHeader.[h,cc]:
1731 - renamed reading the old format to ReadEvtOld
1732 - implemented reading format>10
1733 - added the header size as new argument to ReadEvt
1734
1735 * mraw/MRawEvtHeader.cc:
1736 - made the argument to DecodeTime const
1737 - fixed the return value in ReadEvtOld. kCONTINUE could
1738 never be returned
1739
1740 * mraw/MRawRead.cc:
1741 - gives header size for format>10 to ReadEvt
1742 - if EvtHeader could not be read correctly return kFALSE
1743 - let MRawCrateData::ReadEvt check end-of-file
1744
1745 * merpp.cc:
1746 - improved explanation for -ff option
1747
1748 * readdaq.cc:
1749 - added -ff option
1750 - added an option to call MReadRawFiles::SetForceMode
1751
1752 * mbase/MTime.[h,cc]:
1753 - added new member function SetBinary to easy processing
1754 of the time from the new run header
1755
1756 * mhflux/MHEffectiveOnTime.cc:
1757 - for the integral (Nm) we have to count also events in under and
1758 overflow bins
1759
1760 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
1761 mjobs/MJPedestal.cc:
1762 - call MRawFileRead::SetForceMode to get the (corrected)
1763 old behaviour back (not to stop if an event time is
1764 broken but to skip the event)
1765
1766 * mraw/MRawRunHeader.[h,cc]:
1767 - the number of events in format version V9 seems to be
1768 to high by one. We correct for this.
1769 - added new data members for the header sizes
1770 - new data member for the file number
1771 - increased cize of fSourceEpochChar
1772 - consequently increased class version number by 1
1773
1774 * datacenter/macros/plotdb.C:
1775 - improved some titles
1776 - added the new rates
1777 - added the new values from the star-files
1778
1779 * mbase/MStatusDisplay.cc:
1780 - removing the canvases from the global list didn't work
1781 because some RecursiveRemovs rely on gROOT->FindObject to work
1782 (adding them to another list didn't work either)
1783
1784 * mhflux/MHEnergyEst.cc:
1785 - renamed the "Resolution" Histogram accordingly.
1786
1787 * mjobs/MJCalibrateSignal.cc:
1788 - added a histogram showing the arrival time of
1789 extracted interleaved calibration events
1790
1791 * mraw/MRawEvtData.[h,cc]:
1792 - fixed the Draw function. It was broken since the latest changes
1793 - added fNumBytesPerSample to the Copy-function
1794 - fixed the GetSample-function
1795 - added a new member funtion to return the maximu possible
1796
1797 * mars.rc:
1798 - changed the default for the MUX spline to the 50 sl window
1799
1800 * msignal/MSignalCalc.cc:
1801 - scale the pedestal correctly with the scale
1802
1803 * mjobs/MJStar.cc:
1804 - allow filling of pyrometer information to be skipped
1805
1806 * mhist/MHWeather.cc:
1807 - show also colored labels
1808
1809 * Makefile:
1810 - it seems the libmars.so looses read permissions for group
1811 and others when it is moved. Now they are set manually
1812
1813 * datacenter/fillsignal.C, datacenter/macros/fillstar.C:
1814 - added filling of calibration pulse position
1815 - use more often NULL in case of no entries. This is less
1816 biasing in case of averaging of values
1817
1818 * macros/tutorials/readrfl.C:
1819 - print run header
1820 - print event header
1821 - skip empty events
1822
1823 * mhist/MHEvent.cc:
1824 - removed the pointing from the histogram names. It's
1825 simply obsolete
1826
1827 * mjobs/MJSpectrum.[h,cc]:
1828 - removed the kolmogorov test from output
1829 - added a new tab showing the energy resolution
1830 - therefore added a new BinningImpact to the list of binnings
1831 - store the ganymed file's file name in the output
1832
1833 * mmain/MEventDisplay.cc:
1834 - skip events without data in the loop not in the code.
1835 This ensures that no task can crash due to this
1836 when processing MCs
1837
1838 * msql/MSQLMagic.[h,cc]:
1839 - fixed InsertUpdate. The primary key was not inserted
1840 if Insert was called
1841
1842
1843
1844 2008/06/11 Thomas Bretz
1845
1846 * mhflux/MHEnergyEst.[h,cc]:
1847 - finally replaced fResolution by more correct histograms
1848 - some code cleanup in projecting, profiling and drawing
1849 - increased class version number by one
1850
1851 * mbase/MStatusDisplay.cc:
1852 - remove the embedded canvas from the global list to prevent
1853 global access to it
1854
1855 * mhbase/MH3.cc:
1856 - fixed a bug if in a 2D constructor a 1D profile was created
1857
1858 * mreport/MReportPyrometer.cc:
1859 - tiny changes to the comments
1860
1861
1862
1863 2008/06/10 Thomas Bretz
1864
1865 * mreport/MReportPyrometer.[h,cc]:
1866 - added
1867
1868 * mreport/Makefile, mreport/ReportLinkDef.h:
1869 - added MReportPyrometer
1870
1871 * mreport/MReportRun.cc:
1872 - removed obsolete include of MAstro
1873
1874 * merpp.cc:
1875 - added Pyrometer information
1876
1877 * mfileio/MWriteRootFile.h:
1878 - added new member function AddTree to add a container with the
1879 corresponding time-stamp
1880
1881 * mjobs/MCalibrateSignal.cc, mjobs/MJStar.cc:
1882 - replaced some AddContainer by the new AddTree
1883 - added Pyrometer information to in- and output, respectively
1884
1885 * datacenter/macros/fillstar.C:
1886 - added new columns fAvgHumidity, fAvgCloudiness, fRmsCloudiness
1887 and fAvgTempSky
1888
1889 * mhist/MHWeather.[h,cc]:
1890 - removed the display of the solar radiation which was
1891 never working
1892 - added display of the pyrometer data to the display
1893 - reorganized display
1894
1895 * mjobs/MJStar.cc:
1896 - added filling of the weather data also from the pyrometer branch
1897
1898
1899
1900 2008/06/09 Thomas Bretz
1901
1902 * mbase/MArgs.[h,cc]:
1903 - for convinience store the full command line as Title
1904 - replaced *fArgv by fArgv
1905
1906 * mbase/MObjLookup.cc:
1907 - replaced C-style cast by reinterpret_cast
1908
1909 * datacenter/macros/fillcalib.C, datacenter/macros/fillstar.C:
1910 - removed usage of Nint (obsolete... Form does rounding)
1911
1912 * datacenter/macros/fillsignal.C:
1913 - removed usage of Nint (obsolete... Form does rounding)
1914 - added new columns to get trigger rates from TrigPat tab
1915 - fixed some small bugs lately introduced
1916
1917 * mhflux/MHEffectiveOnTime.cc:
1918 - fixed a typo in ReInit
1919
1920
1921
1922 2008/06/06 Thomas Bretz
1923
1924 * datacenter/macros/plotdb.C:
1925 - added average temperature and wind speed
1926 - reviewed some ranges
1927
1928 * mhbase/MH3.cc:
1929 - in the 2D case with labels and boxes use blue line color
1930
1931 * mhflux/MHEffectiveOnTime.[h,cc]:
1932 - added a new data member fTotalTime counting the total run-time
1933 from the run-headers
1934 - added the new data member to the display
1935 - increased class version number accordingly
1936
1937 * mjobs/MJCalibrateSignal.cc:
1938 - let sum-trigger events pass to get calibrated
1939 - improved DefineLabel table for trigger patterns
1940 - added MTriggerPattern to output
1941
1942 * mjobs/MJStar.cc:
1943 - added a new tab "Rate" showing the remaining rates per run and
1944 trigger pattern after image cleaning
1945 - let only event with Lvl1 trigger pass to effective on-time
1946 calculation
1947 - changed title in plot of avg dc currents and pedestal rms
1948
1949 * mtrigger/MFTriggerPattern.[h,cc]:
1950 - added a counter counting the trigger decision
1951 - print the result in the PostProcess
1952
1953
1954
1955 2008/06/06 Thomas Bretz
1956
1957 * datacenter/macros/fillstar.C:
1958 - added windspeed and temperature
1959
1960 * datacenter/macros/fillcalib.C, datacenter/macros/fillsignal.C,
1961 datacenter/macros/fillstar.C:
1962 - use MSQLMagic instead of MSQLServer
1963
1964 * datacenter/macros/plotdb.C:
1965 - added wind speed and temperature
1966
1967 * datacenter/macros/plotstat.C:
1968 - added a plot showing the observation time per exposure (based on
1969 the source key)
1970
1971 * mbase/MStatusDisplay.cc:
1972 - fixed the SaveAs. A wrong version was comitted
1973
1974 * mextralgo/MExtralgoSpline.h:
1975 - added the missing inclusion of TMath (root 5.18)
1976
1977
1978
1979 2008/06/03 Thomas Bretz
1980
1981 * mbase/MStatusDisplay.cc:
1982 - added missing inclusion of TMath (root 5.18)
1983 - initialize gClient in batch mode to repair broken
1984 batch-mode in root 5.18. Fortunately this doesn't
1985 break root 5.12
1986 - added a SaveAs(const char *c, const Option_t *o)
1987 based on the new SaveAs from TGObject
1988
1989 * mcalib/MCalibrationChargePix.[h,cc],
1990 mextralgo/MExtralgoDigitalFilter.[h,cc]:
1991 - moved some code to source file to prevent TMath inclusion in
1992 header (root 5.18)
1993
1994 * mcalib/MCalibrationChargeCam.cc,
1995 mcalib/MCalibrationChargePINDiode.cc:
1996 - added the missing inclusion of TMath (root 5.18)
1997
1998 * mgeom/MGeomCam.[h,cc]:
1999 - for sanity (a bug in root < 5.18) filling fPixels is now
2000 done via AddAt. This "repairs" the functionality of the
2001 Streamer which before didn't store any contants of fPixels
2002 nor read any contents.
2003 - Removed the custom Clone function. It is now obsolete,
2004 because it works through the fixed Streamer
2005 - a Copy-member function has been implemented
2006 - a custom Streamer has been implemented allowing to read
2007 files containing MGeomCamMagic written with root 5.12
2008 with root 5.18
2009 - A member function containing the workaround has been implemented
2010 - Print got an option ("simple")
2011
2012 * mgeom/GeomLinkDef.h:
2013 - suppress root-Streamer
2014
2015 * manalysis/MGeomApply.cc:
2016 - added the newly necessary call to the StreamerWorkaround
2017
2018 * mgeom/MGeomPix.[h,cc]:
2019 - because with the IgnoreTObjectStreamer set for MParContainer
2020 the bits for the outer rings cannot be stored. This was no
2021 problem before because in reality they have never been written
2022 or read. To store the bits a new data-member fUserBits
2023 has been introduced.
2024 - accordingly all calles to set or remove the bits have been
2025 changed to use fUserBits instead
2026 - the class version number has been increased due to the new
2027 data member
2028 - improved Print-output
2029
2030
2031
2032 2008/06/02 Thomas Bretz
2033
2034 * mars.cc, sinope.cc:
2035 - added include of TClass for TIgnoreStreamer (root 5.18)
2036
2037 * manalysis/MEventRate.[h,cc]:
2038 - moved GetError to source file and included TMath (root 5.18)
2039
2040 * manalysis/MMultiDimDistCalc.cc, mdata/MDataList.cc:
2041 - included math.h (root 5.18)
2042
2043 * mastro/MAstro.[h,cc], mastro/MVector3.[h,cc], mbase/MRunIter.[h,cc],
2044 mbase/MTime.[h,cc], mdata/MDataPhrase.[h,cc], mgeom/MGeomPix.[h,cc],
2045 mhcalib/MHCalibrationChargeBlindPix.[h,cc],
2046 mhflux/MHCollectionArea.[h,cc], mhft/MHexagonFreqSpace.[h,cc],
2047 mimage/MHillas.[h,cc], mmuon/MMuonSearchPar..[h,cc],
2048 mpedestal/MPedestalPix.[h,cc], mpointing/MPointingDev.[h,cc],
2049 mpointing/MSrcPosCam.[h,cc], mpointing/MPointingPos.[h,cc],
2050 mpointing/MPointing.[h,cc]:
2051 - moved some code to source file to prevent TMath inclusion in
2052 header (root 5.18)
2053
2054 * mbase/MEnv.cc:
2055 - added missing include TObjArray (root 5.18)
2056 - removed obsolete EmarkerStyles (root 5.18)
2057
2058 * mbase/MDirIter.cc:
2059 - added missing include TList (root 5.18)
2060
2061 * mastro/MAstroCatalog.cc, mhist/MHHadronness.cc, mhist/MHWeather.cc,
2062 mhvstime/MHPixVsTime.cc, mhvstime/MHVsTime.cc,
2063 mpointing/MHPointing.cc, mranforest/MHRanForest.cc,
2064 mranforest/MHRanForestGini.cc, mranforest/MRanForest.cc,
2065 mreflector/MHReflector.cc:
2066 - added missing inlcude TH1 (root 5.18)
2067
2068 * mbase/MFilter.cc, mbase/MGMap.cc, mbase/MTask.cc,
2069 mcalib/MCalibrationBlindPix.cc, mdata/MDataChain.cc,
2070 mfilter/MFEnergySlope.cc, mgeom/MGeomMirror.cc,
2071 mgui/MCamEvent.cc, mhbase/MBinning.cc, mhbase/MHMatrix.cc,
2072 mhcalib/MHCalibrationPix.cc, mhcalib/MHGausEvents.cc,
2073 mhflux/MHEnergyEst.cc, mhist/MHCamEventRot.cc,
2074 mhist/MHHadronness.cc, mranforest/MHRanForest.cc,
2075 mreflector/MRflEvtHeader.cc, mreflector/MRflSinglePhoton.cc,
2076 msql/MSQLServer.cc, mtools/MSimulatedAnnealing.cc,
2077 mtools/MTFillMatrix.cc, mcalib/MCalibrationPix.cc,
2078 mcalib/MCalibrationQEPix.cc, manalysis/MParameterCalc.cc,
2079 mcalib/MCalibrationTestCalc.cc, mdata/MDataArray.cc,
2080 mgeom/MGeomCamDwarf.cc, mhbase/MH3.cc, mtools/MagicJam.cc,
2081 mhcalib/MHCalibrationRelTimeCam.cc, mhft/MGeomCamMagicXT.cc,
2082 mranforest/MRanForestCalc.cc, mtools/MagicDomino.cc,
2083 mhflux/MHThreshold.cc, mimage/MStereoPar.cc,
2084 mfilter/MFCosmics.cc, mpedestal/MPedestalCam.cc:
2085 - added missing include of TMath (root 5.18)
2086
2087 * mbase/MGTask.cc, mdata/MDataChain.cc, mhbase/MHArray.cc,
2088 mjobs/MJCut.cc, mjoptim/MJOptimizeCuts.cc, mmc/MMcEvt.cxx:
2089 - added missing include of TClass (root 5.18)
2090
2091 * mhbase/MH3.cc:
2092 - added missing include of THashList (root 5.18)
2093
2094 * mcalib/MCalibrationChargeCalc.[h,cc], msignal/MExtractor.[h,cc],
2095 mpedestal/MPedestalSubtract.[h,cc], msignal/MExtractTime.[h,cc]:
2096 - for convinience (rootcint of 5.18) changed "static const TString"
2097 to "static const char *"
2098
2099 * mhflux/MMcSpectrumWeight.cc:
2100 - Use TString::Data() for second argument in TF1 constructor.
2101 Otherwise it is ambiguous in root 5.18
2102
2103 * mhbase/MH.cc:
2104 - adde missing includes of TColor, TMath and TClass (root 5.18)
2105 - implemented a workaround which always uses the correct
2106 CreateGradientColorTable (root 5.18)
2107
2108 * Makefile:
2109 - linking of the shared object is now done in /tmp
2110 - replaced = by := where possible
2111
2112 * mjobs/MJCalibrateSignal.cc:
2113 - do not invert contcoscal, that's wrong
2114
2115 * mmovie/MMovieWrite.cc:
2116 - added a #if-directive to use either gStyle or TColor
2117 for CreateGradientColorTable depending on root-version
2118
2119 * mimage/MStereoPar.[h,cc], mimage/MStereoCal.[h,cc]:
2120 - replaced Monate Carlo container by MPointingPos
2121 - made every algorithm unique
2122
2123
2124
2125 2008/06/01 Thomas Bretz
2126
2127 * callisto.cc, star.cc:
2128 - renamed new option to "--null-dev" (clashes with MLog options)
2129
2130 * mbase/MContinue.cc:
2131 - improved output
2132
2133 * mbase/MTaskList.cc:
2134 - fixed broken FindTaskList
2135
2136
2137
2138 2008/05/31 Thomas Bretz
2139
2140 * callisto.cc, star.cc:
2141 - added new option "--null" to suppress run-wise output files
2142
2143 * mjobs/MJob.h:
2144 - added new data-member fNullOut to flag suppression of
2145 run-wise output files
2146
2147 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
2148 - use new option HasNullOut from base class
2149
2150 * mbase/MClone.cc:
2151 - fixed Init (still had a constructor like initializer)
2152
2153 * mtrigger/MFTriggerPattern.h:
2154 - included missing MTripperPattern
2155
2156 * mtrigger/MFTriggerPattern.cc:
2157 - removed default arguments
2158 - exchanged ^ by ~
2159 - fixed a few typos in function names
2160
2161
2162
2163 2008/05/27 Stefan Ruegamer
2164
2165 * datacenter/scripts/filesondisk
2166 - changed the search for raw files to not search in hidden folders
2167
2168
2169
2170 2008/05/25 Thomas Bretz
2171
2172 * mtrigger/MTriggerPattern.cc:
2173 - fixed a typo in a comment
2174
2175 * mtrigger/MFTriggerPattern.[h,cc]:
2176 - some code cleanup (mainly unified all the Require and Deny
2177 functions into one)
2178 - added a DenyAll member function
2179 - added Allow member functions including an AllowAll member function
2180
2181 * mjobs/MJPedestal.cc:
2182 - To choose pedestals we now deny all other trigger bits except the
2183 pedestal bit and in the case of data runs we deny all bits
2184 except trigger lvl1 and trigger lvl2
2185
2186 * mjobs/MJCalibration.cc:
2187 - In addition to denial of prescaled calibration events we
2188 deny any bit in the unprescaled pattern but allow only
2189 calibration events
2190
2191 * mjobs/MJCalibrateSignal.cc:
2192 - Instead of the denial of only calibration and pedestal events,
2193 we now deny any bit in the pattern, but allow Trigger Lvl1
2194 and Trigger Lvl2 events to choose cosmics
2195 - Instead of the denial of only lvl1 and lvl2 events,
2196 we now deny any bit in the pattern, but allow pedestal
2197 events to choose pedestals
2198 - Instead of requiring only calibration events,
2199 we now deny any bit in the pattern, but require the calibration
2200 bit to choose calibration events
2201
2202 * mbase/MClone.[h,cc]:
2203 - instead of cloning the object again and again we now clone
2204 it once and then just copy the contents. A new option has
2205 been introduced to switch back to the old behaviour
2206
2207 * mbase/MStatusDisplay.[h,cc]:
2208 - changed the argument of GetEmbeddedCanvas from a pointer
2209 to a reference
2210
2211 * macros/rootlogon.C:
2212 - switched on optimization (-O3) for ACLIC
2213
2214
2215
2216 2008/05/24 Thomas Bretz
2217
2218 * mjobs/MJCalibrateSignal.cc:
2219 - removed the obsolete fconsmics (what the hell did it do...
2220 it removed the largest events?)
2221 - added a cosmics trigger for calibration events instead
2222
2223
2224
2225
2226 2008/05/20 Thomas Bretz
2227
2228 * mjobs/MJCalibrateSignal.cc:
2229 - added a MH3-histogram to be filled. It contains the
2230 rate of the trigger pattern per run.
2231 - the filter selecting the calibration or pedestal
2232 events has been renamed from ftp to fcalped
2233 - the MContinue rejecting these events has been renamed
2234 from conttp to contcalped
2235 - the filter selecting the pedestal events have been
2236 renamed from ftp2 to fped
2237 - In the case of MUX data (no lo-gain) this filter
2238 is now also rejecting lvl1 and lvl2 triggered events
2239 - the ftp2-filter for the pedestal extraction tasks and
2240 the corresponding histogram fillers is obsolete
2241 - the previouls "PedestalFilter" is obsolete.
2242 - it doesn't make sense not to extract the signal (filter
2243 of teskenv1, taskenv2 and taskenv3) but process the
2244 rest of the tasklist
2245 - the pedestal extraction (as the calibration was already)
2246 has been moved to its own tasklist with the corresponding
2247 filter applied.
2248 - tlist3 has been renamed to tlist4
2249 - contped has been removed from the tasklist
2250
2251 * mhbase/MH3.cc:
2252 - fixed a bug introduced with the lables (it must be !(x&y)
2253 instead of !x&y
2254
2255 * mjobs/MDataSet.cc:
2256 - shortened a line of output to fit into 80 characters
2257
2258
2259
2260 2008/05/19 Thomas Bretz
2261
2262 * Makefile.conf.general, Makefile.conf.linux:
2263 - distinguish between := (eval once) and = (eval every access)
2264
2265 * mbase/BaseLinkDef.h, mbase/Makefile:
2266 - added MObjLookup
2267
2268 * mbase/MObjLookup.[h,cc]:
2269 - added
2270
2271 * mbase/MEvtLoop.cc:
2272 - set progress bar position to 0 before PreProcessing
2273
2274 * mdata/MDataMember.[h,cc]:
2275 - added a member function to get a string
2276
2277 * mfilter/MFCosmics.cc:
2278 - fixed a typo in a comment
2279
2280 * mhbase/MH.[h,cc]:
2281 - improved SetBinning for newer root-versions
2282 - improved SetBinning to correctly support axis with labels
2283 (keeps the binning unchanged)
2284
2285 * mhbas/MH3.[h,cc], mhbase/MHn.[h,cc]:
2286 - support for axis labels was added.
2287 - a possibility to set an additional weight has been added
2288 - the version number has been increased accordingly
2289
2290 * mjobs/MJPedestal.cc:
2291 - deny level1 and level2 triggers choosing pedestal events
2292
2293 * mraw/MRawRunHeader.h:
2294 - added a member function returning the RunLength (stop-start)
2295
2296 * mtrigger/MTriggerPattern.[h,cc]:
2297 - wrapped some comments
2298 - improved comments
2299
2300
2301
2302 2008/05/15 Thomas Bretz
2303
2304 * mfilter/MFMagicCuts.[h,cc]:
2305 - fixed a few typos in comments and in the output
2306 - added an option kAreaLin with a linear cut in area for special
2307 studies
2308
2309 * mbase/MStatusDisplay.cc:
2310 - if no MStatusArray is found, keys which store a TCanvas object
2311 are displayed instead if available
2312
2313 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
2314 - the extraction range to get the maximum is now determined
2315 automatically from the MExtractedSignalCam
2316
2317 * mpedestal/MPedestalSubtract.cc, msignal/MExtractTimeAndCharge.cc:
2318 - raise an error if there is a mismatch in the number of samples
2319
2320
2321
2322
2323 2008/05/14 Thomas Bretz
2324
2325 * mhbase/MH3.[h,cc], mhbase/MHn.[h,cc]:
2326 - enhanced to allow direct filling of Profile histograms
2327
2328 * mjobs/MDataSet.h:
2329 - fixed a bug in Print() causing an infinite loop
2330
2331 * mjtrain/MJTrainDisp.cc, mjtrain/MJTrainSeparation.cc:
2332 - write the dataset(s) to the output file
2333
2334 * mjtrain/MJTrainEnergy.cc
2335 - write the dataset to the output file
2336 - added new plots to show the resolution versus several different
2337 parameters
2338
2339 * mpedestal/MPedestalSubtract.[h,cc]:
2340 - added an additional check to compate the number of hi-/lo-gain
2341 slices in the run- and event-header
2342
2343 * mpointing/MPointingDevCalc.cc:
2344 - added the 14th Jan 08 to the list of new pointing models
2345
2346
2347
2348 2008/05/07 Stefan Ruegamer
2349
2350 * datacenter/scripts/checkmd5sum
2351 - implemented check of files from /magic and /data
2352
2353 * datacenter/scripts/checktransfer
2354 - changed the search for temporary zipfiles to not search in hidden
2355 directories
2356
2357 * datacenter/scripts/movingrawfiles2
2358 - movingrawfiles to move raw files from /data/fromtape
2359
2360 * datacenter/scripts/runcallisto
2361 - changed default callisto.rc to callisto_mux_new.rc
2362
2363 * datacenter/scripts/zipscript
2364 - changed the script due to the fact that /magic/data/rawfiles is
2365 now a link
2366 - changed the find to not search in hidden directories
2367 - added the -n option to ssh
2368
2369 * resources/calibration_spline.rc
2370 - added calibration factors for periods 62-66 but these are not
2371 newly calculated, simply pasted from previous periods!
2372
2373
2374
2375 2008/04/08 Thomas Bretz
2376
2377 * mreport/MReportDrive.cc:
2378 - implemented changes of Version 20080220
2379
2380
2381
2382 2008/03/19 Thomas Bretz
2383
2384 * mjobs/MJSpectrum.cc:
2385 - fixed a bug introduced yesterday. The overflow bin was not
2386 correctly referenced
2387
2388
2389
2390 2008/03/18 Thomas Bretz
2391
2392 * sponde.cc:
2393 - added new option "--force-runtime"
2394
2395 * mbase/MEnv.h:
2396 - added WriteFile to context menu
2397
2398 * mjobs/MJSpectrum.[h,cc]:
2399 - added a new option to force using the runtime instead of the
2400 effective observation time (this might bw wrong for very
2401 short datasets)
2402 - added a check if the effective observation time is out of
2403 the histogram range... print a warning if so and include
2404 the overflow bins into the eff. obs time
2405 - added an estimated sensitivity curve for high and low za
2406 to the spectrum plots
2407 - added description text for 1553 and crab spectrum
2408 - write out the MC events after cuts including their weights
2409 - do not fit at 1TeV but 500GeV instead
2410
2411 * mjobs/MJob.cc:
2412 - check in WriteContainer whether the file is already open
2413
2414 * mpointing/MPointingDevCalc.cc:
2415 - added some more comments
2416
2417 * mhflux/MMcSpectrumWeight.[h,cc]:
2418 - added the possibility to extend a spectrum by "fake" statistics
2419
2420
2421
2422 2008/03/14 Daniel Hoehne
2423
2424 * datacenter/macros/filldotrun.C:
2425 - inserted new arehucas version
2426
2427
2428
2429 2008/03/04 Thomas Bretz
2430
2431 * condor/program.submit, condor/macro.submit, condor/script.submit:
2432 - added
2433
2434
2435
2436 2008/03/03 Thomas Bretz
2437
2438 * mhflux/MHAlpha.[h,cc]:
2439 - allow to project individual bins in DrawNicePlot
2440
2441
2442
2443 2008/02/24 Thomas Bretz
2444
2445 * mbase/MLog.h:
2446 - added a getter for the OutputLevel (for debugging)
2447
2448 * mpointing/MPointing.h:
2449 - added a memberfunction to calculate the Abs-value
2450
2451 * mpointing/PointingLinkDef.h:
2452 - added RaDec
2453
2454
2455
2456 2008/02/21 Daniela Dorner
2457
2458 * datacenter/db/builddatasets.php:
2459 - display 'Remark' only in case of errors
2460
2461
2462
2463 2008/02/08 Stefan Ruegamer
2464
2465 * datacenter/scripts/checkmd5sum
2466 - added check to prevent that checksums of files not read from tape
2467 enter the .lapalma file
2468
2469 * datacenter/scripts/dbchk
2470 - added check for crashed runs, sequences and datasets
2471 - corrected bugs in find command and $dir-loops
2472 - adapted to the automatic concept and added it to the cronjobs
2473
2474
2475
2476 2008/02/01 Stefan Ruegamer
2477
2478 * datacenter/macros/filldotrun.C
2479 - added default entry for fCompmux for new runs
2480
2481 * datacenter/macros/checkfileavail.C
2482 - added checking of fCompmux
2483
2484
2485
2486 2008/02/01 Daniel Hoehne
2487
2488 * datacenter/db/runinfo-aio.php:
2489 - fixed 'bug' with query. Now runs are displayed in ascending order
2490
2491
2492
2493 2008/01/31 Thomas Bretz
2494
2495 * mbase/MThread.[h,cc]:
2496 - imported from Cosy
2497
2498 * mbase/Makefile:
2499 - added MThread
2500
2501 * mbase/BaseLinkDef.h:
2502 - added MThread
2503
2504
2505
2506 2008/01/27 Thomas Bretz
2507
2508 * .rootrc:
2509 - updated with the correct path to the ViewCVS
2510
2511
2512
2513 2008/01/24 Thomas Bretz
2514
2515 * mpointing/MPointing.cc:
2516 - added ClassImp for RaDec
2517
2518 * mpointing/MPointing.h:
2519 - added code for classes AltAz and RaDec deriving from TVector2
2520 not to be used in Mars and Cosy
2521
2522
2523
2524 2008/01/24 Daniel Hoehne
2525
2526 * scripts/preparemc:
2527 - adapted to new rawfile/camera structure in /magic/montecarlo
2528
2529
2530
2531 2008/01/14 Thomas Bretz
2532
2533 * mpointing/MPointing.h:
2534 - added enumeration operator[]
2535
2536
2537
2538 2008/01/11 Thomas Bretz
2539
2540 * mbase/MLog.cc:
2541 - correctly use delete[] instead of delete for fGuiLInes as
2542 suggested by valgrind.
2543
2544
2545
2546 2008/01/09 Thomas Bretz
2547
2548 * mbadpixels/MBadPixelsTreat.[h,cc]:
2549 - removed obsolete fRawHeader
2550
2551 * mpointing/MSrcPosCam.[h,cc]:
2552 - added Paint member function
2553
2554 * mpointing/MSrcPosRndm.[h,cc]:
2555 - also produce a antio source position for wobble observations
2556
2557 * mraw/MRawRunHeader.cc, mjobs/MJCalibration.cc,
2558 mpedestal/MPedestalCam.cc:
2559 - some cosmetics
Note: See TracBrowser for help on using the repository browser.