source: trunk/MagicSoft/Mars/Changelog@ 9083

Last change on this file since 9083 was 9083, checked in by tbretz, 16 years ago
*** empty log message ***
File size: 64.9 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4For your entries please follow EXACTLY this style:
5
6_yyyy/mm/dd_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20
21 2008/08/04 Stefan Ruegamer
22
23 * datacenter/scripts/setup:
24 - added compux/cutslices to the jobmanager queue
25
26 * datacenter/scripts/movingrawfiles:
27 - modified the regex for finding the run number such that it
28 satisfies the new raw file convention
29 - the script now searches for files in /magic and /data, so
30 movingrawfiles2 is obsolete
31
32 * datacenter/scripts/cutslices:
33 - adapted the script for jobmanager use
34 - included some more checks
35
36
37
38 2008/08/04 Thomas Bretz
39
40 * mjobs/MJCalibrateSignal.cc:
41 - added a filter against very bright events cleaning the
42 bad pixel plot
43
44 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
45 - slightly tightened the spark cut in length vs size
46
47 * ganymed_wobble.rc:
48 - now uses the default (still 3) for the number of wobble
49 positions
50
51 * mbase/MParEmulated.[h,cc]:
52 - some improvements to support collection (still not finished)
53
54 * mraw/MRawRunHeader.cc:
55 - Implemented a fix for run-numbers between 1001348 and 1001396
56 which were incorrectly assigned by the cc.
57 - changed order of fix and check
58
59 * resources/calibration_spline.rc:
60 - updated muon calibration constants for the periods 51-57,
61 58-63 and 67-
62
63
64
65 2008/08/04 Daniela Dorner
66
67 * datacenter/scripts/setup:
68 - changed order of scripts (now: ganymed, star, callisto)
69 - adapted number of allowed processes (more CPUs available now)
70 - commented mc jobmanager stuff out, as it is not yet working
71 completely
72
73
74
75 2008/08/03 Daniela Dorner
76
77 * datacenter/scripts/runcamera, datacenter/scripts/runcorsika,
78 datacenter/scripts/runreflector:
79 - removed primvar
80
81 * datacenter/scripts/condorstatistics:
82 - added (script calling the macro fillcondor.C to fill condor
83 statistics to the database, tars the condor-statistic files
84 afterwards)
85
86 * datacenter/scripts/dowebplots:
87 - added converting from ps to pdf and removing of ps
88
89
90
91 2008/08/02 Thomas Bretz
92
93 * datacenter/scripts/dbchk:
94 - if the regular expression in sed doesn't find anything
95 nothing is replaced (this case is now handled)
96
97 * mjobs/MJPedestal.cc:
98 - removed the obsolete shift variable in PosePosCheck
99 - do not allow lo-gain starts < 0
100
101 * msignal/MExtractTimeAndCharge.cc:
102 - changed lo-gain stat sift to -1.0 (which is the valie which
103 in use anyway)
104
105 * msignal/MExtractTimeAndCharge.h:
106 - do not add the lo-gain offset wehen setting the start-shift
107
108 * msignal/MExtractor.cc:
109 - make sure Print() prints the class description
110
111 * mpointing/MSrcPosCalc.[h,cc]:
112 - if the MC camera files are new enough the source position on the
113 camera is now calculated from the stored telescope and shower
114 orientation
115
116
117
118 2008/08/01 Thomas Bretz
119
120 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
121 - added starguider calibration 328198
122
123 * resources/starguider00328198.txt:
124 - added
125
126 * datacenter/macros/plotdb.C:
127 - added fMedNumPheInner/outer
128 - added fRelChargeRmsOuter
129
130 * mbase/MStatusDisplay.[h,cc]:
131 - added %%title%% as a possibility in the filename
132 - added some code to write an XML instead of a csv file
133 (still not in-use)
134
135 * mjobs/MJCut.cc, mjobs/MJSpectrum.cc:
136 - replaced RunNumber by FileId
137
138
139
140 2008/07/31 Daniela Dorner
141
142 * resources/steps.rc:
143 - added missing influences and needs for DataSetProcessStatus
144
145 * datacenter/scripts/checkstardone:
146 - removed breaks
147 - removed not needed variables
148 - changed dataset from string to int in call of macro
149
150 * datacenter/scripts/budb:
151 - added output how to create database MyMagic
152 - added removing of logfiles
153 - some small inprovements
154
155
156
157 2008/07/31 Thomas Bretz
158
159 * merpp.cc:
160 - fixed merpping a single report file
161 - Strip the dir name from MJMerpp's name
162
163 * mreports/MReportCamera.cc:
164 - also allow empty HV Settings file names
165
166 * datacenter/macros/checkstardone.C:
167 - fixed the query
168 - fixed a typo
169
170 * datacenter/macros/fillcalib.C:
171 - changed ouput
172 - get seq-number from sequence instead of file-name
173 - added telescope number
174 - added fRelChargeRmsInner/Outer
175 - added fMedNumPheInner/Outer
176 - don't user TEnv anymore
177
178 * datacenter/macros/fillsignal.C
179 - get seq-number from sequence instead of file-name
180 - added telescope number
181
182 * datacenter/macros/fillstar.C:
183 - changed ouput
184 - get seq-number from sequence instead of file-name
185 - added telescope number
186 - added fTotOnTime
187
188 * callisto.rc, callisto_Dec04Jan05.rc, callisto_mux.rc:
189 - removed obsolete reference to ExtractTime
190
191
192
193 2008/07/30 Thomas Bretz
194
195 * mjobs/MSequence.cc:
196 - fixed a typo in the new Read function
197
198
199
200 2008/07/30 Daniela Dorner
201
202 * resources/steps.rc:
203 - added
204 - adapted to new data structure
205
206 * steps.rc:
207 - removed
208
209 * datacenter/macros/setupdb.C, datacenter/macros/setstatus.C,
210 datacenter/macros/getdolist.C:
211 - removed
212
213 * datacenter/db/datacheck.php, datacenter/db/datasetinfo.php,
214 datacenter/db/magicdefs.php, datacenter/db/menu.php,
215 datacenter/db/resetseq.php, datacenter/db/runinfo.php,
216 datacenter/db/sequinfo.php, datacenter/macros/resetcolumn.C:
217 - removed fFailedCodeAdd
218 - changed fFailedCode to fProgramId
219
220 * datacenter/scripts/sourcefile:
221 - adapted path of steps.rc
222 - added new additional primaries to functions setstatus, getstatus
223 gettodo and getdolist
224 - merged function gettodo and getdolist
225 - removed todofile
226 - removed fFailedCodeAdd
227 - changed fFailedCode to fProgramId
228
229 * datacenter/scripts/buildsequenceentries,
230 datacenter/scripts/checkfilesforsequenceavail,
231 datacenter/scripts/checkstardone, datacenter/scripts/doexclusions,
232 datacenter/scripts/fillcallisto, datacenter/scripts/fillstar,
233 datacenter/scripts/fillganymed,
234 datacenter/scripts/writedatasetfiles,
235 datacenter/scripts/writesequencefiles:
236 - implemented usage of getodo (new merged function)
237 - removed todofile
238 - removed primval
239
240 * datacenter/scripts/runcallisto, datacenter/scripts/dodatacheck,
241 datacenter/scripts/runganymed, datacenter/scripts/runstar:
242 - implemented usage of getodo (new merged function)
243 - removed primval
244
245 * datacenter/scripts/checkstardone
246 - removed comadd
247
248 * datacenter/scripts/runcallisto
249 - append output of stage.C instead of overwriting logfile
250
251 * datacenter/macros/resetcolumn.C:
252 - added return 0 and output, as this macro is not yes adapted to
253 the new data structure for MAGIC II
254
255 * datacenter/scripts/makecallistolinks:
256 - exchanged grepping for reason by db-query (return code 13)
257 - exchanged call of resetcolumn.C by direct db-query
258
259
260
261 2008/07/29 Stefan Ruegamer
262
263 * datacenter/scripts/zipscript
264 - modified the regex for finding the run number such that it
265 satisfies the new raw file convention
266
267
268
269 2008/07/28 Daniela Dorner
270
271 * datacenter/scripts/correcttime, datacenter/scripts/cutslices,
272 datacenter/scripts/dodatacheck:
273 - added exit and output, as these scripts are not adapted to the
274 new data structure for MAGIC II
275
276 * datacenter/scripts/dbchk:
277 - added outputs to processlog
278
279 * datacenter/scripts/doexclusions,
280 datacenter/scripts/writesequencefiles,
281 datacenter/scripts/buildsequenceentries:
282 - added telescope number 1 to call of macro
283
284 * datacenter/scripts/sourcefile:
285 - added priority
286
287
288
289 2008/07/27 Thomas Bretz
290
291 * merpp.cc:
292 - added include of TClass to work with root 5.20
293
294 * mbase/MParEmulated.[h,cc]:
295 - for root 5.20/00 we have to use TVirtualStreamer instead
296 of TStremaer
297
298 * mbase/MStatusDisplay.cc:
299 - the workaround had to be fixed because since we don't change
300 gPad for printing anymore all following line and text drawings
301 reffered to the wrong gPad
302
303 * datacenter/scripts/doqualityplots, datacenter/scripts/dowebplots:
304 - also antialias text
305 - save as interlaced png
306
307 * mbase/MThread.h:
308 - use a reinterpret_cast when returning the Thresd's result
309 (this gave a correct warning on 32bit systems)
310
311 * mhbase/MH3.h:
312 - when available return the histogram title as title (without axis)
313 - implemented GetFullTitle member function to return the full title
314
315
316
317 2008/07/25 Thomas Bretz
318
319 * mbase/MStatusDisplay.cc:
320 - expand path name for csv files
321
322 * mfileio/MReadFiles.cc:
323 - print a warning if no file was added
324
325 * mfileio/MReadTree.cc:
326 - updated warning if no file was added
327
328 * mfileio/MReadScanFile.[h,cc]:
329 - for safety add a postprocessing removing the contents
330 from the list
331 - also removing the contents from the list before filling
332
333 * mhbase/MH3.cc:
334 - fixed an output
335
336 * mtools/MTFillMatrix.[h,cc]:
337 - added a maximum number the eventloop is running over
338
339 * mjobs/MSequence.cc:
340 - replaced gFile by gDirectory
341
342
343
344 2008/07/23 Thomas Bretz
345
346 * showplot.cc:
347 - allow to read more than one file
348
349 * datacenter/macros/stage.C:
350 - changed the return type to int
351
352 * mbase/MStatusArray.cc:
353 - added a check for the key in read to supress the root error
354 on the console
355
356 * mbase/MStatusDisplay.[h,cc]:
357 - stop update timer in destructor
358 - added new member function GetNumTabs
359 - we don't need to switch to batchmore when painting canvases
360 anymore
361 - removed an obsolete cout
362
363 * mjobs/MJCalibrateSignal.cc:
364 - changed again the wrong names of the tasklists
365
366 * mjobs/MSequence.[h,cc]:
367 - set default telescope to 1 so that reading old sequence files
368 gives valid sequences.
369 - overwrote Read to allow reading also old sequences which
370 have no default name in the files
371 - removed output of "DataPath" from Print
372
373 * msql/MSQLMagic.[h,cc]:
374 - added a second InsertUpdate
375 - added ExistRow
376
377 * datacenter/scripts/runcallisto:
378 - adapted to all other changes
379 - removed merpping of caco-files
380
381
382
383 2008/07/22 Thomas Bretz
384
385 * mbase/MTime.cc:
386 - do not check the return value of mktime (this would
387 fail for dates before 1970)
388
389 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
390 - distinguish between data-runs and mc-runs for the rate plot
391 - named the tasklist for pedestal and calib extraction
392
393 * mjobs/MJMerpp.cc:
394 - precheck the accessibility of all files if a sequence
395 is processed
396
397 * mjobs/MSequence.cc:
398 - the file number is three digits
399 - the Tag for data runs is DatRuns not DataRuns
400
401 * mfileio/Makefile, mfileio/FileIOLinkDef.h:
402 - added MReadFiles
403 - added MReadScanFile
404
405 * mfileio/MReadFiles.[h,cc], mfileio/MReadScanFile.[h,cc]:
406 - added
407
408 * mfileio/MreadRflFile.[h,cc]:
409 - derived from MReadFiles (untested)
410
411 * datacenter/macros/checkfileavail.C:
412 - fixed a type (TSQLRow instead of TSQlRow)
413 - added a missing ;
414
415 * mfileio/MReadTree.[h,cc]:
416 - added some includes
417 - added the IsOwned member function to make sure we don't
418 spoil memory when out pointers are deleted in the destructor
419 - removed some really obsolete workarounds
420 - added a member function to add friends
421 - don't allocate memory in AddFile
422 - implemented the possibility to process also friends
423 - implemented the possibility to read branches from unknown
424 "vendors", i.e. branches for which the class is not available
425 in the dictionary
426 - added a list to hold all parameter containers to be able to
427 call SetReadyToSave more easily than previously
428
429 * mbase/MParEmulated.[h,cc]:
430 - added
431
432 * mbase/Makefile, mbase/BaseLinkDef.h:
433 - added MParEmulated
434
435 * mbase/MParameters.h:
436 - added functions to get the pointer to the values. Handle this
437 with care.
438
439 * mbase/MParConatiner.h:
440 - made GetterMethod virtual to allow MParEmulated to overwrite it
441 - made fgListMethodCall protected to allow MParEmulated to
442 add its new TMethodCalls
443
444 * datacenter/macros/checkfileavail.C:
445 - removed dependence on caco-files.
446 - fixed query
447 - output query in case of failure
448
449 * datacenter/scripts/checkfilesforsequenceavail:
450 - fixed to use new checkfileavail.C
451
452 * mcalib/MCalibrateData.cc:
453 - removed the fixed scale factor for MCs. It is now left open,
454 thus it can be changed from the callisto resource file
455
456 * mdata/MDataMember.cc:
457 - small improvement to error output
458
459 * mfileio/MWriteRootFile.cc:
460 - small change to log-level
461
462 * mbase/MTaskList.cc:
463 - in case of an unknown return value stop event loop
464
465 * mfileio/MRead.cc:
466 - use gSystem->BaseName to get file name
467
468
469
470 2008/07/21 Thomas Bretz
471
472 * mbase/MParContainer.[h,cc]:
473 - adde new static ember functions GetClass
474
475 * mbase/MParList.[h,cc], mbase/MStatusArray.[h,cc],
476 mreport/MReportHelp.cc:
477 - use new GetClass function
478
479
480
481 2008/07/20 Thomas Bretz
482
483 * callisto.cc, star.cc, mjobs/MDataSet.cc, mjobs/MJCalibrateSignal.cc,
484 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjoptim/MJOptimize.cc,
485 mmain/MEventDisplay.cc:
486 - replaced Setup*Runs by GetRuns
487
488 * datacenter/macros/buildsequenceentries.C:
489 - output if something is deleted
490
491 * datacenter/macros/plotdb.C:
492 - added kGroupByDay option
493 - some small changes
494 - made group by work with "as"
495 - made use of TEnv obsolete
496
497 * datacenter/macros/plotrundb.C:
498 - added telescope number as otpion
499
500 * datacenter/scripts/checkfilesforsequenceavail:
501 - added telescope number 1 to call of checkfileavail.C
502
503 * mbase/MTime.cc:
504 - made SetSqlDateTime more flexible
505
506 * mjobs/MJMerpp.[h,cc]:
507 - added (basically the code from merpp.cc)
508 - enhanced with the possibility to merpp a whole sequence
509
510 * merpp.cc:
511 - use new MJMerpp
512
513 * mjobs/Makefile, mjobs/JobsLinkDef.h:
514 - added MJMerpp
515
516 * datacenter/macros/checkfileavail.C, datacenter/macros/checkstardone.C:
517 - reduced queries to a single query
518 - take sequence number as argumenet instead of filename
519
520 * datacenter/scripts/checkstardone:
521 - adapted to changes in checkstardone.C
522
523 * mjobs/MSequence.[h,cc]:
524 - a lot of rework to the file-interface
525 - included subsystem (cc) files
526 - some renaming to some functions
527 - improved the interface to the database
528 - unified the Setup*Runs into GetRuns
529 - when inflating a sequence name allow to use [tel:]squence now
530
531 * mjobs/MSequenceSQL.[h,cc]:
532 - adapted to changes in MSequence
533
534 * datacenter/macros/stage.C
535 - added
536
537 * mjobs/MJStar.cc:
538 - changed displayed title according to the other jobs
539 - changed Setup*Runs to GetRuns
540 - unified output when finished
541 - make sure the weight for the rate tab is not 0
542 - read the currents now from the camera instead of the currents tree
543
544
545
546 2008/07/19 Thomas Bretz
547
548 * datacenter/macros/buildsequenceentries.C:
549 - Use the GetId also in the constructor of Rule
550 - fixed reading of the sections in the sequences.rc
551
552 * datacenter/macros/writesequencefile.C:
553 - included iostream
554
555 * mjobs/MSequence.[h,cc]:
556 - updates some comments
557 - simplified the comparison functions
558 - calculate fPeriod automatically in any case
559 (do not read from file)
560 - added X for excluded to AddFile
561 - use AddFile in ExludeFile
562 - removed incorrect calles to MJob::SortArray
563 - call SortArrays correctly in AddFile
564 - changed default for telescope from 1 to 0 in SQL constructor
565 - allow to set a default path from within the sequence file
566 (in most cases this won't help much)
567
568 * mjobs/MSequenceSQL.[h,cc]:
569 - if telescope number is 0 check whether an unambiguous
570 sequence with this number exists. If existing set the
571 telescope number accordingly
572 - changed default for telescope in constructor to 0 accordingly
573
574
575
576 2008/07/18 Thomas Bretz
577
578 * mbase/MTime.cc:
579 - GetStringFmt was taking the daylight saving time into account
580 (hopefully this fix is not too much dependent on the kernel)
581
582 * mjobs/MSequence.cc:
583 - added some preliminary code for comparing two sequences
584 - fixed output in Print (the "s" was missing in LightConditions)
585 - do not write the "Run[0-]*" line for anything else than
586 the "Runs" (needs more fixes)
587
588 * mjobs/MSequenceSQL.cc:
589 - added a sanity check
590
591
592
593 2008/07/17 Thomas Bretz
594
595 * mjobs/MSequence.[h,cc]:
596 - added fTelescope data member
597 - increased class version number accordingly
598 - added return value to WriteFile
599
600 * mjobs/MSequenceSQL.cc:
601 - added TelescopeNumber to where-clause
602 - get fFileNumber from RunData
603 - use File-Id to order files
604 - added telescope number to all constructors
605
606 * automatic-exclusions.rc:
607 - moved as exclusions.rc to resources and updated contents
608 to new doeclusion.C
609
610 * ganymed.cc:
611 - updated Usage output
612 - added new option to change meximum file size
613
614 * merpp.cc:
615 - merpp also MCameraDC from cc-report
616
617 * datacenter/macros/fillsignal.C:
618 - replaces WARNING by ERROR if an error is returned
619
620 * datacenter/macros/writesequencefile.C:
621 - completely redone using new MSequenceSQL
622
623 * mcamera/MCameraDC.[h,cc]:
624 - added the Interprete member function
625 - made MReportCamera and MReportCurrents friends clases
626 - added fStatus
627 - increased class version accordingly
628
629 * mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
630 - tiny changes to output
631
632 * mreport/MReportCamera.[h,cc]:
633 - removed fStatusDC
634 - removed gkActiveLoadControlVersNum
635 - added interpretation of DC
636 - increased class version by one
637
638 * mreport/MReportCurrents.cc:
639 - moved interpretation of DCs to MCameraDC
640
641 * resources/sequences.rc:
642 - changed some comments
643 - added telescope number to rules
644
645 * datacenter/macros/buildsequenceentries.C:
646 - the building is now based on the file-id (run*1000+file)
647 and it is only done for a single telescope
648 - added telescope number as srgument
649 - added fPriority to SequenceProcessStatus
650 - added fTelescopeNumber to the Sequence table
651 - the sequence number is still idetical to the first run-number
652 - changed reading of resource file such that the telescope
653 number can be given for each subsection
654
655 * datacenter/macros/doexclusions.C:
656 - many simplifications
657 - use telescope number as argument
658 - simplified and improved
659
660 * datacenter/macros/filldotrun.C:
661 - some changes to output
662 - skip comment line at the beginning
663 - skip the line with the telescope number
664 - removed ISNULL from telescope/run/file check
665 - added fPriority to RunProcessStatus
666 - added telescope und file number to RunData and RunProcessStatus
667
668 * datacenter/macros/resetallruns.C:
669 - adapted to new ten:run/file scheme and the new contents
670 of the input file
671
672 * datacenter/scripts/filesondisk:
673 - improved regular expressions to find runs
674 - commmented out caco files
675 - write telescope run and file-number to the file
676 - some simplification
677
678
679
680 2008/07/16 Thomas Bretz
681
682 * msql/MSQLMagic.[h,cc]:
683 - the wehere clause can now be omitted in Update
684
685
686
687 2008/07/14 Thomas Bretz
688
689 * datacenter/macros/fillsignal.C:
690 - moved sql.rc to constructor of MSQLMagic
691
692 * datacenter/macros/plotstat.C:
693 - improved beauty of the SQL queries
694 - join by telescope number, run number and file number
695
696 * mbase/MString.[h,cc]:
697 - removed everything except Format which is then identical to
698 newwer root versions TString::Format
699
700 * mastro/MAstro.cc, mastro/MAstroCatalog.cc:
701 - replaced MString::Print by MString::Format
702
703 * mbase/MTime.cc:
704 - In SetSqlDateTime allow also to set dates without time
705
706 * mbase/Makefile, mbase/BaseLinkDef.h:
707 - removed MRunIter
708
709 * mfileio/MWriteRootFile.cc:
710 - sow in status line if a tree has been finally copied
711
712 * mhist/MHEvent.cc:
713 - replaced GetRunNumber by GetStringID
714
715 * mjobs/MJCalibrateSignal.cc:
716 - Replaced RunNumber by FileId in trogger pattern display
717 - do not allow to divide by 0
718
719 * mjobs/MJExtractSignal.cc, mjobs/MJCalibTest.cc:
720 - removed obsolete include of MDirIter
721
722 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc:
723 - replaced MRunIter by MDirIter
724
725 * mjobs/MSequence.[h,cc]:
726 - moved code to compile (inflate) a run filename or a its path
727 to new static function such that they can be accessed from the outside
728
729 * star.cc, callisto.cc, mjobs/MSequence.[h,cc], mmain/MEventDisplay.cc
730 - renamed InflatePath to InflateSeq
731
732 * mpedestal/MPedCalcPedRun.cc:
733 - when checking the runnumber check also for the telescope number
734
735 * mraw/MRawRunHeader.[h,cc]:
736 - added new function GetStringID
737
738 * mraw/RawLinkDef.h, mraw/Makefile:
739 - removed MRawSocketRead
740
741 * mpointing/MHSrcPosCam.[h,cc]:
742 - fixed ouput in case a container is not found
743 - made it work for monte carlos, too
744 - use weight when filling histogram
745 - changed circle line styles
746 - changed default in constructor to wobble=kTRUE
747
748
749
750 2008/07/08 Daniel Hoehne
751
752 * datacenter/db/menu.php, datacenter/db/magicdefs.php:
753 - added new columns (fRateTrigEvts, fRateSumEvts, fRatePedEvts,
754 fRatePedTrigEvts, fRateCalEvts, fRateNullEvts, fRateUnknownEvts,
755 fRatioCalEvents, fPulsePosCalib, fAvgWindSpeed, fAvgTemperature,
756 fAvgHumidity, fAvgTempSky, fAvgCloudiness, fRmsCloudiness)
757
758
759
760 2008/07/05 Thomas Bretz
761
762 * datacenter/macros/fillcamera.C, datacenter/macros/findcacofiles.C:
763 - changed JOIN to use USING
764 - removed dependence on TEnv
765 - some improvement to includes
766
767 * datacenter/macros/filldotrbk.C, datacenter/macros/fillganymed.C,
768 datacenter/macros/filloptical.C, datacenter/macros/fillsignal.C,
769 datacenter/macros/fillsources.C, datacenter/macros/fillstar.C,
770 datacenter/macros/getdolist.C, datacenter/macros/insertcacofile.C,
771 datacenter/macros/insertdataset.C, datacenter/macros/plotoptical.C,
772 datacenter/macros/plotrundb.C, datacenter/macros/plotstat.C,
773 datacenter/macros/resetallruns.C,
774 datacenter/macros/writedatasetfile.C:
775 - removed dependence on TEnv
776 - some improvement to includes
777
778 * datacenter/macros/filldotrun.C:
779 - make it fail for everything except Magic 1
780 - removed dependence on TEnv
781 - some improvement to includes
782
783 * datacenter/macros/plotoptical.C:
784 - removed MPlot, use MPlot from plotdb instead
785
786 * datacenter/macros/setstatus.C:
787 - some improvement to includes
788
789 * mbase/MTime.[h,cc]:
790 - added function returning day of sunrise as MTime
791
792 * mhflux/MHAlpha.cc:
793 - use BinError instead of BinContents to decide whether the
794 excess time is plotted or not
795
796 * mimage/MHHillas.cc:
797 - changed title of "Center"
798
799 * mjobs/JobsLinkDef.h, mjobs/Makefile:
800 - added new class MSequenceSQL
801
802 * mjobs/MSequenceSQL.[h,cc]:
803 - added
804
805 * mjobs/MSequence.[h,cc]:
806 - replaced ReadLightCondition by the more flexible GetLightCondition
807 - added a new constrcutor constructing a MSequence from the database
808 - fixed the output in the comments in Print()
809 - The day and night was printed in a different format than
810 expected when readin a sequence
811 - fLightCondition and the f*RunsSub were missing in the copy-
812 constructor
813
814 * mjobs/Makefile:
815 - added include of msql
816
817 * msql/MSQLMagic.[h,cc]:
818 - added a comment to ExistStr and allow to set an additional
819 where-clause
820
821 * msql/MSQLServer.cc:
822 - allow to init MSQLServer either by an url or from a named
823 resource file
824 - changed JOIN to use USING
825 - if doing an automatic join join _all_ primaries
826
827 * mtools/MCalendar.cc:
828 - added include of TObjArray needed in newer root versions
829
830
831
832 2008/07/03 Thomas Bretz
833
834 * datacenter/macros/filldotrun.C:
835 - Replaced MSQKServer by MSQLMagic
836 - this made local functions obsolete
837 - added new format 20080519 including telescope- and file-number
838 - simplified the if-clauses testing for version numbers (due to
839 the initial check only some version numbers allowed anyway)
840 - check for the combination of telescope-, run- and file-number
841 to be unique.
842
843 * datacenter/macros/plotrundb.C:
844 - use MPlot from plotdb
845 - removed obsolete DataCheck plots
846 - plot only range of dates which makes sense
847
848
849
850 2008/07/01 Thomas Bretz
851
852 * ganymed.cc:
853 - removed the checks for the accessability of the files. They
854 are checked in the corresponding classes instead
855
856 * sponde.cc:
857 - display only the base name of the ganymed file, not the
858 full path
859
860 * mbase/MMath.[h,cc]:
861 - added a new member function ErrorExc
862 - Let SignificanceExc (former SignificanceLiMaExc) use ErrorExc
863
864 * mhflux/MAlphaFitter.[h,cc]:
865 - replaced fSignificanceExc by fErrorExcess
866 - calculate the error instead of the significance (otherwise we
867 get infinity at 0)
868 - also store a negative number of excess events
869 - replaced all -1 in ProjectionZ calls by the histogram limits
870 (including under- and overflows) This is necessary to get
871 root 5.20/00 working
872 - increased class version number according to the changes
873
874 * mjobs/MDataSet.[h,cc], mjobs/MSequence.[h,cc]:
875 - removed wrong usage of fName and fTitle, introduced new data
876 members instead
877 - initialize fName and fTitle in the constructors correctly
878 - always store the full qualified path name
879 - introduced new member functions GetBaseName and GetFilePath
880 - give the ostream as an argument to Print
881 - added new member function WriteFile to directly Print to
882 an fostream
883 - do not print empty values in Print
884 - increased class version number accordingly
885 - removed GetName and GetRcName accordingly
886
887 * mjobs/MDataSet.cc:
888 - set the dataset number to an invalid status if the file could
889 not be accessed
890
891 * mjobs/MJCut.cc:
892 - replaced GetName for the dataset by GetBaseName
893 - make sure the summary file is not created if not requested
894 - do not use pointers to MWriteRootFile to make sure the instances
895 always get deleted
896
897 * mjobs/MJSpectrum.cc:
898 - fixed a bug in the check for the existence of the excess time
899 - replaced GetName for the dataset by GetBaseName
900 - Write the full path name to the ganymed.root into the file
901 - fixed typos in determine
902
903 * mpointing/MPointingDevCalc.cc:
904 - initialize fNsb* members also in PreProcess as correctly
905 suggested by valgrind
906
907 * mjobs/MJCalibration.[h,cc]:
908 - made the drawing of the bad pixel explanation more automatic
909 - some simplifications to the function drawing all the result tabs
910 - make sure to do the projection without name. Some root versions
911 don't like several plots with the same name in one tab
912 - removed several misleading drawing of number of outliers etc
913 - added setting of min and max to FixDataCheckHist
914 - simplified DisplayDoubleProjection (also unified in code with
915 MJPedestal)
916 - removed all the obsolste and confusing projections of the
917 individual sectors and camera halves
918
919 * mjobs/MJPedestal.[h,cc]:
920 - make sure to do the projection without name. Some root versions
921 don't like several plots with the same name in one tab
922 - use the unified DisplayDoubleProjection from MJCalibration
923 - removed all the obsolste and confusing projections of the
924 individual sectors and camera halves
925
926 * mhflux/MHAlpha.cc:
927 - replaced EventsExcess/SignificanceExc by just ErrorEvents
928 - for the moment do not propagate Excesses<=0 to the pads
929 (not to spoil the logarithmic display, this still needs a fix)
930 - replaced -1 in ProjectionZ by the bin numbers (including
931 under- and overflow bins), otherwise it won't work with
932 root 5.20/00
933 - propagate all result to the timing histogram (it is not
934 logarithmic anyway)
935 - made Paint also work with the new implementation of ProjectionZ
936 via Project3D in root 5.20/00 (it won't reuse the correct
937 histogram from the pad :( )
938 - replaced kFullDotMedium by 0 (no marker) where appropriate
939 - changed the rule not to display the time-histogram
940
941
942
943 2008/06/30 Thomas Bretz
944
945 * datacenter/macros/fillstar.C:
946 - check whether graphs are empty in a more accurate way
947
948 * datacenter/macros/plotdb.C:
949 - fixed some axis title
950 - increased range of fRatePedTrigEvts
951
952 * msql/MSQLMagic.cc:
953 - added ' around the where clause in UpdateInsert to allowe
954 also for times etc
955
956 * callisto.cc:
957 - removed test-option (it was never used anyway and should
958 be reprogrammed properly)
959
960 * datacenter/macros/plotdb.C, mbase/MStatusDisplay.h, mbase/MTime.h:
961 - removed unused argument
962
963 * mbadpixels/MBadPixelsPix.h:
964 - added static functions to get names and numbers of unsuitable
965 and unreliable levels
966
967 * mbase/MMath.cc:
968 - made MedianDevImp working properly with a template
969
970 * mhcalib/HCalibLinkDef.h, mhcalib/Makefile:
971 - removed MHCalibrationTestCam
972 - removed MHCalibrationTestTimeCam
973
974 * mhcalib/MHCalibrationCam.cc:
975 - removed an obsolete TPad in Draw()
976 - removed some obsolete kCanDelete in Drwa()
977
978 * mhcalib/MHCalibrationChargeCam.cc:
979 - changed some colors to work properly also in root 5.20/00
980
981 * mhflux/MHThreshold.cc:
982 - made Smooth work with root 5.20/00 (to be checked)
983
984 * mhist/MHCamera.[h,cc]:
985 - fixed defaults in Profile and Projection function to match code
986 - fixed some comments
987 - replaced InheritsFrom arguments by TClass statics
988
989 * mjobs/JobsLinkDef.h:
990 - removed MJCalibTest
991
992 * mjobs/MJCalibrateSignal.cc, mjobs/Makefile:
993 - removed obsolete include of MParameterCalc
994
995 * mranforest/MRanForest.cc:
996 - added a cast in BinarySearch to make it work with the template
997 of root 5.20/00
998
999 * mtools/MCalendar.h:
1000 - fixed *MENU option
1001
1002 * mtools/MagicJam.h:
1003 - added the Smooth function of root 5.20/00 to be removed from
1004 the context menu
1005
1006
1007
1008 2008/06/21 Thomas Bretz
1009
1010 * callisto.cc, star.cc, ganymed.cc, sponde.cc:
1011 - set the display name to a more convinient name
1012
1013 * datacenter/macros/plotdb.C:
1014 - some improvement in setting axis titles and titles
1015 automatically from the sql column names
1016 - moved the Muon cut to a SetCondition call
1017 - renamed some functions
1018
1019 * mbase/MStatusDisplay.h:
1020 - overwrote SetTitle with a function allowing to set a title
1021 only if no title set so far
1022
1023 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
1024 mjobs/MJPedestal.cc:
1025 - set a proper display title and set it only if not already set
1026
1027 * mjobs/MJPedestal.cc:
1028 - changed some filter names to more convinient names
1029
1030
1031
1032 2008/06/20 Thomas Bretz
1033
1034 * macros/dohtml.C:
1035 - added missing mmovie directory
1036
1037 * mhflux/MHEnergyEst.cc:
1038 - changed the fit range to adapt to the new plot
1039 - exchanged the two plots on the right to have the correct plot
1040 near the 1D histogram
1041 - fixed the title of the plot in the top right
1042 - call SetNoExponent and SetMoreLoglabels
1043
1044 * mjobs/MJSpectrum.[h,cc]:
1045 - outsources producing the spectral function as string to
1046 a new static function FormFlux
1047
1048 * mpointing/MPointingDevCalc.cc:
1049 - added some info
1050
1051
1052
1053 2008/06/19 Thomas Bretz
1054
1055 * mjobs/MJSpectrum.cc:
1056 - small improvement to output
1057 - handle underflow bin of effective on-time more accurate
1058 - reddid the formattig of the spectral fit
1059
1060 * mbase/MMath.[h,cc]:
1061 - added Format member function
1062
1063 * datacenter/macros/plotstat.C:
1064 - fixed some axis titles
1065
1066
1067
1068 2008/06/19 Thomas Bretz
1069
1070 * RELEASE 2.1
1071
1072
1073
1074 2008/06/19 Thomas Bretz
1075
1076 * mraw/MRawRunHeader.cc:
1077 - fixed that the line reading the fNumEventsRead vanished
1078
1079
1080
1081 2008/06/18 Thomas Bretz
1082
1083 * datacenter/macros/buildsequenceentries.C:
1084 - replaced the old calculation of the run-time of one sequence
1085 by a more sophisticated using the TIMEDIFF function
1086
1087 * mjobs/MJStar.cc:
1088 - Use File id instead of run number
1089 - fixed the units in the display (phe not \\gamma)
1090
1091 * mjobs/MSequence.[h,cc]:
1092 - reorganized header
1093 - implemented new scheme including file numbers
1094 - increased class version number accordingly
1095 - removed some obsolete old, never used, functions and comments
1096
1097 * mraw/MRawRunHeader.[h,cc]:
1098 - renamed RunID to TypeID
1099 - return 0 in RunLength if one of the times is invalid
1100
1101 * Makefile:
1102 - removed sinope
1103
1104
1105
1106 2008/06/17 Daniel Hoehne
1107
1108 * datacenter/macros/fillcamera.C:
1109 - added and changed some parameters
1110
1111 * datacenter/scripts/mcsequences:
1112 - added database interaction. Now sequences are built by querying
1113 the relevant parameters in the MC database
1114
1115 * datacenter/scripts/runmccallisto, datacenter/scripts/runmcstar:
1116 - added
1117
1118 * datacenter/scripts/sourcefile:
1119 - added failed codes for runmccallisto and runmcstar
1120
1121
1122
1123 2008/06/17 Thomas Bretz
1124
1125 * datacenter/macros/plotdb.C:
1126 - SetSelectedPad to 0 before calling DrawClone of TGraph
1127 - small reordering of the tabs
1128 - removed tab with absolute effective on time
1129
1130 * mbase/MLog.cc:
1131 - make sure that the correct output level is restored after root
1132 called the error handler
1133
1134 * mbase/MStatusDisplay.cc:
1135 - Changed backround color to white (_not_ kWhite)
1136 - made a sunken border around the canvas
1137 - SetFrameBorderMode(0) per default
1138
1139 * mraw/MRawRunHeader.[h,cc]:
1140 - added some consistency checks
1141 - make the bug fix for the wrong number of events also for
1142 V10 and V11
1143 - added Getters for RunID and FileID used to idetify
1144 the runs more clever than run-number and file-number
1145
1146
1147
1148 2008/06/14 Thomas Bretz
1149
1150 * merpp.cc:
1151 - replaced MRawFileWrite by MWriteRootFile
1152
1153 * showplot.cc:
1154 - added new options to write tiff files
1155 - added new options to write csv files
1156 - some code simplification
1157
1158 * datacenter/macros/plotdb.C:
1159 - set the title (without axis descriptions) as Tab-title
1160 - set FrameBorderMode to 0 for canvas
1161
1162 * mbase/MStatusArray.[h,cc]:
1163 - added a copy constructor taking MStatusDislay as an argument
1164 - set gLog to all in Print()
1165
1166 * mhbase/MFillH.[h,cc]:
1167 - allow to set a title in SetNameTab which is used as tab title
1168 - therefore added new data member fTitleTab
1169 - increased class version by 1
1170
1171 * mraw/MRawRead.cc:
1172 - set ReadyToSave for raw data to be able to use MWriteRootFile
1173 in merpp
1174
1175 * mraw/Makefile, mraw/RawLinkDef.h:
1176 - removed MRawFileWrite
1177
1178 * mbase/MStatusDisplay.[h,cc]:
1179 - added the tif file format
1180 - added the csv file format
1181 - fixed the bmp and xml menu entries
1182 - added again to list of specials to allow for access from the
1183 interpreter
1184 - added title to AddTab. The title is stored as canvas title
1185 - added some warpper to access FindobjectInCanvas and Print
1186 from the MStatusDisplay to gain access from the interpreter
1187 - Removed obsolete DrawClonePad wrapper in Display and
1188 added title
1189 - added FillArray to add all canvases to a temporary MStatusArray
1190 - removed obsolete CanvasSetFillColor
1191 - use mktemp in UpdatePSHeader
1192 - some code cleanup. Moved some common code from the SaveAs function
1193 to the new InitWrite* functions
1194 - implemented %%tab%% and %%name%%
1195 - added a workround (MyCanvas) to get the title and footer in the
1196 ps-files also in root 5.18
1197 - removed cloning of the canvases whereever possible.Gave problems
1198 in root 5.18 (not yet understood)
1199 - changed color mode of postscrip files from rgb to cmyk
1200 - UpdatePSHeader not long needed in root >=5.12
1201 - reorganized header file
1202
1203 * mreport/MReportCC.[h,cc]:
1204 - removed obsolete fRecTemp
1205 - call Copy() in the correct direction
1206
1207 * mreport/MReportFileRead.[h,cc]:
1208 - use a C++ cast instead of a C-cast
1209 - add containers to parameter list _before_ calling SetupReading
1210 - removed some obsolete comments in the header
1211
1212 * mjobs/MJStar.cc:
1213 - we need to read the new "Rec" tree
1214 - and we need to fill from the Rec _and_ CC tree (could give a bias
1215 if the rate on both trees would once be identical anymore)
1216
1217 * mhist/MHCamEvent.cc:
1218 - allocate fSum in constructor to allow filling from two different
1219 tasks
1220
1221
1222
1223 2008/06/14 Thomas Bretz
1224
1225 * mtrigger/MFTriggerPattern.cc:
1226 - improved documentation
1227
1228 * mars.cc, mbase/MStatusDisplay.cc:
1229 - changed the M in MARS to "Modular"
1230 - rpelaced year in copyright by current year
1231
1232 * datacenter/macros/plotdb.C:
1233 - increased range for the rate of the calibration events
1234 - added "RatioCal" tab
1235
1236 * datacenter/macros/fillstar.C:
1237 - fill NULL also if TGraph is empty
1238
1239 * mastro/MAstro.cc:
1240 - included math.h for darwin
1241
1242 * mjobs/MJCalibrateSignal.cc:
1243 - changed the named of the MFTriggerPattern
1244
1245 * merpp.cc:
1246 - added new option --only, --rep-run, --rep-file, --header-run,
1247 --header-file, --telescope
1248 - moved Receiver information from tree CC to tree Rec
1249
1250 * mbase/MStatusDisplay.cc:
1251 - replaced MTime by TDatime
1252
1253 * mcamera/MCameraRecTemp.[h,cc], mcamera/MCameraTD.[h,cc],
1254 mcamera/MCameraTH.[h,cc], mreport/MReportCC.[h,cc]:
1255 - moved interpretation of sub-parts of the reports from
1256 MReportCC to the corresponding MCamera* classes
1257
1258 * mreport/MReport.[h,cc]:
1259 - added Copy member function to copy time and state
1260 - added CheckTag member function
1261 - Implemented skipping of the Telescope number in the reports
1262 for version >=200805190
1263
1264 * mreport/MReportCC.[h,cc]:
1265 - access Receiver infomations via new class MReportRec
1266 even for old file formats
1267 - skip this block in new formats
1268 - moved CheckTag to base class
1269
1270 * mreport/MReportCamera.[h,cc]:
1271 - removed CheckTag
1272
1273 * mreport/MReportFileRead.[h,cc]:
1274 - don't check for the number of lines anymore but for -1 instead
1275 - changed fNumLine from ULong to Long to allow a negative
1276 return value. We don't expect so many lines in a file anyway,
1277 do we?
1278
1279 * mreport/MReportFileReadCC.[h,cc]:
1280 - splitted CheckFileHeader into several subfunction
1281 - added checks and reading of telescope number and file number
1282
1283 * mreport/MReportRun.[h,cc]:
1284 - added file number from new format
1285
1286 * mreport/Makefile, mreport/ReportLinkDef.h:
1287 - added MReportRec
1288
1289 * mreport/MReportRec.[h,cc]:
1290 - added
1291
1292 * mhist/MHCamera.cc:
1293 - fixed a bug in the profile and projection functions namely that
1294 the default was not correctly treated because char* was
1295 compared with char*
1296
1297 * mbase/MLog.cc, mbase/MMath.cc, mbase/MParContainer.cc,
1298 mcalib/MCalibrateData.cc, mcalib/MCalibrationPulseTimeCam.cc,
1299 mhbase/MBinning.h, mhbase/MH.cc, mhbase/MHMatrix.cc,
1300 mhbase/MHn.cc, mhcalib/MHCalibrationChargeCam.cc, mhflux/MHDisp.cc,
1301 mimage/MCameraSmooth.cc, mimage/MConcentration.cc,
1302 mjobs/MJCalibration.cc, mjoptim/MJOptimize.cc,
1303 mjtrain/MJTrainSeparation.cc, mmuon/MMuonSearchPar.cc,
1304 mreport/MReportCurrents.cc, mreport/MReportRun.cc,
1305 mtools/MChisqEval.cc:
1306 - fixed some cast-away constness warnings
1307 - fixed some shadow declarations
1308
1309 * mhbase/MH.[h,cc]:
1310 - removed an old obsolete workaround (ProjectionX/Y)
1311
1312 * mimage/Makefile, mimage/ImageLinkDef.h:
1313 - removed MCameraSmooth
1314
1315 * mbase/MAGIC.h:
1316 - added a new namespace UTF8 with double char characters
1317
1318 * mbase/BaseLinkDef.h:
1319 - added the new namespace UTF8
1320
1321 * mimage/MNewImagePar.cc, mpointing/MPointing.cc,
1322 datacenter/macros/fillstar.C:
1323 - some characters replaced by the new UTF8 characters
1324
1325
1326
1327 2008/06/13 Thomas Bretz
1328
1329 * datacenter/macros/fillcalib.C:
1330 - fixed a bug introduced by the usage of InserUpdate
1331
1332 * datacenter/macros/fillsignal.C:
1333 - fixed a type (the wrong number was printed to the console)
1334
1335 * mjobs/MJCalibrateSignal.cc:
1336 - let all calibration triggered events pass to calibration
1337
1338 * mtrigger/MFTriggerPattern.[h,cc]:
1339 - count a bit more to increase the printed amout of
1340 information at the end
1341
1342
1343
1344 2008/06/12 Thomas Bretz
1345
1346 * resources/starguider00267253.txt, resources/starguider00291104.txt:
1347 - added
1348
1349 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
1350 - added preliminary pointing models
1351
1352 * mpointing/MPointingDevCalc.cc:
1353 - updated comments
1354
1355 * mraw/MRawCrateData.[h,cc], mraw/MRawEvtHeader.[h,cc],
1356 mraw/MRawRunHeader.[h,cc]:
1357 - renamed reading the old format to ReadEvtOld
1358 - implemented reading format>10
1359 - added the header size as new argument to ReadEvt
1360
1361 * mraw/MRawEvtHeader.cc:
1362 - made the argument to DecodeTime const
1363 - fixed the return value in ReadEvtOld. kCONTINUE could
1364 never be returned
1365
1366 * mraw/MRawRead.cc:
1367 - gives header size for format>10 to ReadEvt
1368 - if EvtHeader could not be read correctly return kFALSE
1369 - let MRawCrateData::ReadEvt check end-of-file
1370
1371 * merpp.cc:
1372 - improved explanation for -ff option
1373
1374 * readdaq.cc:
1375 - added -ff option
1376 - added an option to call MReadRawFiles::SetForceMode
1377
1378 * mbase/MTime.[h,cc]:
1379 - added new member function SetBinary to easy processing
1380 of the time from the new run header
1381
1382 * mhflux/MHEffectiveOnTime.cc:
1383 - for the integral (Nm) we have to count also events in under and
1384 overflow bins
1385
1386 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
1387 mjobs/MJPedestal.cc:
1388 - call MRawFileRead::SetForceMode to get the (corrected)
1389 old behaviour back (not to stop if an event time is
1390 broken but to skip the event)
1391
1392 * mraw/MRawRunHeader.[h,cc]:
1393 - the number of events in format version V9 seems to be
1394 to high by one. We correct for this.
1395 - added new data members for the header sizes
1396 - new data member for the file number
1397 - increased cize of fSourceEpochChar
1398 - consequently increased class version number by 1
1399
1400 * datacenter/macros/plotdb.C:
1401 - improved some titles
1402 - added the new rates
1403 - added the new values from the star-files
1404
1405 * mbase/MStatusDisplay.cc:
1406 - removing the canvases from the global list didn't work
1407 because some RecursiveRemovs rely on gROOT->FindObject to work
1408 (adding them to another list didn't work either)
1409
1410 * mhflux/MHEnergyEst.cc:
1411 - renamed the "Resolution" Histogram accordingly.
1412
1413 * mjobs/MJCalibrateSignal.cc:
1414 - added a histogram showing the arrival time of
1415 extracted interleaved calibration events
1416
1417 * mraw/MRawEvtData.[h,cc]:
1418 - fixed the Draw function. It was broken since the latest changes
1419 - added fNumBytesPerSample to the Copy-function
1420 - fixed the GetSample-function
1421 - added a new member funtion to return the maximu possible
1422
1423 * mars.rc:
1424 - changed the default for the MUX spline to the 50 sl window
1425
1426 * msignal/MSignalCalc.cc:
1427 - scale the pedestal correctly with the scale
1428
1429 * mjobs/MJStar.cc:
1430 - allow filling of pyrometer information to be skipped
1431
1432 * mhist/MHWeather.cc:
1433 - show also colored labels
1434
1435 * Makefile:
1436 - it seems the libmars.so looses read permissions for group
1437 and others when it is moved. Now they are set manually
1438
1439 * datacenter/fillsignal.C, datacenter/macros/fillstar.C:
1440 - added filling of calibration pulse position
1441 - use more often NULL in case of no entries. This is less
1442 biasing in case of averaging of values
1443
1444 * macros/tutorials/readrfl.C:
1445 - print run header
1446 - print event header
1447 - skip empty events
1448
1449 * mhist/MHEvent.cc:
1450 - removed the pointing from the histogram names. It's
1451 simply obsolete
1452
1453 * mjobs/MJSpectrum.[h,cc]:
1454 - removed the kolmogorov test from output
1455 - added a new tab showing the energy resolution
1456 - therefore added a new BinningImpact to the list of binnings
1457 - store the ganymed file's file name in the output
1458
1459 * mmain/MEventDisplay.cc:
1460 - skip events without data in the loop not in the code.
1461 This ensures that no task can crash due to this
1462 when processing MCs
1463
1464 * msql/MSQLMagic.[h,cc]:
1465 - fixed InsertUpdate. The primary key was not inserted
1466 if Insert was called
1467
1468
1469
1470 2008/06/11 Thomas Bretz
1471
1472 * mhflux/MHEnergyEst.[h,cc]:
1473 - finally replaced fResolution by more correct histograms
1474 - some code cleanup in projecting, profiling and drawing
1475 - increased class version number by one
1476
1477 * mbase/MStatusDisplay.cc:
1478 - remove the embedded canvas from the global list to prevent
1479 global access to it
1480
1481 * mhbase/MH3.cc:
1482 - fixed a bug if in a 2D constructor a 1D profile was created
1483
1484 * mreport/MReportPyrometer.cc:
1485 - tiny changes to the comments
1486
1487
1488
1489 2008/06/10 Thomas Bretz
1490
1491 * mreport/MReportPyrometer.[h,cc]:
1492 - added
1493
1494 * mreport/Makefile, mreport/ReportLinkDef.h:
1495 - added MReportPyrometer
1496
1497 * mreport/MReportRun.cc:
1498 - removed obsolete include of MAstro
1499
1500 * merpp.cc:
1501 - added Pyrometer information
1502
1503 * mfileio/MWriteRootFile.h:
1504 - added new member function AddTree to add a container with the
1505 corresponding time-stamp
1506
1507 * mjobs/MCalibrateSignal.cc, mjobs/MJStar.cc:
1508 - replaced some AddContainer by the new AddTree
1509 - added Pyrometer information to in- and output, respectively
1510
1511 * datacenter/macros/fillstar.C:
1512 - added new columns fAvgHumidity, fAvgCloudiness, fRmsCloudiness
1513 and fAvgTempSky
1514
1515 * mhist/MHWeather.[h,cc]:
1516 - removed the display of the solar radiation which was
1517 never working
1518 - added display of the pyrometer data to the display
1519 - reorganized display
1520
1521 * mjobs/MJStar.cc:
1522 - added filling of the weather data also from the pyrometer branch
1523
1524
1525
1526 2008/06/09 Thomas Bretz
1527
1528 * mbase/MArgs.[h,cc]:
1529 - for convinience store the full command line as Title
1530 - replaced *fArgv by fArgv
1531
1532 * mbase/MObjLookup.cc:
1533 - replaced C-style cast by reinterpret_cast
1534
1535 * datacenter/macros/fillcalib.C, datacenter/macros/fillstar.C:
1536 - removed usage of Nint (obsolete... Form does rounding)
1537
1538 * datacenter/macros/fillsignal.C:
1539 - removed usage of Nint (obsolete... Form does rounding)
1540 - added new columns to get trigger rates from TrigPat tab
1541 - fixed some small bugs lately introduced
1542
1543 * mhflux/MHEffectiveOnTime.cc:
1544 - fixed a typo in ReInit
1545
1546
1547
1548 2008/06/06 Thomas Bretz
1549
1550 * datacenter/macros/plotdb.C:
1551 - added average temperature and wind speed
1552 - reviewed some ranges
1553
1554 * mhbase/MH3.cc:
1555 - in the 2D case with labels and boxes use blue line color
1556
1557 * mhflux/MHEffectiveOnTime.[h,cc]:
1558 - added a new data member fTotalTime counting the total run-time
1559 from the run-headers
1560 - added the new data member to the display
1561 - increased class version number accordingly
1562
1563 * mjobs/MJCalibrateSignal.cc:
1564 - let sum-trigger events pass to get calibrated
1565 - improved DefineLabel table for trigger patterns
1566 - added MTriggerPattern to output
1567
1568 * mjobs/MJStar.cc:
1569 - added a new tab "Rate" showing the remaining rates per run and
1570 trigger pattern after image cleaning
1571 - let only event with Lvl1 trigger pass to effective on-time
1572 calculation
1573 - changed title in plot of avg dc currents and pedestal rms
1574
1575 * mtrigger/MFTriggerPattern.[h,cc]:
1576 - added a counter counting the trigger decision
1577 - print the result in the PostProcess
1578
1579
1580
1581 2008/06/06 Thomas Bretz
1582
1583 * datacenter/macros/fillstar.C:
1584 - added windspeed and temperature
1585
1586 * datacenter/macros/fillcalib.C, datacenter/macros/fillsignal.C,
1587 datacenter/macros/fillstar.C:
1588 - use MSQLMagic instead of MSQLServer
1589
1590 * datacenter/macros/plotdb.C:
1591 - added wind speed and temperature
1592
1593 * datacenter/macros/plotstat.C:
1594 - added a plot showing the observation time per exposure (based on
1595 the source key)
1596
1597 * mbase/MStatusDisplay.cc:
1598 - fixed the SaveAs. A wrong version was comitted
1599
1600 * mextralgo/MExtralgoSpline.h:
1601 - added the missing inclusion of TMath (root 5.18)
1602
1603
1604
1605 2008/06/03 Thomas Bretz
1606
1607 * mbase/MStatusDisplay.cc:
1608 - added missing inclusion of TMath (root 5.18)
1609 - initialize gClient in batch mode to repair broken
1610 batch-mode in root 5.18. Fortunately this doesn't
1611 break root 5.12
1612 - added a SaveAs(const char *c, const Option_t *o)
1613 based on the new SaveAs from TGObject
1614
1615 * mcalib/MCalibrationChargePix.[h,cc],
1616 mextralgo/MExtralgoDigitalFilter.[h,cc]:
1617 - moved some code to source file to prevent TMath inclusion in
1618 header (root 5.18)
1619
1620 * mcalib/MCalibrationChargeCam.cc,
1621 mcalib/MCalibrationChargePINDiode.cc:
1622 - added the missing inclusion of TMath (root 5.18)
1623
1624 * mgeom/MGeomCam.[h,cc]:
1625 - for sanity (a bug in root < 5.18) filling fPixels is now
1626 done via AddAt. This "repairs" the functionality of the
1627 Streamer which before didn't store any contants of fPixels
1628 nor read any contents.
1629 - Removed the custom Clone function. It is now obsolete,
1630 because it works through the fixed Streamer
1631 - a Copy-member function has been implemented
1632 - a custom Streamer has been implemented allowing to read
1633 files containing MGeomCamMagic written with root 5.12
1634 with root 5.18
1635 - A member function containing the workaround has been implemented
1636 - Print got an option ("simple")
1637
1638 * mgeom/GeomLinkDef.h:
1639 - suppress root-Streamer
1640
1641 * manalysis/MGeomApply.cc:
1642 - added the newly necessary call to the StreamerWorkaround
1643
1644 * mgeom/MGeomPix.[h,cc]:
1645 - because with the IgnoreTObjectStreamer set for MParContainer
1646 the bits for the outer rings cannot be stored. This was no
1647 problem before because in reality they have never been written
1648 or read. To store the bits a new data-member fUserBits
1649 has been introduced.
1650 - accordingly all calles to set or remove the bits have been
1651 changed to use fUserBits instead
1652 - the class version number has been increased due to the new
1653 data member
1654 - improved Print-output
1655
1656
1657
1658 2008/06/02 Thomas Bretz
1659
1660 * mars.cc, sinope.cc:
1661 - added include of TClass for TIgnoreStreamer (root 5.18)
1662
1663 * manalysis/MEventRate.[h,cc]:
1664 - moved GetError to source file and included TMath (root 5.18)
1665
1666 * manalysis/MMultiDimDistCalc.cc, mdata/MDataList.cc:
1667 - included math.h (root 5.18)
1668
1669 * mastro/MAstro.[h,cc], mastro/MVector3.[h,cc], mbase/MRunIter.[h,cc],
1670 mbase/MTime.[h,cc], mdata/MDataPhrase.[h,cc], mgeom/MGeomPix.[h,cc],
1671 mhcalib/MHCalibrationChargeBlindPix.[h,cc],
1672 mhflux/MHCollectionArea.[h,cc], mhft/MHexagonFreqSpace.[h,cc],
1673 mimage/MHillas.[h,cc], mmuon/MMuonSearchPar..[h,cc],
1674 mpedestal/MPedestalPix.[h,cc], mpointing/MPointingDev.[h,cc],
1675 mpointing/MSrcPosCam.[h,cc], mpointing/MPointingPos.[h,cc],
1676 mpointing/MPointing.[h,cc]:
1677 - moved some code to source file to prevent TMath inclusion in
1678 header (root 5.18)
1679
1680 * mbase/MEnv.cc:
1681 - added missing include TObjArray (root 5.18)
1682 - removed obsolete EmarkerStyles (root 5.18)
1683
1684 * mbase/MDirIter.cc:
1685 - added missing include TList (root 5.18)
1686
1687 * mastro/MAstroCatalog.cc, mhist/MHHadronness.cc, mhist/MHWeather.cc,
1688 mhvstime/MHPixVsTime.cc, mhvstime/MHVsTime.cc,
1689 mpointing/MHPointing.cc, mranforest/MHRanForest.cc,
1690 mranforest/MHRanForestGini.cc, mranforest/MRanForest.cc,
1691 mreflector/MHReflector.cc:
1692 - added missing inlcude TH1 (root 5.18)
1693
1694 * mbase/MFilter.cc, mbase/MGMap.cc, mbase/MTask.cc,
1695 mcalib/MCalibrationBlindPix.cc, mdata/MDataChain.cc,
1696 mfilter/MFEnergySlope.cc, mgeom/MGeomMirror.cc,
1697 mgui/MCamEvent.cc, mhbase/MBinning.cc, mhbase/MHMatrix.cc,
1698 mhcalib/MHCalibrationPix.cc, mhcalib/MHGausEvents.cc,
1699 mhflux/MHEnergyEst.cc, mhist/MHCamEventRot.cc,
1700 mhist/MHHadronness.cc, mranforest/MHRanForest.cc,
1701 mreflector/MRflEvtHeader.cc, mreflector/MRflSinglePhoton.cc,
1702 msql/MSQLServer.cc, mtools/MSimulatedAnnealing.cc,
1703 mtools/MTFillMatrix.cc, mcalib/MCalibrationPix.cc,
1704 mcalib/MCalibrationQEPix.cc, manalysis/MParameterCalc.cc,
1705 mcalib/MCalibrationTestCalc.cc, mdata/MDataArray.cc,
1706 mgeom/MGeomCamDwarf.cc, mhbase/MH3.cc, mtools/MagicJam.cc,
1707 mhcalib/MHCalibrationRelTimeCam.cc, mhft/MGeomCamMagicXT.cc,
1708 mranforest/MRanForestCalc.cc, mtools/MagicDomino.cc,
1709 mhflux/MHThreshold.cc, mimage/MStereoPar.cc,
1710 mfilter/MFCosmics.cc, mpedestal/MPedestalCam.cc:
1711 - added missing include of TMath (root 5.18)
1712
1713 * mbase/MGTask.cc, mdata/MDataChain.cc, mhbase/MHArray.cc,
1714 mjobs/MJCut.cc, mjoptim/MJOptimizeCuts.cc, mmc/MMcEvt.cxx:
1715 - added missing include of TClass (root 5.18)
1716
1717 * mhbase/MH3.cc:
1718 - added missing include of THashList (root 5.18)
1719
1720 * mcalib/MCalibrationChargeCalc.[h,cc], msignal/MExtractor.[h,cc],
1721 mpedestal/MPedestalSubtract.[h,cc], msignal/MExtractTime.[h,cc]:
1722 - for convinience (rootcint of 5.18) changed "static const TString"
1723 to "static const char *"
1724
1725 * mhflux/MMcSpectrumWeight.cc:
1726 - Use TString::Data() for second argument in TF1 constructor.
1727 Otherwise it is ambiguous in root 5.18
1728
1729 * mhbase/MH.cc:
1730 - adde missing includes of TColor, TMath and TClass (root 5.18)
1731 - implemented a workaround which always uses the correct
1732 CreateGradientColorTable (root 5.18)
1733
1734 * Makefile:
1735 - linking of the shared object is now done in /tmp
1736 - replaced = by := where possible
1737
1738 * mjobs/MJCalibrateSignal.cc:
1739 - do not invert contcoscal, that's wrong
1740
1741 * mmovie/MMovieWrite.cc:
1742 - added a #if-directive to use either gStyle or TColor
1743 for CreateGradientColorTable depending on root-version
1744
1745 * mimage/MStereoPar.[h,cc], mimage/MStereoCal.[h,cc]:
1746 - replaced Monate Carlo container by MPointingPos
1747 - made every algorithm unique
1748
1749
1750
1751 2008/06/01 Thomas Bretz
1752
1753 * callisto.cc, star.cc:
1754 - renamed new option to "--null-dev" (clashes with MLog options)
1755
1756 * mbase/MContinue.cc:
1757 - improved output
1758
1759 * mbase/MTaskList.cc:
1760 - fixed broken FindTaskList
1761
1762
1763
1764 2008/05/31 Thomas Bretz
1765
1766 * callisto.cc, star.cc:
1767 - added new option "--null" to suppress run-wise output files
1768
1769 * mjobs/MJob.h:
1770 - added new data-member fNullOut to flag suppression of
1771 run-wise output files
1772
1773 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
1774 - use new option HasNullOut from base class
1775
1776 * mbase/MClone.cc:
1777 - fixed Init (still had a constructor like initializer)
1778
1779 * mtrigger/MFTriggerPattern.h:
1780 - included missing MTripperPattern
1781
1782 * mtrigger/MFTriggerPattern.cc:
1783 - removed default arguments
1784 - exchanged ^ by ~
1785 - fixed a few typos in function names
1786
1787
1788
1789 2008/05/27 Stefan Ruegamer
1790
1791 * datacenter/scripts/filesondisk
1792 - changed the search for raw files to not search in hidden folders
1793
1794
1795
1796 2008/05/25 Thomas Bretz
1797
1798 * mtrigger/MTriggerPattern.cc:
1799 - fixed a typo in a comment
1800
1801 * mtrigger/MFTriggerPattern.[h,cc]:
1802 - some code cleanup (mainly unified all the Require and Deny
1803 functions into one)
1804 - added a DenyAll member function
1805 - added Allow member functions including an AllowAll member function
1806
1807 * mjobs/MJPedestal.cc:
1808 - To choose pedestals we now deny all other trigger bits except the
1809 pedestal bit and in the case of data runs we deny all bits
1810 except trigger lvl1 and trigger lvl2
1811
1812 * mjobs/MJCalibration.cc:
1813 - In addition to denial of prescaled calibration events we
1814 deny any bit in the unprescaled pattern but allow only
1815 calibration events
1816
1817 * mjobs/MJCalibrateSignal.cc:
1818 - Instead of the denial of only calibration and pedestal events,
1819 we now deny any bit in the pattern, but allow Trigger Lvl1
1820 and Trigger Lvl2 events to choose cosmics
1821 - Instead of the denial of only lvl1 and lvl2 events,
1822 we now deny any bit in the pattern, but allow pedestal
1823 events to choose pedestals
1824 - Instead of requiring only calibration events,
1825 we now deny any bit in the pattern, but require the calibration
1826 bit to choose calibration events
1827
1828 * mbase/MClone.[h,cc]:
1829 - instead of cloning the object again and again we now clone
1830 it once and then just copy the contents. A new option has
1831 been introduced to switch back to the old behaviour
1832
1833 * mbase/MStatusDisplay.[h,cc]:
1834 - changed the argument of GetEmbeddedCanvas from a pointer
1835 to a reference
1836
1837 * macros/rootlogon.C:
1838 - switched on optimization (-O3) for ACLIC
1839
1840
1841
1842 2008/05/24 Thomas Bretz
1843
1844 * mjobs/MJCalibrateSignal.cc:
1845 - removed the obsolete fconsmics (what the hell did it do...
1846 it removed the largest events?)
1847 - added a cosmics trigger for calibration events instead
1848
1849
1850
1851
1852 2008/05/20 Thomas Bretz
1853
1854 * mjobs/MJCalibrateSignal.cc:
1855 - added a MH3-histogram to be filled. It contains the
1856 rate of the trigger pattern per run.
1857 - the filter selecting the calibration or pedestal
1858 events has been renamed from ftp to fcalped
1859 - the MContinue rejecting these events has been renamed
1860 from conttp to contcalped
1861 - the filter selecting the pedestal events have been
1862 renamed from ftp2 to fped
1863 - In the case of MUX data (no lo-gain) this filter
1864 is now also rejecting lvl1 and lvl2 triggered events
1865 - the ftp2-filter for the pedestal extraction tasks and
1866 the corresponding histogram fillers is obsolete
1867 - the previouls "PedestalFilter" is obsolete.
1868 - it doesn't make sense not to extract the signal (filter
1869 of teskenv1, taskenv2 and taskenv3) but process the
1870 rest of the tasklist
1871 - the pedestal extraction (as the calibration was already)
1872 has been moved to its own tasklist with the corresponding
1873 filter applied.
1874 - tlist3 has been renamed to tlist4
1875 - contped has been removed from the tasklist
1876
1877 * mhbase/MH3.cc:
1878 - fixed a bug introduced with the lables (it must be !(x&y)
1879 instead of !x&y
1880
1881 * mjobs/MDataSet.cc:
1882 - shortened a line of output to fit into 80 characters
1883
1884
1885
1886 2008/05/19 Thomas Bretz
1887
1888 * Makefile.conf.general, Makefile.conf.linux:
1889 - distinguish between := (eval once) and = (eval every access)
1890
1891 * mbase/BaseLinkDef.h, mbase/Makefile:
1892 - added MObjLookup
1893
1894 * mbase/MObjLookup.[h,cc]:
1895 - added
1896
1897 * mbase/MEvtLoop.cc:
1898 - set progress bar position to 0 before PreProcessing
1899
1900 * mdata/MDataMember.[h,cc]:
1901 - added a member function to get a string
1902
1903 * mfilter/MFCosmics.cc:
1904 - fixed a typo in a comment
1905
1906 * mhbase/MH.[h,cc]:
1907 - improved SetBinning for newer root-versions
1908 - improved SetBinning to correctly support axis with labels
1909 (keeps the binning unchanged)
1910
1911 * mhbas/MH3.[h,cc], mhbase/MHn.[h,cc]:
1912 - support for axis labels was added.
1913 - a possibility to set an additional weight has been added
1914 - the version number has been increased accordingly
1915
1916 * mjobs/MJPedestal.cc:
1917 - deny level1 and level2 triggers choosing pedestal events
1918
1919 * mraw/MRawRunHeader.h:
1920 - added a member function returning the RunLength (stop-start)
1921
1922 * mtrigger/MTriggerPattern.[h,cc]:
1923 - wrapped some comments
1924 - improved comments
1925
1926
1927
1928 2008/05/15 Thomas Bretz
1929
1930 * mfilter/MFMagicCuts.[h,cc]:
1931 - fixed a few typos in comments and in the output
1932 - added an option kAreaLin with a linear cut in area for special
1933 studies
1934
1935 * mbase/MStatusDisplay.cc:
1936 - if no MStatusArray is found, keys which store a TCanvas object
1937 are displayed instead if available
1938
1939 * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
1940 - the extraction range to get the maximum is now determined
1941 automatically from the MExtractedSignalCam
1942
1943 * mpedestal/MPedestalSubtract.cc, msignal/MExtractTimeAndCharge.cc:
1944 - raise an error if there is a mismatch in the number of samples
1945
1946
1947
1948
1949 2008/05/14 Thomas Bretz
1950
1951 * mhbase/MH3.[h,cc], mhbase/MHn.[h,cc]:
1952 - enhanced to allow direct filling of Profile histograms
1953
1954 * mjobs/MDataSet.h:
1955 - fixed a bug in Print() causing an infinite loop
1956
1957 * mjtrain/MJTrainDisp.cc, mjtrain/MJTrainSeparation.cc:
1958 - write the dataset(s) to the output file
1959
1960 * mjtrain/MJTrainEnergy.cc
1961 - write the dataset to the output file
1962 - added new plots to show the resolution versus several different
1963 parameters
1964
1965 * mpedestal/MPedestalSubtract.[h,cc]:
1966 - added an additional check to compate the number of hi-/lo-gain
1967 slices in the run- and event-header
1968
1969 * mpointing/MPointingDevCalc.cc:
1970 - added the 14th Jan 08 to the list of new pointing models
1971
1972
1973
1974 2008/05/07 Stefan Ruegamer
1975
1976 * datacenter/scripts/checkmd5sum
1977 - implemented check of files from /magic and /data
1978
1979 * datacenter/scripts/checktransfer
1980 - changed the search for temporary zipfiles to not search in hidden
1981 directories
1982
1983 * datacenter/scripts/movingrawfiles2
1984 - movingrawfiles to move raw files from /data/fromtape
1985
1986 * datacenter/scripts/runcallisto
1987 - changed default callisto.rc to callisto_mux_new.rc
1988
1989 * datacenter/scripts/zipscript
1990 - changed the script due to the fact that /magic/data/rawfiles is
1991 now a link
1992 - changed the find to not search in hidden directories
1993 - added the -n option to ssh
1994
1995 * resources/calibration_spline.rc
1996 - added calibration factors for periods 62-66 but these are not
1997 newly calculated, simply pasted from previous periods!
1998
1999
2000
2001 2008/04/08 Thomas Bretz
2002
2003 * mreport/MReportDrive.cc:
2004 - implemented changes of Version 20080220
2005
2006
2007
2008 2008/03/19 Thomas Bretz
2009
2010 * mjobs/MJSpectrum.cc:
2011 - fixed a bug introduced yesterday. The overflow bin was not
2012 correctly referenced
2013
2014
2015
2016 2008/03/18 Thomas Bretz
2017
2018 * sponde.cc:
2019 - added new option "--force-runtime"
2020
2021 * mbase/MEnv.h:
2022 - added WriteFile to context menu
2023
2024 * mjobs/MJSpectrum.[h,cc]:
2025 - added a new option to force using the runtime instead of the
2026 effective observation time (this might bw wrong for very
2027 short datasets)
2028 - added a check if the effective observation time is out of
2029 the histogram range... print a warning if so and include
2030 the overflow bins into the eff. obs time
2031 - added an estimated sensitivity curve for high and low za
2032 to the spectrum plots
2033 - added description text for 1553 and crab spectrum
2034 - write out the MC events after cuts including their weights
2035 - do not fit at 1TeV but 500GeV instead
2036
2037 * mjobs/MJob.cc:
2038 - check in WriteContainer whether the file is already open
2039
2040 * mpointing/MPointingDevCalc.cc:
2041 - added some more comments
2042
2043 * mhflux/MMcSpectrumWeight.[h,cc]:
2044 - added the possibility to extend a spectrum by "fake" statistics
2045
2046
2047
2048 2008/03/14 Daniel Hoehne
2049
2050 * datacenter/macros/filldotrun.C:
2051 - inserted new arehucas version
2052
2053
2054
2055 2008/03/04 Thomas Bretz
2056
2057 * condor/program.submit, condor/macro.submit, condor/script.submit:
2058 - added
2059
2060
2061
2062 2008/03/03 Thomas Bretz
2063
2064 * mhflux/MHAlpha.[h,cc]:
2065 - allow to project individual bins in DrawNicePlot
2066
2067
2068
2069 2008/02/24 Thomas Bretz
2070
2071 * mbase/MLog.h:
2072 - added a getter for the OutputLevel (for debugging)
2073
2074 * mpointing/MPointing.h:
2075 - added a memberfunction to calculate the Abs-value
2076
2077 * mpointing/PointingLinkDef.h:
2078 - added RaDec
2079
2080
2081
2082 2008/02/21 Daniela Dorner
2083
2084 * datacenter/db/builddatasets.php:
2085 - display 'Remark' only in case of errors
2086
2087
2088
2089 2008/02/08 Stefan Ruegamer
2090
2091 * datacenter/scripts/checkmd5sum
2092 - added check to prevent that checksums of files not read from tape
2093 enter the .lapalma file
2094
2095 * datacenter/scripts/dbchk
2096 - added check for crashed runs, sequences and datasets
2097 - corrected bugs in find command and $dir-loops
2098 - adapted to the automatic concept and added it to the cronjobs
2099
2100
2101
2102 2008/02/01 Stefan Ruegamer
2103
2104 * datacenter/macros/filldotrun.C
2105 - added default entry for fCompmux for new runs
2106
2107 * datacenter/macros/checkfileavail.C
2108 - added checking of fCompmux
2109
2110
2111
2112 2008/02/01 Daniel Hoehne
2113
2114 * datacenter/db/runinfo-aio.php:
2115 - fixed 'bug' with query. Now runs are displayed in ascending order
2116
2117
2118
2119 2008/01/31 Thomas Bretz
2120
2121 * mbase/MThread.[h,cc]:
2122 - imported from Cosy
2123
2124 * mbase/Makefile:
2125 - added MThread
2126
2127 * mbase/BaseLinkDef.h:
2128 - added MThread
2129
2130
2131
2132 2008/01/27 Thomas Bretz
2133
2134 * .rootrc:
2135 - updated with the correct path to the ViewCVS
2136
2137
2138
2139 2008/01/24 Thomas Bretz
2140
2141 * mpointing/MPointing.cc:
2142 - added ClassImp for RaDec
2143
2144 * mpointing/MPointing.h:
2145 - added code for classes AltAz and RaDec deriving from TVector2
2146 not to be used in Mars and Cosy
2147
2148
2149
2150 2008/01/24 Daniel Hoehne
2151
2152 * scripts/preparemc:
2153 - adapted to new rawfile/camera structure in /magic/montecarlo
2154
2155
2156
2157 2008/01/14 Thomas Bretz
2158
2159 * mpointing/MPointing.h:
2160 - added enumeration operator[]
2161
2162
2163
2164 2008/01/11 Thomas Bretz
2165
2166 * mbase/MLog.cc:
2167 - correctly use delete[] instead of delete for fGuiLInes as
2168 suggested by valgrind.
2169
2170
2171
2172 2008/01/09 Thomas Bretz
2173
2174 * mbadpixels/MBadPixelsTreat.[h,cc]:
2175 - removed obsolete fRawHeader
2176
2177 * mpointing/MSrcPosCam.[h,cc]:
2178 - added Paint member function
2179
2180 * mpointing/MSrcPosRndm.[h,cc]:
2181 - also produce a antio source position for wobble observations
2182
2183 * mraw/MRawRunHeader.cc, mjobs/MJCalibration.cc,
2184 mpedestal/MPedestalCam.cc:
2185 - some cosmetics
Note: See TracBrowser for help on using the repository browser.