source: trunk/Mars/Changelog@ 9823

Last change on this file since 9823 was 9823, checked in by tbretz, 14 years ago
Adapted the Makefile rule diff to use svn instead of cvs.
File size: 19.7 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 2010/08/10 Thomas Bretz
22
23 * msim/MPhotonData.cc:
24 - fixed two warnings in FillEventIO (implicit conversion
25 from float to int)
26
27 * mhbase/MHn.[h,cc]:
28 - added SetConversion to allow for setting a conversion function
29
30 * mhbase/MH3.[h,cc]:
31 - added conversion function for displaying the histogram
32 - added new data member fConversion
33 - added new member functions Convert and SetConversion
34 - implemented conversion before displaying
35
36 * mjtrain/MJTrainEnergy.cc:
37 - display resolution directly (sqrt)
38
39 * Makefile.rules:
40 - replaced cvs by svn in diff
41
42
43
44 2010/08/06 Thomas Bretz
45
46 * msimcamera/MSimCamera.[h,cc]:
47 - added the possibility to set an overall baseline, baseline-noise
48 and gain.
49
50 * ceres.rc:
51 - added entries for the new values
52
53
54
55 2010/07/28 Daniela Dorner
56
57 * datacenter/db/menu.php:
58 - updated initial parameter selection for mcinfo.php
59 - changed table for GetMin/Max to CeresInfo
60
61 * datacenter/db/mcinfo.php:
62 - bugfix for removing WHERE or AND at end of queries
63 - added fStopTime to status-column in case of failure
64 - bugfix for correct joins in case of group-by
65
66 * datacenter/db/mcdefs.php:
67 - updated runtime of ceres
68 - updated joins for status tables
69
70 * datacenter/scripts/insertmc:
71 - added (script to add runs to the database)
72
73 * datacenter/scripts/runcorsika:
74 - added check if 'END OF FILE' is contained in logfile
75 - added check if file number > 999 and change filename if it is
76
77 * datacenter/scripts/setup.wue.fact.mc:
78 - removed cprun
79 - added callisto and star in scripts-array
80
81 * datacenter/scripts/sourcefile:
82 - removed variables for fProgramId
83
84 * resources/steps_fact.rc:
85 - added missing needs
86
87
88 2010/07/23 Reiner Rohlfs
89
90 * mcorsika/MCorsikaFormat.[h,cc]
91 - new files
92 All the differences between EventIo files and coriska files
93 are implemented in these files.
94
95 * mcoriska/MCorsikaRead.[h,cc]
96 - the file handler fIn is replaced by the MCorsikaFormat class.
97 - every access to the input file is replaces by calling
98 methods of MCorsikaFormat.
99
100 * mcoriska/MCorsikaRunHeader.[h,cc]
101 - the file handler fIn is replaced by the MCorsikaFormat class.
102 - every access to the input file is replaces by calling
103 methods of MCorsikaFormat.
104
105 * mcoriska/MCorsikaEvtHeader.[h,cc]
106 - the file handler fIn is replaced by the MCorsikaFormat class.
107 - every access to the input file is replaces by calling
108 methods of MCorsikaFormat.
109
110 * msim/MPhotonEvent.cc
111 - method ReadCorsikaEvt distinguish between Corsika and EventIo
112 input files and calls either FillEventIO() or FillCorsika().
113
114 * msim/MPhotonData.[h,cc]
115 - new method: FillEventIO, which is similar as FillCorsika
116
117
118 2010/07/09 Thomas Bretz
119
120 * mpointing/MSrcPosCam.[h,cc]:
121 - now the particle position is stored in any case in the headers
122 so in case we have a view cone we must keep the position fixed
123 - added the fix for the MC monte carlos (for them X needs to
124 change its sign due to a bug in the reflector program)
125
126 * mars.rc, star.rc:
127 - changed time contraint in cleaning from aboslute values
128 to relative values (units now ns/deg)
129
130 * mimage/MImgCleanStd.cc:
131 - changed time contraint in cleaning from aboslute values
132 to relative values (units now ns/deg)
133
134
135
136 2010/07/07 Daniela Dorner
137
138 * datacenter/scripts/runceres:
139 - fixed typo
140
141
142
143 2010/07/06 Daniela Dorner
144
145 * datacenter/scripts/runstar_mc:
146 - fixed typo
147 - added inpath to command line
148
149
150
151 2010/07/05 Daniela Dorner
152
153 * datacenter/scripts/runceres:
154 - added path for C and P run (was not the same like for D run)
155
156 * datacenter/scripts/sourcefile:
157 - fixed joins in subquerypart()
158
159 * datacenter/scripts/runcallisto_mc:
160 - added inpath to command line
161
162 * datacenter/db/mcinfo.php:
163 - removed FailMenu
164 - fixed bug (group by did not work in case statusvalue was not
165 selected)
166
167 * datacenter/db/mcdefs.php:
168 - removed FailMenu columns
169
170
171
172 2010/07/05 Thomas Bretz
173
174 * mraw/MRawRunHeader.h:
175 - added missing SetFileNumber
176
177 * mjobs/MSequence.cc:
178 - added the missing file number to teh MC file names
179
180 * msimcamera/MSimCalibrationSignal.h:
181 - changed virtual file name from 000000 to 000001 to force file
182 number to be 1.
183
184 * mjobs/MJSimulation.[h,cc]:
185 - added run-number to ceres.root filename
186
187
188
189 2010/07/02 Daniela Dorner
190
191 * datacenter/scripts/runcorsika:
192 - removed $com
193 - updated logging
194
195 * datacenter/scripts/runceres:
196 - fixed path
197 - added error handling
198
199 * resources/steps_fact.rc:
200 - update joins to new scheme to include further steps in the chain
201
202 * datacenter/scripts/sourcefile:
203 - adapted queries to new scheme of joins
204
205 * datacenter/scripts/runstar_mc:
206 - added (script to run star for mc)
207
208
209
210 2010/07/02 Daniela Dorner, Christian Farnier
211
212 * datacenter/scripts/runcallisto_mc:
213 - added (script to callibrate mc)
214
215
216
217 2010/06/30 Daniela Dorner
218
219 * datacenter/db/mcinfo.php:
220 - added output to step column in case job is running
221 - fixed typo
222
223 * datacenter/scripts/runcorsika:
224 - small bugfix (new version of 'cut' gives error for '-c 0-4')
225
226 * datacenter/scripts/runceres:
227 - added (script to run telescope simulation of file basis)
228
229 * datacenter/scripts/setup.wue.magic.data,
230 datacenter/scripts/setup.wue.magic.mc,
231 datacenter/scripts/setup.wue.fact.mc:
232 - added condorpath
233
234 * datacenter/scripts/jobmanager,
235 datacenter/scripts/scriptlauncher:
236 - implemented condorpath
237
238 * datacenter/scripts/sourcefile:
239 - changed log and error file name for jobmanager
240
241 * resources/steps_fact.rc:
242 - fixed typo
243
244
245
246 2010/06/29 Daniela Dorner
247
248 * datacenter/db/mcinfo.php:
249 - added duration to step column in case of 'failed' and 'done'
250
251
252
253 2010/06/28 Daniela Dorner
254
255 * datacenter/db/include.php:
256 - adapted status query for new db layout
257
258 * datacenter/db/menu.php:
259 - added and exchanged menu points and init elements for the new
260 layout of the FACT mc db
261 - bugfix that menu items can be switched off
262
263 * datacenter/db/mcinfo.php:
264 - adapted the queries for the new layout of the FACT mc db
265 (different table names, structures and content)
266 - adapted query for the status group by
267
268 * datacenter/db/mcdefs.php:
269 - adapted the arrays for the new layout of the FACT mc db
270
271
272
273 2010/06/28 Thomas Bretz
274
275 * mbase/MStatusDisplay.cc:
276 - Status displays where stored as MStatusArray instead of
277 MStatusDisplay
278 - Read now also can read other StatusDisplays if a key is found in
279 the file
280
281
282
283 2010/06/25 Thomas Bretz
284
285 * mjobs/MJSimulation.[h,cc]:
286 - added data member fRunNumber
287 - changed the rules to create the output file names
288 - set default run-numbers for different run-ytpes
289 - apply run-number
290 - added IntendedPulsePosition to output
291
292 * mraw/MRawRunHeader.h:
293 - added SetFileNumber member function
294
295
296
297 2010/06/24 Thomas Bretz
298
299 * mgeom/MGeomCam.h:
300 - call constructor of base class in copy-constructor
301
302 * mhbase/MH.h:
303 - remove argument name where obsolete
304
305 * mjobs/MJSimulation.cc:
306 - fixed some axis labels
307
308 * msimreflector/MMirrorDisk.cc:
309 - changed interpretation from file from radius to diameter
310
311 * ceres.cc:
312 - added option --run-number
313
314 * showplot.cc:
315 - set default palette to pretty palette
316
317 * mcorsika/MCorsikaRunHeader.h:
318 - added getter for ViewConeInnerAngle
319
320 * mmc/MMcCorsikaRunHeader.h:
321 - added HasViewCone
322 - added SetViewCone
323
324 * mmc/MMcEvt.[hxx,cxx], mmc/MMcEvtBasic.[h,cc]:
325 - moved fPhi and fTheta from MMcEvt to MMcEvtBasic
326 - increased class version number accordingly
327 - moved setter
328 - moved getter
329 - adapted Clean()
330 - adapter copy-constructor
331
332 * mpointing/MPointingDevCalc.cc:
333 - added some comments
334
335 * msim/MSimMMCS.cc:
336 - transfer view cone data
337 - set run-info (run/file-number) according to new scheme
338 - always set MMcEvt::fPhi/fTheta to particle direction
339
340
341
342 2010/06/24 Daniela Dorner
343
344 * datacenter/scripts/sourcefile, resources/steps_fact.rc:
345 - bugfixes: changed joins to get correct queries for all cases
346
347 * datacenter/scripts/setup.wue.fact.mc:
348 - changed path for setup files
349 - added runceres to jobmanager settings
350
351
352
353 2010/06/22 Daniela Dorner
354
355 * datacenter/scripts/writemcsequencefile:
356 - improved logging
357
358 * datacenter/scripts/sourcefile:
359 - adapted greps in rc-files to grep only lines which are no
360 comments
361
362
363
364 2010/06/17 Daniela Dorner
365
366 * resources/steps_fact.rc:
367 - removed step CPRun
368 - split 'Joins' to 'Joins' and 'SpecialJoins' depending on
369 whether the join is with a different table
370
371 * datacenter/scripts/sourcefile:
372 - bugfix in query
373 - included new type of join from steps.rc
374 - added comments
375
376
377
378 2010/06/16 Daniela Dorner
379
380 * resources/steps_fact.rc:
381 - removed step CPRun
382 - added step SequenceFile
383
384 * datacenter/scripts/setup.wue.fact.mc:
385 - added path for mc sequences
386
387 * datacenter/scripts/writemcsequencefile:
388 - added (script to write mc sequencefiles)
389
390
391
392 2010/06/15 Daniela Dorner
393
394 * resources/steps_fact.rc:
395 - added (file containing the dependencies for the steps of the
396 automatic production of MC for FACT)
397
398
399
400 2010/06/14 Daniela Dorner
401
402 * datacenter/scripts/sourcefile:
403 - bugfix in query
404
405 * datacenter/scripts/runcorsika:
406 - added output of command to processlog
407
408 * datacenter/scripts/setup.wue.fact.mc:
409 - changed setup to be used by user montecarlo to reproduce some
410 corsikas
411
412
413
414 2010/06/11 Daniela Dorner
415
416 * datacenter/scripts/sourcefile:
417 - changed functions and queries to new db layout
418 - added functions to get values from steps.rc
419 - new function for part of query which is identical for the
420 functions getstatus() and gettodo()
421 - removed $reset (was only needed for MerppUpdate)
422 - improved and added comments
423
424 * datacenter/scripts/jobmanager:
425 - implemented changes for new db layout
426 - fix in function nextscript(): wrong variable was used
427
428 * datacenter/scripts/runcorsika:
429 - implemented changes for new db layout
430 - merged uncommitted changes of Thomas Bretz
431 - Observatory values and atmosphere now read from DB
432 - implemented new seeds
433 - removed $reused
434 - wavelength range now read from DB
435
436 * datacenter/scripts/setup.wue.fact.mc:
437 - added (setup for fact mc production)
438
439
440
441 2010/06/11 Stefan Ruegamer
442
443 * mjobs/MJSpectrum.cc
444 - corrected the flux of the published MAGIC spectrum
445
446
447
448 2010/06/03 Thomas Bretz
449
450 * mranforest/MRanForestCalc.cc:
451 - added stdlib.h to make Dominik happy ;)
452
453
454
455 2010/05/05 Thomas Bretz
456
457 * mastro/MAstro.cc:
458 - fixed AngularDistance (called a non existing function and
459 the compiler didn't complain)
460
461 * mbase/MParContainer.[h,cc]:
462 - added static function Overwrites (previously in MTask)
463
464 * mbase/MStatusDisplay.[h,cc]:
465 - allow writing a MStatusDisplay without writing a MStatusArray
466 (therefore added SeveAsPlainRoot)
467 - improved reading of files just containing canvases and objects
468
469 * mbase/MTask.[h,cc]:
470 - moved code from Overwrites to a static function in MParContainer
471
472 * msimcamera/MSimCalibrationSignal.cc:
473 - changed distribution of signal from Gauss to Poissonian
474
475 * showplot.cc:
476 - removed nonsense "-q" option
477
478 * mbase/MStatusArray.[h,cc]:
479 - fixed/improved (once again) deleting of the array
480
481 * mbase/MStatusDisplay.cc:
482 - removed the MAstroCatalog workaround - is it still necessary?
483 (needs testing)
484 - added UpdateMemory every here and there to get the memory
485 consumption is more circumstances
486
487
488
489 2010/04/22 Thomas Bretz
490
491 * showplot.cc:
492 - added --debug-mem option
493
494 * mbase/MParSpline.cc, mhbase/MH3.cc, mhbase/MHn.cc,
495 mhflux/MHAlpha.cc, mhist/MHCamEvent.cc:
496 - added missing call to the RecursiveRemove of the base class
497
498 * mfileio/MReadTree.cc:
499 - In the case Notify failed since about two years accidentaly
500 kTRUE instead of kERROR was returned
501
502 * mfileio/MWriteRootFile.cc:
503 - added some more debug output
504
505 * mhflux/MAlphaFitter.cc:
506 - Return if fit failed
507
508 * mhflux/MHPhi.cc:
509 - avoid inf and nan when producing histogram (the divisor could
510 have been zero in case of the inetgral of an empty histogram)
511
512
513
514 2010/04/21 Thomas Bretz
515
516 * macros/rootlogon.C:
517 - a small fix which gets rid of the annoying error about an
518 unlocked mutex when starting the MStatusDisplay in the
519 interpreter. It makes sure that fGThreadFactory gets initialized
520 from the main thread.
521
522 * mbase/MStatusDisplay.cc:
523 - added a console output if TryLock fails
524 - the return value of TString::Index was misinterpreted
525
526 * mmuon/MHSingleMuon.cc:
527 - removed another reference to gMinuit
528
529 * msimcamera/MSimRandomPhotons.cc:
530 - re-did the output
531 - choose the other rate f2 instead of f1
532
533 * msimcamera/MSimTrigger.[h,cc]:
534 - keep the index of the trigger channel which finnaly issued
535 the trigger and propagate it to the event header
536
537 * mraw/MrawEvtHeader.h:
538 - implementd setter for fNumTriggerLvl1
539
540
541
542 2010/04/20 Thomas Bretz
543
544 * mfileio/MReadTree.cc:
545 - no error was returned anymore when Notify() failed. Fixed.
546
547
548
549 2010/04/19 Thomas Bretz
550
551 * mbase/MStatusArray.cc:
552 - added a workaround to prevent crashes in case of double
553 deleteion of the fHistogram in TGraphs
554
555 * mcorsika/MCorsikaEvtHeader.cc:
556 - replaced special characters by UTF8 characters
557
558 * mgeom/MGeom.[h,cc]:
559 - implemented function to return the distance squared
560
561 * mjobs/MJSimulation.cc:
562 - display degree symbol correctly in plots
563 - added artificial star-files to output
564 - for the moment the output of the reflector files is suppressed
565
566 * mmuon/MHSingleMuon.cc:
567 - catch if the fit failed
568 - replaced use of gMinuit by direct access to the function
569
570 * mpointing/MPointing.cc:
571 - replaced deg-symbol by UTF8 character
572
573 * mpointing/MPointingDevCalc.cc:
574 - added more information
575
576 * msignal/MSignalCam.[h,cc]:
577 - made the data members describing the image persistent.
578 they are not guranteed to have correct contents. Use
579 MNewImagePar instead.
580 - increased class version number accordingly
581
582 * msimreflector/MMirrorHex.h:
583 - added Getter for fD
584
585
586
587 2010/04/13 Daniela Dorner
588
589 * datacenter/db/builddatasets.php:
590 - updated check for observation mode: allowed 'N/A', as there is
591 else an error for old data
592
593
594
595 2010/04/13 Thomas Bretz
596
597 * msim/MHPhotonEvent.cc:
598 - automatic binning for case 3
599 - new case 5
600
601 * msim/MHPhotonEvent.h:
602 - this can be a huge memory consumption and we don't need double
603 precision (range) accordingly changed all TH*D to TH*F.
604 consequently increased class version number
605
606
607
608 2010/03/30 Thomas Bretz
609
610 * Makefile.conf.general:
611 - moved ARCHDEFS from DEFINES to CXXFLAGS otherwise it might get
612 ignored
613
614 * mbase/MQuaternion.h:
615 - added member-function to normalize vector part of quaternion
616
617 * mbase/MTime.cc:
618 - issue an error if __LINUX__ is not set
619
620 * mjobs/MJSimulation.cc:
621 - set name of reflector explicitly to "Reflector"
622
623 * msimreflector/MMirror.h:
624 - added member function to set z position (for optimization purpose)
625 - added SimPSF(TVector3&)
626
627 * msimreflector/MSimReflector.[h,cc]:
628 - added name of reflector as data member
629
630 * melectronics/MAvalanchePhotoDiode.cc:
631 - scale the crosstalk probability as the height of the emitted
632 signal with the recovery time.
633
634 * mhflux/MHEnergyEst.cc:
635 - added a workaround to get rid of some root-warnings
636
637 * mjtrain/MJTrainEnergy.cc:
638 - improved axis labels
639
640 * mpointing/MPointingDevCalc.cc:
641 - added some more comments
642
643 * msimreflector/MMirror.[h,cc]:
644 - added fShape to allow for parabolic mirrors
645
646 * msimreflector/MReflector.cc:
647 - implemented the option of parabolic mirrors into the
648 reflector defintion file
649
650 * msimreflector/MSimReflector.[h,cc]:
651 - implemented (and fixed) the calculation of the reflection at
652 parabolic surfaces
653 - implemented the possibility to switch off the early check for
654 "photon can hit the camera" (fDetectorMargin<0)
655 - added setter for fDetectorMargin
656
657
658
659
660 2010/03/01 Stefan Ruegamer
661
662 * resources/hilocalib.rc:
663 - added df factors for p23-25, using the same as for p22. Sequences
664 are not running with df in these periods, therefore the correct
665 factors cannot be determined, and it doesn't matter anyway.
666
667 * datacenter/read_lapalma-tapes:
668 - added automationsetup before movingrawfiles
669
670
671
672 2010/02/23 Thomas Bretz
673
674 * mbase/MAGIC.cc:
675 - projections are supposed to work again in root 5.26
676 (not tested yet)
677
678 * mbase/MGMap.cc, mbase/MObjLookup.cc:
679 - key and val are Long64 in newer root versions
680
681 * mdata/MDataPhrase.cc:
682 - need inclusion of TFormulaPrimitive in root 5.26
683
684 * mhflux/MMcSpectrumWeight.cc:
685 - root 5.26 has a different calling convention for TH1::Intgeral
686
687 * mjobs/MJob.cc:
688 - added a suggested parenthesis
689
690 * mjtrain/MJTrainDisp.cc:
691 - cast the MH3 histogram correctly to a TH2
692
693
694
695 2010/02/22 Daniela Dorner
696
697 * datacenter/db/menu.php:
698 - added ObsLevel and download link column for cta pages
699
700 * datacenter/db/ctadefs.php:
701 - added observation level
702
703 * datacenter/db/ctamcinfo.php:
704 - added column with download link for the files
705
706 * datacenter/db/builddatasets.php, datacenter/db/ctamcinfo.php,
707 datacenter/db/culminating.php, datacenter/db/datacheck.php,
708 datacenter/db/datasetinfo-aio.php, datacenter/db/ganymed.php,
709 datacenter/db/include.php, datacenter/db/mcinfo.php,
710 datacenter/db/opticaldata.php, datacenter/db/printtable.php,
711 datacenter/db/queryrbk.php, datacenter/db/runinfo-aio.php,
712 datacenter/db/sequence.php, datacenter/db/sequinfo-aio.php,
713 datacenter/db/sources.php, datacenter/db/statussbs.php:
714 - bugfix for get.txt
715
716 * datacenter/db/datasetinfo-aio.php:
717 - bugfix calling PrintPage()
718
719
720
721 2010/02/01 Daniela Dorner
722
723 * datacenter/scripts/fillmcdb:
724 - added observation level
725
726 * datacenter/scripts/sourcefile:
727 - added comment concerning $0 problem
728 - added 'ERROR' in processlog message of makedir
729
730
731
732 2010/02/04 Stefan Ruegamer
733
734 * mraw/MRawRunHeader.cc
735 - changed GetTypeID()!=fTelescopeNumber*10U+5U to GetTypeID()!=5U
736 so that the new 5xxxxxx sequences can be processed
737 - adapted error message
738 - inserted Domino calibration run
739
740 * mraw/MRawRunHeader.cc
741 - inserted Domino calibration run
742
743
744
745 2010/02/01 Daniela Dorner
746
747 * datacenter/scripts/runsimtel
748 - fixes typo
749 - replaced path in disk-check by variable
750
751
752
753 2010/01/15 Stefan Ruegamer
754
755 * datacenter/scripts/dowebplots, jobmanager
756 - if-condition if [ "$numproc" = "" ] now correctly checks for "0"
757
758 * datacenter/scripts/scriptlauncher
759 - added automationsetup variable in condor command
760
761 * datacenter/macros/buildsequenceentries.C
762 - where necessary changed Int to Long to account for the high value
763 of the stereo runs
764
765 * resources/sequences.rc
766 - added two transition conditions for the calibration scripts
767 10Led_UV_PEDANDCAL_1kHz and 10LED_UV
Note: See TracBrowser for help on using the repository browser.