source: trunk/MagicSoft/Mars/Changelog@ 9168

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