source: trunk/Mars/Changelog@ 9841

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