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