source: trunk/Mars/Changelog@ 9949

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