source: trunk/MagicSoft/Mars/Changelog@ 8954

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