source: trunk/MagicSoft/Mars/Changelog@ 8942

Last change on this file since 8942 was 8942, checked in by tbretz, 17 years ago
*** empty log message ***
File size: 23.6 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4For your entries please follow EXACTLY this style:
5
6_yyyy/mm/dd_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20
21
22 2008/06/12 Thomas Bretz
23
24 * datacenter/macros/plotdb.C:
25 - improved some titles
26 - added the new rates
27 - added the new values from the star-files
28
29 * mbase/MStatusDisplay.cc:
30 - removing the canvases from the global list didn't work
31 because some RecursiveRemovs rely on gROOT->FindObject to work
32 (adding them to another list didn't work either)
33
34 * mhflux/MHEnergyEst.cc:
35 - renamed the "Resolution" Histogram accordingly.
36
37 * mjobs/MJCalibrateSignal.cc:
38 - added a histogram showing the arrival time of
39 extracted interleaved calibration events
40
41 * mraw/MRawEvtData.[h,cc]:
42 - fixed the Draw function. It was broken since the latest changes
43 - added fNumBytesPerSample to the Copy-function
44 - fixed the GetSample-function
45 - added a new member funtion to return the maximu possible
46
47 * mars.rc:
48 - changed the default for the MUX spline to the 50 sl window
49
50 * msignal/MSignalCalc.cc:
51 - scale the pedestal correctly with the scale
52
53 * mjobs/MJStar.cc:
54 - allow filling of pyrometer information to be skipped
55
56 * mhist/MHWeather.cc:
57 - show also colored labels
58
59 * Makefile:
60 - it seems the libmars.so looses read permissions for group
61 and others when it is moved. Now they are set manually
62
63 * datacenter/fillsignal.C, datacenter/macros/fillstar.C:
64 - added filling of calibration pulse position
65 - use more often NULL in case of no entries. This is less
66 biasing in case of averaging of values
67
68 * macros/tutorials/readrfl.C:
69 - print run header
70 - print event header
71 - skip empty events
72
73 * mhist/MHEvent.cc:
74 - removed the pointing from the histogram names. It's
75 simply obsolete
76
77 * mjobs/MJSpectrum.[h,cc]:
78 - removed the kolmogorov test from output
79 - added a new tab showing the energy resolution
80 - therefore added a new BinningImpact to the list of binnings
81 - store the ganymed file's file name in the output
82
83 * mmain/MEventDisplay.cc:
84 - skip events without data in the loop not in the code.
85 This ensures that no task can crash due to this
86 when processing MCs
87
88 * mraw/MRawRunHeader.cc:
89 - the number of events in format version V9 seems to be
90 to high by one. We correct for this.
91
92 * msql/MSQLMagic.[h,cc]:
93 - fixed InsertUpdate. The primary key was not inserted
94 if Insert was called
95
96
97
98 2008/06/11 Thomas Bretz
99
100 * mhflux/MHEnergyEst.[h,cc]:
101 - finally replaced fResolution by more correct histograms
102 - some code cleanup in projecting, profiling and drawing
103 - increased class version number by one
104
105 * mbase/MStatusDisplay.cc:
106 - remove the embedded canvas from the global list to prevent
107 global access to it
108
109 * mhbase/MH3.cc:
110 - fixed a bug if in a 2D constructor a 1D profile was created
111
112 * mreport/MReportPyrometer.cc:
113 - tiny changes to the comments
114
115
116
117 2008/06/10 Thomas Bretz
118
119 * mreport/MReportPyrometer.[h,cc]:
120 - added
121
122 * mreport/Makefile, mreport/ReportLinkDef.h:
123 - added MReportPyrometer
124
125 * mreport/MReportRun.cc:
126 - removed obsolete include of MAstro
127
128 * merpp.cc:
129 - added Pyrometer information
130
131 * mfileio/MWriteRootFile.h:
132 - added new member function AddTree to add a container with the
133 corresponding time-stamp
134
135 * mjobs/MCalibrateSignal.cc, mjobs/MJStar.cc:
136 - replaced some AddContainer by the new AddTree
137 - added Pyrometer information to in- and output, respectively
138
139 * datacenter/macros/fillstar.C:
140 - added new columns fAvgHumidity, fAvgCloudiness, fRmsCloudiness
141 and fAvgTempSky
142
143 * mhist/MHWeather.[h,cc]:
144 - removed the display of the solar radiation which was
145 never working
146 - added display of the pyrometer data to the display
147 - reorganized display
148
149 * mjobs/MJStar.cc:
150 - added filling of the weather data also from the pyrometer branch
151
152
153
154 2008/06/09 Thomas Bretz
155
156 * mbase/MArgs.[h,cc]:
157 - for convinience store the full command line as Title
158 - replaced *fArgv by fArgv
159
160 * mbase/MObjLookup.cc:
161 - replaced C-style cast by reinterpret_cast
162
163 * datacenter/macros/fillcalib.C, datacenter/macros/fillstar.C:
164 - removed usage of Nint (obsolete... Form does rounding)
165
166 * datacenter/macros/fillsignal.C:
167 - removed usage of Nint (obsolete... Form does rounding)
168 - added new columns to get trigger rates from TrigPat tab
169 - fixed some small bugs lately introduced
170
171 * mhflux/MHEffectiveOnTime.cc:
172 - fixed a typo in ReInit
173
174
175
176 2008/06/06 Thomas Bretz
177
178 * datacenter/macros/plotdb.C:
179 - added average temperature and wind speed
180 - reviewed some ranges
181
182 * mhbase/MH3.cc:
183 - in the 2D case with labels and boxes use blue line color
184
185 * mhflux/MHEffectiveOnTime.[h,cc]:
186 - added a new data member fTotalTime counting the total run-time
187 from the run-headers
188 - added the new data member to the display
189 - increased class version number accordingly
190
191 * mjobs/MJCalibrateSignal.cc:
192 - let sum-trigger events pass to get calibrated
193 - improved DefineLabel table for trigger patterns
194 - added MTriggerPattern to output
195
196 * mjobs/MJStar.cc:
197 - added a new tab "Rate" showing the remaining rates per run and
198 trigger pattern after image cleaning
199 - let only event with Lvl1 trigger pass to effective on-time
200 calculation
201 - changed title in plot of avg dc currents and pedestal rms
202
203 * mtrigger/MFTriggerPattern.[h,cc]:
204 - added a counter counting the trigger decision
205 - print the result in the PostProcess
206
207
208
209 2008/06/06 Thomas Bretz
210
211 * datacenter/macros/fillstar.C:
212 - added windspeed and temperature
213
214 * datacenter/macros/fillcalib.C, datacenter/macros/fillsignal.C,
215 datacenter/macros/fillstar.C:
216 - use MSQLMagic instead of MSQLServer
217
218 * datacenter/macros/plotdb.C:
219 - added wind speed and temperature
220
221 * datacenter/macros/plotstat.C:
222 - added a plot showing the observation time per exposure (based on
223 the source key)
224
225 * mbase/MStatusDisplay.cc:
226 - fixed the SaveAs. A wrong version was comitted
227
228 * mextralgo/MExtralgoSpline.h:
229 - added the missing inclusion of TMath (root 5.18)
230
231
232
233 2008/06/03 Thomas Bretz
234
235 * mbase/MStatusDisplay.cc:
236 - added missing inclusion of TMath (root 5.18)
237 - initialize gClient in batch mode to repair broken
238 batch-mode in root 5.18. Fortunately this doesn't
239 break root 5.12
240 - added a SaveAs(const char *c, const Option_t *o)
241 based on the new SaveAs from TGObject
242
243 * mcalib/MCalibrationChargePix.[h,cc],
244 mextralgo/MExtralgoDigitalFilter.[h,cc]:
245 - moved some code to source file to prevent TMath inclusion in
246 header (root 5.18)
247
248 * mcalib/MCalibrationChargeCam.cc,
249 mcalib/MCalibrationChargePINDiode.cc:
250 - added the missing inclusion of TMath (root 5.18)
251
252 * mgeom/MGeomCam.[h,cc]:
253 - for sanity (a bug in root < 5.18) filling fPixels is now
254 done via AddAt. This "repairs" the functionality of the
255 Streamer which before didn't store any contants of fPixels
256 nor read any contents.
257 - Removed the custom Clone function. It is now obsolete,
258 because it works through the fixed Streamer
259 - a Copy-member function has been implemented
260 - a custom Streamer has been implemented allowing to read
261 files containing MGeomCamMagic written with root 5.12
262 with root 5.18
263 - A member function containing the workaround has been implemented
264 - Print got an option ("simple")
265
266 * mgeom/GeomLinkDef.h:
267 - suppress root-Streamer
268
269 * manalysis/MGeomApply.cc:
270 - added the newly necessary call to the StreamerWorkaround
271
272 * mgeom/MGeomPix.[h,cc]:
273 - because with the IgnoreTObjectStreamer set for MParContainer
274 the bits for the outer rings cannot be stored. This was no
275 problem before because in reality they have never been written
276 or read. To store the bits a new data-member fUserBits
277 has been introduced.
278 - accordingly all calles to set or remove the bits have been
279 changed to use fUserBits instead
280 - the class version number has been increased due to the new
281 data member
282 - improved Print-output
283
284
285
286 2008/06/02 Thomas Bretz
287
288 * mars.cc, sinope.cc:
289 - added include of TClass for TIgnoreStreamer (root 5.18)
290
291 * manalysis/MEventRate.[h,cc]:
292 - moved GetError to source file and included TMath (root 5.18)
293
294 * manalysis/MMultiDimDistCalc.cc, mdata/MDataList.cc:
295 - included math.h (root 5.18)
296
297 * mastro/MAstro.[h,cc], mastro/MVector3.[h,cc], mbase/MRunIter.[h,cc],
298 mbase/MTime.[h,cc], mdata/MDataPhrase.[h,cc], mgeom/MGeomPix.[h,cc],
299 mhcalib/MHCalibrationChargeBlindPix.[h,cc],
300 mhflux/MHCollectionArea.[h,cc], mhft/MHexagonFreqSpace.[h,cc],
301 mimage/MHillas.[h,cc], mmuon/MMuonSearchPar..[h,cc],
302 mpedestal/MPedestalPix.[h,cc], mpointing/MPointingDev.[h,cc],
303 mpointing/MSrcPosCam.[h,cc], mpointing/MPointingPos.[h,cc],
304 mpointing/MPointing.[h,cc]:
305 - moved some code to source file to prevent TMath inclusion in
306 header (root 5.18)
307
308 * mbase/MEnv.cc:
309 - added missing include TObjArray (root 5.18)
310 - removed obsolete EmarkerStyles (root 5.18)
311
312 * mbase/MDirIter.cc:
313 - added missing include TList (root 5.18)
314
315 * mastro/MAstroCatalog.cc, mhist/MHHadronness.cc, mhist/MHWeather.cc,
316 mhvstime/MHPixVsTime.cc, mhvstime/MHVsTime.cc,
317 mpointing/MHPointing.cc, mranforest/MHRanForest.cc,
318 mranforest/MHRanForestGini.cc, mranforest/MRanForest.cc,
319 mreflector/MHReflector.cc:
320 - added missing inlcude TH1 (root 5.18)
321
322 * mbase/MFilter.cc, mbase/MGMap.cc, mbase/MTask.cc,
323 mcalib/MCalibrationBlindPix.cc, mdata/MDataChain.cc,
324 mfilter/MFEnergySlope.cc, mgeom/MGeomMirror.cc,
325 mgui/MCamEvent.cc, mhbase/MBinning.cc, mhbase/MHMatrix.cc,
326 mhcalib/MHCalibrationPix.cc, mhcalib/MHGausEvents.cc,
327 mhflux/MHEnergyEst.cc, mhist/MHCamEventRot.cc,
328 mhist/MHHadronness.cc, mranforest/MHRanForest.cc,
329 mreflector/MRflEvtHeader.cc, mreflector/MRflSinglePhoton.cc,
330 msql/MSQLServer.cc, mtools/MSimulatedAnnealing.cc,
331 mtools/MTFillMatrix.cc, mcalib/MCalibrationPix.cc,
332 mcalib/MCalibrationQEPix.cc, manalysis/MParameterCalc.cc,
333 mcalib/MCalibrationTestCalc.cc, mdata/MDataArray.cc,
334 mgeom/MGeomCamDwarf.cc, mhbase/MH3.cc, mtools/MagicJam.cc,
335 mhcalib/MHCalibrationRelTimeCam.cc, mhft/MGeomCamMagicXT.cc,
336 mranforest/MRanForestCalc.cc, mtools/MagicDomino.cc,
337 mhflux/MHThreshold.cc, mimage/MStereoPar.cc,
338 mfilter/MFCosmics.cc, mpedestal/MPedestalCam.cc:
339 - added missing include of TMath (root 5.18)
340
341 * mbase/MGTask.cc, mdata/MDataChain.cc, mhbase/MHArray.cc,
342 mjobs/MJCut.cc, mjoptim/MJOptimizeCuts.cc, mmc/MMcEvt.cxx:
343 - added missing include of TClass (root 5.18)
344
345 * mhbase/MH3.cc:
346 - added missing include of THashList (root 5.18)
347
348 * mcalib/MCalibrationChargeCalc.[h,cc], msignal/MExtractor.[h,cc],
349 mpedestal/MPedestalSubtract.[h,cc], msignal/MExtractTime.[h,cc]:
350 - for convinience (rootcint of 5.18) changed "static const TString"
351 to "static const char *"
352
353 * mhflux/MMcSpectrumWeight.cc:
354 - Use TString::Data() for second argument in TF1 constructor.
355 Otherwise it is ambiguous in root 5.18
356
357 * mhbase/MH.cc:
358 - adde missing includes of TColor, TMath and TClass (root 5.18)
359 - implemented a workaround which always uses the correct
360 CreateGradientColorTable (root 5.18)
361
362 * Makefile:
363 - linking of the shared object is now done in /tmp
364 - replaced = by := where possible
365
366 * mjobs/MJCalibrateSignal.cc:
367 - do not invert contcoscal, that's wrong
368
369 * mmovie/MMovieWrite.cc:
370 - added a #if-directive to use either gStyle or TColor
371 for CreateGradientColorTable depending on root-version
372
373 * mimage/MStereoPar.[h,cc], mimage/MStereoCal.[h,cc]:
374 - replaced Monate Carlo container by MPointingPos
375 - made every algorithm unique
376
377
378
379 2008/06/01 Thomas Bretz
380
381 * callisto.cc, star.cc:
382 - renamed new option to "--null-dev" (clashes with MLog options)
383
384 * mbase/MContinue.cc:
385 - improved output
386
387 * mbase/MTaskList.cc:
388 - fixed broken FindTaskList
389
390
391
392 2008/05/31 Thomas Bretz
393
394 * callisto.cc, star.cc:
395 - added new option "--null" to suppress run-wise output files
396
397 * mjobs/MJob.h:
398 - added new data-member fNullOut to flag suppression of
399 run-wise output files
400
401 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
402 - use new option HasNullOut from base class
403
404 * mbase/MClone.cc:
405 - fixed Init (still had a constructor like initializer)
406
407 * mtrigger/MFTriggerPattern.h:
408 - included missing MTripperPattern
409
410 * mtrigger/MFTriggerPattern.cc:
411 - removed default arguments
412 - exchanged ^ by ~
413 - fixed a few typos in function names
414
415
416
417 2008/05/27 Stefan Ruegamer
418
419 * datacenter/scripts/filesondisk
420 - changed the search for raw files to not search in hidden folders
421
422
423
424 2008/05/25 Thomas Bretz
425
426 * mtrigger/MTriggerPattern.cc:
427 - fixed a typo in a comment
428
429 * mtrigger/MFTriggerPattern.[h,cc]:
430 - some code cleanup (mainly unified all the Require and Deny
431 functions into one)
432 - added a DenyAll member function
433 - added Allow member functions including an AllowAll member function
434
435 * mjobs/MJPedestal.cc:
436 - To choose pedestals we now deny all other trigger bits except the
437 pedestal bit and in the case of data runs we deny all bits
438 except trigger lvl1 and trigger lvl2
439
440 * mjobs/MJCalibration.cc:
441 - In addition to denial of prescaled calibration events we
442 deny any bit in the unprescaled pattern but allow only
443 calibration events
444
445 * mjobs/MJCalibrateSignal.cc:
446 - Instead of the denial of only calibration and pedestal events,
447 we now deny any bit in the pattern, but allow Trigger Lvl1
448 and Trigger Lvl2 events to choose cosmics
449 - Instead of the denial of only lvl1 and lvl2 events,
450 we now deny any bit in the pattern, but allow pedestal
451 events to choose pedestals
452 - Instead of requiring only calibration events,
453 we now deny any bit in the pattern, but require the calibration
454 bit to choose calibration events
455
456 * mbase/MClone.[h,cc]:
457 - instead of cloning the object again and again we now clone
458 it once and then just copy the contents. A new option has
459 been introduced to switch back to the old behaviour
460
461 * mbase/MStatusDisplay.[h,cc]:
462 - changed the argument of GetEmbeddedCanvas from a pointer
463 to a reference
464
465 * macros/rootlogon.C:
466 - switched on optimization (-O3) for ACLIC
467
468
469
470 2008/05/24 Thomas Bretz
471
472 * mjobs/MJCalibrateSignal.cc:
473 - removed the obsolete fconsmics (what the hell did it do...
474 it removed the largest events?)
475 - added a cosmics trigger for calibration events instead
476
477
478
479
480 2008/05/20 Thomas Bretz
481
482 * mjobs/MJCalibrateSignal.cc:
483 - added a MH3-histogram to be filled. It contains the
484 rate of the trigger pattern per run.
485 - the filter selecting the calibration or pedestal
486 events has been renamed from ftp to fcalped
487 - the MContinue rejecting these events has been renamed
488 from conttp to contcalped
489 - the filter selecting the pedestal events have been
490 renamed from ftp2 to fped
491 - In the case of MUX data (no lo-gain) this filter
492 is now also rejecting lvl1 and lvl2 triggered events
493 - the ftp2-filter for the pedestal extraction tasks and
494 the corresponding histogram fillers is obsolete
495 - the previouls "PedestalFilter" is obsolete.
496 - it doesn't make sense not to extract the signal (filter
497 of teskenv1, taskenv2 and taskenv3) but process the
498 rest of the tasklist
499 - the pedestal extraction (as the calibration was already)
500 has been moved to its own tasklist with the corresponding
501 filter applied.
502 - tlist3 has been renamed to tlist4
503 - contped has been removed from the tasklist
504
505 * mhbase/MH3.cc:
506 - fixed a bug introduced with the lables (it must be !(x&y)
507 instead of !x&y
508
509 * mjobs/MDataSet.cc:
510 - shortened a line of output to fit into 80 characters
511
512
513
514 2008/05/19 Thomas Bretz
515
516 * Makefile.conf.general, Makefile.conf.linux:
517 - distinguish between := (eval once) and = (eval every access)
518
519 * mbase/BaseLinkDef.h, mbase/Makefile:
520 - added MObjLookup
521
522 * mbase/MObjLookup.[h,cc]:
523 - added
524
525 * mbase/MEvtLoop.cc:
526 - set progress bar position to 0 before PreProcessing
527
528 * mdata/MDataMember.[h,cc]:
529 - added a member function to get a string
530
531 * mfilter/MFCosmics.cc:
532 - fixed a typo in a comment
533
534 * mhbase/MH.[h,cc]:
535 - improved SetBinning for newer root-versions
536 - improved SetBinning to correctly support axis with labels
537 (keeps the binning unchanged)
538
539 * mhbas/MH3.[h,cc], mhbase/MHn.[h,cc]:
540 - support for axis labels was added.
541 - a possibility to set an additional weight has been added
542 - the version number has been increased accordingly
543
544 * mjobs/MJPedestal.cc:
545 - deny level1 and level2 triggers choosing pedestal events
546
547 * mraw/MRawRunHeader.h:
548 - added a member function returning the RunLength (stop-start)
549
550 * mtrigger/MTriggerPattern.[h,cc]:
551 - wrapped some comments
552 - improved comments
553
554
555
556 2008/05/15 Thomas Bretz
557
558 * mfilter/MFMagicCuts.[h,cc]:
559 - fixed a few typos in comments and in the output
560 - added an option kAreaLin with a linear cut in area for special
561 studies
562
563 * mbase/MStatusDisplay.cc:
564 - if no MStatusArray is found, keys which store a TCanvas object
565 are displayed instead if available
566
567 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
568 - the extraction range to get the maximum is now determined
569 automatically from the MExtractedSignalCam
570
571 * mpedestal/MPedestalSubtract.cc, msignal/MExtractTimeAndCharge.cc:
572 - raise an error if there is a mismatch in the number of samples
573
574
575
576
577 2008/05/14 Thomas Bretz
578
579 * mhbase/MH3.[h,cc], mhbase/MHn.[h,cc]:
580 - enhanced to allow direct filling of Profile histograms
581
582 * mjobs/MDataSet.h:
583 - fixed a bug in Print() causing an infinite loop
584
585 * mjtrain/MJTrainDisp.cc, mjtrain/MJTrainSeparation.cc:
586 - write the dataset(s) to the output file
587
588 * mjtrain/MJTrainEnergy.cc
589 - write the dataset to the output file
590 - added new plots to show the resolution versus several different
591 parameters
592
593 * mpedestal/MPedestalSubtract.[h,cc]:
594 - added an additional check to compate the number of hi-/lo-gain
595 slices in the run- and event-header
596
597 * mpointing/MPointingDevCalc.cc:
598 - added the 14th Jan 08 to the list of new pointing models
599
600
601
602 2008/05/07 Stefan Ruegamer
603
604 * datacenter/scripts/checkmd5sum
605 - implemented check of files from /magic and /data
606
607 * datacenter/scripts/checktransfer
608 - changed the search for temporary zipfiles to not search in hidden
609 directories
610
611 * datacenter/scripts/movingrawfiles2
612 - movingrawfiles to move raw files from /data/fromtape
613
614 * datacenter/scripts/runcallisto
615 - changed default callisto.rc to callisto_mux_new.rc
616
617 * datacenter/scripts/zipscript
618 - changed the script due to the fact that /magic/data/rawfiles is
619 now a link
620 - changed the find to not search in hidden directories
621 - added the -n option to ssh
622
623 * resources/calibration_spline.rc
624 - added calibration factors for periods 62-66 but these are not
625 newly calculated, simply pasted from previous periods!
626
627
628
629 2008/04/08 Thomas Bretz
630
631 * mreport/MReportDrive.cc:
632 - implemented changes of Version 20080220
633
634
635
636 2008/03/19 Thomas Bretz
637
638 * mjobs/MJSpectrum.cc:
639 - fixed a bug introduced yesterday. The overflow bin was not
640 correctly referenced
641
642
643
644 2008/03/18 Thomas Bretz
645
646 * sponde.cc:
647 - added new option "--force-runtime"
648
649 * mbase/MEnv.h:
650 - added WriteFile to context menu
651
652 * mjobs/MJSpectrum.[h,cc]:
653 - added a new option to force using the runtime instead of the
654 effective observation time (this might bw wrong for very
655 short datasets)
656 - added a check if the effective observation time is out of
657 the histogram range... print a warning if so and include
658 the overflow bins into the eff. obs time
659 - added an estimated sensitivity curve for high and low za
660 to the spectrum plots
661 - added description text for 1553 and crab spectrum
662 - write out the MC events after cuts including their weights
663 - do not fit at 1TeV but 500GeV instead
664
665 * mjobs/MJob.cc:
666 - check in WriteContainer whether the file is already open
667
668 * mpointing/MPointingDevCalc.cc:
669 - added some more comments
670
671 * mhflux/MMcSpectrumWeight.[h,cc]:
672 - added the possibility to extend a spectrum by "fake" statistics
673
674
675
676 2008/03/14 Daniel Hoehne
677
678 * datacenter/macros/filldotrun.C:
679 - inserted new arehucas version
680
681
682
683 2008/03/04 Thomas Bretz
684
685 * condor/program.submit, condor/macro.submit, condor/script.submit:
686 - added
687
688
689
690 2008/03/03 Thomas Bretz
691
692 * mhflux/MHAlpha.[h,cc]:
693 - allow to project individual bins in DrawNicePlot
694
695
696
697 2008/02/24 Thomas Bretz
698
699 * mbase/MLog.h:
700 - added a getter for the OutputLevel (for debugging)
701
702 * mpointing/MPointing.h:
703 - added a memberfunction to calculate the Abs-value
704
705 * mpointing/PointingLinkDef.h:
706 - added RaDec
707
708
709
710 2008/02/21 Daniela Dorner
711
712 * datacenter/db/builddatasets.php:
713 - display 'Remark' only in case of errors
714
715
716
717 2008/02/08 Stefan Ruegamer
718
719 * datacenter/scripts/checkmd5sum
720 - added check to prevent that checksums of files not read from tape
721 enter the .lapalma file
722
723 * datacenter/scripts/dbchk
724 - added check for crashed runs, sequences and datasets
725 - corrected bugs in find command and $dir-loops
726 - adapted to the automatic concept and added it to the cronjobs
727
728
729
730 2008/02/01 Stefan Ruegamer
731
732 * datacenter/macros/filldotrun.C
733 - added default entry for fCompmux for new runs
734
735 * datacenter/macros/checkfileavail.C
736 - added checking of fCompmux
737
738
739
740 2008/02/01 Daniel Hoehne
741
742 * datacenter/db/runinfo-aio.php:
743 - fixed 'bug' with query. Now runs are displayed in ascending order
744
745
746
747 2008/01/31 Thomas Bretz
748
749 * mbase/MThread.[h,cc]:
750 - imported from Cosy
751
752 * mbase/Makefile:
753 - added MThread
754
755 * mbase/BaseLinkDef.h:
756 - added MThread
757
758
759
760 2008/01/27 Thomas Bretz
761
762 * .rootrc:
763 - updated with the correct path to the ViewCVS
764
765
766
767 2008/01/24 Thomas Bretz
768
769 * mpointing/MPointing.cc:
770 - added ClassImp for RaDec
771
772 * mpointing/MPointing.h:
773 - added code for classes AltAz and RaDec deriving from TVector2
774 not to be used in Mars and Cosy
775
776
777
778 2008/01/24 Daniel Hoehne
779
780 * scripts/preparemc:
781 - adapted to new rawfile/camera structure in /magic/montecarlo
782
783
784
785 2008/01/14 Thomas Bretz
786
787 * mpointing/MPointing.h:
788 - added enumeration operator[]
789
790
791
792 2008/01/11 Thomas Bretz
793
794 * mbase/MLog.cc:
795 - correctly use delete[] instead of delete for fGuiLInes as
796 suggested by valgrind.
797
798
799
800 2008/01/09 Thomas Bretz
801
802 * mbadpixels/MBadPixelsTreat.[h,cc]:
803 - removed obsolete fRawHeader
804
805 * mpointing/MSrcPosCam.[h,cc]:
806 - added Paint member function
807
808 * mpointing/MSrcPosRndm.[h,cc]:
809 - also produce a antio source position for wobble observations
810
811 * mraw/MRawRunHeader.cc, mjobs/MJCalibration.cc,
812 mpedestal/MPedestalCam.cc:
813 - some cosmetics
Note: See TracBrowser for help on using the repository browser.