source: trunk/MagicSoft/Mars/Changelog@ 8989

Last change on this file since 8989 was 8989, checked in by tbretz, 17 years ago
*** empty log message ***
File size: 39.1 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/01 Thomas Bretz
22
23 * ganymed.cc:
24 - removed the checks for the accessability of the files. They
25 are checked in the corresponding classes instead
26
27 * sponde.cc:
28 - display only the base name of the ganymed file, not the full path
29
30 * mbase/MMath.[h,cc]:
31 - added a new member function ErrorExc
32 - Let SignificanceExc (former SignificanceLiMaExc) use ErrorExc
33
34 * mhflux/MAlphaFitter.[h,cc]:
35 - replaced fSignificanceExc by fErrorExcess
36 - calculate the error instead of the significance (otherwise we
37 get infinity at 0)
38 - also store a negative number of excess events
39 - replaced all -1 in ProjectionZ calls by the histogram limits
40 (including under- and overflows) This is necessary to get
41 root 5.20/00 working
42 - increased class version number according to the changes
43
44 * mjobs/MDataSet.[h,cc], mjobs/MSequence.[h,cc]:
45 - removed wrong usage of fName and fTitle, introduced new data
46 members instead
47 - initialize fName and fTitle in the constructors correctly
48 - always store the full qualified path name
49 - introduced new member functions GetBaseName and GetFilePath
50 - give the ostream as an argument to Print
51 - added new member function WriteFile to directly Print to
52 an fostream
53 - do not print empty values in Print
54 - increased class version number accordingly
55 - removed GetName and GetRcName accordingly
56
57 * mjobs/MDataSet.cc:
58 - set the dataset number to an invalid status if the file could
59 not be accessed
60
61 * mjobs/MJCut.cc:
62 - replaced GetName for the dataset by GetBaseName
63 - make sure the summary file is not created if not requested
64 - do not use pointers to MWriteRootFile to make sure the instances
65 always get deleted
66
67 * mjobs/MJSpectrum.cc:
68 - fixed a bug in the check for the existence of the excess time
69 - replaced GetName for the dataset by GetBaseName
70 - Write the full path name to the ganymed.root into the file
71 - fixed typos in determine
72
73 * mpointing/MPointingDevCalc.cc:
74 - initialize fNsb* members also in PreProcess as correctly
75 suggested by valgrind
76
77
78
79 2008/06/30 Thomas Bretz
80
81 * datacenter/macros/fillstar.C:
82 - check whether graphs are empty in a more accurate way
83
84 * datacenter/macros/plotdb.C:
85 - fixed some axis title
86 - increased range of fRatePedTrigEvts
87
88 * msql/MSQLMagic.cc:
89 - added ' around the where clause in UpdateInsert to allowe
90 also for times etc
91
92 * callisto.cc:
93 - removed test-option (it was never used anyway and should
94 be reprogrammed properly)
95
96 * datacenter/macros/plotdb.C, mbase/MStatusDisplay.h, mbase/MTime.h:
97 - removed unused argument
98
99 * mbadpixels/MBadPixelsPix.h:
100 - added static functions to get names and numbers of unsuitable
101 and unreliable levels
102
103 * mbase/MMath.cc:
104 - made MedianDevImp working properly with a template
105
106 * mhcalib/HCalibLinkDef.h, mhcalib/Makefile:
107 - removed MHCalibrationTestCam
108 - removed MHCalibrationTestTimeCam
109
110 * mhcalib/MHCalibrationCam.cc:
111 - removed an obsolete TPad in Draw()
112 - removed some obsolete kCanDelete in Drwa()
113
114 * mhcalib/MHCalibrationChargeCam.cc:
115 - changed some colors to work properly also in root 5.20/00
116
117 * mhflux/MHThreshold.cc:
118 - made Smooth work with root 5.20/00 (to be checked)
119
120 * mhist/MHCamera.[h,cc]:
121 - fixed defaults in Profile and Projection function to match code
122 - fixed some comments
123 - replaced InheritsFrom arguments by TClass statics
124
125 * mjobs/JobsLinkDef.h:
126 - removed MJCalibTest
127
128 * mjobs/MJCalibrateSignal.cc, mjobs/Makefile:
129 - removed obsolete include of MParameterCalc
130
131 * mranforest/MRanForest.cc:
132 - added a cast in BinarySearch to make it work with the template
133 of root 5.20/00
134
135 * mtools/MCalendar.h:
136 - fixed *MENU option
137
138 * mtools/MagicJam.h:
139 - added the Smooth function of root 5.20/00 to be removed from
140 the context menu
141
142
143
144 2008/06/21 Thomas Bretz
145
146 * callisto.cc, star.cc, ganymed.cc, sponde.cc:
147 - set the display name to a more convinient name
148
149 * datacenter/macros/plotdb.C:
150 - some improvement in setting axis titles and titles
151 automatically from the sql column names
152 - moved the Muon cut to a SetCondition call
153 - renamed some functions
154
155 * mbase/MStatusDisplay.h:
156 - overwrote SetTitle with a function allowing to set a title
157 only if no title set so far
158
159 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
160 mjobs/MJPedestal.cc:
161 - set a proper display title and set it only if not already set
162
163 * mjobs/MJPedestal.cc:
164 - changed some filter names to more convinient names
165
166
167
168 2008/06/20 Thomas Bretz
169
170 * macros/dohtml.C:
171 - added missing mmovie directory
172
173 * mhflux/MHEnergyEst.cc:
174 - changed the fit range to adapt to the new plot
175 - exchanged the two plots on the right to have the correct plot
176 near the 1D histogram
177 - fixed the title of the plot in the top right
178 - call SetNoExponent and SetMoreLoglabels
179
180 * mjobs/MJSpectrum.[h,cc]:
181 - outsources producing the spectral function as string to
182 a new static function FormFlux
183
184 * mpointing/MPointingDevCalc.cc:
185 - added some info
186
187
188
189 2008/06/19 Thomas Bretz
190
191 * mjobs/MJSpectrum.cc:
192 - small improvement to output
193 - handle underflow bin of effective on-time more accurate
194 - reddid the formattig of the spectral fit
195
196 * mbase/MMath.[h,cc]:
197 - added Format member function
198
199 * datacenter/macros/plotstat.C:
200 - fixed some axis titles
201
202
203
204 2008/06/19 Thomas Bretz
205
206 * RELEASE 2.1
207
208
209
210 2008/06/19 Thomas Bretz
211
212 * mraw/MRawRunHeader.cc:
213 - fixed that the line reading the fNumEventsRead vanished
214
215
216
217 2008/06/18 Thomas Bretz
218
219 * datacenter/macros/buildsequenceentries.C:
220 - replaced the old calculation of the run-time of one sequence
221 by a more sophisticated using the TIMEDIFF function
222
223 * mjobs/MJStar.cc:
224 - Use File id instead of run number
225 - fixed the units in the display (phe not \\gamma)
226
227 * mjobs/MSequence.[h,cc]:
228 - reorganized header
229 - implemented new scheme including file numbers
230 - increased class version number accordingly
231 - removed some obsolete old, never used, functions and comments
232
233 * mraw/MRawRunHeader.[h,cc]:
234 - renamed RunID to TypeID
235 - return 0 in RunLength if one of the times is invalid
236
237 * Makefile:
238 - removed sinope
239
240
241
242 2008/06/17 Daniel Hoehne
243
244 * datacenter/macros/fillcamera.C:
245 - added and changed some parameters
246
247 * datacenter/scripts/mcsequences:
248 - added database interaction. Now sequences are built by querying
249 the relevant parameters in the MC database
250
251 * datacenter/scripts/runmccallisto, datacenter/scripts/runmcstar:
252 - added
253
254 * datacenter/scripts/sourcefile:
255 - added failed codes for runmccallisto and runmcstar
256
257
258
259 2008/06/17 Thomas Bretz
260
261 * datacenter/macros/plotdb.C:
262 - SetSelectedPad to 0 before calling DrawClone of TGraph
263 - small reordering of the tabs
264 - removed tab with absolute effective on time
265
266 * mbase/MLog.cc:
267 - make sure that the correct output level is restored after root
268 called the error handler
269
270 * mbase/MStatusDisplay.cc:
271 - Changed backround color to white (_not_ kWhite)
272 - made a sunken border around the canvas
273 - SetFrameBorderMode(0) per default
274
275 * mraw/MRawRunHeader.[h,cc]:
276 - added some consistency checks
277 - make the bug fix for the wrong number of events also for
278 V10 and V11
279 - added Getters for RunID and FileID used to idetify
280 the runs more clever than run-number and file-number
281
282
283
284 2008/06/14 Thomas Bretz
285
286 * merpp.cc:
287 - replaced MRawFileWrite by MWriteRootFile
288
289 * showplot.cc:
290 - added new options to write tiff files
291 - added new options to write csv files
292 - some code simplification
293
294 * datacenter/macros/plotdb.C:
295 - set the title (without axis descriptions) as Tab-title
296 - set FrameBorderMode to 0 for canvas
297
298 * mbase/MStatusArray.[h,cc]:
299 - added a copy constructor taking MStatusDislay as an argument
300 - set gLog to all in Print()
301
302 * mhbase/MFillH.[h,cc]:
303 - allow to set a title in SetNameTab which is used as tab title
304 - therefore added new data member fTitleTab
305 - increased class version by 1
306
307 * mraw/MRawRead.cc:
308 - set ReadyToSave for raw data to be able to use MWriteRootFile
309 in merpp
310
311 * mraw/Makefile, mraw/RawLinkDef.h:
312 - removed MRawFileWrite
313
314 * mbase/MStatusDisplay.[h,cc]:
315 - added the tif file format
316 - added the csv file format
317 - fixed the bmp and xml menu entries
318 - added again to list of specials to allow for access from the
319 interpreter
320 - added title to AddTab. The title is stored as canvas title
321 - added some warpper to access FindobjectInCanvas and Print
322 from the MStatusDisplay to gain access from the interpreter
323 - Removed obsolete DrawClonePad wrapper in Display and
324 added title
325 - added FillArray to add all canvases to a temporary MStatusArray
326 - removed obsolete CanvasSetFillColor
327 - use mktemp in UpdatePSHeader
328 - some code cleanup. Moved some common code from the SaveAs function
329 to the new InitWrite* functions
330 - implemented %%tab%% and %%name%%
331 - added a workround (MyCanvas) to get the title and footer in the
332 ps-files also in root 5.18
333 - removed cloning of the canvases whereever possible.Gave problems
334 in root 5.18 (not yet understood)
335 - changed color mode of postscrip files from rgb to cmyk
336 - UpdatePSHeader not long needed in root >=5.12
337 - reorganized header file
338
339 * mreport/MReportCC.[h,cc]:
340 - removed obsolete fRecTemp
341 - call Copy() in the correct direction
342
343 * mreport/MReportFileRead.[h,cc]:
344 - use a C++ cast instead of a C-cast
345 - add containers to parameter list _before_ calling SetupReading
346 - removed some obsolete comments in the header
347
348 * mjobs/MJStar.cc:
349 - we need to read the new "Rec" tree
350 - and we need to fill from the Rec _and_ CC tree (could give a bias
351 if the rate on both trees would once be identical anymore)
352
353 * mhist/MHCamEvent.cc:
354 - allocate fSum in constructor to allow filling from two different
355 tasks
356
357
358
359 2008/06/14 Thomas Bretz
360
361 * mtrigger/MFTriggerPattern.cc:
362 - improved documentation
363
364 * mars.cc, mbase/MStatusDisplay.cc:
365 - changed the M in MARS to "Modular"
366 - rpelaced year in copyright by current year
367
368 * datacenter/macros/plotdb.C:
369 - increased range for the rate of the calibration events
370 - added "RatioCal" tab
371
372 * datacenter/macros/fillstar.C:
373 - fill NULL also if TGraph is empty
374
375 * mastro/MAstro.cc:
376 - included math.h for darwin
377
378 * mjobs/MJCalibrateSignal.cc:
379 - changed the named of the MFTriggerPattern
380
381 * merpp.cc:
382 - added new option --only, --rep-run, --rep-file, --header-run,
383 --header-file, --telescope
384 - moved Receiver information from tree CC to tree Rec
385
386 * mbase/MStatusDisplay.cc:
387 - replacedMTime by TDatime
388
389 * mcamera/MCameraRecTemp.[h,cc], mcamera/MCameraTD.[h,cc],
390 mcamera/MCameraTH.[h,cc], mreport/MReportCC.[h,cc]:
391 - moved interpretation of sub-parts of the reports from
392 MReportCC to the corresponding MCamera* classes
393
394 * mreport/MReport.[h,cc]:
395 - added Copy member function to copy time and state
396 - added CheckTag member function
397 - Implemented skipping of the Telescope number in the reports
398 for version >=200805190
399
400 * mreport/MReportCC.[h,cc]:
401 - access Receiver infomations via new class MReportRec
402 even for old file formats
403 - skip this block in new formats
404 - moved CheckTag to base class
405
406 * mreport/MReportCamera.[h,cc]:
407 - removed CheckTag
408
409 * mreport/MReportFileRead.[h,cc]:
410 - don't check for the number of lines anymore but for -1 instead
411 - changed fNumLine from ULong to Long to allow a negative
412 return value. We don't expect so many lines in a file anyway,
413 do we?
414
415 * mreport/MReportFileReadCC.[h,cc]:
416 - splitted CheckFileHeader into several subfunction
417 - added checks and reading of telescope number and file number
418
419 * mreport/MReportRun.[h,cc]:
420 - added file number from new format
421
422 * mreport/Makefile, mreport/ReportLinkDef.h:
423 - added MReportRec
424
425 * mreport/MReportRec.[h,cc]:
426 - added
427
428 * mhist/MHCamera.cc:
429 - fixed a bug in the profile and projection functions namely that
430 the default was not correctly treated because char* was
431 compared with char*
432
433 * mbase/MLog.cc, mbase/MMath.cc, mbase/MParContainer.cc,
434 mcalib/MCalibrateData.cc, mcalib/MCalibrationPulseTimeCam.cc,
435 mhbase/MBinning.h, mhbase/MH.cc, mhbase/MHMatrix.cc,
436 mhbase/MHn.cc, mhcalib/MHCalibrationChargeCam.cc, mhflux/MHDisp.cc,
437 mimage/MCameraSmooth.cc, mimage/MConcentration.cc,
438 mjobs/MJCalibration.cc, mjoptim/MJOptimize.cc,
439 mjtrain/MJTrainSeparation.cc, mmuon/MMuonSearchPar.cc,
440 mreport/MReportCurrents.cc, mreport/MReportRun.cc,
441 mtools/MChisqEval.cc:
442 - fixed some cast-away constness warnings
443 - fixed some shadow declarations
444
445 * mhbase/MH.[h,cc]:
446 - removed an old obsolete workaround (ProjectionX/Y)
447
448 * mimage/Makefile, mimage/ImageLinkDef.h:
449 - removed MCameraSmooth
450
451 * mbase/MAGIC.h:
452 - added a new namespace UTF8 with double char characters
453
454 * mbase/BaseLinkDef.h:
455 - added the new namespace UTF8
456
457 * mimage/MNewImagePar.cc, mpointing/MPointing.cc,
458 datacenter/macros/fillstar.C:
459 - some characters replaced by the new UTF8 characters
460
461
462
463 2008/06/13 Thomas Bretz
464
465 * datacenter/macros/fillcalib.C:
466 - fixed a bug introduced by the usage of InserUpdate
467
468 * datacenter/macros/fillsignal.C:
469 - fixed a type (the wrong number was printed to the console)
470
471 * mjobs/MJCalibrateSignal.cc:
472 - let all calibration triggered events pass to calibration
473
474 * mtrigger/MFTriggerPattern.[h,cc]:
475 - count a bit more to increase the printed amout of
476 information at the end
477
478
479
480 2008/06/12 Thomas Bretz
481
482 * resources/starguider00267253.txt, resources/starguider00291104.txt:
483 - added
484
485 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
486 - added preliminary pointing models
487
488 * mpointing/MPointingDevCalc.cc:
489 - updated comments
490
491 * mraw/MRawCrateData.[h,cc], mraw/MRawEvtHeader.[h,cc],
492 mraw/MRawRunHeader.[h,cc]:
493 - renamed reading the old format to ReadEvtOld
494 - implemented reading format>10
495 - added the header size as new argument to ReadEvt
496
497 * mraw/MRawEvtHeader.cc:
498 - made the argument to DecodeTime const
499 - fixed the return value in ReadEvtOld. kCONTINUE could
500 never be returned
501
502 * mraw/MRawRead.cc:
503 - gives header size for format>10 to ReadEvt
504 - if EvtHeader could not be read correctly return kFALSE
505 - let MRawCrateData::ReadEvt check end-of-file
506
507 * merpp.cc:
508 - improved explanation for -ff option
509
510 * readdaq.cc:
511 - added -ff option
512 - added an option to call MReadRawFiles::SetForceMode
513
514 * mbase/MTime.[h,cc]:
515 - added new member function SetBinary to easy processing
516 of the time from the new run header
517
518 * mhflux/MHEffectiveOnTime.cc:
519 - for the integral (Nm) we have to count also events in under and
520 overflow bins
521
522 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
523 mjobs/MJPedestal.cc:
524 - call MRawFileRead::SetForceMode to get the (corrected)
525 old behaviour back (not to stop if an event time is
526 broken but to skip the event)
527
528 * mraw/MRawRunHeader.[h,cc]:
529 - the number of events in format version V9 seems to be
530 to high by one. We correct for this.
531 - added new data members for the header sizes
532 - new data member for the file number
533 - increased cize of fSourceEpochChar
534 - consequently increased class version number by 1
535
536 * datacenter/macros/plotdb.C:
537 - improved some titles
538 - added the new rates
539 - added the new values from the star-files
540
541 * mbase/MStatusDisplay.cc:
542 - removing the canvases from the global list didn't work
543 because some RecursiveRemovs rely on gROOT->FindObject to work
544 (adding them to another list didn't work either)
545
546 * mhflux/MHEnergyEst.cc:
547 - renamed the "Resolution" Histogram accordingly.
548
549 * mjobs/MJCalibrateSignal.cc:
550 - added a histogram showing the arrival time of
551 extracted interleaved calibration events
552
553 * mraw/MRawEvtData.[h,cc]:
554 - fixed the Draw function. It was broken since the latest changes
555 - added fNumBytesPerSample to the Copy-function
556 - fixed the GetSample-function
557 - added a new member funtion to return the maximu possible
558
559 * mars.rc:
560 - changed the default for the MUX spline to the 50 sl window
561
562 * msignal/MSignalCalc.cc:
563 - scale the pedestal correctly with the scale
564
565 * mjobs/MJStar.cc:
566 - allow filling of pyrometer information to be skipped
567
568 * mhist/MHWeather.cc:
569 - show also colored labels
570
571 * Makefile:
572 - it seems the libmars.so looses read permissions for group
573 and others when it is moved. Now they are set manually
574
575 * datacenter/fillsignal.C, datacenter/macros/fillstar.C:
576 - added filling of calibration pulse position
577 - use more often NULL in case of no entries. This is less
578 biasing in case of averaging of values
579
580 * macros/tutorials/readrfl.C:
581 - print run header
582 - print event header
583 - skip empty events
584
585 * mhist/MHEvent.cc:
586 - removed the pointing from the histogram names. It's
587 simply obsolete
588
589 * mjobs/MJSpectrum.[h,cc]:
590 - removed the kolmogorov test from output
591 - added a new tab showing the energy resolution
592 - therefore added a new BinningImpact to the list of binnings
593 - store the ganymed file's file name in the output
594
595 * mmain/MEventDisplay.cc:
596 - skip events without data in the loop not in the code.
597 This ensures that no task can crash due to this
598 when processing MCs
599
600 * msql/MSQLMagic.[h,cc]:
601 - fixed InsertUpdate. The primary key was not inserted
602 if Insert was called
603
604
605
606 2008/06/11 Thomas Bretz
607
608 * mhflux/MHEnergyEst.[h,cc]:
609 - finally replaced fResolution by more correct histograms
610 - some code cleanup in projecting, profiling and drawing
611 - increased class version number by one
612
613 * mbase/MStatusDisplay.cc:
614 - remove the embedded canvas from the global list to prevent
615 global access to it
616
617 * mhbase/MH3.cc:
618 - fixed a bug if in a 2D constructor a 1D profile was created
619
620 * mreport/MReportPyrometer.cc:
621 - tiny changes to the comments
622
623
624
625 2008/06/10 Thomas Bretz
626
627 * mreport/MReportPyrometer.[h,cc]:
628 - added
629
630 * mreport/Makefile, mreport/ReportLinkDef.h:
631 - added MReportPyrometer
632
633 * mreport/MReportRun.cc:
634 - removed obsolete include of MAstro
635
636 * merpp.cc:
637 - added Pyrometer information
638
639 * mfileio/MWriteRootFile.h:
640 - added new member function AddTree to add a container with the
641 corresponding time-stamp
642
643 * mjobs/MCalibrateSignal.cc, mjobs/MJStar.cc:
644 - replaced some AddContainer by the new AddTree
645 - added Pyrometer information to in- and output, respectively
646
647 * datacenter/macros/fillstar.C:
648 - added new columns fAvgHumidity, fAvgCloudiness, fRmsCloudiness
649 and fAvgTempSky
650
651 * mhist/MHWeather.[h,cc]:
652 - removed the display of the solar radiation which was
653 never working
654 - added display of the pyrometer data to the display
655 - reorganized display
656
657 * mjobs/MJStar.cc:
658 - added filling of the weather data also from the pyrometer branch
659
660
661
662 2008/06/09 Thomas Bretz
663
664 * mbase/MArgs.[h,cc]:
665 - for convinience store the full command line as Title
666 - replaced *fArgv by fArgv
667
668 * mbase/MObjLookup.cc:
669 - replaced C-style cast by reinterpret_cast
670
671 * datacenter/macros/fillcalib.C, datacenter/macros/fillstar.C:
672 - removed usage of Nint (obsolete... Form does rounding)
673
674 * datacenter/macros/fillsignal.C:
675 - removed usage of Nint (obsolete... Form does rounding)
676 - added new columns to get trigger rates from TrigPat tab
677 - fixed some small bugs lately introduced
678
679 * mhflux/MHEffectiveOnTime.cc:
680 - fixed a typo in ReInit
681
682
683
684 2008/06/06 Thomas Bretz
685
686 * datacenter/macros/plotdb.C:
687 - added average temperature and wind speed
688 - reviewed some ranges
689
690 * mhbase/MH3.cc:
691 - in the 2D case with labels and boxes use blue line color
692
693 * mhflux/MHEffectiveOnTime.[h,cc]:
694 - added a new data member fTotalTime counting the total run-time
695 from the run-headers
696 - added the new data member to the display
697 - increased class version number accordingly
698
699 * mjobs/MJCalibrateSignal.cc:
700 - let sum-trigger events pass to get calibrated
701 - improved DefineLabel table for trigger patterns
702 - added MTriggerPattern to output
703
704 * mjobs/MJStar.cc:
705 - added a new tab "Rate" showing the remaining rates per run and
706 trigger pattern after image cleaning
707 - let only event with Lvl1 trigger pass to effective on-time
708 calculation
709 - changed title in plot of avg dc currents and pedestal rms
710
711 * mtrigger/MFTriggerPattern.[h,cc]:
712 - added a counter counting the trigger decision
713 - print the result in the PostProcess
714
715
716
717 2008/06/06 Thomas Bretz
718
719 * datacenter/macros/fillstar.C:
720 - added windspeed and temperature
721
722 * datacenter/macros/fillcalib.C, datacenter/macros/fillsignal.C,
723 datacenter/macros/fillstar.C:
724 - use MSQLMagic instead of MSQLServer
725
726 * datacenter/macros/plotdb.C:
727 - added wind speed and temperature
728
729 * datacenter/macros/plotstat.C:
730 - added a plot showing the observation time per exposure (based on
731 the source key)
732
733 * mbase/MStatusDisplay.cc:
734 - fixed the SaveAs. A wrong version was comitted
735
736 * mextralgo/MExtralgoSpline.h:
737 - added the missing inclusion of TMath (root 5.18)
738
739
740
741 2008/06/03 Thomas Bretz
742
743 * mbase/MStatusDisplay.cc:
744 - added missing inclusion of TMath (root 5.18)
745 - initialize gClient in batch mode to repair broken
746 batch-mode in root 5.18. Fortunately this doesn't
747 break root 5.12
748 - added a SaveAs(const char *c, const Option_t *o)
749 based on the new SaveAs from TGObject
750
751 * mcalib/MCalibrationChargePix.[h,cc],
752 mextralgo/MExtralgoDigitalFilter.[h,cc]:
753 - moved some code to source file to prevent TMath inclusion in
754 header (root 5.18)
755
756 * mcalib/MCalibrationChargeCam.cc,
757 mcalib/MCalibrationChargePINDiode.cc:
758 - added the missing inclusion of TMath (root 5.18)
759
760 * mgeom/MGeomCam.[h,cc]:
761 - for sanity (a bug in root < 5.18) filling fPixels is now
762 done via AddAt. This "repairs" the functionality of the
763 Streamer which before didn't store any contants of fPixels
764 nor read any contents.
765 - Removed the custom Clone function. It is now obsolete,
766 because it works through the fixed Streamer
767 - a Copy-member function has been implemented
768 - a custom Streamer has been implemented allowing to read
769 files containing MGeomCamMagic written with root 5.12
770 with root 5.18
771 - A member function containing the workaround has been implemented
772 - Print got an option ("simple")
773
774 * mgeom/GeomLinkDef.h:
775 - suppress root-Streamer
776
777 * manalysis/MGeomApply.cc:
778 - added the newly necessary call to the StreamerWorkaround
779
780 * mgeom/MGeomPix.[h,cc]:
781 - because with the IgnoreTObjectStreamer set for MParContainer
782 the bits for the outer rings cannot be stored. This was no
783 problem before because in reality they have never been written
784 or read. To store the bits a new data-member fUserBits
785 has been introduced.
786 - accordingly all calles to set or remove the bits have been
787 changed to use fUserBits instead
788 - the class version number has been increased due to the new
789 data member
790 - improved Print-output
791
792
793
794 2008/06/02 Thomas Bretz
795
796 * mars.cc, sinope.cc:
797 - added include of TClass for TIgnoreStreamer (root 5.18)
798
799 * manalysis/MEventRate.[h,cc]:
800 - moved GetError to source file and included TMath (root 5.18)
801
802 * manalysis/MMultiDimDistCalc.cc, mdata/MDataList.cc:
803 - included math.h (root 5.18)
804
805 * mastro/MAstro.[h,cc], mastro/MVector3.[h,cc], mbase/MRunIter.[h,cc],
806 mbase/MTime.[h,cc], mdata/MDataPhrase.[h,cc], mgeom/MGeomPix.[h,cc],
807 mhcalib/MHCalibrationChargeBlindPix.[h,cc],
808 mhflux/MHCollectionArea.[h,cc], mhft/MHexagonFreqSpace.[h,cc],
809 mimage/MHillas.[h,cc], mmuon/MMuonSearchPar..[h,cc],
810 mpedestal/MPedestalPix.[h,cc], mpointing/MPointingDev.[h,cc],
811 mpointing/MSrcPosCam.[h,cc], mpointing/MPointingPos.[h,cc],
812 mpointing/MPointing.[h,cc]:
813 - moved some code to source file to prevent TMath inclusion in
814 header (root 5.18)
815
816 * mbase/MEnv.cc:
817 - added missing include TObjArray (root 5.18)
818 - removed obsolete EmarkerStyles (root 5.18)
819
820 * mbase/MDirIter.cc:
821 - added missing include TList (root 5.18)
822
823 * mastro/MAstroCatalog.cc, mhist/MHHadronness.cc, mhist/MHWeather.cc,
824 mhvstime/MHPixVsTime.cc, mhvstime/MHVsTime.cc,
825 mpointing/MHPointing.cc, mranforest/MHRanForest.cc,
826 mranforest/MHRanForestGini.cc, mranforest/MRanForest.cc,
827 mreflector/MHReflector.cc:
828 - added missing inlcude TH1 (root 5.18)
829
830 * mbase/MFilter.cc, mbase/MGMap.cc, mbase/MTask.cc,
831 mcalib/MCalibrationBlindPix.cc, mdata/MDataChain.cc,
832 mfilter/MFEnergySlope.cc, mgeom/MGeomMirror.cc,
833 mgui/MCamEvent.cc, mhbase/MBinning.cc, mhbase/MHMatrix.cc,
834 mhcalib/MHCalibrationPix.cc, mhcalib/MHGausEvents.cc,
835 mhflux/MHEnergyEst.cc, mhist/MHCamEventRot.cc,
836 mhist/MHHadronness.cc, mranforest/MHRanForest.cc,
837 mreflector/MRflEvtHeader.cc, mreflector/MRflSinglePhoton.cc,
838 msql/MSQLServer.cc, mtools/MSimulatedAnnealing.cc,
839 mtools/MTFillMatrix.cc, mcalib/MCalibrationPix.cc,
840 mcalib/MCalibrationQEPix.cc, manalysis/MParameterCalc.cc,
841 mcalib/MCalibrationTestCalc.cc, mdata/MDataArray.cc,
842 mgeom/MGeomCamDwarf.cc, mhbase/MH3.cc, mtools/MagicJam.cc,
843 mhcalib/MHCalibrationRelTimeCam.cc, mhft/MGeomCamMagicXT.cc,
844 mranforest/MRanForestCalc.cc, mtools/MagicDomino.cc,
845 mhflux/MHThreshold.cc, mimage/MStereoPar.cc,
846 mfilter/MFCosmics.cc, mpedestal/MPedestalCam.cc:
847 - added missing include of TMath (root 5.18)
848
849 * mbase/MGTask.cc, mdata/MDataChain.cc, mhbase/MHArray.cc,
850 mjobs/MJCut.cc, mjoptim/MJOptimizeCuts.cc, mmc/MMcEvt.cxx:
851 - added missing include of TClass (root 5.18)
852
853 * mhbase/MH3.cc:
854 - added missing include of THashList (root 5.18)
855
856 * mcalib/MCalibrationChargeCalc.[h,cc], msignal/MExtractor.[h,cc],
857 mpedestal/MPedestalSubtract.[h,cc], msignal/MExtractTime.[h,cc]:
858 - for convinience (rootcint of 5.18) changed "static const TString"
859 to "static const char *"
860
861 * mhflux/MMcSpectrumWeight.cc:
862 - Use TString::Data() for second argument in TF1 constructor.
863 Otherwise it is ambiguous in root 5.18
864
865 * mhbase/MH.cc:
866 - adde missing includes of TColor, TMath and TClass (root 5.18)
867 - implemented a workaround which always uses the correct
868 CreateGradientColorTable (root 5.18)
869
870 * Makefile:
871 - linking of the shared object is now done in /tmp
872 - replaced = by := where possible
873
874 * mjobs/MJCalibrateSignal.cc:
875 - do not invert contcoscal, that's wrong
876
877 * mmovie/MMovieWrite.cc:
878 - added a #if-directive to use either gStyle or TColor
879 for CreateGradientColorTable depending on root-version
880
881 * mimage/MStereoPar.[h,cc], mimage/MStereoCal.[h,cc]:
882 - replaced Monate Carlo container by MPointingPos
883 - made every algorithm unique
884
885
886
887 2008/06/01 Thomas Bretz
888
889 * callisto.cc, star.cc:
890 - renamed new option to "--null-dev" (clashes with MLog options)
891
892 * mbase/MContinue.cc:
893 - improved output
894
895 * mbase/MTaskList.cc:
896 - fixed broken FindTaskList
897
898
899
900 2008/05/31 Thomas Bretz
901
902 * callisto.cc, star.cc:
903 - added new option "--null" to suppress run-wise output files
904
905 * mjobs/MJob.h:
906 - added new data-member fNullOut to flag suppression of
907 run-wise output files
908
909 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
910 - use new option HasNullOut from base class
911
912 * mbase/MClone.cc:
913 - fixed Init (still had a constructor like initializer)
914
915 * mtrigger/MFTriggerPattern.h:
916 - included missing MTripperPattern
917
918 * mtrigger/MFTriggerPattern.cc:
919 - removed default arguments
920 - exchanged ^ by ~
921 - fixed a few typos in function names
922
923
924
925 2008/05/27 Stefan Ruegamer
926
927 * datacenter/scripts/filesondisk
928 - changed the search for raw files to not search in hidden folders
929
930
931
932 2008/05/25 Thomas Bretz
933
934 * mtrigger/MTriggerPattern.cc:
935 - fixed a typo in a comment
936
937 * mtrigger/MFTriggerPattern.[h,cc]:
938 - some code cleanup (mainly unified all the Require and Deny
939 functions into one)
940 - added a DenyAll member function
941 - added Allow member functions including an AllowAll member function
942
943 * mjobs/MJPedestal.cc:
944 - To choose pedestals we now deny all other trigger bits except the
945 pedestal bit and in the case of data runs we deny all bits
946 except trigger lvl1 and trigger lvl2
947
948 * mjobs/MJCalibration.cc:
949 - In addition to denial of prescaled calibration events we
950 deny any bit in the unprescaled pattern but allow only
951 calibration events
952
953 * mjobs/MJCalibrateSignal.cc:
954 - Instead of the denial of only calibration and pedestal events,
955 we now deny any bit in the pattern, but allow Trigger Lvl1
956 and Trigger Lvl2 events to choose cosmics
957 - Instead of the denial of only lvl1 and lvl2 events,
958 we now deny any bit in the pattern, but allow pedestal
959 events to choose pedestals
960 - Instead of requiring only calibration events,
961 we now deny any bit in the pattern, but require the calibration
962 bit to choose calibration events
963
964 * mbase/MClone.[h,cc]:
965 - instead of cloning the object again and again we now clone
966 it once and then just copy the contents. A new option has
967 been introduced to switch back to the old behaviour
968
969 * mbase/MStatusDisplay.[h,cc]:
970 - changed the argument of GetEmbeddedCanvas from a pointer
971 to a reference
972
973 * macros/rootlogon.C:
974 - switched on optimization (-O3) for ACLIC
975
976
977
978 2008/05/24 Thomas Bretz
979
980 * mjobs/MJCalibrateSignal.cc:
981 - removed the obsolete fconsmics (what the hell did it do...
982 it removed the largest events?)
983 - added a cosmics trigger for calibration events instead
984
985
986
987
988 2008/05/20 Thomas Bretz
989
990 * mjobs/MJCalibrateSignal.cc:
991 - added a MH3-histogram to be filled. It contains the
992 rate of the trigger pattern per run.
993 - the filter selecting the calibration or pedestal
994 events has been renamed from ftp to fcalped
995 - the MContinue rejecting these events has been renamed
996 from conttp to contcalped
997 - the filter selecting the pedestal events have been
998 renamed from ftp2 to fped
999 - In the case of MUX data (no lo-gain) this filter
1000 is now also rejecting lvl1 and lvl2 triggered events
1001 - the ftp2-filter for the pedestal extraction tasks and
1002 the corresponding histogram fillers is obsolete
1003 - the previouls "PedestalFilter" is obsolete.
1004 - it doesn't make sense not to extract the signal (filter
1005 of teskenv1, taskenv2 and taskenv3) but process the
1006 rest of the tasklist
1007 - the pedestal extraction (as the calibration was already)
1008 has been moved to its own tasklist with the corresponding
1009 filter applied.
1010 - tlist3 has been renamed to tlist4
1011 - contped has been removed from the tasklist
1012
1013 * mhbase/MH3.cc:
1014 - fixed a bug introduced with the lables (it must be !(x&y)
1015 instead of !x&y
1016
1017 * mjobs/MDataSet.cc:
1018 - shortened a line of output to fit into 80 characters
1019
1020
1021
1022 2008/05/19 Thomas Bretz
1023
1024 * Makefile.conf.general, Makefile.conf.linux:
1025 - distinguish between := (eval once) and = (eval every access)
1026
1027 * mbase/BaseLinkDef.h, mbase/Makefile:
1028 - added MObjLookup
1029
1030 * mbase/MObjLookup.[h,cc]:
1031 - added
1032
1033 * mbase/MEvtLoop.cc:
1034 - set progress bar position to 0 before PreProcessing
1035
1036 * mdata/MDataMember.[h,cc]:
1037 - added a member function to get a string
1038
1039 * mfilter/MFCosmics.cc:
1040 - fixed a typo in a comment
1041
1042 * mhbase/MH.[h,cc]:
1043 - improved SetBinning for newer root-versions
1044 - improved SetBinning to correctly support axis with labels
1045 (keeps the binning unchanged)
1046
1047 * mhbas/MH3.[h,cc], mhbase/MHn.[h,cc]:
1048 - support for axis labels was added.
1049 - a possibility to set an additional weight has been added
1050 - the version number has been increased accordingly
1051
1052 * mjobs/MJPedestal.cc:
1053 - deny level1 and level2 triggers choosing pedestal events
1054
1055 * mraw/MRawRunHeader.h:
1056 - added a member function returning the RunLength (stop-start)
1057
1058 * mtrigger/MTriggerPattern.[h,cc]:
1059 - wrapped some comments
1060 - improved comments
1061
1062
1063
1064 2008/05/15 Thomas Bretz
1065
1066 * mfilter/MFMagicCuts.[h,cc]:
1067 - fixed a few typos in comments and in the output
1068 - added an option kAreaLin with a linear cut in area for special
1069 studies
1070
1071 * mbase/MStatusDisplay.cc:
1072 - if no MStatusArray is found, keys which store a TCanvas object
1073 are displayed instead if available
1074
1075 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
1076 - the extraction range to get the maximum is now determined
1077 automatically from the MExtractedSignalCam
1078
1079 * mpedestal/MPedestalSubtract.cc, msignal/MExtractTimeAndCharge.cc:
1080 - raise an error if there is a mismatch in the number of samples
1081
1082
1083
1084
1085 2008/05/14 Thomas Bretz
1086
1087 * mhbase/MH3.[h,cc], mhbase/MHn.[h,cc]:
1088 - enhanced to allow direct filling of Profile histograms
1089
1090 * mjobs/MDataSet.h:
1091 - fixed a bug in Print() causing an infinite loop
1092
1093 * mjtrain/MJTrainDisp.cc, mjtrain/MJTrainSeparation.cc:
1094 - write the dataset(s) to the output file
1095
1096 * mjtrain/MJTrainEnergy.cc
1097 - write the dataset to the output file
1098 - added new plots to show the resolution versus several different
1099 parameters
1100
1101 * mpedestal/MPedestalSubtract.[h,cc]:
1102 - added an additional check to compate the number of hi-/lo-gain
1103 slices in the run- and event-header
1104
1105 * mpointing/MPointingDevCalc.cc:
1106 - added the 14th Jan 08 to the list of new pointing models
1107
1108
1109
1110 2008/05/07 Stefan Ruegamer
1111
1112 * datacenter/scripts/checkmd5sum
1113 - implemented check of files from /magic and /data
1114
1115 * datacenter/scripts/checktransfer
1116 - changed the search for temporary zipfiles to not search in hidden
1117 directories
1118
1119 * datacenter/scripts/movingrawfiles2
1120 - movingrawfiles to move raw files from /data/fromtape
1121
1122 * datacenter/scripts/runcallisto
1123 - changed default callisto.rc to callisto_mux_new.rc
1124
1125 * datacenter/scripts/zipscript
1126 - changed the script due to the fact that /magic/data/rawfiles is
1127 now a link
1128 - changed the find to not search in hidden directories
1129 - added the -n option to ssh
1130
1131 * resources/calibration_spline.rc
1132 - added calibration factors for periods 62-66 but these are not
1133 newly calculated, simply pasted from previous periods!
1134
1135
1136
1137 2008/04/08 Thomas Bretz
1138
1139 * mreport/MReportDrive.cc:
1140 - implemented changes of Version 20080220
1141
1142
1143
1144 2008/03/19 Thomas Bretz
1145
1146 * mjobs/MJSpectrum.cc:
1147 - fixed a bug introduced yesterday. The overflow bin was not
1148 correctly referenced
1149
1150
1151
1152 2008/03/18 Thomas Bretz
1153
1154 * sponde.cc:
1155 - added new option "--force-runtime"
1156
1157 * mbase/MEnv.h:
1158 - added WriteFile to context menu
1159
1160 * mjobs/MJSpectrum.[h,cc]:
1161 - added a new option to force using the runtime instead of the
1162 effective observation time (this might bw wrong for very
1163 short datasets)
1164 - added a check if the effective observation time is out of
1165 the histogram range... print a warning if so and include
1166 the overflow bins into the eff. obs time
1167 - added an estimated sensitivity curve for high and low za
1168 to the spectrum plots
1169 - added description text for 1553 and crab spectrum
1170 - write out the MC events after cuts including their weights
1171 - do not fit at 1TeV but 500GeV instead
1172
1173 * mjobs/MJob.cc:
1174 - check in WriteContainer whether the file is already open
1175
1176 * mpointing/MPointingDevCalc.cc:
1177 - added some more comments
1178
1179 * mhflux/MMcSpectrumWeight.[h,cc]:
1180 - added the possibility to extend a spectrum by "fake" statistics
1181
1182
1183
1184 2008/03/14 Daniel Hoehne
1185
1186 * datacenter/macros/filldotrun.C:
1187 - inserted new arehucas version
1188
1189
1190
1191 2008/03/04 Thomas Bretz
1192
1193 * condor/program.submit, condor/macro.submit, condor/script.submit:
1194 - added
1195
1196
1197
1198 2008/03/03 Thomas Bretz
1199
1200 * mhflux/MHAlpha.[h,cc]:
1201 - allow to project individual bins in DrawNicePlot
1202
1203
1204
1205 2008/02/24 Thomas Bretz
1206
1207 * mbase/MLog.h:
1208 - added a getter for the OutputLevel (for debugging)
1209
1210 * mpointing/MPointing.h:
1211 - added a memberfunction to calculate the Abs-value
1212
1213 * mpointing/PointingLinkDef.h:
1214 - added RaDec
1215
1216
1217
1218 2008/02/21 Daniela Dorner
1219
1220 * datacenter/db/builddatasets.php:
1221 - display 'Remark' only in case of errors
1222
1223
1224
1225 2008/02/08 Stefan Ruegamer
1226
1227 * datacenter/scripts/checkmd5sum
1228 - added check to prevent that checksums of files not read from tape
1229 enter the .lapalma file
1230
1231 * datacenter/scripts/dbchk
1232 - added check for crashed runs, sequences and datasets
1233 - corrected bugs in find command and $dir-loops
1234 - adapted to the automatic concept and added it to the cronjobs
1235
1236
1237
1238 2008/02/01 Stefan Ruegamer
1239
1240 * datacenter/macros/filldotrun.C
1241 - added default entry for fCompmux for new runs
1242
1243 * datacenter/macros/checkfileavail.C
1244 - added checking of fCompmux
1245
1246
1247
1248 2008/02/01 Daniel Hoehne
1249
1250 * datacenter/db/runinfo-aio.php:
1251 - fixed 'bug' with query. Now runs are displayed in ascending order
1252
1253
1254
1255 2008/01/31 Thomas Bretz
1256
1257 * mbase/MThread.[h,cc]:
1258 - imported from Cosy
1259
1260 * mbase/Makefile:
1261 - added MThread
1262
1263 * mbase/BaseLinkDef.h:
1264 - added MThread
1265
1266
1267
1268 2008/01/27 Thomas Bretz
1269
1270 * .rootrc:
1271 - updated with the correct path to the ViewCVS
1272
1273
1274
1275 2008/01/24 Thomas Bretz
1276
1277 * mpointing/MPointing.cc:
1278 - added ClassImp for RaDec
1279
1280 * mpointing/MPointing.h:
1281 - added code for classes AltAz and RaDec deriving from TVector2
1282 not to be used in Mars and Cosy
1283
1284
1285
1286 2008/01/24 Daniel Hoehne
1287
1288 * scripts/preparemc:
1289 - adapted to new rawfile/camera structure in /magic/montecarlo
1290
1291
1292
1293 2008/01/14 Thomas Bretz
1294
1295 * mpointing/MPointing.h:
1296 - added enumeration operator[]
1297
1298
1299
1300 2008/01/11 Thomas Bretz
1301
1302 * mbase/MLog.cc:
1303 - correctly use delete[] instead of delete for fGuiLInes as
1304 suggested by valgrind.
1305
1306
1307
1308 2008/01/09 Thomas Bretz
1309
1310 * mbadpixels/MBadPixelsTreat.[h,cc]:
1311 - removed obsolete fRawHeader
1312
1313 * mpointing/MSrcPosCam.[h,cc]:
1314 - added Paint member function
1315
1316 * mpointing/MSrcPosRndm.[h,cc]:
1317 - also produce a antio source position for wobble observations
1318
1319 * mraw/MRawRunHeader.cc, mjobs/MJCalibration.cc,
1320 mpedestal/MPedestalCam.cc:
1321 - some cosmetics
Note: See TracBrowser for help on using the repository browser.