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