source: trunk/MagicSoft/Mars/Changelog@ 9041

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