source: trunk/MagicSoft/Mars/Changelog@ 9589

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