source: trunk/MagicSoft/Mars/Changelog@ 9123

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