source: trunk/MagicSoft/Mars/Changelog@ 9599

Last change on this file since 9599 was 9599, checked in by Daniela Dorner, 15 years ago
*** empty log message ***
File size: 14.0 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/06/28 Daniela Dorner
22
23 * datacenter/db/include.php:
24 - adapted status query for new db layout
25
26 * datacenter/db/menu.php:
27 - added and exchanged menu points and init elements for the new
28 layout of the FACT mc db
29 - bugfix that menu items can be switched off
30
31 * datacenter/db/mcinfo.php:
32 - adapted the queries for the new layout of the FACT mc db
33 (different table names, structures and content)
34 - adapted query for the status group by
35
36 * datacenter/db/mcdefs.php:
37 - adapted the arrays for the new layout of the FACT mc db
38
39
40
41 2010/06/28 Thomas Bretz
42
43 * mbase/MStatusDisplay.cc:
44 - Status displays where stored as MStatusArray instead of
45 MStatusDisplay
46 - Read now also can read other StatusDisplays if a key is found in
47 the file
48
49
50
51 2010/06/25 Thomas Bretz
52
53 * mjobs/MJSimulation.[h,cc]:
54 - added data member fRunNumber
55 - changed the rules to create the output file names
56 - set default run-numbers for different run-ytpes
57 - apply run-number
58 - added IntendedPulsePosition to output
59
60 * mraw/MRawRunHeader.h:
61 - added SetFileNumber member function
62
63
64
65 2010/06/24 Thomas Bretz
66
67 * mgeom/MGeomCam.h:
68 - call constructor of base class in copy-constructor
69
70 * mhbase/MH.h:
71 - remove argument name where obsolete
72
73 * mjobs/MJSimulation.cc:
74 - fixed some axis labels
75
76 * msimreflector/MMirrorDisk.cc:
77 - changed interpretation from file from radius to diameter
78
79 * ceres.cc:
80 - added option --run-number
81
82 * showplot.cc:
83 - set default palette to pretty palette
84
85 * mcorsika/MCorsikaRunHeader.h:
86 - added getter for ViewConeInnerAngle
87
88 * mmc/MMcCorsikaRunHeader.h:
89 - added HasViewCone
90 - added SetViewCone
91
92 * mmc/MMcEvt.[hxx,cxx], mmc/MMcEvtBasic.[h,cc]:
93 - moved fPhi and fTheta from MMcEvt to MMcEvtBasic
94 - increased class version number accordingly
95 - moved setter
96 - moved getter
97 - adapted Clean()
98 - adapter copy-constructor
99
100 * mpointing/MPointingDevCalc.cc:
101 - added some comments
102
103 * msim/MSimMMCS.cc:
104 - transfer view cone data
105 - set run-info (run/file-number) according to new scheme
106 - always set MMcEvt::fPhi/fTheta to particle direction
107
108
109
110>>>>>>> 1.4293
111 2010/06/24 Daniela Dorner
112
113 * datacenter/scripts/runceres:
114 - added (script to run telescope simulation of file basis)
115
116 * datacenter/scripts/sourcefile, resources/steps_fact.rc:
117 - bugfixes: changed joins to get correct queries for all cases
118
119 * datacenter/scripts/setup.wue.fact.mc:
120 - changed path for setup files
121 - added runceres to jobmanager settings
122
123
124
125 2010/06/22 Daniela Dorner
126
127 * datacenter/scripts/writemcsequencefile:
128 - improved logging
129
130 * datacenter/scripts/sourcefile:
131 - adapted greps in rc-files to grep only lines which are no
132 comments
133
134
135
136 2010/06/17 Daniela Dorner
137
138 * resources/steps_fact.rc:
139 - removed step CPRun
140 - split 'Joins' to 'Joins' and 'SpecialJoins' depending on
141 whether the join is with a different table
142
143 * datacenter/scripts/sourcefile:
144 - bugfix in query
145 - included new type of join from steps.rc
146 - added comments
147
148
149
150 2010/06/16 Daniela Dorner
151
152 * resources/steps_fact.rc:
153 - removed step CPRun
154 - added step SequenceFile
155
156 * datacenter/scripts/setup.wue.fact.mc:
157 - added path for mc sequences
158
159 * datacenter/scripts/writemcsequencefile:
160 - added (script to write mc sequencefiles)
161
162
163
164 2010/06/15 Daniela Dorner
165
166 * resources/steps_fact.rc:
167 - added (file containing the dependencies for the steps of the
168 automatic production of MC for FACT)
169
170
171
172 2010/06/14 Daniela Dorner
173
174 * datacenter/scripts/sourcefile:
175 - bugfix in query
176
177 * datacenter/scripts/runcorsika:
178 - added output of command to processlog
179
180 * datacenter/scripts/setup.wue.fact.mc:
181 - changed setup to be used by user montecarlo to reproduce some
182 corsikas
183
184
185
186 2010/06/11 Daniela Dorner
187
188 * datacenter/scripts/sourcefile:
189 - changed functions and queries to new db layout
190 - added functions to get values from steps.rc
191 - new function for part of query which is identical for the
192 functions getstatus() and gettodo()
193 - removed $reset (was only needed for MerppUpdate)
194 - improved and added comments
195
196 * datacenter/scripts/jobmanager:
197 - implemented changes for new db layout
198 - fix in function nextscript(): wrong variable was used
199
200 * datacenter/scripts/runcorsika:
201 - implemented changes for new db layout
202 - merged uncommitted changes of Thomas Bretz
203 - Observatory values and atmosphere now read from DB
204 - implemented new seeds
205 - removed $reused
206 - wavelength range now read from DB
207
208 * datacenter/scripts/setup.wue.fact.mc:
209 - added (setup for fact mc production)
210
211
212
213 2010/06/11 Stefan Ruegamer
214
215 * mjobs/MJSpectrum.cc
216 - corrected the flux of the published MAGIC spectrum
217
218
219
220 2010/06/03 Thomas Bretz
221
222 * mranforest/MRanForestCalc.cc:
223 - added stdlib.h to make Dominik happy ;)
224
225
226
227 2010/05/05 Thomas Bretz
228
229 * mastro/MAstro.cc:
230 - fixed AngularDistance (called a non existing function and
231 the compiler didn't complain)
232
233 * mbase/MParContainer.[h,cc]:
234 - added static function Overwrites (previously in MTask)
235
236 * mbase/MStatusDisplay.[h,cc]:
237 - allow writing a MStatusDisplay without writing a MStatusArray
238 (therefore added SeveAsPlainRoot)
239 - improved reading of files just containing canvases and objects
240
241 * mbase/MTask.[h,cc]:
242 - moved code from Overwrites to a static function in MParContainer
243
244 * msimcamera/MSimCalibrationSignal.cc:
245 - changed distribution of signal from Gauss to Poissonian
246
247 * showplot.cc:
248 - removed nonsense "-q" option
249
250 * mbase/MStatusArray.[h,cc]:
251 - fixed/improved (once again) deleting of the array
252
253 * mbase/MStatusDisplay.cc:
254 - removed the MAstroCatalog workaround - is it still necessary?
255 (needs testing)
256 - added UpdateMemory every here and there to get the memory
257 consumption is more circumstances
258
259
260
261 2010/04/22 Thomas Bretz
262
263 * showplot.cc:
264 - added --debug-mem option
265
266 * mbase/MParSpline.cc, mhbase/MH3.cc, mhbase/MHn.cc,
267 mhflux/MHAlpha.cc, mhist/MHCamEvent.cc:
268 - added missing call to the RecursiveRemove of the base class
269
270 * mfileio/MReadTree.cc:
271 - In the case Notify failed since about two years accidentaly
272 kTRUE instead of kERROR was returned
273
274 * mfileio/MWriteRootFile.cc:
275 - added some more debug output
276
277 * mhflux/MAlphaFitter.cc:
278 - Return if fit failed
279
280 * mhflux/MHPhi.cc:
281 - avoid inf and nan when producing histogram (the divisor could
282 have been zero in case of the inetgral of an empty histogram)
283
284
285
286 2010/04/21 Thomas Bretz
287
288 * macros/rootlogon.C:
289 - a small fix which gets rid of the annoying error about an
290 unlocked mutex when starting the MStatusDisplay in the
291 interpreter. It makes sure that fGThreadFactory gets initialized
292 from the main thread.
293
294 * mbase/MStatusDisplay.cc:
295 - added a console output if TryLock fails
296 - the return value of TString::Index was misinterpreted
297
298 * mmuon/MHSingleMuon.cc:
299 - removed another reference to gMinuit
300
301 * msimcamera/MSimRandomPhotons.cc:
302 - re-did the output
303 - choose the other rate f2 instead of f1
304
305 * msimcamera/MSimTrigger.[h,cc]:
306 - keep the index of the trigger channel which finnaly issued
307 the trigger and propagate it to the event header
308
309 * mraw/MrawEvtHeader.h:
310 - implementd setter for fNumTriggerLvl1
311
312
313
314 2010/04/20 Thomas Bretz
315
316 * mfileio/MReadTree.cc:
317 - no error was returned anymore when Notify() failed. Fixed.
318
319
320
321 2010/04/19 Thomas Bretz
322
323 * mbase/MStatusArray.cc:
324 - added a workaround to prevent crashes in case of double
325 deleteion of the fHistogram in TGraphs
326
327 * mcorsika/MCorsikaEvtHeader.cc:
328 - replaced special characters by UTF8 characters
329
330 * mgeom/MGeom.[h,cc]:
331 - implemented function to return the distance squared
332
333 * mjobs/MJSimulation.cc:
334 - display degree symbol correctly in plots
335 - added artificial star-files to output
336 - for the moment the output of the reflector files is suppressed
337
338 * mmuon/MHSingleMuon.cc:
339 - catch if the fit failed
340 - replaced use of gMinuit by direct access to the function
341
342 * mpointing/MPointing.cc:
343 - replaced deg-symbol by UTF8 character
344
345 * mpointing/MPointingDevCalc.cc:
346 - added more information
347
348 * msignal/MSignalCam.[h,cc]:
349 - made the data members describing the image persistent.
350 they are not guranteed to have correct contents. Use
351 MNewImagePar instead.
352 - increased class version number accordingly
353
354 * msimreflector/MMirrorHex.h:
355 - added Getter for fD
356
357
358
359 2010/04/13 Daniela Dorner
360
361 * datacenter/db/builddatasets.php:
362 - updated check for observation mode: allowed 'N/A', as there is
363 else an error for old data
364
365
366
367 2010/04/13 Thomas Bretz
368
369 * msim/MHPhotonEvent.cc:
370 - automatic binning for case 3
371 - new case 5
372
373 * msim/MHPhotonEvent.h:
374 - this can be a huge memory consumption and we don't need double
375 precision (range) accordingly changed all TH*D to TH*F.
376 consequently increased class version number
377
378
379
380 2010/03/30 Thomas Bretz
381
382 * Makefile.conf.general:
383 - moved ARCHDEFS from DEFINES to CXXFLAGS otherwise it might get
384 ignored
385
386 * mbase/MQuaternion.h:
387 - added member-function to normalize vector part of quaternion
388
389 * mbase/MTime.cc:
390 - issue an error if __LINUX__ is not set
391
392 * mjobs/MJSimulation.cc:
393 - set name of reflector explicitly to "Reflector"
394
395 * msimreflector/MMirror.h:
396 - added member function to set z position (for optimization purpose)
397 - added SimPSF(TVector3&)
398
399 * msimreflector/MSimReflector.[h,cc]:
400 - added name of reflector as data member
401
402 * melectronics/MAvalanchePhotoDiode.cc:
403 - scale the crosstalk probability as the height of the emitted
404 signal with the recovery time.
405
406 * mhflux/MHEnergyEst.cc:
407 - added a workaround to get rid of some root-warnings
408
409 * mjtrain/MJTrainEnergy.cc:
410 - improved axis labels
411
412 * mpointing/MPointingDevCalc.cc:
413 - added some more comments
414
415 * msimreflector/MMirror.[h,cc]:
416 - added fShape to allow for parabolic mirrors
417
418 * msimreflector/MReflector.cc:
419 - implemented the option of parabolic mirrors into the
420 reflector defintion file
421
422 * msimreflector/MSimReflector.[h,cc]:
423 - implemented (and fixed) the calculation of the reflection at
424 parabolic surfaces
425 - implemented the possibility to switch off the early check for
426 "photon can hit the camera" (fDetectorMargin<0)
427 - added setter for fDetectorMargin
428
429
430
431
432 2010/03/01 Stefan Ruegamer
433
434 * resources/hilocalib.rc:
435 - added df factors for p23-25, using the same as for p22. Sequences
436 are not running with df in these periods, therefore the correct
437 factors cannot be determined, and it doesn't matter anyway.
438
439 * datacenter/read_lapalma-tapes:
440 - added automationsetup before movingrawfiles
441
442
443
444 2010/02/23 Thomas Bretz
445
446 * mbase/MAGIC.cc:
447 - projections are supposed to work again in root 5.26
448 (not tested yet)
449
450 * mbase/MGMap.cc, mbase/MObjLookup.cc:
451 - key and val are Long64 in newer root versions
452
453 * mdata/MDataPhrase.cc:
454 - need inclusion of TFormulaPrimitive in root 5.26
455
456 * mhflux/MMcSpectrumWeight.cc:
457 - root 5.26 has a different calling convention for TH1::Intgeral
458
459 * mjobs/MJob.cc:
460 - added a suggested parenthesis
461
462 * mjtrain/MJTrainDisp.cc:
463 - cast the MH3 histogram correctly to a TH2
464
465
466
467 2010/02/22 Daniela Dorner
468
469 * datacenter/db/menu.php:
470 - added ObsLevel and download link column for cta pages
471
472 * datacenter/db/ctadefs.php:
473 - added observation level
474
475 * datacenter/db/ctamcinfo.php:
476 - added column with download link for the files
477
478 * datacenter/db/builddatasets.php, datacenter/db/ctamcinfo.php,
479 datacenter/db/culminating.php, datacenter/db/datacheck.php,
480 datacenter/db/datasetinfo-aio.php, datacenter/db/ganymed.php,
481 datacenter/db/include.php, datacenter/db/mcinfo.php,
482 datacenter/db/opticaldata.php, datacenter/db/printtable.php,
483 datacenter/db/queryrbk.php, datacenter/db/runinfo-aio.php,
484 datacenter/db/sequence.php, datacenter/db/sequinfo-aio.php,
485 datacenter/db/sources.php, datacenter/db/statussbs.php:
486 - bugfix for get.txt
487
488 * datacenter/db/datasetinfo-aio.php:
489 - bugfix calling PrintPage()
490
491
492
493 2010/02/01 Daniela Dorner
494
495 * datacenter/scripts/fillmcdb:
496 - added observation level
497
498 * datacenter/scripts/sourcefile:
499 - added comment concerning $0 problem
500 - added 'ERROR' in processlog message of makedir
501
502
503
504 2010/02/04 Stefan Ruegamer
505
506 * mraw/MRawRunHeader.cc
507 - changed GetTypeID()!=fTelescopeNumber*10U+5U to GetTypeID()!=5U
508 so that the new 5xxxxxx sequences can be processed
509 - adapted error message
510 - inserted Domino calibration run
511
512 * mraw/MRawRunHeader.cc
513 - inserted Domino calibration run
514
515
516
517 2010/02/01 Daniela Dorner
518
519 * datacenter/scripts/runsimtel
520 - fixes typo
521 - replaced path in disk-check by variable
522
523
524
525 2010/01/15 Stefan Ruegamer
526
527 * datacenter/scripts/dowebplots, jobmanager
528 - if-condition if [ "$numproc" = "" ] now correctly checks for "0"
529
530 * datacenter/scripts/scriptlauncher
531 - added automationsetup variable in condor command
532
533 * datacenter/macros/buildsequenceentries.C
534 - where necessary changed Int to Long to account for the high value
535 of the stereo runs
536
537 * resources/sequences.rc
538 - added two transition conditions for the calibration scripts
539 10Led_UV_PEDANDCAL_1kHz and 10LED_UV
Note: See TracBrowser for help on using the repository browser.