source: trunk/Mars/Changelog@ 9846

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