source: trunk/MagicSoft/Mars/Changelog@ 8951

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