source: trunk/MagicSoft/Mars/Changelog@ 9054

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