source: trunk/MagicSoft/Mars/Changelog@ 9161

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