source: trunk/Mars/Changelog@ 9627

Last change on this file since 9627 was 9626, checked in by rohlfs, 14 years ago
update for EventIo reading
File size: 19.2 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/08/06 Thomas Bretz
22
23 * msimcamera/MSimCamera.[h,cc]:
24 - added the possibility to set an overall baseline, baseline-noise
25 and gain.
26
27 * ceres.rc:
28 - added entries for the new values
29
30
31
32 2010/07/28 Daniela Dorner
33
34 * datacenter/db/menu.php:
35 - updated initial parameter selection for mcinfo.php
36 - changed table for GetMin/Max to CeresInfo
37
38 * datacenter/db/mcinfo.php:
39 - bugfix for removing WHERE or AND at end of queries
40 - added fStopTime to status-column in case of failure
41 - bugfix for correct joins in case of group-by
42
43 * datacenter/db/mcdefs.php:
44 - updated runtime of ceres
45 - updated joins for status tables
46
47 * datacenter/scripts/insertmc:
48 - added (script to add runs to the database)
49
50 * datacenter/scripts/runcorsika:
51 - added check if 'END OF FILE' is contained in logfile
52 - added check if file number > 999 and change filename if it is
53
54 * datacenter/scripts/setup.wue.fact.mc:
55 - removed cprun
56 - added callisto and star in scripts-array
57
58 * datacenter/scripts/sourcefile:
59 - removed variables for fProgramId
60
61 * resources/steps_fact.rc:
62 - added missing needs
63
64
65 2010/07/23 Reiner Rohlfs
66
67 * mcorsika/MCorsikaFormat.[h,cc]
68 - new files
69 All the differences between EventIo files and coriska files
70 are implemented in these files.
71
72 * mcoriska/MCorsikaRead.[h,cc]
73 - the file handler fIn is replaced by the MCorsikaFormat class.
74 - every access to the input file is replaces by calling
75 methods of MCorsikaFormat.
76
77 * mcoriska/MCorsikaRunHeader.[h,cc]
78 - the file handler fIn is replaced by the MCorsikaFormat class.
79 - every access to the input file is replaces by calling
80 methods of MCorsikaFormat.
81
82 * mcoriska/MCorsikaEvtHeader.[h,cc]
83 - the file handler fIn is replaced by the MCorsikaFormat class.
84 - every access to the input file is replaces by calling
85 methods of MCorsikaFormat.
86
87 * msim/MPhotonEvent.cc
88 - method ReadCorsikaEvt distinguish between Corsika and EventIo
89 input files and calls either FillEventIO() or FillCorsika().
90
91 * msim/MPhotonData.[h,cc]
92 - new method: FillEventIO, which is similar as FillCorsika
93
94
95 2010/07/09 Thomas Bretz
96
97 * mpointing/MSrcPosCam.[h,cc]:
98 - now the particle position is stored in any case in the headers
99 so in case we have a view cone we must keep the position fixed
100 - added the fix for the MC monte carlos (for them X needs to
101 change its sign due to a bug in the reflector program)
102
103 * mars.rc, star.rc:
104 - changed time contraint in cleaning from aboslute values
105 to relative values (units now ns/deg)
106
107 * mimage/MImgCleanStd.cc:
108 - changed time contraint in cleaning from aboslute values
109 to relative values (units now ns/deg)
110
111
112
113 2010/07/07 Daniela Dorner
114
115 * datacenter/scripts/runceres:
116 - fixed typo
117
118
119
120 2010/07/06 Daniela Dorner
121
122 * datacenter/scripts/runstar_mc:
123 - fixed typo
124 - added inpath to command line
125
126
127
128 2010/07/05 Daniela Dorner
129
130 * datacenter/scripts/runceres:
131 - added path for C and P run (was not the same like for D run)
132
133 * datacenter/scripts/sourcefile:
134 - fixed joins in subquerypart()
135
136 * datacenter/scripts/runcallisto_mc:
137 - added inpath to command line
138
139 * datacenter/db/mcinfo.php:
140 - removed FailMenu
141 - fixed bug (group by did not work in case statusvalue was not
142 selected)
143
144 * datacenter/db/mcdefs.php:
145 - removed FailMenu columns
146
147
148
149 2010/07/05 Thomas Bretz
150
151 * mraw/MRawRunHeader.h:
152 - added missing SetFileNumber
153
154 * mjobs/MSequence.cc:
155 - added the missing file number to teh MC file names
156
157 * msimcamera/MSimCalibrationSignal.h:
158 - changed virtual file name from 000000 to 000001 to force file
159 number to be 1.
160
161 * mjobs/MJSimulation.[h,cc]:
162 - added run-number to ceres.root filename
163
164
165
166 2010/07/02 Daniela Dorner
167
168 * datacenter/scripts/runcorsika:
169 - removed $com
170 - updated logging
171
172 * datacenter/scripts/runceres:
173 - fixed path
174 - added error handling
175
176 * resources/steps_fact.rc:
177 - update joins to new scheme to include further steps in the chain
178
179 * datacenter/scripts/sourcefile:
180 - adapted queries to new scheme of joins
181
182 * datacenter/scripts/runstar_mc:
183 - added (script to run star for mc)
184
185
186
187 2010/07/02 Daniela Dorner, Christian Farnier
188
189 * datacenter/scripts/runcallisto_mc:
190 - added (script to callibrate mc)
191
192
193
194 2010/06/30 Daniela Dorner
195
196 * datacenter/db/mcinfo.php:
197 - added output to step column in case job is running
198 - fixed typo
199
200 * datacenter/scripts/runcorsika:
201 - small bugfix (new version of 'cut' gives error for '-c 0-4')
202
203 * datacenter/scripts/runceres:
204 - added (script to run telescope simulation of file basis)
205
206 * datacenter/scripts/setup.wue.magic.data,
207 datacenter/scripts/setup.wue.magic.mc,
208 datacenter/scripts/setup.wue.fact.mc:
209 - added condorpath
210
211 * datacenter/scripts/jobmanager,
212 datacenter/scripts/scriptlauncher:
213 - implemented condorpath
214
215 * datacenter/scripts/sourcefile:
216 - changed log and error file name for jobmanager
217
218 * resources/steps_fact.rc:
219 - fixed typo
220
221
222
223 2010/06/29 Daniela Dorner
224
225 * datacenter/db/mcinfo.php:
226 - added duration to step column in case of 'failed' and 'done'
227
228
229
230 2010/06/28 Daniela Dorner
231
232 * datacenter/db/include.php:
233 - adapted status query for new db layout
234
235 * datacenter/db/menu.php:
236 - added and exchanged menu points and init elements for the new
237 layout of the FACT mc db
238 - bugfix that menu items can be switched off
239
240 * datacenter/db/mcinfo.php:
241 - adapted the queries for the new layout of the FACT mc db
242 (different table names, structures and content)
243 - adapted query for the status group by
244
245 * datacenter/db/mcdefs.php:
246 - adapted the arrays for the new layout of the FACT mc db
247
248
249
250 2010/06/28 Thomas Bretz
251
252 * mbase/MStatusDisplay.cc:
253 - Status displays where stored as MStatusArray instead of
254 MStatusDisplay
255 - Read now also can read other StatusDisplays if a key is found in
256 the file
257
258
259
260 2010/06/25 Thomas Bretz
261
262 * mjobs/MJSimulation.[h,cc]:
263 - added data member fRunNumber
264 - changed the rules to create the output file names
265 - set default run-numbers for different run-ytpes
266 - apply run-number
267 - added IntendedPulsePosition to output
268
269 * mraw/MRawRunHeader.h:
270 - added SetFileNumber member function
271
272
273
274 2010/06/24 Thomas Bretz
275
276 * mgeom/MGeomCam.h:
277 - call constructor of base class in copy-constructor
278
279 * mhbase/MH.h:
280 - remove argument name where obsolete
281
282 * mjobs/MJSimulation.cc:
283 - fixed some axis labels
284
285 * msimreflector/MMirrorDisk.cc:
286 - changed interpretation from file from radius to diameter
287
288 * ceres.cc:
289 - added option --run-number
290
291 * showplot.cc:
292 - set default palette to pretty palette
293
294 * mcorsika/MCorsikaRunHeader.h:
295 - added getter for ViewConeInnerAngle
296
297 * mmc/MMcCorsikaRunHeader.h:
298 - added HasViewCone
299 - added SetViewCone
300
301 * mmc/MMcEvt.[hxx,cxx], mmc/MMcEvtBasic.[h,cc]:
302 - moved fPhi and fTheta from MMcEvt to MMcEvtBasic
303 - increased class version number accordingly
304 - moved setter
305 - moved getter
306 - adapted Clean()
307 - adapter copy-constructor
308
309 * mpointing/MPointingDevCalc.cc:
310 - added some comments
311
312 * msim/MSimMMCS.cc:
313 - transfer view cone data
314 - set run-info (run/file-number) according to new scheme
315 - always set MMcEvt::fPhi/fTheta to particle direction
316
317
318
319 2010/06/24 Daniela Dorner
320
321 * datacenter/scripts/sourcefile, resources/steps_fact.rc:
322 - bugfixes: changed joins to get correct queries for all cases
323
324 * datacenter/scripts/setup.wue.fact.mc:
325 - changed path for setup files
326 - added runceres to jobmanager settings
327
328
329
330 2010/06/22 Daniela Dorner
331
332 * datacenter/scripts/writemcsequencefile:
333 - improved logging
334
335 * datacenter/scripts/sourcefile:
336 - adapted greps in rc-files to grep only lines which are no
337 comments
338
339
340
341 2010/06/17 Daniela Dorner
342
343 * resources/steps_fact.rc:
344 - removed step CPRun
345 - split 'Joins' to 'Joins' and 'SpecialJoins' depending on
346 whether the join is with a different table
347
348 * datacenter/scripts/sourcefile:
349 - bugfix in query
350 - included new type of join from steps.rc
351 - added comments
352
353
354
355 2010/06/16 Daniela Dorner
356
357 * resources/steps_fact.rc:
358 - removed step CPRun
359 - added step SequenceFile
360
361 * datacenter/scripts/setup.wue.fact.mc:
362 - added path for mc sequences
363
364 * datacenter/scripts/writemcsequencefile:
365 - added (script to write mc sequencefiles)
366
367
368
369 2010/06/15 Daniela Dorner
370
371 * resources/steps_fact.rc:
372 - added (file containing the dependencies for the steps of the
373 automatic production of MC for FACT)
374
375
376
377 2010/06/14 Daniela Dorner
378
379 * datacenter/scripts/sourcefile:
380 - bugfix in query
381
382 * datacenter/scripts/runcorsika:
383 - added output of command to processlog
384
385 * datacenter/scripts/setup.wue.fact.mc:
386 - changed setup to be used by user montecarlo to reproduce some
387 corsikas
388
389
390
391 2010/06/11 Daniela Dorner
392
393 * datacenter/scripts/sourcefile:
394 - changed functions and queries to new db layout
395 - added functions to get values from steps.rc
396 - new function for part of query which is identical for the
397 functions getstatus() and gettodo()
398 - removed $reset (was only needed for MerppUpdate)
399 - improved and added comments
400
401 * datacenter/scripts/jobmanager:
402 - implemented changes for new db layout
403 - fix in function nextscript(): wrong variable was used
404
405 * datacenter/scripts/runcorsika:
406 - implemented changes for new db layout
407 - merged uncommitted changes of Thomas Bretz
408 - Observatory values and atmosphere now read from DB
409 - implemented new seeds
410 - removed $reused
411 - wavelength range now read from DB
412
413 * datacenter/scripts/setup.wue.fact.mc:
414 - added (setup for fact mc production)
415
416
417
418 2010/06/11 Stefan Ruegamer
419
420 * mjobs/MJSpectrum.cc
421 - corrected the flux of the published MAGIC spectrum
422
423
424
425 2010/06/03 Thomas Bretz
426
427 * mranforest/MRanForestCalc.cc:
428 - added stdlib.h to make Dominik happy ;)
429
430
431
432 2010/05/05 Thomas Bretz
433
434 * mastro/MAstro.cc:
435 - fixed AngularDistance (called a non existing function and
436 the compiler didn't complain)
437
438 * mbase/MParContainer.[h,cc]:
439 - added static function Overwrites (previously in MTask)
440
441 * mbase/MStatusDisplay.[h,cc]:
442 - allow writing a MStatusDisplay without writing a MStatusArray
443 (therefore added SeveAsPlainRoot)
444 - improved reading of files just containing canvases and objects
445
446 * mbase/MTask.[h,cc]:
447 - moved code from Overwrites to a static function in MParContainer
448
449 * msimcamera/MSimCalibrationSignal.cc:
450 - changed distribution of signal from Gauss to Poissonian
451
452 * showplot.cc:
453 - removed nonsense "-q" option
454
455 * mbase/MStatusArray.[h,cc]:
456 - fixed/improved (once again) deleting of the array
457
458 * mbase/MStatusDisplay.cc:
459 - removed the MAstroCatalog workaround - is it still necessary?
460 (needs testing)
461 - added UpdateMemory every here and there to get the memory
462 consumption is more circumstances
463
464
465
466 2010/04/22 Thomas Bretz
467
468 * showplot.cc:
469 - added --debug-mem option
470
471 * mbase/MParSpline.cc, mhbase/MH3.cc, mhbase/MHn.cc,
472 mhflux/MHAlpha.cc, mhist/MHCamEvent.cc:
473 - added missing call to the RecursiveRemove of the base class
474
475 * mfileio/MReadTree.cc:
476 - In the case Notify failed since about two years accidentaly
477 kTRUE instead of kERROR was returned
478
479 * mfileio/MWriteRootFile.cc:
480 - added some more debug output
481
482 * mhflux/MAlphaFitter.cc:
483 - Return if fit failed
484
485 * mhflux/MHPhi.cc:
486 - avoid inf and nan when producing histogram (the divisor could
487 have been zero in case of the inetgral of an empty histogram)
488
489
490
491 2010/04/21 Thomas Bretz
492
493 * macros/rootlogon.C:
494 - a small fix which gets rid of the annoying error about an
495 unlocked mutex when starting the MStatusDisplay in the
496 interpreter. It makes sure that fGThreadFactory gets initialized
497 from the main thread.
498
499 * mbase/MStatusDisplay.cc:
500 - added a console output if TryLock fails
501 - the return value of TString::Index was misinterpreted
502
503 * mmuon/MHSingleMuon.cc:
504 - removed another reference to gMinuit
505
506 * msimcamera/MSimRandomPhotons.cc:
507 - re-did the output
508 - choose the other rate f2 instead of f1
509
510 * msimcamera/MSimTrigger.[h,cc]:
511 - keep the index of the trigger channel which finnaly issued
512 the trigger and propagate it to the event header
513
514 * mraw/MrawEvtHeader.h:
515 - implementd setter for fNumTriggerLvl1
516
517
518
519 2010/04/20 Thomas Bretz
520
521 * mfileio/MReadTree.cc:
522 - no error was returned anymore when Notify() failed. Fixed.
523
524
525
526 2010/04/19 Thomas Bretz
527
528 * mbase/MStatusArray.cc:
529 - added a workaround to prevent crashes in case of double
530 deleteion of the fHistogram in TGraphs
531
532 * mcorsika/MCorsikaEvtHeader.cc:
533 - replaced special characters by UTF8 characters
534
535 * mgeom/MGeom.[h,cc]:
536 - implemented function to return the distance squared
537
538 * mjobs/MJSimulation.cc:
539 - display degree symbol correctly in plots
540 - added artificial star-files to output
541 - for the moment the output of the reflector files is suppressed
542
543 * mmuon/MHSingleMuon.cc:
544 - catch if the fit failed
545 - replaced use of gMinuit by direct access to the function
546
547 * mpointing/MPointing.cc:
548 - replaced deg-symbol by UTF8 character
549
550 * mpointing/MPointingDevCalc.cc:
551 - added more information
552
553 * msignal/MSignalCam.[h,cc]:
554 - made the data members describing the image persistent.
555 they are not guranteed to have correct contents. Use
556 MNewImagePar instead.
557 - increased class version number accordingly
558
559 * msimreflector/MMirrorHex.h:
560 - added Getter for fD
561
562
563
564 2010/04/13 Daniela Dorner
565
566 * datacenter/db/builddatasets.php:
567 - updated check for observation mode: allowed 'N/A', as there is
568 else an error for old data
569
570
571
572 2010/04/13 Thomas Bretz
573
574 * msim/MHPhotonEvent.cc:
575 - automatic binning for case 3
576 - new case 5
577
578 * msim/MHPhotonEvent.h:
579 - this can be a huge memory consumption and we don't need double
580 precision (range) accordingly changed all TH*D to TH*F.
581 consequently increased class version number
582
583
584
585 2010/03/30 Thomas Bretz
586
587 * Makefile.conf.general:
588 - moved ARCHDEFS from DEFINES to CXXFLAGS otherwise it might get
589 ignored
590
591 * mbase/MQuaternion.h:
592 - added member-function to normalize vector part of quaternion
593
594 * mbase/MTime.cc:
595 - issue an error if __LINUX__ is not set
596
597 * mjobs/MJSimulation.cc:
598 - set name of reflector explicitly to "Reflector"
599
600 * msimreflector/MMirror.h:
601 - added member function to set z position (for optimization purpose)
602 - added SimPSF(TVector3&)
603
604 * msimreflector/MSimReflector.[h,cc]:
605 - added name of reflector as data member
606
607 * melectronics/MAvalanchePhotoDiode.cc:
608 - scale the crosstalk probability as the height of the emitted
609 signal with the recovery time.
610
611 * mhflux/MHEnergyEst.cc:
612 - added a workaround to get rid of some root-warnings
613
614 * mjtrain/MJTrainEnergy.cc:
615 - improved axis labels
616
617 * mpointing/MPointingDevCalc.cc:
618 - added some more comments
619
620 * msimreflector/MMirror.[h,cc]:
621 - added fShape to allow for parabolic mirrors
622
623 * msimreflector/MReflector.cc:
624 - implemented the option of parabolic mirrors into the
625 reflector defintion file
626
627 * msimreflector/MSimReflector.[h,cc]:
628 - implemented (and fixed) the calculation of the reflection at
629 parabolic surfaces
630 - implemented the possibility to switch off the early check for
631 "photon can hit the camera" (fDetectorMargin<0)
632 - added setter for fDetectorMargin
633
634
635
636
637 2010/03/01 Stefan Ruegamer
638
639 * resources/hilocalib.rc:
640 - added df factors for p23-25, using the same as for p22. Sequences
641 are not running with df in these periods, therefore the correct
642 factors cannot be determined, and it doesn't matter anyway.
643
644 * datacenter/read_lapalma-tapes:
645 - added automationsetup before movingrawfiles
646
647
648
649 2010/02/23 Thomas Bretz
650
651 * mbase/MAGIC.cc:
652 - projections are supposed to work again in root 5.26
653 (not tested yet)
654
655 * mbase/MGMap.cc, mbase/MObjLookup.cc:
656 - key and val are Long64 in newer root versions
657
658 * mdata/MDataPhrase.cc:
659 - need inclusion of TFormulaPrimitive in root 5.26
660
661 * mhflux/MMcSpectrumWeight.cc:
662 - root 5.26 has a different calling convention for TH1::Intgeral
663
664 * mjobs/MJob.cc:
665 - added a suggested parenthesis
666
667 * mjtrain/MJTrainDisp.cc:
668 - cast the MH3 histogram correctly to a TH2
669
670
671
672 2010/02/22 Daniela Dorner
673
674 * datacenter/db/menu.php:
675 - added ObsLevel and download link column for cta pages
676
677 * datacenter/db/ctadefs.php:
678 - added observation level
679
680 * datacenter/db/ctamcinfo.php:
681 - added column with download link for the files
682
683 * datacenter/db/builddatasets.php, datacenter/db/ctamcinfo.php,
684 datacenter/db/culminating.php, datacenter/db/datacheck.php,
685 datacenter/db/datasetinfo-aio.php, datacenter/db/ganymed.php,
686 datacenter/db/include.php, datacenter/db/mcinfo.php,
687 datacenter/db/opticaldata.php, datacenter/db/printtable.php,
688 datacenter/db/queryrbk.php, datacenter/db/runinfo-aio.php,
689 datacenter/db/sequence.php, datacenter/db/sequinfo-aio.php,
690 datacenter/db/sources.php, datacenter/db/statussbs.php:
691 - bugfix for get.txt
692
693 * datacenter/db/datasetinfo-aio.php:
694 - bugfix calling PrintPage()
695
696
697
698 2010/02/01 Daniela Dorner
699
700 * datacenter/scripts/fillmcdb:
701 - added observation level
702
703 * datacenter/scripts/sourcefile:
704 - added comment concerning $0 problem
705 - added 'ERROR' in processlog message of makedir
706
707
708
709 2010/02/04 Stefan Ruegamer
710
711 * mraw/MRawRunHeader.cc
712 - changed GetTypeID()!=fTelescopeNumber*10U+5U to GetTypeID()!=5U
713 so that the new 5xxxxxx sequences can be processed
714 - adapted error message
715 - inserted Domino calibration run
716
717 * mraw/MRawRunHeader.cc
718 - inserted Domino calibration run
719
720
721
722 2010/02/01 Daniela Dorner
723
724 * datacenter/scripts/runsimtel
725 - fixes typo
726 - replaced path in disk-check by variable
727
728
729
730 2010/01/15 Stefan Ruegamer
731
732 * datacenter/scripts/dowebplots, jobmanager
733 - if-condition if [ "$numproc" = "" ] now correctly checks for "0"
734
735 * datacenter/scripts/scriptlauncher
736 - added automationsetup variable in condor command
737
738 * datacenter/macros/buildsequenceentries.C
739 - where necessary changed Int to Long to account for the high value
740 of the stereo runs
741
742 * resources/sequences.rc
743 - added two transition conditions for the calibration scripts
744 10Led_UV_PEDANDCAL_1kHz and 10LED_UV
Note: See TracBrowser for help on using the repository browser.