source: trunk/Mars/Changelog@ 10004

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