source: trunk/MagicSoft/Mars/Changelog@ 8935

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