source: trunk/MagicSoft/Mars/Changelog@ 9166

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