source: trunk/MagicSoft/Mars/Changelog@ 9000

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