source: trunk/Mars/Changelog@ 10056

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