source: trunk/Mars/Changelog@ 10006

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