source: trunk/MagicSoft/Mars/Changelog@ 9005

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