source: trunk/Mars/Changelog@ 9991

Last change on this file since 9991 was 9991, checked in by tbretz, 14 years ago
Changed the checks in MSimRandomPhotons which didn't allow pedestal and calibration runs to be produced
File size: 33.0 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/09/30 Thomas Bretz
22
23 * msimreflector/MMirrorSquare.[h,cc]:
24 - implemented WriteM
25
26 * mcorsika/MCorsikaEvtHeader.cc, mcorsika/MCorsikaFormat.[h,cc],
27 mcorsika/MCorsikaRunHeader.cc:
28 - fixed a problem with reading the RUNE section in corsikas
29 raw format
30
31 * readcorsika.cc:
32 - speed up reading by ot printing the single photons if debug
33 level less than 3
34
35 * msim/MPhotonEvent.cc:
36 - don't loop over all (mostly empty) slots in Print()
37
38 * msimcamera/MSimRandomPhotons.[h,cc]:
39 - changed again the checks to also allow pedestal and calibration
40 runs to be produced without having a MCorsikaRunHeader available
41
42
43
44 2010/09/29 Thomas Bretz
45
46 * msimreflector/MMirrorHex.[h,cc]:
47 - implemented WriteM
48 - implemented new class MMirrorHex90
49
50 * msimreflector/SimReflectorLinkDef.h:
51 - added MMirrorHex90
52
53 * msimreflector/MMirrorDisk.[h,cc]:
54 - implemented WriteM
55
56 * msimreflector/MReflector.[h,cc]:
57 - added function to write a file with a reflector definition
58
59 * msimreflector/MMirror.h:
60 - added virtual WriteM
61 - added several Getter for Z, Nx, Ny, Nz and Shape
62
63
64
65 2010/09/28 Thomas Bretz
66
67 * mcorsika/MCorsikaFormat.[h,cc]:
68 - added Read function to allow MCorsikaRead to read
69 object 1203
70 - added Rewind function to allow MCorsikaRead to jump back
71 in file
72 - added a lot of debug output
73 - make GetNextEvent read one telescope data from one array after
74 the other
75
76 * mcorsika/MCorsikaEvtHeader.h:
77 - added AddXY which allows MCorsikaRead to add the telescope
78 position to the showers impact parameter
79
80 * mcorsika/MCorsikaRead.[h,cc]:
81 - commented out obsolete use of fIn
82 - added reading of telescope positions (object 1201) in
83 eventio format
84 - added number of telescopes to the calculation of the
85 total number of events
86 - added a working ReadEvent for eventio format
87 - added ReadEnv to be able to set the requested telscope index
88 - added new data members to hold the telescope positions
89 - removed obsolete OpenStream
90 - added member function to set telescope index
91
92 * msim/MHPhotonEvent.cc:
93 - changed the number of bins to an odd value to get a bin at zero
94 for the 2D histograms
95
96
97
98 2010/09/24 Thomas Bretz
99
100 * mcorsika/MCorsikaEvtHeader.cc:
101 - store impact parameters persistent for further use (because in
102 eventio format the header is not repeated this is needed)
103
104 * mcorsika/MCorsikaFormat.[h,cc]:
105 - adapted to be able to read all telescopes and all reused shower
106 events in eventio
107 - a lot of cosmetics
108 - many more comments
109 - PRELIMINARY
110
111 * mcorsika/MCorsikaRead.[h,cc]:
112 - implemented variable for selection of the telescope in eventio format
113 - implemented eventio format (PRELIMINARY)
114
115 * msim/MPhotonData.[h,cc], msim/MPhotonEvent.[h,cc]:
116 - implemented function to calculate mean event time
117 - implemented function to simulate the wavelength (lambda^-2)
118 - implemented function to shift all photons by a certain xy
119 - adapted ReadCorsikaEvt to changes in MCorsikaFormat
120
121
122
123 2010/09/24 Daniela Dorner
124
125 * datacenter/scripts/insertmc:
126 - fixed typo
127
128
129
130 2010/09/22 Thomas Bretz
131
132 * mjobs/MJSimulation.cc:
133 - slight improvement of debug output
134 - call SetAllowEmpty for the three ContEmpty filters
135 - changed binning of camera histograms
136
137 * msimcamera/MSimRandomPhotons.cc:
138 - improved output in case of failure
139
140 * readcorsika.cc:
141 - added RunHeaders
142 - fixed usage-info
143
144 * mbase/MContinue.cc:
145 - no need to call MTask::GetFilter(), GetFilter() is enough
146
147 * mfbase/MF.cc:
148 - accept = as a conditional sign
149 - make sure the return code of the evaluated filter is corectly returned
150
151 * msim/MHPhotonEvent.cc:
152 - implemented types 6-8
153
154 * mcorsika/MCorsikaEvtHeader.[h,cc]:
155 - added fNumReuse
156 - added member functions to increase and reset the number of reusages
157 - increased class version number accordingly
158
159 * mcorsika/MCorsikaRead.[h,cc]:
160 - count the number of showers (events) times its reusage
161 for fNumTotalEvents
162 - adapted ReadEvent to re-usage of showers (still needs to be tested for
163 EventIO)
164 - Fixed return type (should be Int_t) of ReadEvent
165 - take the number of reusages in PostProcess into account
166
167 * mcorsika/MCorsikaRunHeader.[h,cc]:
168 - added total number of reusages fNumReuse
169 - increased class version number accordingly
170
171 * mmc/MMcEvt.hxx:
172 - added setter for the reuse counter
173
174 * msim/MPhotonData.[h,cc]:
175 - removed fNumPhotons (we allow 1-photon bunches only anyway and MMCS
176 doesn't even distribute this number)
177 - increased class version number accordingly
178
179 * msim/MSimMMCS.cc:
180 - correctly propagate the number of events (number of showers times reusage)
181 - propagate counter for reusage to MMcEvt
182
183 * msim/MPhotonEvent.[h,cc]:
184 - added functions to calculate mean x and mean y
185 - propagate re-usage counter through ReadEvent
186
187 * mcorsika/MCorsikaFormat.[h,cc]:
188 - a few clean-ups to the code
189 - added standard file header
190 - a few minor simplifications
191 - replaced local logging stream with gLog
192 - added some empty comments
193
194
195
196 2010/09/21 Thomas Bretz
197
198 * mjobs/MJSimulation.cc:
199 - correctly propagated run-number to the file-name
200 - fixed a problem with the tab-title in the ps-files
201 - fixed the histogram size for the camera (should be 5 instead
202 of 3, I hope)
203 - fixed the tab-title for the MedDev tab
204 - do not write image-files in dev-null mode
205
206
207
208 2010/09/14 Daniela Dorner
209
210 * datacenter/scripts/runcorsika:
211 - removed STEPFC from inputcard as anyhow default of 1 was used
212 instead of 0.1
213
214
215
216 2010/09/06 Thomas Bretz
217
218 * msimreflector/MSimRays.cc:
219 - included TMath for newer root versions
220
221
222
223 2010/09/03 Daniela Dorner
224
225 * datacenter/scripts/insertmc:
226 - added new standard setup runs
227
228 * datacenter/scripts/runceres:
229 - fixed queries for change from file based to run based processing
230
231 * datacenter/scripts/runcallisto_mc:
232 - changed setup path: implemented ceres setup, as different
233 callisto.rc are needed for different ceres setup
234
235
236
237 2010/08/31 Thomas Bretz
238
239 * msimcamera/MSimRandomPhotons.[h,cc]:
240 - improved the range checks. All ranges are now aligned on the
241 range of simulated wavlengths
242
243
244
245 2010/08/30 Daniela Dorner
246
247 * datacenter/db/mcdefs.php:
248 - adapted joins for processing of ceres on run basis
249
250 * datacenter/scripts/insertmc:
251 - bugfix for insert of rows for new ceres key(s)
252
253
254
255 2010/08/30 Thomas Bretz
256
257 * mhist/MHCamera.cc:
258 - added options to display contents as int and float
259
260 * mgeom/MGeomCamFACT.cc:
261 - changed default distance from 4.8887 to 4.90
262
263 * mbase/MLut.cc:
264 - added possibility to have comment (ignored) lines
265
266 * msim/MHPhotonEvent.cc:
267 - fixed Type==5
268
269 * msimreflector/MSimRays.[h,cc]:
270 - added
271
272 * msimreflector/SimReflectorLinkDef.h
273 - added MSimRays
274
275 * msimreflector/Makefile
276 - added MSimRays
277
278
279
280 2010/08/27 Daniela Dorner
281
282 * datacenter/scripts/insertmc:
283 - updated some default values
284
285 * datacenter/scripts/insertmc, datacenter/scripts/insertmc,
286 resources/step_fact.rc:
287 - changed processing of ceres from file- to run-basis
288
289
290
291 2010/08/26 Daniela Dorner
292
293 * datacenter/db/mcinfo.php:
294 - implemented status 'crashed' also for display of list of runs
295
296 * datacenter/db/mcdefs.php, datacenter/db/menu.php:
297 - implemented CeresSetupKEY for mcinfo.php
298
299
300
301 2010/08/26 Reiner Rohlfs
302
303 * mcorsika/MCorsikaFormat.[h,cc]
304 - fixed a problem in comparing fRunePos with position 0
305
306
307
308 2010/08/25 Thomas Bretz
309
310 * mjtrain/MJTrainCuts.cc:
311 - fixed the SetDrawOption for the 2D histogram
312
313
314
315 2010/08/24 Thomas Bretz
316
317 * mjtrain/MJTrainCuts.cc:
318 - removed the SetDrawOption from the 1D histogram
319
320
321
322 2010/08/24 Reiner Rohlfs
323
324 * mcorsika/MCorsikaFormat.[h,cc]
325 - in method MCorsikaFormatEventIO::SeekEvtEnd() the RUNE block
326 is first searched at the end of the file. It it is not found
327 the whole file is scanned for the RUNE block. Once it is
328 found it can be accessed directly at the next call of this
329 function.
330
331
332
333 2010/08/20 Daniela Dorner
334
335 * datacenter/scripts/sourcefile:
336 - bugfix in query for influenced steps
337
338
339
340 2010/08/19 Thomas Bretz
341
342 * mjobs/MSequence.cc:
343 - fixed treatment of file number 0 in InflateFileName and
344 PrintRuns
345
346
347
348 2010/08/17 Thomas Bretz
349
350 * resmc/fact-trigger-sum.txt, resmc/fact-trigger-all.txt,
351 macros/fact/fact_trigger.C:
352 - added
353
354
355
356 2010/08/17 Daniela Dorner
357
358 * datacenter/scripts/insertmc:
359 - added (script to insert mc runs and sequences to the FACT MC DB)
360
361
362
363 2010/08/16 Thomas Bretz
364
365 * mgeom/GeomLinkDef.h, mgeom/Makefile:
366 - added MGeomCamFACT
367
368 * mgeom/MGeomCamFACT.[h,cc]:
369 - added
370
371 * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomPix.[h,cc]:
372 - moved CalcXY to MGeomPix
373 - removed obsolete includes
374
375 * mgeom/MGeomCamFact.cc:
376 - removed obsolete includes
377
378 * mranforest/MRanForestCalc.h:
379 - added new function Train which either calls TrainRegression
380 or TrainSingleRF
381
382 * mranforest/MHRanForestGini.cc:
383 - improved display
384
385 * mfileio/MReadMarsFile.cc:
386 - evaluate return code of fRun->Process()
387 - print return code in case of failure
388
389 * mjoptim/MJOptimizeBase.[h,cc]:
390 - improved existing comments
391 - added a full class description
392 - print a warning if TRandom is used a random number generator
393
394 * mtools/MTFillMatrix.cc:
395 - improved handling of negative number of events
396
397 * mjtrain/MJTrainSeparation.cc:
398 - added names to test- and train-dataset for storage
399
400 * mjtrain/TrainLinkDef.h, mjtrain/Makefile:
401 - added MJTrainCuts
402
403 * macros/train/traincuts.C:
404 - added
405
406 * mpointing/MPointingDevCalc.cc:
407 - added a comment about the last lut update
408
409
410
411 2010/08/13 Thomas Bretz
412
413 * mimage/MHHillasExt.[h,cc]:
414 - added new histograms to display new variables
415 - increased class version number
416
417 * mimage/MHillasExt.cc:
418 - fixed claculation of the weighted time spreads
419 - fixed a bug in the calculation of the third moments!
420
421 * mhist/MHHadronness.cc:
422 - fixed min/max of the intgral histogram
423
424 * mfbase/MFEventSelector.cc:
425 - if the number of events to be selected is negative select all events
426
427 * mhbase/MHn.[h,cc]:
428 - fixed the complex display for five histograms
429
430 * mhbase/MHn.[h,cc], mhbase/MH3.[h,cc]:
431 - implemented a TProfile3D
432 - implemented an option to skip reset of the histograms in a new
433 eventloop
434
435 * mhbase/MH3.[h,cc]:
436 - moved the addition weight to a new data meber fWeight
437 - increased class version number
438
439
440
441 2010/08/13 Daniela Dorner
442
443 * datacenter/scripts/sourcefile:
444 - implemented faster queries for the dependencies of the steps
445 - simplified code
446 - introduced new level for printprocesslog: DEBUG
447
448 * resources/steps_fact.rc:
449 - adapted to change in queries in sourcefile
450
451
452
453 2010/08/12 Thomas Bretz
454
455 * mimage/MHillasExt.[h,cc]:
456 - added Getter for fSlope*
457 - added new data members to Print() output
458 - adapted Set() member function
459 - fixed code for calculating weighted spreads
460 - added new data members to Clear function
461
462 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHNewImagePar.cc,
463 mimage/MHVsSize.cc, mimage/MHHillasSrc.cc, mimage/MHImagePar.cc,
464 mhcalib/MHGausEvents.cc, mhflux/MHThetaSq.cc, mhflux/MHAlpha.cc,
465 mhflux/MHFalseSource.cc, mhflux/MHEffectiveOnTime.cc,
466 mhflux/MHCollectionArea.cc, mhflux/MHThetaSqN.cc, mhflux/MHDisp.cc,
467 mhflux/MHThreshold.cc, mhflux/MHEnergyEst.cc, mjtrain/MJTrainDisp.cc,
468 mtools/MHSimulatedAnnealing.cc, mmuon/MHSingleMuon.cc,
469 mmuon/MHMuonPar.cc, mpointing/MHSrcPosCam.cc,
470 mpedestal/MHPedestalCor.cc, mhist/MHCamEventRot.cc,
471 mhist/MHStarMap.cc, mjobs/MJSpectrum.cc, mbadpixels/MHBadPixels.cc,
472 mfbase/MFEventSelector2.cc, mhbase/MBinning.cc, mhbase/MH.[h,cc],
473 mhbase/MH3.cc, mhbase/MHMatrix.cc, msim/MHPhotonEvent.cc:
474 - changes MH::SetBinning and similar functions to take references
475 instead of pointers
476 - for the time being wrappers are kept not to break macros
477
478
479
480 2010/08/11 Thomas Bretz
481
482 * mhbase/MH3.[h,cc]:
483 - added another type to be able to setup a standard profile and
484 one which display the spread as error
485 - improved/fixed error calculation/display
486
487 * mimage/MHillasExt.[h,cc]:
488 - added new data members fTimeSpread and fTimeSpreadWeighted
489 - added new data members fSlopeSpread and fSlopeSpreadWeighted
490 - implemented code to calculate the time spreads and slope spreads
491 - increased class version id by 1
492
493 * mjtrain/TrainLinkDef.h:
494 - added MJTrainImpact
495
496 * mjtrain/MJTrainImpact.[h,cc]:
497 - added
498
499 * mjtrain/MJTrainEnergy.h:
500 - added SetTrainExpSize member function
501
502 * mjtrain/MJTrainDisp.cc:
503 - made the display of the cut-lines a bit more flexible
504 - slightly changed the meaning of the plots
505
506
507
508 2010/08/10 Thomas Bretz
509
510 * msim/MPhotonData.cc:
511 - fixed two warnings in FillEventIO (implicit conversion
512 from float to int)
513
514 * mhbase/MHn.[h,cc]:
515 - added SetConversion to allow for setting a conversion function
516
517 * mhbase/MH3.[h,cc]:
518 - added conversion function for displaying the histogram
519 - added new data member fConversion
520 - added new member functions Convert and SetConversion
521 - implemented conversion before displaying
522
523 * mjtrain/MJTrainEnergy.cc:
524 - display resolution directly (sqrt)
525 - changed default binning
526 - don't use build in conversion from mm to degree but
527 MGeomCam.fConvMm2Deg instead.
528
529 * Makefile.rules:
530 - replaced cvs by svn in diff
531
532 * mjtrain/MJTrainDisp.cc:
533 - don't use build in conversion from mm to degree but
534 MGeomCam.fConvMm2Deg instead.
535
536
537
538 2010/08/06 Thomas Bretz
539
540 * msimcamera/MSimCamera.[h,cc]:
541 - added the possibility to set an overall baseline, baseline-noise
542 and gain.
543
544 * ceres.rc:
545 - added entries for the new values
546
547
548
549 2010/07/28 Daniela Dorner
550
551 * datacenter/db/menu.php:
552 - updated initial parameter selection for mcinfo.php
553 - changed table for GetMin/Max to CeresInfo
554
555 * datacenter/db/mcinfo.php:
556 - bugfix for removing WHERE or AND at end of queries
557 - added fStopTime to status-column in case of failure
558 - bugfix for correct joins in case of group-by
559
560 * datacenter/db/mcdefs.php:
561 - updated runtime of ceres
562 - updated joins for status tables
563
564 * datacenter/scripts/insertmc:
565 - added (script to add runs to the database)
566
567 * datacenter/scripts/runcorsika:
568 - added check if 'END OF FILE' is contained in logfile
569 - added check if file number > 999 and change filename if it is
570
571 * datacenter/scripts/setup.wue.fact.mc:
572 - removed cprun
573 - added callisto and star in scripts-array
574
575 * datacenter/scripts/sourcefile:
576 - removed variables for fProgramId
577
578 * resources/steps_fact.rc:
579 - added missing needs
580
581
582
583 2010/07/23 Reiner Rohlfs
584
585 * mcorsika/MCorsikaFormat.[h,cc]
586 - new files
587 All the differences between EventIo files and coriska files
588 are implemented in these files.
589
590 * mcoriska/MCorsikaRead.[h,cc]
591 - the file handler fIn is replaced by the MCorsikaFormat class.
592 - every access to the input file is replaces by calling
593 methods of MCorsikaFormat.
594
595 * mcoriska/MCorsikaRunHeader.[h,cc]
596 - the file handler fIn is replaced by the MCorsikaFormat class.
597 - every access to the input file is replaces by calling
598 methods of MCorsikaFormat.
599
600 * mcoriska/MCorsikaEvtHeader.[h,cc]
601 - the file handler fIn is replaced by the MCorsikaFormat class.
602 - every access to the input file is replaces by calling
603 methods of MCorsikaFormat.
604
605 * msim/MPhotonEvent.cc
606 - method ReadCorsikaEvt distinguish between Corsika and EventIo
607 input files and calls either FillEventIO() or FillCorsika().
608
609 * msim/MPhotonData.[h,cc]
610 - new method: FillEventIO, which is similar as FillCorsika
611
612
613 2010/07/09 Thomas Bretz
614
615 * mpointing/MSrcPosCam.[h,cc]:
616 - now the particle position is stored in any case in the headers
617 so in case we have a view cone we must keep the position fixed
618 - added the fix for the MC monte carlos (for them X needs to
619 change its sign due to a bug in the reflector program)
620
621 * mars.rc, star.rc:
622 - changed time contraint in cleaning from aboslute values
623 to relative values (units now ns/deg)
624
625 * mimage/MImgCleanStd.cc:
626 - changed time contraint in cleaning from aboslute values
627 to relative values (units now ns/deg)
628
629
630
631 2010/07/07 Daniela Dorner
632
633 * datacenter/scripts/runceres:
634 - fixed typo
635
636
637
638 2010/07/06 Daniela Dorner
639
640 * datacenter/scripts/runstar_mc:
641 - fixed typo
642 - added inpath to command line
643
644
645
646 2010/07/05 Daniela Dorner
647
648 * datacenter/scripts/runceres:
649 - added path for C and P run (was not the same like for D run)
650
651 * datacenter/scripts/sourcefile:
652 - fixed joins in subquerypart()
653
654 * datacenter/scripts/runcallisto_mc:
655 - added inpath to command line
656
657 * datacenter/db/mcinfo.php:
658 - removed FailMenu
659 - fixed bug (group by did not work in case statusvalue was not
660 selected)
661
662 * datacenter/db/mcdefs.php:
663 - removed FailMenu columns
664
665
666
667 2010/07/05 Thomas Bretz
668
669 * mraw/MRawRunHeader.h:
670 - added missing SetFileNumber
671
672 * mjobs/MSequence.cc:
673 - added the missing file number to teh MC file names
674
675 * msimcamera/MSimCalibrationSignal.h:
676 - changed virtual file name from 000000 to 000001 to force file
677 number to be 1.
678
679 * mjobs/MJSimulation.[h,cc]:
680 - added run-number to ceres.root filename
681
682
683
684 2010/07/02 Daniela Dorner
685
686 * datacenter/scripts/runcorsika:
687 - removed $com
688 - updated logging
689
690 * datacenter/scripts/runceres:
691 - fixed path
692 - added error handling
693
694 * resources/steps_fact.rc:
695 - update joins to new scheme to include further steps in the chain
696
697 * datacenter/scripts/sourcefile:
698 - adapted queries to new scheme of joins
699
700 * datacenter/scripts/runstar_mc:
701 - added (script to run star for mc)
702
703
704
705 2010/07/02 Daniela Dorner, Christian Farnier
706
707 * datacenter/scripts/runcallisto_mc:
708 - added (script to callibrate mc)
709
710
711
712 2010/06/30 Daniela Dorner
713
714 * datacenter/db/mcinfo.php:
715 - added output to step column in case job is running
716 - fixed typo
717
718 * datacenter/scripts/runcorsika:
719 - small bugfix (new version of 'cut' gives error for '-c 0-4')
720
721 * datacenter/scripts/runceres:
722 - added (script to run telescope simulation of file basis)
723
724 * datacenter/scripts/setup.wue.magic.data,
725 datacenter/scripts/setup.wue.magic.mc,
726 datacenter/scripts/setup.wue.fact.mc:
727 - added condorpath
728
729 * datacenter/scripts/jobmanager,
730 datacenter/scripts/scriptlauncher:
731 - implemented condorpath
732
733 * datacenter/scripts/sourcefile:
734 - changed log and error file name for jobmanager
735
736 * resources/steps_fact.rc:
737 - fixed typo
738
739
740
741 2010/06/29 Daniela Dorner
742
743 * datacenter/db/mcinfo.php:
744 - added duration to step column in case of 'failed' and 'done'
745
746
747
748 2010/06/28 Daniela Dorner
749
750 * datacenter/db/include.php:
751 - adapted status query for new db layout
752
753 * datacenter/db/menu.php:
754 - added and exchanged menu points and init elements for the new
755 layout of the FACT mc db
756 - bugfix that menu items can be switched off
757
758 * datacenter/db/mcinfo.php:
759 - adapted the queries for the new layout of the FACT mc db
760 (different table names, structures and content)
761 - adapted query for the status group by
762
763 * datacenter/db/mcdefs.php:
764 - adapted the arrays for the new layout of the FACT mc db
765
766
767
768 2010/06/28 Thomas Bretz
769
770 * mbase/MStatusDisplay.cc:
771 - Status displays where stored as MStatusArray instead of
772 MStatusDisplay
773 - Read now also can read other StatusDisplays if a key is found in
774 the file
775
776
777
778 2010/06/25 Thomas Bretz
779
780 * mjobs/MJSimulation.[h,cc]:
781 - added data member fRunNumber
782 - changed the rules to create the output file names
783 - set default run-numbers for different run-ytpes
784 - apply run-number
785 - added IntendedPulsePosition to output
786
787 * mraw/MRawRunHeader.h:
788 - added SetFileNumber member function
789
790
791
792 2010/06/24 Thomas Bretz
793
794 * mgeom/MGeomCam.h:
795 - call constructor of base class in copy-constructor
796
797 * mhbase/MH.h:
798 - remove argument name where obsolete
799
800 * mjobs/MJSimulation.cc:
801 - fixed some axis labels
802
803 * msimreflector/MMirrorDisk.cc:
804 - changed interpretation from file from radius to diameter
805
806 * ceres.cc:
807 - added option --run-number
808
809 * showplot.cc:
810 - set default palette to pretty palette
811
812 * mcorsika/MCorsikaRunHeader.h:
813 - added getter for ViewConeInnerAngle
814
815 * mmc/MMcCorsikaRunHeader.h:
816 - added HasViewCone
817 - added SetViewCone
818
819 * mmc/MMcEvt.[hxx,cxx], mmc/MMcEvtBasic.[h,cc]:
820 - moved fPhi and fTheta from MMcEvt to MMcEvtBasic
821 - increased class version number accordingly
822 - moved setter
823 - moved getter
824 - adapted Clean()
825 - adapter copy-constructor
826
827 * mpointing/MPointingDevCalc.cc:
828 - added some comments
829
830 * msim/MSimMMCS.cc:
831 - transfer view cone data
832 - set run-info (run/file-number) according to new scheme
833 - always set MMcEvt::fPhi/fTheta to particle direction
834
835
836
837 2010/06/24 Daniela Dorner
838
839 * datacenter/scripts/sourcefile, resources/steps_fact.rc:
840 - bugfixes: changed joins to get correct queries for all cases
841
842 * datacenter/scripts/setup.wue.fact.mc:
843 - changed path for setup files
844 - added runceres to jobmanager settings
845
846
847
848 2010/06/22 Daniela Dorner
849
850 * datacenter/scripts/writemcsequencefile:
851 - improved logging
852
853 * datacenter/scripts/sourcefile:
854 - adapted greps in rc-files to grep only lines which are no
855 comments
856
857
858
859 2010/06/17 Daniela Dorner
860
861 * resources/steps_fact.rc:
862 - removed step CPRun
863 - split 'Joins' to 'Joins' and 'SpecialJoins' depending on
864 whether the join is with a different table
865
866 * datacenter/scripts/sourcefile:
867 - bugfix in query
868 - included new type of join from steps.rc
869 - added comments
870
871
872
873 2010/06/16 Daniela Dorner
874
875 * resources/steps_fact.rc:
876 - removed step CPRun
877 - added step SequenceFile
878
879 * datacenter/scripts/setup.wue.fact.mc:
880 - added path for mc sequences
881
882 * datacenter/scripts/writemcsequencefile:
883 - added (script to write mc sequencefiles)
884
885
886
887 2010/06/15 Daniela Dorner
888
889 * resources/steps_fact.rc:
890 - added (file containing the dependencies for the steps of the
891 automatic production of MC for FACT)
892
893
894
895 2010/06/14 Daniela Dorner
896
897 * datacenter/scripts/sourcefile:
898 - bugfix in query
899
900 * datacenter/scripts/runcorsika:
901 - added output of command to processlog
902
903 * datacenter/scripts/setup.wue.fact.mc:
904 - changed setup to be used by user montecarlo to reproduce some
905 corsikas
906
907
908
909 2010/06/11 Daniela Dorner
910
911 * datacenter/scripts/sourcefile:
912 - changed functions and queries to new db layout
913 - added functions to get values from steps.rc
914 - new function for part of query which is identical for the
915 functions getstatus() and gettodo()
916 - removed $reset (was only needed for MerppUpdate)
917 - improved and added comments
918
919 * datacenter/scripts/jobmanager:
920 - implemented changes for new db layout
921 - fix in function nextscript(): wrong variable was used
922
923 * datacenter/scripts/runcorsika:
924 - implemented changes for new db layout
925 - merged uncommitted changes of Thomas Bretz
926 - Observatory values and atmosphere now read from DB
927 - implemented new seeds
928 - removed $reused
929 - wavelength range now read from DB
930
931 * datacenter/scripts/setup.wue.fact.mc:
932 - added (setup for fact mc production)
933
934
935
936 2010/06/11 Stefan Ruegamer
937
938 * mjobs/MJSpectrum.cc
939 - corrected the flux of the published MAGIC spectrum
940
941
942
943 2010/06/03 Thomas Bretz
944
945 * mranforest/MRanForestCalc.cc:
946 - added stdlib.h to make Dominik happy ;)
947
948
949
950 2010/05/05 Thomas Bretz
951
952 * mastro/MAstro.cc:
953 - fixed AngularDistance (called a non existing function and
954 the compiler didn't complain)
955
956 * mbase/MParContainer.[h,cc]:
957 - added static function Overwrites (previously in MTask)
958
959 * mbase/MStatusDisplay.[h,cc]:
960 - allow writing a MStatusDisplay without writing a MStatusArray
961 (therefore added SeveAsPlainRoot)
962 - improved reading of files just containing canvases and objects
963
964 * mbase/MTask.[h,cc]:
965 - moved code from Overwrites to a static function in MParContainer
966
967 * msimcamera/MSimCalibrationSignal.cc:
968 - changed distribution of signal from Gauss to Poissonian
969
970 * showplot.cc:
971 - removed nonsense "-q" option
972
973 * mbase/MStatusArray.[h,cc]:
974 - fixed/improved (once again) deleting of the array
975
976 * mbase/MStatusDisplay.cc:
977 - removed the MAstroCatalog workaround - is it still necessary?
978 (needs testing)
979 - added UpdateMemory every here and there to get the memory
980 consumption is more circumstances
981
982
983
984 2010/04/22 Thomas Bretz
985
986 * showplot.cc:
987 - added --debug-mem option
988
989 * mbase/MParSpline.cc, mhbase/MH3.cc, mhbase/MHn.cc,
990 mhflux/MHAlpha.cc, mhist/MHCamEvent.cc:
991 - added missing call to the RecursiveRemove of the base class
992
993 * mfileio/MReadTree.cc:
994 - In the case Notify failed since about two years accidentaly
995 kTRUE instead of kERROR was returned
996
997 * mfileio/MWriteRootFile.cc:
998 - added some more debug output
999
1000 * mhflux/MAlphaFitter.cc:
1001 - Return if fit failed
1002
1003 * mhflux/MHPhi.cc:
1004 - avoid inf and nan when producing histogram (the divisor could
1005 have been zero in case of the inetgral of an empty histogram)
1006
1007
1008
1009 2010/04/21 Thomas Bretz
1010
1011 * macros/rootlogon.C:
1012 - a small fix which gets rid of the annoying error about an
1013 unlocked mutex when starting the MStatusDisplay in the
1014 interpreter. It makes sure that fGThreadFactory gets initialized
1015 from the main thread.
1016
1017 * mbase/MStatusDisplay.cc:
1018 - added a console output if TryLock fails
1019 - the return value of TString::Index was misinterpreted
1020
1021 * mmuon/MHSingleMuon.cc:
1022 - removed another reference to gMinuit
1023
1024 * msimcamera/MSimRandomPhotons.cc:
1025 - re-did the output
1026 - choose the other rate f2 instead of f1
1027
1028 * msimcamera/MSimTrigger.[h,cc]:
1029 - keep the index of the trigger channel which finnaly issued
1030 the trigger and propagate it to the event header
1031
1032 * mraw/MrawEvtHeader.h:
1033 - implementd setter for fNumTriggerLvl1
1034
1035
1036
1037 2010/04/20 Thomas Bretz
1038
1039 * mfileio/MReadTree.cc:
1040 - no error was returned anymore when Notify() failed. Fixed.
1041
1042
1043
1044 2010/04/19 Thomas Bretz
1045
1046 * mbase/MStatusArray.cc:
1047 - added a workaround to prevent crashes in case of double
1048 deleteion of the fHistogram in TGraphs
1049
1050 * mcorsika/MCorsikaEvtHeader.cc:
1051 - replaced special characters by UTF8 characters
1052
1053 * mgeom/MGeom.[h,cc]:
1054 - implemented function to return the distance squared
1055
1056 * mjobs/MJSimulation.cc:
1057 - display degree symbol correctly in plots
1058 - added artificial star-files to output
1059 - for the moment the output of the reflector files is suppressed
1060
1061 * mmuon/MHSingleMuon.cc:
1062 - catch if the fit failed
1063 - replaced use of gMinuit by direct access to the function
1064
1065 * mpointing/MPointing.cc:
1066 - replaced deg-symbol by UTF8 character
1067
1068 * mpointing/MPointingDevCalc.cc:
1069 - added more information
1070
1071 * msignal/MSignalCam.[h,cc]:
1072 - made the data members describing the image persistent.
1073 they are not guranteed to have correct contents. Use
1074 MNewImagePar instead.
1075 - increased class version number accordingly
1076
1077 * msimreflector/MMirrorHex.h:
1078 - added Getter for fD
1079
1080
1081
1082 2010/04/13 Daniela Dorner
1083
1084 * datacenter/db/builddatasets.php:
1085 - updated check for observation mode: allowed 'N/A', as there is
1086 else an error for old data
1087
1088
1089
1090 2010/04/13 Thomas Bretz
1091
1092 * msim/MHPhotonEvent.cc:
1093 - automatic binning for case 3
1094 - new case 5
1095
1096 * msim/MHPhotonEvent.h:
1097 - this can be a huge memory consumption and we don't need double
1098 precision (range) accordingly changed all TH*D to TH*F.
1099 consequently increased class version number
1100
1101
1102
1103 2010/03/30 Thomas Bretz
1104
1105 * Makefile.conf.general:
1106 - moved ARCHDEFS from DEFINES to CXXFLAGS otherwise it might get
1107 ignored
1108
1109 * mbase/MQuaternion.h:
1110 - added member-function to normalize vector part of quaternion
1111
1112 * mbase/MTime.cc:
1113 - issue an error if __LINUX__ is not set
1114
1115 * mjobs/MJSimulation.cc:
1116 - set name of reflector explicitly to "Reflector"
1117
1118 * msimreflector/MMirror.h:
1119 - added member function to set z position (for optimization purpose)
1120 - added SimPSF(TVector3&)
1121
1122 * msimreflector/MSimReflector.[h,cc]:
1123 - added name of reflector as data member
1124
1125 * melectronics/MAvalanchePhotoDiode.cc:
1126 - scale the crosstalk probability as the height of the emitted
1127 signal with the recovery time.
1128
1129 * mhflux/MHEnergyEst.cc:
1130 - added a workaround to get rid of some root-warnings
1131
1132 * mjtrain/MJTrainEnergy.cc:
1133 - improved axis labels
1134
1135 * mpointing/MPointingDevCalc.cc:
1136 - added some more comments
1137
1138 * msimreflector/MMirror.[h,cc]:
1139 - added fShape to allow for parabolic mirrors
1140
1141 * msimreflector/MReflector.cc:
1142 - implemented the option of parabolic mirrors into the
1143 reflector defintion file
1144
1145 * msimreflector/MSimReflector.[h,cc]:
1146 - implemented (and fixed) the calculation of the reflection at
1147 parabolic surfaces
1148 - implemented the possibility to switch off the early check for
1149 "photon can hit the camera" (fDetectorMargin<0)
1150 - added setter for fDetectorMargin
1151
1152
1153
1154
1155 2010/03/01 Stefan Ruegamer
1156
1157 * resources/hilocalib.rc:
1158 - added df factors for p23-25, using the same as for p22. Sequences
1159 are not running with df in these periods, therefore the correct
1160 factors cannot be determined, and it doesn't matter anyway.
1161
1162 * datacenter/read_lapalma-tapes:
1163 - added automationsetup before movingrawfiles
1164
1165
1166
1167 2010/02/23 Thomas Bretz
1168
1169 * mbase/MAGIC.cc:
1170 - projections are supposed to work again in root 5.26
1171 (not tested yet)
1172
1173 * mbase/MGMap.cc, mbase/MObjLookup.cc:
1174 - key and val are Long64 in newer root versions
1175
1176 * mdata/MDataPhrase.cc:
1177 - need inclusion of TFormulaPrimitive in root 5.26
1178
1179 * mhflux/MMcSpectrumWeight.cc:
1180 - root 5.26 has a different calling convention for TH1::Intgeral
1181
1182 * mjobs/MJob.cc:
1183 - added a suggested parenthesis
1184
1185 * mjtrain/MJTrainDisp.cc:
1186 - cast the MH3 histogram correctly to a TH2
1187
1188
1189
1190 2010/02/22 Daniela Dorner
1191
1192 * datacenter/db/menu.php:
1193 - added ObsLevel and download link column for cta pages
1194
1195 * datacenter/db/ctadefs.php:
1196 - added observation level
1197
1198 * datacenter/db/ctamcinfo.php:
1199 - added column with download link for the files
1200
1201 * datacenter/db/builddatasets.php, datacenter/db/ctamcinfo.php,
1202 datacenter/db/culminating.php, datacenter/db/datacheck.php,
1203 datacenter/db/datasetinfo-aio.php, datacenter/db/ganymed.php,
1204 datacenter/db/include.php, datacenter/db/mcinfo.php,
1205 datacenter/db/opticaldata.php, datacenter/db/printtable.php,
1206 datacenter/db/queryrbk.php, datacenter/db/runinfo-aio.php,
1207 datacenter/db/sequence.php, datacenter/db/sequinfo-aio.php,
1208 datacenter/db/sources.php, datacenter/db/statussbs.php:
1209 - bugfix for get.txt
1210
1211 * datacenter/db/datasetinfo-aio.php:
1212 - bugfix calling PrintPage()
1213
1214
1215
1216 2010/02/01 Daniela Dorner
1217
1218 * datacenter/scripts/fillmcdb:
1219 - added observation level
1220
1221 * datacenter/scripts/sourcefile:
1222 - added comment concerning $0 problem
1223 - added 'ERROR' in processlog message of makedir
1224
1225
1226
1227 2010/02/04 Stefan Ruegamer
1228
1229 * mraw/MRawRunHeader.cc
1230 - changed GetTypeID()!=fTelescopeNumber*10U+5U to GetTypeID()!=5U
1231 so that the new 5xxxxxx sequences can be processed
1232 - adapted error message
1233 - inserted Domino calibration run
1234
1235 * mraw/MRawRunHeader.cc
1236 - inserted Domino calibration run
1237
1238
1239
1240 2010/02/01 Daniela Dorner
1241
1242 * datacenter/scripts/runsimtel
1243 - fixes typo
1244 - replaced path in disk-check by variable
1245
1246
1247
1248 2010/01/15 Stefan Ruegamer
1249
1250 * datacenter/scripts/dowebplots, jobmanager
1251 - if-condition if [ "$numproc" = "" ] now correctly checks for "0"
1252
1253 * datacenter/scripts/scriptlauncher
1254 - added automationsetup variable in condor command
1255
1256 * datacenter/macros/buildsequenceentries.C
1257 - where necessary changed Int to Long to account for the high value
1258 of the stereo runs
1259
1260 * resources/sequences.rc
1261 - added two transition conditions for the calibration scripts
1262 10Led_UV_PEDANDCAL_1kHz and 10LED_UV
Note: See TracBrowser for help on using the repository browser.