source: trunk/MagicSoft/Mars/Changelog@ 9066

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