source: trunk/MagicSoft/Mars/Changelog@ 9130

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