source: trunk/MagicSoft/Mars/Changelog@ 9138

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