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 | 2009/06/20 Thomas Bretz
|
---|
22 |
|
---|
23 | * mbase/MLut.[h,cc]:
|
---|
24 | - renamed Default to DefaultCol
|
---|
25 | - added DefaultRow
|
---|
26 | - added Print
|
---|
27 | - added some const qualifiers
|
---|
28 |
|
---|
29 | * mbase/MParList.cc:
|
---|
30 | - make sure a parlist is not added to itself
|
---|
31 | - improved some debug output
|
---|
32 |
|
---|
33 | * melectronics/MAvalanchePhotoDiode.[h,cc]:
|
---|
34 | - keep a time-stamp fTime
|
---|
35 | - added functions to "relax/evolve" the apd over a given time
|
---|
36 |
|
---|
37 | * mgeom/MGeomCamDwarf.cc:
|
---|
38 | - fixed a broken comment
|
---|
39 |
|
---|
40 | * mjobs/MJPedestal.cc:
|
---|
41 | - improved output in case of error
|
---|
42 |
|
---|
43 | * mjobs/MJSimulation.cc:
|
---|
44 | - implemented a PreCut (to gain processing time)
|
---|
45 | - implemented the correct type id in the file name
|
---|
46 |
|
---|
47 | * mpedestal/MPedCalcPedRun.cc:
|
---|
48 | - check for the run-number only if real data
|
---|
49 |
|
---|
50 | * mraw/MRawRunHeader.[h,cc]:
|
---|
51 | - added GetRuntypeChar
|
---|
52 | - fixed a bug which returned the runtype instead of the
|
---|
53 | telescopenumber
|
---|
54 |
|
---|
55 | * mreport/MReport.cc:
|
---|
56 | - added a new report version number 200905170 (preliminray!)
|
---|
57 |
|
---|
58 | * mreport/MReportDrive.cc:
|
---|
59 | - added a fix for the starguider sttaus in the report
|
---|
60 |
|
---|
61 | * msimcamera/MSimAPD.cc:
|
---|
62 | - instead of a full initialization of the APD before each event
|
---|
63 | we now only simulate a time evolution which is needed to relax
|
---|
64 | a cell to one permille error. This is much faster.
|
---|
65 |
|
---|
66 | * msimcamera/MSimTrigger.[h,cc]:
|
---|
67 | - allow switching off of the electronics trigger
|
---|
68 | - replaced the real coincidence by better and faster algorithm
|
---|
69 | - the new algorithm also supports multiplicity triggers
|
---|
70 | - therefore added fMinMultiplicity
|
---|
71 | - updated the handling and ouput in case of empty coincidence maps
|
---|
72 |
|
---|
73 | * mtrigger/MTriggerPattern.h:
|
---|
74 | - added some information in the bit description
|
---|
75 |
|
---|
76 | * mtrigger/MTriggerPatternDecode.cc:
|
---|
77 | - fixed the decoding for runs for which L1TPU was connected
|
---|
78 | instead of L1
|
---|
79 |
|
---|
80 |
|
---|
81 |
|
---|
82 | 2009/06/18 Daniela Dorner
|
---|
83 |
|
---|
84 | * mjobs/MDataSet.h:
|
---|
85 | - fixed typo in comment
|
---|
86 |
|
---|
87 |
|
---|
88 |
|
---|
89 | 2009/06/16 Daniela Dorner
|
---|
90 |
|
---|
91 | * datacenter/db/plotinclude.php, datacenter/db/plotdb.php:
|
---|
92 | - implemented feature to query/plot only data of one source (with
|
---|
93 | regular expressions)
|
---|
94 |
|
---|
95 |
|
---|
96 |
|
---|
97 | 2009/06/12 Daniela Dorner
|
---|
98 |
|
---|
99 | * datacenter/db/include.php:
|
---|
100 | - adapted path of plus.png and minus.png
|
---|
101 |
|
---|
102 | * datacenter/db/index-footer.html:
|
---|
103 | - adapted footer
|
---|
104 |
|
---|
105 | * datacenter/db/menu.php:
|
---|
106 | - added functions for CTA MC
|
---|
107 |
|
---|
108 | * datacenter/db/ctadefs.php:
|
---|
109 | - added (analog file to magicdefs.php for CTA)
|
---|
110 |
|
---|
111 | * datacenter/db/ctamcinfo.php:
|
---|
112 | - added (website to display info about produced CTA MC)
|
---|
113 |
|
---|
114 | * macros/starvisyear.C:
|
---|
115 | - added includes for compiling
|
---|
116 |
|
---|
117 | * datacenter/scripts/sourcefile:
|
---|
118 | - replaced case- by if-statement in checklock()
|
---|
119 | - added more information to the output to the lockfile
|
---|
120 | - added processlog in makedir()
|
---|
121 | - improved processlog output and layout of queries
|
---|
122 | - added option to query only jobs for one node
|
---|
123 |
|
---|
124 | * datacenter/scripts/jobmanager:
|
---|
125 | - added option for production of cta mc
|
---|
126 |
|
---|
127 | * datacenter/scripts/jobmanager, datacenter/scripts/setup:
|
---|
128 | - added $totalmax which can overwrite $pnototal[$hour]
|
---|
129 |
|
---|
130 |
|
---|
131 |
|
---|
132 | 2009/06/09 Daniela Dorner
|
---|
133 |
|
---|
134 | * mbase/MSpline3.cc:
|
---|
135 | - added include of TMath
|
---|
136 |
|
---|
137 |
|
---|
138 |
|
---|
139 | 2009/06/05 Stefan Ruegamer, Daniel Hoehne-Moench
|
---|
140 |
|
---|
141 | * Mars-2.3/datacenter/macros/filldotrun.C
|
---|
142 | - inserted Arehucas versions 090522-0 and 090525-0
|
---|
143 |
|
---|
144 |
|
---|
145 |
|
---|
146 | 2009/05/15 Thomas Bretz
|
---|
147 |
|
---|
148 | * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
|
---|
149 | - fixed names for Hadronness Cut
|
---|
150 |
|
---|
151 |
|
---|
152 |
|
---|
153 | 2009/05/15 Thomas Bretz
|
---|
154 |
|
---|
155 | * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
|
---|
156 | - fixed names for Hadronness Cut
|
---|
157 |
|
---|
158 |
|
---|
159 |
|
---|
160 | 2009/05/10 Thomas Bretz
|
---|
161 |
|
---|
162 | * ceres.cc:
|
---|
163 | - added usage of sequence files
|
---|
164 | - added new options for pedestal and calibration mode
|
---|
165 |
|
---|
166 | * mbase/MDirIter.[h,cc]:
|
---|
167 | - added AddFile member function
|
---|
168 |
|
---|
169 | * mbase/MArgs.[h,cc]:
|
---|
170 | - added member function to remove an argument from the list
|
---|
171 |
|
---|
172 | * mgeom/MGeomPix.h:
|
---|
173 | - added Getter for Width in x and y
|
---|
174 |
|
---|
175 | * mjobs/MJSimulation.[h,cc]:
|
---|
176 | - added fOperationMode
|
---|
177 | - added use of sequence
|
---|
178 | - name ceres file according to sequence number
|
---|
179 | - changes to the binnings
|
---|
180 |
|
---|
181 | * mjobs/MSequence.[h,cc]:
|
---|
182 | - unified the usual and the default constructor
|
---|
183 | - don't output default values in Print
|
---|
184 | - added kCorsika files
|
---|
185 |
|
---|
186 |
|
---|
187 |
|
---|
188 | 2009/04/29 Thomas Bretz
|
---|
189 |
|
---|
190 | * msimcamera/Makefile:
|
---|
191 | - added -I../msimreflector
|
---|
192 |
|
---|
193 |
|
---|
194 |
|
---|
195 | 2009/04/28 Thomas Bretz
|
---|
196 |
|
---|
197 | * mjobs/MJStar.cc:
|
---|
198 | - allow to run thru even if discriminator threshold are missing
|
---|
199 |
|
---|
200 |
|
---|
201 |
|
---|
202 | 2009/04/26 Thomas Bretz
|
---|
203 |
|
---|
204 | * mraw/MRawFileRead.cc:
|
---|
205 | - added consistency check for two consecutive headers
|
---|
206 |
|
---|
207 | * mraw/MRawRunHeader.[h,cc]:
|
---|
208 | - added copy constructor
|
---|
209 | - added member function for conistency check
|
---|
210 |
|
---|
211 |
|
---|
212 |
|
---|
213 | 2009/04/16 Thomas Bretz
|
---|
214 |
|
---|
215 | * mbase/MEvtLoop.cc:
|
---|
216 | - make sure that no negative values for the estimated time
|
---|
217 | is shown
|
---|
218 |
|
---|
219 | * mcorsika/MCorsikaEvtHeader.cc:
|
---|
220 | - calculate impact in the telescope dish plane and not on the
|
---|
221 | ground
|
---|
222 |
|
---|
223 | * mhflux/MHCollectionArea.cc:
|
---|
224 | - initialize more variables in the constructor as suggested
|
---|
225 | by valgrind
|
---|
226 |
|
---|
227 | * mpointing/MHPointing.cc:
|
---|
228 | - set the maximum such that both axis are scaled correctly
|
---|
229 |
|
---|
230 | * msimcamera/MSimBundlePhotons.cc:
|
---|
231 | - added some more output
|
---|
232 |
|
---|
233 | * resmc/dwarf-pde-gapd.txt:
|
---|
234 | - used new curve from ETH
|
---|
235 | - extrapolated curve on both ends linearily
|
---|
236 |
|
---|
237 | * resmc/dwarf-reflectivity.txt:
|
---|
238 | - extrapolated linearily to 980 nm
|
---|
239 |
|
---|
240 | * resmc/magic-pde.txt:
|
---|
241 | - set to 0 at 900nm
|
---|
242 |
|
---|
243 | * resmc/magic-reflectivity.txt:
|
---|
244 | - extrpolated to 900nm
|
---|
245 |
|
---|
246 | * msimcamera/MSimReadout.cc:
|
---|
247 | - small improvement to sanity check to allow having less channels
|
---|
248 | than pixels
|
---|
249 |
|
---|
250 | * mreport/MReport.cc:
|
---|
251 | - added once more a fix for a wrong Arehucas version
|
---|
252 |
|
---|
253 | * mbase/MSpline3.[h,cc]:
|
---|
254 | - added functions to return the analytical integral
|
---|
255 | of the spline
|
---|
256 |
|
---|
257 | * mjobs/MJSimulation.[h,cc]:
|
---|
258 | - replaced the 2D histogram with the impact on ground with
|
---|
259 | a 1D histogram with the impact perpendicular to Alt/Az
|
---|
260 | - Use a MParSline instead of MPulseShape
|
---|
261 | - Use MParSplines as input for MSimAbsorption
|
---|
262 | - increased the number of bins for the threshold histogram
|
---|
263 | - adapted BinningImpact
|
---|
264 | - added another histogram for the event distribution after cleaning
|
---|
265 | - changed the default number of the NSB to fit the new input
|
---|
266 | definition
|
---|
267 | - added histogram for MNewImagePar
|
---|
268 | - added tab "Info2"
|
---|
269 | - added all MHPhotonEvent to the paremeter list to allow access
|
---|
270 | of the ReadEnv
|
---|
271 |
|
---|
272 | * msim/MSimAbsorption.[h,cc]:
|
---|
273 | - moved the spline code to MParSpline
|
---|
274 | - use MParSpline as new input
|
---|
275 |
|
---|
276 | * msimcamera/MSimCalibrationSignal.[h,cc], msimcamera/MSimCamera.[h,cc],
|
---|
277 | msimcamera/MSimGeomCam.[h,cc]:
|
---|
278 | - replaces MPulseShape by MParSpline
|
---|
279 |
|
---|
280 | * msimcamera/MSimRandomPhotons.[h,cc]:
|
---|
281 | - scale NSB rates like it is done in Eckart's paper
|
---|
282 | - write rates to an output container
|
---|
283 |
|
---|
284 | * ceres.rc:
|
---|
285 | - adapted
|
---|
286 |
|
---|
287 | * msimcamera/MSimAPD.[h,cc]:
|
---|
288 | - take the acidental rate from a container
|
---|
289 |
|
---|
290 | * mbase/Makefile, mbase/BaseLinkDef.h:
|
---|
291 | - added MParSpline
|
---|
292 |
|
---|
293 | * mbase/MParSpline.[h,cc]:
|
---|
294 | - added
|
---|
295 |
|
---|
296 | * msim/MSimAtmosphere.cc:
|
---|
297 | - fixed a bug which caused the aerosol coefficient to be
|
---|
298 | incorrectly initialized
|
---|
299 |
|
---|
300 |
|
---|
301 |
|
---|
302 | 2009/04/01 Thomas Bretz
|
---|
303 |
|
---|
304 | * Makefile.conf.linux:
|
---|
305 | - removed accidental '-g'
|
---|
306 |
|
---|
307 | * Makefile.conf.linux:
|
---|
308 | - removed -Wconversion (produces too much output on newer
|
---|
309 | compilers)
|
---|
310 |
|
---|
311 | * ceres.rc, mjobs/MJSimulation.cc:
|
---|
312 | - added a cut "Cut" after image parameter calculation
|
---|
313 | - updated noise numbers
|
---|
314 |
|
---|
315 | * resmc/dwarf-pde-gapd.txt:
|
---|
316 | - upadted with a more reliable curve from theeth meeting page
|
---|
317 | (linear extrapolate below 350nm)
|
---|
318 |
|
---|
319 |
|
---|
320 |
|
---|
321 | 2009/03/30 Thomas Bretz
|
---|
322 |
|
---|
323 | * manalysis/MMcCalibrationUpdate.cc:
|
---|
324 | - fixed a conditional which prevented the display from
|
---|
325 | correctly process raw data
|
---|
326 |
|
---|
327 | * mgeom/MGeomCamSquare.cc:
|
---|
328 | - shifted pixels to be centered around 0
|
---|
329 |
|
---|
330 | * msimcamera/MSimCamera.cc:
|
---|
331 | - added an additional sanity check
|
---|
332 |
|
---|
333 | * mhbase/MH.cc:
|
---|
334 | - added "temp" to palette
|
---|
335 |
|
---|
336 |
|
---|
337 |
|
---|
338 | 2009/03/27 Stefan Ruegamer
|
---|
339 |
|
---|
340 | * datacenter/scripts/checkstardone
|
---|
341 | - added missing ;; for the case-switching
|
---|
342 |
|
---|
343 |
|
---|
344 |
|
---|
345 | 2009/03/24 Stefan Ruegamer
|
---|
346 |
|
---|
347 | * mhflux/MHAlpha.cc
|
---|
348 | - changed in DrawAll the line color of on-off to blue
|
---|
349 |
|
---|
350 |
|
---|
351 |
|
---|
352 | 2009/03/23 Thomas Bretz
|
---|
353 |
|
---|
354 | * resources/starguider01000534.txt:
|
---|
355 | - added
|
---|
356 |
|
---|
357 | * mbase/MStatusDisplay.cc:
|
---|
358 | - if no MStatusArray is found now all object are drawn
|
---|
359 |
|
---|
360 | * mfileio/MWriteRootFile.[h,cc]:
|
---|
361 | - trees to be copied can now be made optional
|
---|
362 |
|
---|
363 | * mhbase/MH.cc:
|
---|
364 | - included TProfile2D for newer root versions
|
---|
365 |
|
---|
366 | * mjobs/MJCalibrateSignal.cc:
|
---|
367 | - made the copy of "OriginalMC" optional. Now it also works
|
---|
368 | for non-ceres (original MMCS) files again which don't
|
---|
369 | have this tree.
|
---|
370 |
|
---|
371 |
|
---|
372 |
|
---|
373 | 2009/03/19 Daniel Hoehne-Moench
|
---|
374 |
|
---|
375 | * datacenter/scropts/mcsequences:
|
---|
376 | - bugfix: replaced $user by $us
|
---|
377 | - bugfix: fPriority is now inserted into the correct table
|
---|
378 |
|
---|
379 |
|
---|
380 |
|
---|
381 | 2009/03/16 Thomas Bretz
|
---|
382 |
|
---|
383 | * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
|
---|
384 | - added new starguider calibration since 1000534
|
---|
385 |
|
---|
386 | * datacenter/macros/plotdb.C, datacenter/macros/plotrundb.C:
|
---|
387 | - added option to set ds-number in datset
|
---|
388 |
|
---|
389 | * mgeom/MGeomCamMagic.cc:
|
---|
390 | - fixed layout of the MII camera
|
---|
391 |
|
---|
392 | * mpointing/MPointingDevCalc.cc:
|
---|
393 | - updated informations
|
---|
394 |
|
---|
395 |
|
---|
396 |
|
---|
397 | 2009/03/16 Daniel Hoehne-Moench
|
---|
398 |
|
---|
399 | * datacenter/scripts/fillcamera
|
---|
400 | - bugfix: the first line was moved by a tabulator
|
---|
401 |
|
---|
402 |
|
---|
403 |
|
---|
404 | 2009/03/16 Stefan Ruegamer
|
---|
405 |
|
---|
406 | * datacenter/scripts/makecallistolinks
|
---|
407 | - added >/dev/null in line 68 to prevent the mails to dc@astro
|
---|
408 | - removed the -v for the ln
|
---|
409 |
|
---|
410 | * datacenter/scripts/sourcefile
|
---|
411 | - added printprocesslog for rm -v in the finish function (mails)
|
---|
412 |
|
---|
413 |
|
---|
414 |
|
---|
415 | 2009/03/15 Thomas Bretz
|
---|
416 |
|
---|
417 | * mgeom/MGeomCam.[h,cc]:
|
---|
418 | - added member function to get the total sensitive area of the
|
---|
419 | camera
|
---|
420 |
|
---|
421 | * mgeom/MGeomCamMagic.cc:
|
---|
422 | - included TMath for newer root versions
|
---|
423 |
|
---|
424 |
|
---|
425 |
|
---|
426 | 2009/03/07 Thomas Bretz
|
---|
427 |
|
---|
428 | * RELEASE V2.3
|
---|
429 |
|
---|
430 |
|
---|
431 |
|
---|
432 | 2009/03/06 Thomas Bretz
|
---|
433 |
|
---|
434 | * datacenter/macros/plotrundb.C datacenter/macros/fillstar.C:
|
---|
435 | - added RunDataCheck access
|
---|
436 |
|
---|
437 | * mreflector/MRflEventData.cc:
|
---|
438 | - replaced DistanceToPrimitive by IsInside
|
---|
439 |
|
---|
440 |
|
---|
441 |
|
---|
442 | 2009/03/05 Thomas Bretz
|
---|
443 |
|
---|
444 | * mreport/MReportCamera.cc:
|
---|
445 | - fixed a problem if the HVFIL section is empty
|
---|
446 |
|
---|
447 | * merpp.cc:
|
---|
448 | - added --dev-null option to Usage output
|
---|
449 |
|
---|
450 | * mjobs/MJMerpp.[h,cc]:
|
---|
451 | - fixed operation in --dev-null mode
|
---|
452 |
|
---|
453 |
|
---|
454 |
|
---|
455 | 2009/03/04 Thomas Bretz
|
---|
456 |
|
---|
457 | * datacenter/macros/plotdb.C:
|
---|
458 | - updated some binnings
|
---|
459 |
|
---|
460 | * datacenter/macros/fillganymed.C:
|
---|
461 | - use the primary also when inserting
|
---|
462 |
|
---|
463 | * mgeom/GeomLinkDef.h:
|
---|
464 | - added MGeomCamMagicII
|
---|
465 |
|
---|
466 | * mgeom/MGeom.[h,cc]:
|
---|
467 | - added option to set position
|
---|
468 | - removed DistanceToPrimitive, use IsInside instead
|
---|
469 |
|
---|
470 | * mgeom/MGeomCam.[h,cc]:
|
---|
471 | - added a virtual function to CreateNN
|
---|
472 | - added a workaround after reading by calling CreateNN
|
---|
473 | because with the last changes the pixel indices get lost
|
---|
474 |
|
---|
475 | * mgeom/MGeomCamCT1.[h,cc]:
|
---|
476 | - now derives from MGeomCamDwarf
|
---|
477 | - accordingly increased version number
|
---|
478 |
|
---|
479 | * mgeom/MGeomCamDwarf.[h,cc]:
|
---|
480 | - removed Clone -> now in MGeomCam
|
---|
481 |
|
---|
482 | * mgeom/MGeomCamMagic.[h,cc]:
|
---|
483 | - added MGeomCamMagicII <preliminary>
|
---|
484 |
|
---|
485 | * mgeom/MGeomCamSquare.[h,cc]:
|
---|
486 | - removed creation of next neighbors -> now automatic
|
---|
487 |
|
---|
488 | * mgeom/MGeomPix.[h,cc]:
|
---|
489 | - added rotation angle in terms of cos(phi) and sin(phi)
|
---|
490 | - rotate in PaintPrimitive
|
---|
491 | - adapted IsInside accordingly
|
---|
492 |
|
---|
493 | * mgeom/MGeomRectangle.[h,cc]:
|
---|
494 | - if only width is given assume a square
|
---|
495 | - make sure that the box is correctly painted for all root versions
|
---|
496 | - fixed distance to farthest point
|
---|
497 |
|
---|
498 | * mgui/MHexagon.[h,cc]:
|
---|
499 | - removed obsolete dependence on MGeomPix
|
---|
500 |
|
---|
501 | * mhist/MHCamera.cc, mtools/MagicJam.cc:
|
---|
502 | - replaced DistanceToPrimitive by IsInside
|
---|
503 |
|
---|
504 | * mjobs/MJSimulation.cc:
|
---|
505 | - replaced accidental _I_ in file names by _Y_
|
---|
506 |
|
---|
507 | * mreport/MReportCC.[h,cc]:
|
---|
508 | - added version >=200809030
|
---|
509 | - improved modularity of code
|
---|
510 |
|
---|
511 |
|
---|
512 |
|
---|
513 | 2009/03/03 Thomas Bretz
|
---|
514 |
|
---|
515 | * ceres.rc:
|
---|
516 | - added some more infomation
|
---|
517 | - updated paths
|
---|
518 |
|
---|
519 | * mcorsika/MCorsikaRunHeader.[h,cc]:
|
---|
520 | - added atmospheric layers
|
---|
521 | - added interpretation of new XSCATT/YSCATT in newer corsikas
|
---|
522 |
|
---|
523 | * msim/MSimAtmosphere.[h,cc]:
|
---|
524 | - changed path
|
---|
525 | - MAtmosphere doesn't search for any files per default anymore
|
---|
526 | - changed atmopsheric layers to the ones fitted by Corsika
|
---|
527 | - added possibility to change input files to ReadEnv
|
---|
528 |
|
---|
529 | * msimcamera/MSimCalibrationSignal.cc:
|
---|
530 | - don't create a camera geometry yourself
|
---|
531 |
|
---|
532 | * resmc/atmosphere-aerosols.txt, resmc/atmosphere-ozone.txt,
|
---|
533 | resmc/ct1-pde.txt, resmc/dwarf-apdmap.txt, resmc/dwarf-cones.txt,
|
---|
534 | resmc/dwarf-pde-gapd.txt, resmc/dwarf-reflectivity.txt,
|
---|
535 | resmc/dwarf-reflector.txt, resmc/magic-cones-inner.txt,
|
---|
536 | resmc/magic-pde.txt, resmc/magic-reflectivity.txt,
|
---|
537 | resmc/magic-reflector-chessboard.txt, resmc/magic-reflector.txt,
|
---|
538 | resmc/magic-trigger-1NN.txt, resmc/magic-trigger-2NN.txt,
|
---|
539 | resmc/magic-trigger-3NN.txt, resmc/magic-trigger-4NN.txt:
|
---|
540 | - added
|
---|
541 |
|
---|
542 | * mhist/Makefile:
|
---|
543 | - removed accidental MHQuality
|
---|
544 |
|
---|
545 | * mhist/MHCamera.cc:
|
---|
546 | - fixed a warning when calling DistancetoPrimitive
|
---|
547 |
|
---|
548 | * mgeom/MGeomCamSquare.cc:
|
---|
549 | - accidentaly used Double_t instead of Short_t when calling
|
---|
550 | SetNeighbors
|
---|
551 | - changed number of pixels from UInt_t to Short_t. It doesn't make
|
---|
552 | sense to support more pixels than we can store as index for
|
---|
553 | neighbors
|
---|
554 |
|
---|
555 | * Makefile:
|
---|
556 | - added mreflector to resolve unresolved symbols
|
---|
557 |
|
---|
558 |
|
---|
559 |
|
---|
560 | 2009/03/02 Daniela Dorner
|
---|
561 |
|
---|
562 | * datacenter/db/plotdb.php:
|
---|
563 | - adapted width of table
|
---|
564 |
|
---|
565 |
|
---|
566 |
|
---|
567 | 2009/03/02 Thomas Bretz
|
---|
568 |
|
---|
569 | * mgeom/MGeomCam.[h,cc], msimreflector/MMirror.h,
|
---|
570 | msimreflector/MMirrorDisk.[h,cc], msimreflector/MMirrorHex.[h,cc],
|
---|
571 | msimreflector/MMirrorSquare.[h,cc], msimreflector/MReflector.[h,cc]:
|
---|
572 | - added GetA member function
|
---|
573 |
|
---|
574 | * manalysis/MCameraData.cc, mbadpixels/MBadPixelsCalc.cc,
|
---|
575 | mbadpixels/MBadPixelsCam.cc, mbadpixels/MBadPixelsTreat.cc,
|
---|
576 | mcalib/MCalibrationCam.cc, mcalib/MCalibrationChargeCalc.cc,
|
---|
577 | mcalib/MCalibrationChargeCam.cc, mcalib/MCalibrationPulseTimeCam.cc,
|
---|
578 | mcalib/MCalibrationRelTimeCalc.cc, mcalib/MCalibrationRelTimeCam.cc,
|
---|
579 | mcalib/MCalibrationTestCalc.cc, mcalib/MCalibrationTestCam.cc,
|
---|
580 | mcorsika/MCorsikaEvtHeader.cc, mfilter/MFSoftwareTrigger.cc,
|
---|
581 | mgeom/MGeomCam.cc, mhcalib/MHCalibrationCam.cc,
|
---|
582 | mhcalib/MHCalibrationChargeCam.cc, msignal/MSignalCam.cc,
|
---|
583 | mhcalib/MHCalibrationPulseTimeCam.cc, mpointing/MPointingPos.h,
|
---|
584 | mhcalib/MHCalibrationRelTimeCam.cc, mhft/MHexagonalFTCalc.cc,
|
---|
585 | mhist/MHCamera.cc, mimage/MHillas.cc, mimage/MNewImagePar.cc,
|
---|
586 | mjobs/MJCut.cc, mjobs/MJSimulation.cc, mpedestal/MPedPhotCam.cc,
|
---|
587 | mpedestal/MExtractPedestal.cc, mpedestal/MPedestalCam.cc,
|
---|
588 | msimcamera/MSimGeomCam.cc, msimcamera/MSimRandomPhotons.cc:
|
---|
589 | - replaced MGeomPix by MGeom
|
---|
590 |
|
---|
591 | * mjobs/MJStar.cc:
|
---|
592 | - added BinningDist
|
---|
593 | - converted Muon cuts from mm to deg
|
---|
594 |
|
---|
595 | * mhflux/MHCollectionArea.cc:
|
---|
596 | - fixed a problem that a plot disappeared in old files
|
---|
597 |
|
---|
598 | * mmuon/MMuonSearchPar.cc:
|
---|
599 | - switched off the check in Paint (this works only for MAGIC :( )
|
---|
600 |
|
---|
601 | * datacenter/macros/fillganymed.C:
|
---|
602 | - simplified by using MSQLMagic instead of MSQLServer
|
---|
603 |
|
---|
604 |
|
---|
605 |
|
---|
606 | 2009/03/01 Thomas Bretz
|
---|
607 |
|
---|
608 | * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
|
---|
609 | - added pointing model 328198
|
---|
610 |
|
---|
611 | * mbase/MSpline3.h:
|
---|
612 | - added a cast to make it compile with root 5.18
|
---|
613 |
|
---|
614 | * melectronics/MPulseShape.cc:
|
---|
615 | - included TH1 to make it compile with root 5.18
|
---|
616 |
|
---|
617 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
618 | - convert MString::Format to Data()
|
---|
619 | - added type SignificanceSqrtExcess
|
---|
620 |
|
---|
621 | * mhflux/MHFalseSource.cc, mjobs/MJSpectrum.cc:
|
---|
622 | - convert MString::Format to Data()
|
---|
623 |
|
---|
624 | * mhist/MHCamera.cc:
|
---|
625 | - changed some const TString to const char to resolve
|
---|
626 | ambiguity in root 5.18 in TF1 constructor
|
---|
627 |
|
---|
628 | * msim/MHPhotonEvent.cc:
|
---|
629 | - use TMath::Abs instead of abs
|
---|
630 |
|
---|
631 | * msim/MSimPointingPos.[h,cc]:
|
---|
632 | - moved getter and setter to source file to avoid including of
|
---|
633 | TMath
|
---|
634 |
|
---|
635 | * mgeom/MGeom.[h,cc]:
|
---|
636 | - added
|
---|
637 |
|
---|
638 | * mgeom/MGeomRectangle.[h,cc]:
|
---|
639 | - added
|
---|
640 |
|
---|
641 | * mgeom/MGeomCamSquare.[h,cc]:
|
---|
642 | - added
|
---|
643 |
|
---|
644 | * mgeom/Makefile, mgeom/GeomLinkDef.h:
|
---|
645 | - added MGeom
|
---|
646 | - added MGeomRectangle
|
---|
647 | - added MGeomCamSquare
|
---|
648 |
|
---|
649 | * Makefile.rules:
|
---|
650 | - removed dependance on ROOTSYS from rmkdepend. It should be in
|
---|
651 | the path anyway as rootcint
|
---|
652 |
|
---|
653 | * ceres.rc:
|
---|
654 | - added an example of setting the APD type
|
---|
655 |
|
---|
656 | * mbadpixels/MBadPixelsCam.[h,cc], mbadpixels/MBadPixelsTreat.cc,
|
---|
657 | mcalib/MCalibrationChargeCalc.cc, mcalib/MCalibrationTestCalc.cc,
|
---|
658 | mfilter/MFSoftwareTrigger.cc:
|
---|
659 | - replaced references to MGeomPix by references to MGeom
|
---|
660 |
|
---|
661 | * mbase/MStatusDisplay.cc:
|
---|
662 | - evaluate the return code of fwrite as suggested by newer
|
---|
663 | gcc versions
|
---|
664 | - set a paranthesis as suggested by a warning
|
---|
665 |
|
---|
666 | * mgeom/MGeomCam.[h,cc]:
|
---|
667 | - adapted to the changes in MGeomPix/MGeom
|
---|
668 | - added SetAt function for external setup
|
---|
669 | - added Copy constructor
|
---|
670 |
|
---|
671 | * mgeom/MGeomCamCT1.cc, mgeom/MGeomCamDwarf.cc,
|
---|
672 | mgeom/MGeomCamMagic.cc, mhft/MHexagonFreqSpace.cc,
|
---|
673 | mimage/MHillas.cc, mimage/MHillasExt.cc,
|
---|
674 | mimage/MImgCleanStd.[h,cc], mimage/MNewImagePar.cc,
|
---|
675 | mimage/MNewImagePar2.cc, mmuon/MHSingleMuon.cc,
|
---|
676 | msignal/MSignalCam.cc, mtools/MagicJam.cc,
|
---|
677 |
|
---|
678 | - adapted to the changes in MGeomPix/MGeom
|
---|
679 | - use SetAt for setup
|
---|
680 |
|
---|
681 | * mgeom/MGeomPix.cc:
|
---|
682 | - moved most of the code to new base class MGeom
|
---|
683 | - now derives from MGeom
|
---|
684 | - increased version number accordingly
|
---|
685 |
|
---|
686 | * mhbase/MBinning.cc:
|
---|
687 | - replaced a Int_t by UInt_t as suggested by a warning
|
---|
688 |
|
---|
689 | * mhbase/MH.cc:
|
---|
690 | - added a const_cast for GetObjectInfo (should be const,
|
---|
691 | but isn't)
|
---|
692 |
|
---|
693 | * mhbase/MHMatrix.cc, mhflux/MHAlpha.cc, mhflux/MHThetaSq.cc,
|
---|
694 | mhflux/MHThetaSqN.cc, mhist/MHCamEventRot.cc, hvstime/MHVsTime.cc,
|
---|
695 | mjobs/MJStar.cc, mraw/MRawEvtHeader.cc:
|
---|
696 | - added paranthesis as suggested by a warning
|
---|
697 |
|
---|
698 | * mhft/MGeomCamMagicXT.[h,cc]:
|
---|
699 | - replaced by deriving from MGeomCamDwarf
|
---|
700 |
|
---|
701 | * mhist/MHCamera.cc:
|
---|
702 | - adapted to the changes in MGeomPix/MGeom
|
---|
703 | - use SetAt for setup
|
---|
704 | - use new PaintPrimitive to skip the usage of MHexagon
|
---|
705 |
|
---|
706 | * mmc/MMcTrigHeader.hxx:
|
---|
707 | - fixed wrong condition in SetTrigger
|
---|
708 |
|
---|
709 | * msimcamera/MSimAPD.[h,cc]:
|
---|
710 | - added a possibility to switch between the 50mu and 100mu
|
---|
711 | Diodes
|
---|
712 |
|
---|
713 | * mtools/MagicCivilization.[h,cc], mtools/MagicDomino.[h,cc],
|
---|
714 | mtools/MagicReversi.[h,cc], mtools/MagicShow.[h,cc],
|
---|
715 | mtools/MagicSnake.[h,cc], mtools/MineSweeper.[h,cc],
|
---|
716 | - adapted to the changes in MGeomPix/MGeom, therefore restructered
|
---|
717 | the code to get rid of MHexagon
|
---|
718 |
|
---|
719 | * mmovie/MMovieWrite.cc:
|
---|
720 | - allow to switch off timing via preprocessor directive
|
---|
721 | - replaced MGeomPix by MGeom
|
---|
722 | - slightly changed palette
|
---|
723 | - evaluate return of fwrite
|
---|
724 |
|
---|
725 | * mbase/MQuaternion.h, msim/MPhotonData.h:
|
---|
726 | - added a workaround for sqrt in root 5.18/00
|
---|
727 |
|
---|
728 |
|
---|
729 |
|
---|
730 | 2009/02/26 Daniel Hoehne-Moench
|
---|
731 |
|
---|
732 | * datacenter/macros/filldotrun.C:
|
---|
733 | - implemented new SuperArehucas version
|
---|
734 |
|
---|
735 |
|
---|
736 |
|
---|
737 | 2009/02/23 Thomas Bretz
|
---|
738 |
|
---|
739 | * mcorsika/MCorsikaRunHeader.cc:
|
---|
740 | - switched off the impact max workaround - it doesn't work
|
---|
741 | - initialize fImpact Max
|
---|
742 | - print also number of used ATMEXT
|
---|
743 |
|
---|
744 | * mhbase/MH.cc:
|
---|
745 | - improved setting of binning from the parameter list in the
|
---|
746 | n-D case
|
---|
747 |
|
---|
748 | * mhbase/MH3.cc:
|
---|
749 | - imporved output
|
---|
750 |
|
---|
751 | * mhflux/MHCollectionArea.cc:
|
---|
752 | - also collect the maximum impact while running for a nicer
|
---|
753 | behaviour of the plots
|
---|
754 |
|
---|
755 | * mhflux/MHThreshold.cc:
|
---|
756 | - allow setting of a dedicated Threshold binning
|
---|
757 |
|
---|
758 | * mimage/MHHillasExt.cc:
|
---|
759 | - converted slope binning to deg
|
---|
760 |
|
---|
761 | * mjobs/MJSimulation.cc:
|
---|
762 | - write MMcCorsikaRunHeader
|
---|
763 | - changed binnings
|
---|
764 | - added new binning
|
---|
765 | - now display the signal unscaled
|
---|
766 | - show threshold and collection area only for data runs
|
---|
767 |
|
---|
768 | * msim/MSimMMCS.cc:
|
---|
769 | - make setting of directions depending on view-cone option
|
---|
770 |
|
---|
771 | * msim/MSimPointingPos.[h,cc]:
|
---|
772 | - added class description
|
---|
773 | - removed obsolete fPointingCorsika
|
---|
774 | - improved output
|
---|
775 | - added option for homogenous distribution
|
---|
776 |
|
---|
777 | * mmuon/MMuonCalibParCalc.cc:
|
---|
778 | - converted cuts from mm to deg so they will work also for other
|
---|
779 | geometries
|
---|
780 |
|
---|
781 |
|
---|
782 |
|
---|
783 | 2009/02/20 Thomas Bretz
|
---|
784 |
|
---|
785 | * mmuon/MHMuonPar.[h,cc]:
|
---|
786 | - updated class version number after fMm2Deg got removed
|
---|
787 |
|
---|
788 | * mpointing/MHSrcPosCam.cc:
|
---|
789 | - fixed the fill style of the ellipse to produce correct ps-files
|
---|
790 |
|
---|
791 |
|
---|
792 |
|
---|
793 | 2009/02/19 Daniela Dorner
|
---|
794 |
|
---|
795 | * datacenter/scripts/buildsequenceentries,
|
---|
796 | datacenter/scripts/checkfilesforsequenceavail,
|
---|
797 | datacenter/scripts/checkstardone, datacenter/scripts/correcttime,
|
---|
798 | datacenter/scripts/dbchk, datacenter/scripts/dodatacheck,
|
---|
799 | datacenter/scripts/doexclusions, datacenter/scripts/fillcallisto,
|
---|
800 | datacenter/scripts/fillcamera, datacenter/scripts/fillganymed,
|
---|
801 | datacenter/scripts/fillstar, datacenter/scripts/insertdatasets,
|
---|
802 | datacenter/scripts/makecallistolinks,
|
---|
803 | datacenter/scripts/mcsequences, datacenter/scripts/movingrawfiles,
|
---|
804 | datacenter/scripts/movingrawfiles_OK, datacenter/scripts/runcamera,
|
---|
805 | datacenter/scripts/runcorsika, datacenter/scripts/runreflector,
|
---|
806 | datacenter/scripts/sourcefile,
|
---|
807 | datacenter/scripts/writedatasetfiles,
|
---|
808 | datacenter/scripts/writesequencefiles:
|
---|
809 | - removed scriptlog
|
---|
810 |
|
---|
811 | * datacenter/scripts/jobmanager:
|
---|
812 | - fixed typo
|
---|
813 |
|
---|
814 |
|
---|
815 |
|
---|
816 | 2009/02/19 Thomas Bretz
|
---|
817 |
|
---|
818 | * mcorsika/MCorsikaRunHeader.[h,cc]:
|
---|
819 | - reformatted output
|
---|
820 | - added "Options" to output
|
---|
821 | - made Has const
|
---|
822 | - added a workaround to get the maximum simulated impact
|
---|
823 | although it is not officially stored in the file
|
---|
824 |
|
---|
825 | * msim/MHPhotonEvent.cc:
|
---|
826 | - improved automatic binning
|
---|
827 |
|
---|
828 | * msim/MPhotonData.[h,cc]:
|
---|
829 | - added GetCosW2
|
---|
830 | - added GetSinW2
|
---|
831 | - added GetSinW
|
---|
832 |
|
---|
833 | * msim/MSimAbsorption.cc:
|
---|
834 | - don't check wavelength range when theta should be used
|
---|
835 |
|
---|
836 | * msimcamera/MSimAPD.cc:
|
---|
837 | - check for uninitialized indices
|
---|
838 |
|
---|
839 | * msim/MPhotonEvent.[h,cc]:
|
---|
840 | - moved the code for MyClonesArray to the source file
|
---|
841 | - improved a lot the reading speed by reading larger blocks
|
---|
842 | of data from the file at once
|
---|
843 | - improved memory handling. This ensures that even the largest
|
---|
844 | events don't fill the memory forever and the allocated memory
|
---|
845 | is free'd again after some time
|
---|
846 |
|
---|
847 | * msimreflector/MSimReflector.cc:
|
---|
848 | - Use the new Resize function of MPhotonEvent to make sure
|
---|
849 | that the memory is not allocated forever.
|
---|
850 |
|
---|
851 | * mimage/MHHillas.cc, mimage/MMHillas.Ext.cc, mimage/MHHillasSrc.cc:
|
---|
852 | - converted default binning from mm to deg
|
---|
853 |
|
---|
854 | * mraw/MRawRunHeader.cc:
|
---|
855 | - print less when values doen't have any meaning
|
---|
856 |
|
---|
857 | * msim/MSimAtmosphere.[h,cc]:
|
---|
858 | - added
|
---|
859 |
|
---|
860 | * msim/SimLinkDef.h, msim/Makefile:
|
---|
861 | - added MSimAtmosphere
|
---|
862 |
|
---|
863 | * mjobs/MJSimulation.cc:
|
---|
864 | - added simulation of atmosphere
|
---|
865 | - clean isolated pixels away before calculating image parameters
|
---|
866 | - don't clean calibration runs
|
---|
867 | - correct displayed az by magnetic field
|
---|
868 | - added auto range for the 2D histograms
|
---|
869 | - set automatic binning for dist
|
---|
870 | - added tab with histogram for trigger area and threshold
|
---|
871 |
|
---|
872 | * readcorsika.cc:
|
---|
873 | - implemented -ff option
|
---|
874 |
|
---|
875 | * mcorsika/MCorsikaRunHeader.cc:
|
---|
876 | - improved Print output
|
---|
877 |
|
---|
878 | * mimage/MImgCleanStd.cc:
|
---|
879 | - fixed the checks for the cleaning parameters there
|
---|
880 | where some wrong conditions
|
---|
881 |
|
---|
882 | * msim/MSimMMCS.cc:
|
---|
883 | - fixed typo in a comment
|
---|
884 |
|
---|
885 | * ceres.rc:
|
---|
886 | - added units for psf
|
---|
887 | - some small updates
|
---|
888 |
|
---|
889 | * msimreflector/MSimReflector.cc:
|
---|
890 | - convert units of psf from mm to cm
|
---|
891 | - Use MPointingPos instead of PointingCorsika, ARRANG already
|
---|
892 | rotates all vectors accrodingly
|
---|
893 |
|
---|
894 | * msim/MSimPointingPos.cc:
|
---|
895 | - don't write PoinitingCorsika anymore. ARRANg already includes
|
---|
896 | the rotation
|
---|
897 |
|
---|
898 | * mgeom/MGeomCamMagic.[h,cc]:
|
---|
899 | - added a constructor which allows to set the focal distance
|
---|
900 |
|
---|
901 | * msimcamera/MSimAPD.cc, msimcamera/MSimGeomCam.cc,
|
---|
902 | msimcamera/MSimRandomPhotons.cc, msimreflector/MSimReflector.cc:
|
---|
903 | - don't create an object if MGeomCam not found, try "MGeomCam"
|
---|
904 | as default instead
|
---|
905 |
|
---|
906 | * mhflux/MHCollectionArea.[h,cc]:
|
---|
907 | - added MMcRunHeader to data members to be able to check
|
---|
908 | the maximum impact in Finalize for the case the maximum
|
---|
909 | impect is collected "on-line" from the events
|
---|
910 | - if the event distribution comes just from the spectrum fill
|
---|
911 | the distribution event by event to get correct errors
|
---|
912 | - romved some old obsolete code
|
---|
913 |
|
---|
914 | * msim/MSimMMCS.[h,cc]:
|
---|
915 | - added MMcRunHeader to data members to allow to collect the
|
---|
916 | maximum impact from the events
|
---|
917 |
|
---|
918 |
|
---|
919 |
|
---|
920 | 2009/02/18 Thomas Bretz
|
---|
921 |
|
---|
922 | * datacenter/scripts/runcorsika:
|
---|
923 | - added a comment
|
---|
924 |
|
---|
925 | * mbase/MParList.cc:
|
---|
926 | - when adding a TCollectionn only add MParContainers
|
---|
927 |
|
---|
928 | * mcorsika/MCorsikaRunHeader.[h,cc]:
|
---|
929 | - added reading of Atmospheric coefficients
|
---|
930 | - added reading of Cherenkov Flag
|
---|
931 | - added corsika's Earth Radius
|
---|
932 |
|
---|
933 | * melectronics/MDigitalSignal.[h,cc]:
|
---|
934 | - added and initialized an index to allow to "connect"
|
---|
935 | the digital signal to a channel
|
---|
936 |
|
---|
937 | * mjtrain/MJTrainSeparation.cc:
|
---|
938 | - replaced kGreen by kBlue
|
---|
939 |
|
---|
940 | * mmain/MEventDisplay.cc:
|
---|
941 | - added a type==3 which is for ceres-reflector files
|
---|
942 |
|
---|
943 | * mmain/Makefile:
|
---|
944 | - added -I../mcorsika
|
---|
945 | - added -I../msim
|
---|
946 | - added -I../msimcamera
|
---|
947 |
|
---|
948 | * msim/MHPhotonEvent.[h,cc]:
|
---|
949 | - set the binning more automatically from the run-headers
|
---|
950 | where possible
|
---|
951 | - added RadEnv
|
---|
952 | - added Clear function for external access
|
---|
953 |
|
---|
954 | * msim/MSimAbsorption.cc:
|
---|
955 | - addec const-qualifier for photon
|
---|
956 |
|
---|
957 | * msimcamera/MSimGeomCam.cc:
|
---|
958 | - allow usage also without pulse and pulse position (for display)
|
---|
959 |
|
---|
960 | * msimcamera/MSimSignalCam.cc:
|
---|
961 | - allow usage also without TriggerPos
|
---|
962 | - added a check whether MSignalCam was correctly initialized
|
---|
963 |
|
---|
964 |
|
---|
965 |
|
---|
966 | 2009/02/16 Thomas Bretz
|
---|
967 |
|
---|
968 | * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
|
---|
969 | mimage/MHImagePar.cc:
|
---|
970 | - replaced green by blue for better readability on projectors
|
---|
971 |
|
---|
972 | * mbase/MEnv.[h,cc]:
|
---|
973 | - added the option of a default name to allow i/o more similar
|
---|
974 | to MParContainer
|
---|
975 | - improved Print()
|
---|
976 |
|
---|
977 | * ceres.cc, callisto.cc, star.cc, ganymed.cc, sponde.cc:
|
---|
978 | - make use of the new default name of MEnv
|
---|
979 |
|
---|
980 | * mjobs/MJSpectrum.cc:
|
---|
981 | - read and write ganymed.rc
|
---|
982 |
|
---|
983 | * mbase/MParList.cc:
|
---|
984 | - if adding a TObjArray add only MParContainers (for sanity)
|
---|
985 |
|
---|
986 | * mjobs/MJob.cc:
|
---|
987 | - when reading read also TObjects
|
---|
988 |
|
---|
989 | * mjobs/MJSpectrum.cc:
|
---|
990 | - now read the ganymed.rc and write it to the output
|
---|
991 |
|
---|
992 | * mhflux/MHEffectiveOnTime.h:
|
---|
993 | - increased class version by 1
|
---|
994 |
|
---|
995 | * mhflux/MHAlpha.cc:
|
---|
996 | - removed erronornously comittet SetSumw2
|
---|
997 | - don't output the numbe rof excess events vs time
|
---|
998 |
|
---|
999 |
|
---|
1000 |
|
---|
1001 | 2009/02/15 Thomas Bretz
|
---|
1002 |
|
---|
1003 | * ceres.rc:
|
---|
1004 | - added the MAGIC I high gain pulse as example
|
---|
1005 |
|
---|
1006 | * sponde.cc:
|
---|
1007 | - redirect root error handler
|
---|
1008 | - added new option to force on-time fit
|
---|
1009 |
|
---|
1010 | * datacenter/scripts/runcorsika:
|
---|
1011 | - added a comment
|
---|
1012 | - remove empty dat file after corsika finished
|
---|
1013 |
|
---|
1014 | * mbase/MLog.cc:
|
---|
1015 | - added several more log-levels to handling root's error handler
|
---|
1016 |
|
---|
1017 | * mbase/MPrint.cc:
|
---|
1018 | - flush buffer before printing
|
---|
1019 | - set output level to all
|
---|
1020 |
|
---|
1021 | * melectronics/MPulseShape.h:
|
---|
1022 | - let clone also clone the spline
|
---|
1023 |
|
---|
1024 | * mfileio/MWriteRootFile.cc:
|
---|
1025 | - don't output title if empty
|
---|
1026 |
|
---|
1027 | * mhflux/MHEffectiveOnTime.[h,cc]:
|
---|
1028 | - added new data mebers to store the result of the overall-fit
|
---|
1029 | which is now done in Finalize
|
---|
1030 | - output the results of the effective on-time fit as inf2
|
---|
1031 | - increased clas version accordingly
|
---|
1032 |
|
---|
1033 | * mjobs/MJSimulation.[h,cc]:
|
---|
1034 | - simplified setting up the file structure
|
---|
1035 |
|
---|
1036 | * mjobs/MJSpectrum.[h,cc]:
|
---|
1037 | - added the possibility to force a new on-time fit.
|
---|
1038 | - a MHEffectiveOnTime histogram is now always displayed
|
---|
1039 | for manual cross checks
|
---|
1040 |
|
---|
1041 | * mjobs/MJStar.cc:
|
---|
1042 | - added MSrcPosCam for Monte Carlos to output
|
---|
1043 |
|
---|
1044 | * mpointing/MSrcPosCalc.cc:
|
---|
1045 | - ignore the WobbleMode from the MMcCorsikaRunHeader
|
---|
1046 | if it is a ceres file
|
---|
1047 |
|
---|
1048 | * msim/MPhotonEvent.[h,cc]:
|
---|
1049 | - added function GetTimeFirst
|
---|
1050 | - added function GetTimeLast
|
---|
1051 | - added function GetTimeMedianDev
|
---|
1052 | - added fLength to MPhotonStatistics
|
---|
1053 |
|
---|
1054 | * msimcamera/MSimGeomCam.cc:
|
---|
1055 | - make use of the new functions
|
---|
1056 | - set length to statistics container
|
---|
1057 |
|
---|
1058 | * mpointing/MHSrcPosCam.[h,cc], mpointing/MSrcPosRndm.[h,cc],
|
---|
1059 | mfilter/MFMagicCuts.[h,cc], mmuon/MHMuonPar.[h,cc],
|
---|
1060 | mhflux/MHThetaSqN.[h,cc]:
|
---|
1061 | - support changing geometries (conversion factors) reading
|
---|
1062 | a new geometry from a run header
|
---|
1063 |
|
---|
1064 | * mimage/MHVsSize.[h,cc], mimage/MHNewImagePar.[h,cc],
|
---|
1065 | mimage/MHHillasSrc.[h,cc], mimage/MHHillasExt.[h,cc],
|
---|
1066 | mimage/MHHillas.[h,cc], mimage/MNewImagePar2.[h,cc]:
|
---|
1067 | - removed option to set conversion factor manually
|
---|
1068 | - support changing geometries (conversion factors) reading
|
---|
1069 | a new geometry from a run header
|
---|
1070 | - increased class version by one
|
---|
1071 |
|
---|
1072 | * mhflux/MMcSpectrumWeight.cc:
|
---|
1073 | - replaced Form by MString::Format
|
---|
1074 |
|
---|
1075 | - made sure that nobody is mixing different energy-range monte
|
---|
1076 | carlos and normalizes by integral (to be implemented)
|
---|
1077 |
|
---|
1078 | * manalysis/MMcCalibrationUpdate.cc:
|
---|
1079 | - switched off file Ceres files (this might only be temporary
|
---|
1080 | but it makes the display work quite well even without
|
---|
1081 | calibrated units.
|
---|
1082 |
|
---|
1083 | * mjobs/MJCalibrateSignal.cc:
|
---|
1084 | - updated the rule to allow for file names without the leading date
|
---|
1085 |
|
---|
1086 | * mjobs/MJSpectrum.[h,cc]:
|
---|
1087 | - set the kMustCleanup bit for sanity
|
---|
1088 | - replaced a lot of Form by MString::Format
|
---|
1089 | - moved the getting of the right Alpha-histogram to GetHAlpha
|
---|
1090 | - the tlist2 doesn't neet to replace anything because all previous
|
---|
1091 | tasklists added to the list have been removed again
|
---|
1092 | - "DataType" already in parlist? Don't add a second one
|
---|
1093 | - replaced some gLog by fLog
|
---|
1094 | - make sure that the "Done." message is printed even in case
|
---|
1095 | no output is written at the end
|
---|
1096 |
|
---|
1097 | * ceres.rc:
|
---|
1098 | - added some more info
|
---|
1099 |
|
---|
1100 | * datacenter/scripts/runcorsika:
|
---|
1101 | - added magnetic field Azimuth direction (ARRANG), currently
|
---|
1102 | at ~ -7deg at La Palma
|
---|
1103 |
|
---|
1104 | * mbase/MLog.cc:
|
---|
1105 | - finallyadded a really stupid hack/workaround to suppress these
|
---|
1106 | annoying errors in case of a log-scale set too early
|
---|
1107 |
|
---|
1108 | * mbase/MTask.[h,cc]:
|
---|
1109 | - Replaced OverwritesProcess by Overwrites
|
---|
1110 |
|
---|
1111 | * mcorsika/MCorsikaEvtHeader.cc:
|
---|
1112 | - fixed particle momentum coordinate system
|
---|
1113 |
|
---|
1114 | * mcorsika/MCorsikaRunHeader.[h,cc]:
|
---|
1115 | - added magnetic field values
|
---|
1116 | - improved output
|
---|
1117 |
|
---|
1118 | * mjobs/MJSimulation.cc:
|
---|
1119 | - updated height scale
|
---|
1120 | - use MPhotonStatistics.fLength
|
---|
1121 | - plot median dev of photon arrival times
|
---|
1122 |
|
---|
1123 | * mmc/MMcRunHeader.hxx:
|
---|
1124 | - added a getter IsCeres
|
---|
1125 | - added a setter for the Corsika Version
|
---|
1126 |
|
---|
1127 | * mpedestal/MMcPedestalCopy.cc:
|
---|
1128 | - use the new IsCeres
|
---|
1129 |
|
---|
1130 | * msim/MSimMMCS.[h,cc]:
|
---|
1131 | - use the telescope pointing in telescope coordinates for MMcEvt
|
---|
1132 | - correct the shower direction by the magnetic field azimuth
|
---|
1133 | - set corsika program version
|
---|
1134 |
|
---|
1135 | * msim/MSimPointingPos.[h,cc]:
|
---|
1136 | - splitted the output into coordinated in the corsika frame
|
---|
1137 | (module the magnetic field) and the poiting direction in
|
---|
1138 | telescope coordinates
|
---|
1139 | - added possibility to "observe" in off-target mode
|
---|
1140 |
|
---|
1141 | * msimreflector/MSimReflector.cc:
|
---|
1142 | - use new pointing direction in the corsika frame
|
---|
1143 |
|
---|
1144 |
|
---|
1145 |
|
---|
1146 |
|
---|
1147 | 2009/02/13 Thomas Bretz
|
---|
1148 |
|
---|
1149 | * mcorsika/MCorsikaEvtHeader.h:
|
---|
1150 | - added some comments on the coordinate system
|
---|
1151 |
|
---|
1152 | * ceres.rc:
|
---|
1153 | - added some comments
|
---|
1154 | - setup a psf for the dwarf mirror
|
---|
1155 |
|
---|
1156 | * mcorsika/MCorsikaRunHeader.h:
|
---|
1157 | - added some comments
|
---|
1158 |
|
---|
1159 | * mjobs/MJSimulation.cc:
|
---|
1160 | - added some histogram titles
|
---|
1161 | - fixed the x, y coordinates of the impact histogram
|
---|
1162 | - write "ElectronicNoise"
|
---|
1163 |
|
---|
1164 | * mjobs/MJStar.cc:
|
---|
1165 | - don't force writing of containers which are not filles by ceres
|
---|
1166 | - updated rule to support files without date
|
---|
1167 |
|
---|
1168 | * mpedestal/MPedestalPix.[h,cc]:
|
---|
1169 | - added Print() function
|
---|
1170 |
|
---|
1171 | * mraw/MRawFileRead.cc:
|
---|
1172 | - added a comment
|
---|
1173 |
|
---|
1174 | * msim/MPhotonData.h:
|
---|
1175 | - added comments about coordinate system
|
---|
1176 |
|
---|
1177 | * msimcamera/MSimGeomCam.cc:
|
---|
1178 | - when looking for the pixels convert from ceres-coordinates
|
---|
1179 | to GeomCam camera-coordinates
|
---|
1180 |
|
---|
1181 | * msimreflector/MMirror.h:
|
---|
1182 | - added Setter for SigmaPSF
|
---|
1183 |
|
---|
1184 | * msimreflector/MMirrorDisk.cc, msimreflector/MMirrorHex.cc,
|
---|
1185 | msimreflector/MMirrorSquare.cc:
|
---|
1186 | - now start counting in ReadM with 0
|
---|
1187 |
|
---|
1188 | * msimreflector/MReflector.[h,cc]:
|
---|
1189 | - added some documentation
|
---|
1190 | - added function to set psf of all mirrors
|
---|
1191 | - added psf optional to input file
|
---|
1192 | - remove already evaluated tokens from TObjArray
|
---|
1193 | - added reading of a default psf from the input file
|
---|
1194 |
|
---|
1195 | * mjobs/MSequence.cc:
|
---|
1196 | - fixed a bug in GetArrays which could cause seg-faults
|
---|
1197 | - added a sanity check
|
---|
1198 |
|
---|
1199 |
|
---|
1200 |
|
---|
1201 | 2009/02/12 Thomas Bretz
|
---|
1202 |
|
---|
1203 | * datacenter/macros/fillsources.C:
|
---|
1204 | - updated
|
---|
1205 |
|
---|
1206 | * mfileio/MWriteRootFile.[h,cc]:
|
---|
1207 | - added some comments
|
---|
1208 | - renamed GetNewFileName to SubstituteName
|
---|
1209 | - made SubstituteName static
|
---|
1210 |
|
---|
1211 | * mhist/MHCamera.cc:
|
---|
1212 | - fixed the number in the legend (was wrong since last update)
|
---|
1213 |
|
---|
1214 | * mjobs/MDataSet.cc:
|
---|
1215 | - replaced From by MString::Format
|
---|
1216 |
|
---|
1217 | * mjobs/MJSimulation.cc:
|
---|
1218 | - a lot of things were renamed
|
---|
1219 | - the refelctor can now be set from the setup file
|
---|
1220 | - changed the binning for the event width
|
---|
1221 | - removed plot "CamShadow"
|
---|
1222 | - changed rules for file names
|
---|
1223 |
|
---|
1224 | * ceres.rc:
|
---|
1225 | - updated according to the changes in MJSimulation
|
---|
1226 |
|
---|
1227 | * mjobs/MSequence.cc:
|
---|
1228 | - replaced use of Form by MString::Format
|
---|
1229 | - allow non-setting of fNight
|
---|
1230 | - don't print period if -1
|
---|
1231 |
|
---|
1232 | * mmain/MEventDisplay.cc:
|
---|
1233 | - decode trigger pattern for display
|
---|
1234 |
|
---|
1235 | * mmain/Makefile:
|
---|
1236 | - included mtrigger
|
---|
1237 |
|
---|
1238 | * msim/MHPhotonEvent.cc:
|
---|
1239 | - search Reflector instead of MReflector
|
---|
1240 |
|
---|
1241 | * msim/MSimAbsorption.cc:
|
---|
1242 | - added some info output
|
---|
1243 |
|
---|
1244 | * msimcamera/MSimAPD.[h,cc]:
|
---|
1245 | - added an option to set the geom cam name. Can be used to skip
|
---|
1246 | this task
|
---|
1247 |
|
---|
1248 | * msimcamera/MSimCamera.[h,cc]:
|
---|
1249 | - allow to set BaselineGain from resource file
|
---|
1250 |
|
---|
1251 | * msimreflector/MSimReflector.cc:
|
---|
1252 | - removed CamShadow container
|
---|
1253 | - search Reflector instead of MReflector
|
---|
1254 |
|
---|
1255 | * Makefile:
|
---|
1256 | - removed mreflector
|
---|
1257 |
|
---|
1258 | * mcalib/MCalibrationPatternDecode.cc:
|
---|
1259 | - in case of pattern==0 and MCs set the color to CT1. This is
|
---|
1260 | a workaround because the bits don't allow to set is explicitly
|
---|
1261 | - removed the check for the kCT1Pulser bit. It can never be true
|
---|
1262 | - consequently removed the kCT1Pulser bit
|
---|
1263 |
|
---|
1264 | * mpedestal/MMcPedestalCopy.[h,cc]:
|
---|
1265 | - fixed for MUX MCs (the pedestal has to be scaled)
|
---|
1266 | - added option to process ceres data
|
---|
1267 |
|
---|
1268 |
|
---|
1269 |
|
---|
1270 | 2009/02/11 Thomas Bretz
|
---|
1271 |
|
---|
1272 | * mcalib/MCalibColorSet.[h,cc]:
|
---|
1273 | - removed some obsolete break statements
|
---|
1274 | - removed obsolete gkMCRunLimit
|
---|
1275 | - fixed setting of signal strength for extremely old
|
---|
1276 | runs (I think we don't have them anyway)
|
---|
1277 |
|
---|
1278 | * mcalib/MCalibrateData.cc:
|
---|
1279 | - improved output
|
---|
1280 |
|
---|
1281 | * mcalib/MCalibrationChargeCalc.cc:
|
---|
1282 | - stop if no valid pulser colors have been found
|
---|
1283 |
|
---|
1284 | * mcorsika/MCorsikaRunHeader.h:
|
---|
1285 | - some cosmetics
|
---|
1286 | - added some getter
|
---|
1287 |
|
---|
1288 | * mhist/MHEvent.[h,cc]:
|
---|
1289 | - some improvements to output
|
---|
1290 | - implemented display for trigger pattern
|
---|
1291 |
|
---|
1292 | * mtrigger/MTriggerPattern.[h,cc]:
|
---|
1293 | - added Copy-function
|
---|
1294 |
|
---|
1295 | * mhist/Makefile:
|
---|
1296 | - added -I../mtrigger
|
---|
1297 |
|
---|
1298 | * mmc/MMcEvtBasic.[h,cc]:
|
---|
1299 | - moved the getter returning a TString to the source file
|
---|
1300 | - replaced Form by MString::Format
|
---|
1301 |
|
---|
1302 | * mraw/MRawRunHeader.cc:
|
---|
1303 | - initialize fSourceEpochChar[1]
|
---|
1304 | - initialize fNumEventsRead
|
---|
1305 | - suppress more output which has not been initialized
|
---|
1306 | - removed run-type from SetRunInfo
|
---|
1307 | - added new function SetRunType
|
---|
1308 | - use strncpy instead of memcpy
|
---|
1309 | - replaced const char[] arguments by TString
|
---|
1310 |
|
---|
1311 | * msimreflector/MReflector.[h,cc]:
|
---|
1312 | - added Print
|
---|
1313 | - added a circle around the mirror showing fMaxR
|
---|
1314 |
|
---|
1315 | * mastro/MAstro.cc:
|
---|
1316 | - updated some typos in comments
|
---|
1317 |
|
---|
1318 | * mbase/MEnv.cc:
|
---|
1319 | - replaced Form by MString::Format
|
---|
1320 |
|
---|
1321 | * mbase/MTask.cc:
|
---|
1322 | - made the total number of executions really count the total
|
---|
1323 | number
|
---|
1324 |
|
---|
1325 | * mcalib/MCalibrationPatternDecode.cc:
|
---|
1326 | - some cosmetics
|
---|
1327 | - corrected the use of a wrong FindCreateObj
|
---|
1328 |
|
---|
1329 | * mcorsika/MCorsikaRead.cc:
|
---|
1330 | - added a comment
|
---|
1331 |
|
---|
1332 | * mfileio/MWriteRootFile.cc:
|
---|
1333 | - improved output
|
---|
1334 | - improved the copy of a tree (now done without unpacking)
|
---|
1335 | - made sure that copied trees are shown in the summary
|
---|
1336 | - made sure that the copied trees are nevertheless deleted
|
---|
1337 |
|
---|
1338 | * mfilter/MFDeltaT.cc:
|
---|
1339 | - adapted to change in GetNumExecutions
|
---|
1340 |
|
---|
1341 | * mhbase/MFillH.cc:
|
---|
1342 | - set the number of executions (as it is in MTask) before the
|
---|
1343 | execution
|
---|
1344 |
|
---|
1345 | * mhbase/MH.cc:
|
---|
1346 | - improved the statistics output
|
---|
1347 |
|
---|
1348 | * mhist/MHCamera.[h,cc]:
|
---|
1349 | - don't create an own pad anymore
|
---|
1350 | - removed SetRange
|
---|
1351 | - SetRange now done via MH::SetPadRange
|
---|
1352 | - some sanity checks if fGeomCam is set
|
---|
1353 | - some adaptions to the new layout scheme without
|
---|
1354 | an own pad
|
---|
1355 | - Changed DrawProjection to a more commonly usable scheme
|
---|
1356 | - Removed all dependencies from MGeomCamMagic
|
---|
1357 | - start the gaus fit with the maximum not the integral
|
---|
1358 |
|
---|
1359 | * mjobs/MJCalibrateSignal.cc:
|
---|
1360 | - If the input files contain an OriginalMC tree
|
---|
1361 | copy it
|
---|
1362 | - consequently we make the MMcEvtBasic from the
|
---|
1363 | parameter-list optional
|
---|
1364 | - fixed the rule (MC files with .root as extension could not
|
---|
1365 | be processed)
|
---|
1366 |
|
---|
1367 | * mjobs/MJCalibration.[h,cc], mjobs/MJPedestal.[h,cc]:
|
---|
1368 | - Use MHCamera::CamDraw more extensively
|
---|
1369 | - replace use of Form by MString::Format
|
---|
1370 |
|
---|
1371 | * mjobs/MJSimulation.cc:
|
---|
1372 | - added an option to switch the cmaera electronics off
|
---|
1373 | - write some more containers to output file (for easy access)
|
---|
1374 | - set the MC bit in the header
|
---|
1375 | - now use MSimMMCS to "fake" the correct file structure
|
---|
1376 | - added three new writers to write the MMcEvtBasic information
|
---|
1377 | - added a display of the most important things
|
---|
1378 |
|
---|
1379 | * mmain/MEventDisplay.cc:
|
---|
1380 | - don't change into the not more existing pad of a MHCamera
|
---|
1381 |
|
---|
1382 | * msimcamera/MSimCalibrationSignal.cc:
|
---|
1383 | - adapted GetNumExecution
|
---|
1384 | - SetReadyToSave for the run header
|
---|
1385 | - jitter the number of emitted photons
|
---|
1386 | - corrected the emitted trigger positon
|
---|
1387 | - (re)set calibration pattern
|
---|
1388 |
|
---|
1389 | * mbase/MLut.[h,cc]:
|
---|
1390 | - added overload of Delete() function
|
---|
1391 | - added IsDefault
|
---|
1392 | - added SetDefault
|
---|
1393 |
|
---|
1394 | * mfileio/MWriteRootFile.cc:
|
---|
1395 | - fixed output in OpenFile
|
---|
1396 |
|
---|
1397 | * mjobs/MSequence.cc:
|
---|
1398 | - allow the "Night" resource to be empty
|
---|
1399 |
|
---|
1400 | * msimcamera/MSimBundlePhotons.cc:
|
---|
1401 | - some small improvements in case of empty maps
|
---|
1402 |
|
---|
1403 | * msimcamera/MSimReadout.[h,cc]:
|
---|
1404 | - reset gain. Use the new fConversionFactor instead
|
---|
1405 | - removed some setting of fRunHeader
|
---|
1406 |
|
---|
1407 | * msimcamera/MSimTrigger.[h,cc]:
|
---|
1408 | - on useer request now offset and gain can be used to
|
---|
1409 | convert the signal back into units of phe
|
---|
1410 | - added possibility to use empty lookup tables
|
---|
1411 | - added debug output
|
---|
1412 |
|
---|
1413 | * msimcamera/MSimCamera.[h,cc]:
|
---|
1414 | - outsourced the pedestal and gain numbers into ReInit
|
---|
1415 | - use an MPedestalCam for Electronic Noise and Gain
|
---|
1416 | - allow to switch ob whether the gain is applied to the
|
---|
1417 | electronic noise or not
|
---|
1418 | - SetPhotElfromShower
|
---|
1419 |
|
---|
1420 | * msim/Makefile. msim/SimLinkDef.h:
|
---|
1421 | - added MSimMMCS
|
---|
1422 |
|
---|
1423 | * msim/MSimMMCS.[h,cc]:
|
---|
1424 | - added
|
---|
1425 |
|
---|
1426 | * msimcamera/Makefile:
|
---|
1427 | - added -I../mpedestal
|
---|
1428 |
|
---|
1429 | * ceres.rc:
|
---|
1430 | - added
|
---|
1431 |
|
---|
1432 | * msimreflector/MMirrorSquare.cc, msimreflector/MMirrorHex.cc,
|
---|
1433 | msimreflector/MMirrorDisk.cc:
|
---|
1434 | - changed the grey colors
|
---|
1435 |
|
---|
1436 | * msimreflector/MMirrorHex.cc:
|
---|
1437 | - fixed bugs in CanHit and HasHit
|
---|
1438 |
|
---|
1439 |
|
---|
1440 |
|
---|
1441 | 2009/02/10 Thomas Bretz
|
---|
1442 |
|
---|
1443 | * manalysis/MMcTriggerLvl2Calc.cc:
|
---|
1444 | - removed obsolete include of MmcRunHeader
|
---|
1445 |
|
---|
1446 | * mbase/MSpline3.[h,cc]:
|
---|
1447 | - improved the available constructors
|
---|
1448 | - added some comments for future use
|
---|
1449 | - added default constructor
|
---|
1450 | - added GetHistogram()
|
---|
1451 |
|
---|
1452 | * mcorsika/MCorsikaRunHeader.[h,cc]:
|
---|
1453 | - added fImpactMax
|
---|
1454 | - added some Getters
|
---|
1455 |
|
---|
1456 | * melectronics/MPulseShape.[h,cc]:
|
---|
1457 | - set class version to 1 to make it storable
|
---|
1458 | - set a title for the splines
|
---|
1459 | - implemented Paint function
|
---|
1460 |
|
---|
1461 | * mhbase/MH.[h,cc]:
|
---|
1462 | - added SetPadRange
|
---|
1463 |
|
---|
1464 | * mhist/MHCamEvent.[h,cc]:
|
---|
1465 | - Init the geometry in ReInit thus it can work with a geometry stored in a file
|
---|
1466 | - Make sure that histogranms already drawn properly to a pad are found in Paint
|
---|
1467 | - added RecursiveRemove for sanity
|
---|
1468 |
|
---|
1469 | * mmc/MMcCorsikaRunHeader.h:
|
---|
1470 | - added SetSpectrum
|
---|
1471 |
|
---|
1472 | * mmc/MMcEvt.hxx:
|
---|
1473 | - added SetEvtNumber
|
---|
1474 | - added SetPhotElfromShower
|
---|
1475 |
|
---|
1476 | * mmc/MMcEvtBasic.[h,cc]:
|
---|
1477 | - added operator=
|
---|
1478 |
|
---|
1479 | * mmc/MMcRunHeader.[hxx, cxx]:
|
---|
1480 | - set default for the versions to UShort_t(-1)
|
---|
1481 | - added some comments
|
---|
1482 | - added SetNumSimulatedShowers
|
---|
1483 | - added SetImpactMax
|
---|
1484 |
|
---|
1485 | * mraw/MRawRunHeader.cc:
|
---|
1486 | - suppress some information in header if not valid
|
---|
1487 |
|
---|
1488 | * msignal/MSignalCalc.cc:
|
---|
1489 | - if (!fPedestal) we should return kTRUE not kFALSE
|
---|
1490 |
|
---|
1491 | * msimreflector/MMirror.[h,cc], msimreflector/MMirrorDisk.[h,cc],
|
---|
1492 | msimreflector/MMirrorHex.[h,cc], msimreflector/MMirrorSquare.[h,cc],
|
---|
1493 | msimreflector/MReflector.[h,cc],
|
---|
1494 | - added Print
|
---|
1495 | - some cosmetics in header
|
---|
1496 | - set class version to 1 to make it storable
|
---|
1497 |
|
---|
1498 | * mtools/MagicJam.cc:
|
---|
1499 | - updated
|
---|
1500 |
|
---|
1501 |
|
---|
1502 |
|
---|
1503 | 2009/02/10 Daniela Dorner
|
---|
1504 |
|
---|
1505 | * datacenter/db/tabs.php:
|
---|
1506 | - if csv-file doesn't exist, only logs are displayed now
|
---|
1507 |
|
---|
1508 |
|
---|
1509 |
|
---|
1510 | 2009/02/08 Thomas Bretz
|
---|
1511 |
|
---|
1512 | * Makefile.conf.linux:
|
---|
1513 | - added -Winit-self
|
---|
1514 |
|
---|
1515 | * msimcamera/MSimCalibrationSignal.[h,cc]:
|
---|
1516 | - account for the pulse shape/width
|
---|
1517 | - make number of photons settable
|
---|
1518 | - make time jitter settable
|
---|
1519 | - renamned fNumEntries to fNumEvents
|
---|
1520 | - don't set daq event number (should be set by the "daq")
|
---|
1521 | - set trigger pattern
|
---|
1522 | - print number of events in PreProcess
|
---|
1523 |
|
---|
1524 | * msimreflector/MSimReflector.[h,cc]:
|
---|
1525 | - made the detector margin settable
|
---|
1526 |
|
---|
1527 | * datacenter/macros/insertcacofile.C, datacenter/macros/insertsequence.C:
|
---|
1528 | - print an error and exit
|
---|
1529 |
|
---|
1530 | * macros/optim/optimdisp.C:
|
---|
1531 | - set the default values as default
|
---|
1532 | - added a short summary what a good strategy for optimization is
|
---|
1533 |
|
---|
1534 | * mastro/MAstro.cc:
|
---|
1535 | - replaced Form by MString::Form
|
---|
1536 |
|
---|
1537 | * mcorsika/MCorsikaEvtHeader.[h,cc], mcorsika/MCorsikaRunHeader.[h,cc]:
|
---|
1538 | - moved fParticleID from event header to run header
|
---|
1539 | - increased Class Version accordingly
|
---|
1540 | - added an error if more than one observation levels are read
|
---|
1541 |
|
---|
1542 | * mhcalib/MHGausEvents.cc:
|
---|
1543 | - replaced Form by MString::Form
|
---|
1544 | - handle the creating of the TF1 fExpFit a bit more "root-safe"
|
---|
1545 |
|
---|
1546 | * mhist/MHCamEvent.[h,cc]:
|
---|
1547 | - added a new option to collect the maximum or minimum contents
|
---|
1548 |
|
---|
1549 | * mhist/MHCamera.[h,cc]:
|
---|
1550 | - added new functions SetMax/MinCamContent
|
---|
1551 |
|
---|
1552 | * mraw/MRawEvtHeader.cc:
|
---|
1553 | - initialize the data members in constructor
|
---|
1554 |
|
---|
1555 | * mraw/MRawEvtHeader.h:
|
---|
1556 | - removed bits for trigger type they were never used
|
---|
1557 |
|
---|
1558 | * mraw/MRawRunHeader.cc:
|
---|
1559 | - tiny cosmetics
|
---|
1560 |
|
---|
1561 | * msim/MHPhotonEvent.[h,cc]:
|
---|
1562 | - added a histogram to display the height
|
---|
1563 | - don't fill kNightSky photons
|
---|
1564 |
|
---|
1565 | * msim/MPhotonData.h:
|
---|
1566 | - added getter for fProductionHeight
|
---|
1567 |
|
---|
1568 | * msim/MPhotonEvent.h:
|
---|
1569 | - commented IsValid (was not used anyhow)
|
---|
1570 |
|
---|
1571 | * msimcamera/MSimGeomCam.[h,cc]:
|
---|
1572 | - added one sample to the window to allow for time jitter of one sample
|
---|
1573 | - make the code for the window indentical to MSimCalibrationSignal
|
---|
1574 |
|
---|
1575 | * msimcamera/MSimReadout.[h,cc]:
|
---|
1576 | - Set the daq event number (readout number)
|
---|
1577 |
|
---|
1578 | * msimcamera/MSimTrigger.[h,cc]:
|
---|
1579 | - added comments
|
---|
1580 | - made the signal length settable
|
---|
1581 | - made the coincidence time settable
|
---|
1582 | - removed setting of the daq event number (should be done by the "daq")
|
---|
1583 | - changed the trigger output from all to inf/inf2
|
---|
1584 |
|
---|
1585 | * msimcamera/Makefile:
|
---|
1586 | - added -I../mtrigger
|
---|
1587 |
|
---|
1588 | * mjobs/MJSimulation.[h,cc]:
|
---|
1589 | - added new mode to force the use of the trigger "electronics"
|
---|
1590 | - moved setup of the fadc to the resource file
|
---|
1591 | - added a new histogram to show the maximum signal in all pixels
|
---|
1592 | - automatically setup the range of the TrigPos histogram
|
---|
1593 | - don't show all histograms in all run conditions
|
---|
1594 |
|
---|
1595 | * mraw/MRawRunHeader.[h,cc]:
|
---|
1596 | - added ReadEnv for a setup from a resource file in ceres
|
---|
1597 |
|
---|
1598 | * msimcamera/MSimAPD.cc:
|
---|
1599 | - added a sanity check if ReInit has not been called
|
---|
1600 |
|
---|
1601 |
|
---|
1602 |
|
---|
1603 | 2009/02/07 Thomas Bretz
|
---|
1604 |
|
---|
1605 | * sponde.rc:
|
---|
1606 | - fixed a typo
|
---|
1607 |
|
---|
1608 | * datacenter/scripts/runcorsika:
|
---|
1609 | - added a comment
|
---|
1610 |
|
---|
1611 | * mbase/MContinue.h:
|
---|
1612 | - changed a comment
|
---|
1613 |
|
---|
1614 | * mbase/MEnv.h, mbase/MMath.cc:
|
---|
1615 | - Do not assign a temporary TString to const char *
|
---|
1616 |
|
---|
1617 | * mcamera/MCameraCentralPix.[h,cc]:
|
---|
1618 | - changed fDC from Float_t to Int_t
|
---|
1619 |
|
---|
1620 | * mhflux/MHCollectionArea.cc, mhflux/MHDisp.cc, mhflux/MHEnergyEst.cc,
|
---|
1621 | mhflux/MHFalseSource.cc, mhflux/MHThreshold.cc, mhbase/MFillH.cc,
|
---|
1622 | mastro/MAstroCamera.cc, mastro/MAstroCatalog.cc, mbase/MContinue.cc,
|
---|
1623 | mbase/MFilter.cc, mbase/MLog.cc, mbase/MParContainer.cc, mhbase/MH.cc,
|
---|
1624 | mbase/MParEmulated.cc, mbase/MStatusDisplay.cc, mbase/MTime.cc,
|
---|
1625 | mhbase/MH3.cc, mhbase/MHn.cc,mhflux/MHAlpha.cc, mhist/MHCamera.cc,
|
---|
1626 | mhflux/MHEffectiveOnTime.cc, mmuon/MHMuonPar.cc, mmovie/MMovieWrite.cc,
|
---|
1627 | mhflux/MHFalseSource.cc, mhist/MHCamEvent.cc,
|
---|
1628 | mmain/MEventDisplay.cc, mreflector/MHReflector.cc:
|
---|
1629 | - use MString::Format instead of Form
|
---|
1630 |
|
---|
1631 | * msim/MHPhotonEvent.cc:
|
---|
1632 | - don't fill kNightSky primaries
|
---|
1633 |
|
---|
1634 | * msim/MPhotonEvent.[h,cc]:
|
---|
1635 | - return the number of non NightSky photons
|
---|
1636 |
|
---|
1637 | * msimcamera/MSimPSF.cc:
|
---|
1638 | - changed default for fSigma from 1 to -1
|
---|
1639 |
|
---|
1640 | * mbase/MContinue.cc:
|
---|
1641 | - changed default title
|
---|
1642 |
|
---|
1643 | * mfileio/MWriteRootFile.cc:
|
---|
1644 | - set kMustCleanup bit, otherwise it is not correctly deleted from
|
---|
1645 | the list of cleanups
|
---|
1646 |
|
---|
1647 | * mhbase/MH3.[h,cc]:
|
---|
1648 | - added RecursiveRemove
|
---|
1649 |
|
---|
1650 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
1651 | - moved code to source file
|
---|
1652 | - improved setting of a new fFunc
|
---|
1653 |
|
---|
1654 | * mhflux/MHAlpha.[h,cc], mhvstime/MHSectorVsTime.[h,cc]
|
---|
1655 | - added RecursiveRemove
|
---|
1656 |
|
---|
1657 | * mjobs/MJSimulation.cc:
|
---|
1658 | - added MSimPSF
|
---|
1659 | - Show only the non NightSky photons in the size plot
|
---|
1660 | - changed the binning of BinningEvtWidth
|
---|
1661 |
|
---|
1662 |
|
---|
1663 |
|
---|
1664 | 2009/02/06 Daniela Dorner
|
---|
1665 |
|
---|
1666 | * datacenter/db/include.php:
|
---|
1667 | - adapted status-query
|
---|
1668 |
|
---|
1669 |
|
---|
1670 |
|
---|
1671 | 2009/02/05 Daniel Hoehne-Moench
|
---|
1672 |
|
---|
1673 | * datacenter/macros/filldotrun.C:
|
---|
1674 | - implemented new SuperArehucas version
|
---|
1675 |
|
---|
1676 |
|
---|
1677 |
|
---|
1678 | 2009/02/03 Thomas Bretz
|
---|
1679 |
|
---|
1680 | * mastro/MAstroCatalog.[h,cc]:
|
---|
1681 | - searches now all catalogs also in the datacenter default path if
|
---|
1682 | the file could not be found
|
---|
1683 |
|
---|
1684 | * mbase/MStatusDisplay.cc:
|
---|
1685 | - also print information about added tabs in batch mode
|
---|
1686 |
|
---|
1687 | * mcorsika/MCorsikaEvtHeader.h:
|
---|
1688 | - fixed a comment
|
---|
1689 |
|
---|
1690 | * mfileio/MWriteRootFile.cc:
|
---|
1691 | - added some more log-output
|
---|
1692 | - open a new /dev/null only if none with the same title already exists
|
---|
1693 | - added some comments
|
---|
1694 |
|
---|
1695 | * mhflux/MHEffectiveOnTime.cc:
|
---|
1696 | - Don't call PaintText if FitH failed (as suggested by valgrind)
|
---|
1697 |
|
---|
1698 | * mjobs/MJStar.cc, mjobs/MJCalibrateSignal.cc:
|
---|
1699 | - added a title to all MWriteRootFile
|
---|
1700 |
|
---|
1701 | * mreport/MReportCC.cc:
|
---|
1702 | - added more comments
|
---|
1703 | - improved log-output
|
---|
1704 |
|
---|
1705 |
|
---|
1706 |
|
---|
1707 | 2009/02/03 Daniela Dorner
|
---|
1708 |
|
---|
1709 | * datacenter/db/plotdb.php:
|
---|
1710 | - sequence as default when startup
|
---|
1711 |
|
---|
1712 | * datacenter/db/plotdb.php, datacenter/db/plot.php:
|
---|
1713 | - added possibility to set size of plot
|
---|
1714 |
|
---|
1715 |
|
---|
1716 |
|
---|
1717 | 2009/02/03 Stefan Ruegamer
|
---|
1718 |
|
---|
1719 | * datacenter/scripts/budb:
|
---|
1720 | - added getdbsetup
|
---|
1721 |
|
---|
1722 |
|
---|
1723 |
|
---|
1724 | 2009/02/02 Thomas Bretz
|
---|
1725 |
|
---|
1726 | * mcamera/MCameraCentralPix.[h,cc]:
|
---|
1727 | - added data member fDC
|
---|
1728 | - increased class version number accordingly
|
---|
1729 |
|
---|
1730 | * mreport/MReportCC.cc:
|
---|
1731 | - improved debug output
|
---|
1732 | - remove minus from the third argument in SCHEDULE
|
---|
1733 |
|
---|
1734 | * mreport/MReportCamera.[h,cc]:
|
---|
1735 | - fixed for ver>=200812140
|
---|
1736 | - added InterpretePSSEN
|
---|
1737 | - added InterpreteLIQ
|
---|
1738 |
|
---|
1739 | * msimcamera/MSimCamera.cc:
|
---|
1740 | - added a time-shift uniformly according to the bin-width
|
---|
1741 |
|
---|
1742 |
|
---|
1743 |
|
---|
1744 | 2009/01/30 Thomas Bretz
|
---|
1745 |
|
---|
1746 | * RELEASE V2.2
|
---|
1747 |
|
---|
1748 |
|
---|
1749 | 2009/02/02 Thomas Bretz
|
---|
1750 |
|
---|
1751 | * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
|
---|
1752 | - fixed the regular expresssion
|
---|
1753 |
|
---|
1754 |
|
---|
1755 |
|
---|
1756 | 2009/01/30 Thomas Bretz
|
---|
1757 |
|
---|
1758 | * datacenter/macros/fillcmt.C:
|
---|
1759 | - added
|
---|
1760 |
|
---|
1761 | * datacenter/macros/plotstat.C:
|
---|
1762 | - extended loop to show all periods again
|
---|
1763 |
|
---|
1764 | * msim/MPhotonData.cc:
|
---|
1765 | - don't change the sign of the cosines. The direction of the
|
---|
1766 | particle doesn't neet to be changed
|
---|
1767 |
|
---|
1768 | * msimreflector/MSimReflector.cc:
|
---|
1769 | - change the rotation matrix to fit the change in MPhotonData
|
---|
1770 |
|
---|
1771 |
|
---|
1772 |
|
---|
1773 | 2009/01/29 Thomas Bretz
|
---|
1774 |
|
---|
1775 | * melectronics/MPulseShape.cc:
|
---|
1776 | - changed spline range from -25/25 to -8/8
|
---|
1777 |
|
---|
1778 | * mhflux/MAlphaFitter.cc, mhflux/MHAlpha.cc, mhflux/MHDisp.cc:
|
---|
1779 | - for sanity (thread safety) replaced Form by MString::Format
|
---|
1780 |
|
---|
1781 | * mhflux/MHDisp.cc:
|
---|
1782 | - initialize fHalf as suggested by valgrind
|
---|
1783 |
|
---|
1784 | * datacenter/macros/plotdb.C:
|
---|
1785 | - updated comments
|
---|
1786 |
|
---|
1787 | * resources/calibration_spline.rc:
|
---|
1788 | - updated
|
---|
1789 |
|
---|
1790 |
|
---|
1791 |
|
---|
1792 | 2009/01/27 Thomas Bretz
|
---|
1793 |
|
---|
1794 | * macros/rootlogon.C:
|
---|
1795 | - added new subdirectories
|
---|
1796 |
|
---|
1797 | * melectronics/MAnalogSignal.[h,cc]:
|
---|
1798 | - added the posssibility to add a pulse from a TF1
|
---|
1799 | - removed the printout if out of range
|
---|
1800 | - returns whether the range had to be adapted
|
---|
1801 | - changed the Discriminate function to allow for giving a start
|
---|
1802 | and end time of the search
|
---|
1803 | - imporved the fining of the falling and rising edge
|
---|
1804 | - removed the printout in Discriminate
|
---|
1805 |
|
---|
1806 | * msimcamera/MSimCamera.[h,cc]:
|
---|
1807 | - moved the pulse shape specific code into a new class MPulseShape
|
---|
1808 | - Fixed the range of the digitization
|
---|
1809 |
|
---|
1810 | * melectronics/MPulseShape.[h,cc]:
|
---|
1811 | - added
|
---|
1812 |
|
---|
1813 | * melectronics/Makefile, melectronics/ElectronicsLinkDef.h:
|
---|
1814 | - added MPulseShape
|
---|
1815 |
|
---|
1816 | * msimcamera/MSimGeomCam.[h,cc]:
|
---|
1817 | - Fixed the time window for random photons (Maybe move to a later
|
---|
1818 | step in the analysis?)
|
---|
1819 |
|
---|
1820 | * msimcamera/MSimReadout.cc:
|
---|
1821 | - call SetReadyToSave for the run-header
|
---|
1822 | - added some debug output in case of failure
|
---|
1823 |
|
---|
1824 | * msimcamera/MSimSignalCam.[h,cc]:
|
---|
1825 | - subtract the trigger position of any
|
---|
1826 |
|
---|
1827 | * msimcamera/MSimTrigger.cc:
|
---|
1828 | - some changes to the debug output
|
---|
1829 |
|
---|
1830 | * mjobs/MJSimulation.[h,cc]:
|
---|
1831 | - added
|
---|
1832 |
|
---|
1833 | * mjobs/Makefile, mjobs/JobsLinkDef.h:
|
---|
1834 | - added MJSimulation
|
---|
1835 |
|
---|
1836 | * ceres.cc, showlog.cc, callisto.cc, star.cc, ganymed.cc, sponde.cc:
|
---|
1837 | - added parenthesis suggested by compiler
|
---|
1838 |
|
---|
1839 | * mbase/MParEnv.cc:
|
---|
1840 | - included TClass for newwer root versions
|
---|
1841 |
|
---|
1842 | * msimreflector/MReflector.cc:
|
---|
1843 | - fixed return if read file was not existing
|
---|
1844 |
|
---|
1845 | * msimrelfector/MSimReflector.cc:
|
---|
1846 | - added sanity check if reflector is valid
|
---|
1847 |
|
---|
1848 | * datacenter/macros/insertdataset.C:
|
---|
1849 | - added fPriority
|
---|
1850 |
|
---|
1851 | * datacenter/macros/plotoptical.C:
|
---|
1852 | - write a root-file as the other plot-macros do
|
---|
1853 |
|
---|
1854 | * mreflector/MHReflector.cc:
|
---|
1855 | - added some SetDirectory(NULL), although this class is a candidate
|
---|
1856 | for removal
|
---|
1857 |
|
---|
1858 | * mjobs/MJCut.cc, mjobs/MJCalibrateSignal.cc:
|
---|
1859 | - make the CheckEnv fail if kFALSE is returned
|
---|
1860 |
|
---|
1861 |
|
---|
1862 |
|
---|
1863 | 2009/01/26 Thomas Bretz
|
---|
1864 |
|
---|
1865 | * Makefile:
|
---|
1866 | - added mcorsika, msim, msimreflector, msimcamera and
|
---|
1867 | msimelectronics
|
---|
1868 | - added readcorsika
|
---|
1869 |
|
---|
1870 | * mbase/Makefile, mbase/BaseLinkDef.h:
|
---|
1871 | - added MParEnv
|
---|
1872 |
|
---|
1873 | * mbase/MParEnv.[h,cc]:
|
---|
1874 | - added
|
---|
1875 |
|
---|
1876 | * mbase/MParameters.[h,cc]:
|
---|
1877 | - added ReadEnv to all classes
|
---|
1878 |
|
---|
1879 | * mbase/MParList.cc:
|
---|
1880 | - return the container within MParEnv if MParEnv found
|
---|
1881 |
|
---|
1882 | * mbase/MParContainer.cc:
|
---|
1883 | - fixed a typo
|
---|
1884 |
|
---|
1885 | * manalysis/MEventRateCalc.cc:
|
---|
1886 | - added a comment
|
---|
1887 |
|
---|
1888 | * melectronics/MAnalogChannels.[h,cc]:
|
---|
1889 | - made the GetNum* unsigned
|
---|
1890 | - added new member functions to just initialize one size
|
---|
1891 |
|
---|
1892 | * mraw/MRawRunHeader.[h,cc]:
|
---|
1893 | - added a possibility to just init the number of pixels
|
---|
1894 |
|
---|
1895 | * msimcamera/MSimReadout.[h,cc]:
|
---|
1896 | - get the number of output channels from the camera geometry
|
---|
1897 | - initialize the runheader in ReInit
|
---|
1898 | - initialize the data arrays from the run-header in reinit
|
---|
1899 |
|
---|
1900 | * mimage/MHHillas.cc:
|
---|
1901 | - the default binning is not scales by 0.9 anymore
|
---|
1902 |
|
---|
1903 | * mmc/MMcEvtBasic.h:
|
---|
1904 | - added new type "artificial"
|
---|
1905 |
|
---|
1906 | * mraw/MRawRunHeader.cc:
|
---|
1907 | - set header size in constructor to 0
|
---|
1908 |
|
---|
1909 | * msimcamera/MSimCalibrationSignal.[h,cc]:
|
---|
1910 | - we need fEvt and fTrigger always
|
---|
1911 | - renamed ReInit to CallReInit
|
---|
1912 | - set photon primary type
|
---|
1913 | - set number of photons from 50 to 5
|
---|
1914 |
|
---|
1915 | * msimcamera/MSimRandomPhotons.cc:
|
---|
1916 | - explicitly set weight to 1
|
---|
1917 |
|
---|
1918 | * mjobs/Makefile:
|
---|
1919 | - added msim, msimreflector, msimcamera and mcorsika
|
---|
1920 |
|
---|
1921 |
|
---|
1922 |
|
---|
1923 | 2009/01/25 Thomas Bretz
|
---|
1924 |
|
---|
1925 | * mbase/Makefile, mbase/BaseLinkDef.h:
|
---|
1926 | - added MLut
|
---|
1927 |
|
---|
1928 | * mbase/MLut.[h,cc]:
|
---|
1929 | - added
|
---|
1930 |
|
---|
1931 | * msimcamera/MSimCamera.[h,cc], msimcamera/MSimTrigger.[h,cc],
|
---|
1932 | msimcamera/MSimRadout.[h,cc], msimcamera/SimCameraLinkDef.h,
|
---|
1933 | msimcamera/Makefile, msimcamera/MSimCalibrationSignal.[h,cc],
|
---|
1934 | msimcamera/SimCameraIncl,h:
|
---|
1935 | - added
|
---|
1936 |
|
---|
1937 | * mjobs/MJob.cc:
|
---|
1938 | - included TClass for newer root versions
|
---|
1939 |
|
---|
1940 | * mreflector/MRflEvtData.cc:
|
---|
1941 | - repaced a use of MHexagon by a direct use of MGeomCam
|
---|
1942 |
|
---|
1943 | * melectronics/MAvalanchePhotoDiode.[h,cc]:
|
---|
1944 | - added some getters
|
---|
1945 | - remobved some obsolete comment
|
---|
1946 | - set entries to 1 by default
|
---|
1947 |
|
---|
1948 | * mgeom/MGeomCam.[h,cc]:
|
---|
1949 | - split the Get[Max,Min]Radius into two member functions
|
---|
1950 | - added the HitDetector based on the maximum radius calculated
|
---|
1951 |
|
---|
1952 | * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
|
---|
1953 | - removed overloading of the new HitDetector
|
---|
1954 |
|
---|
1955 | * mgeom/MGeomPix.[h,cc]:
|
---|
1956 | - reset fUserBits in constructor according to a suggestion by valgrind
|
---|
1957 | - added GetT member function
|
---|
1958 |
|
---|
1959 | * mjobs/MJSpectrum.cc:
|
---|
1960 | - replaced some Form calls for sanity by MString::Format
|
---|
1961 | - check the result of CheckEnv
|
---|
1962 |
|
---|
1963 | * mjobs/MJStar.cc:
|
---|
1964 | - check the result of CheckEnv
|
---|
1965 |
|
---|
1966 | * mjobs/MJob.cc:
|
---|
1967 | - fixed a typo in the name for the seed value resource
|
---|
1968 |
|
---|
1969 | * mraw/MRawRunHeader.h:
|
---|
1970 | - added a getter for run type point run
|
---|
1971 |
|
---|
1972 | * msignal/MSignalCalc.cc:
|
---|
1973 | - don't execute Process at all if fPedestal==NULL
|
---|
1974 |
|
---|
1975 | * msignal/MSignalCam.cc:
|
---|
1976 | - aded case 10 and 11 to GetPixelContent
|
---|
1977 |
|
---|
1978 | * msim/MHPhotonEvent.cc:
|
---|
1979 | - replaced case 4 by using the traversal distance in the 0-pixel
|
---|
1980 |
|
---|
1981 | * msimcamera/MSimSignalCam.cc:
|
---|
1982 | - set pixel only to used if contents>0
|
---|
1983 |
|
---|
1984 | * msimcamera/MSimTrigger.[h,cc]:
|
---|
1985 | - added ReadEnv for setup from a resource file
|
---|
1986 | - compress the trigger list after deleting slots
|
---|
1987 | - initialize descriminator threshold with -1
|
---|
1988 | - check for the validity of the discr. th in PreProcess
|
---|
1989 |
|
---|
1990 | * msimreflector/MReflector.[h,cc]:
|
---|
1991 | - store file name in title
|
---|
1992 | - added ReadEnv for setup from a resource file
|
---|
1993 |
|
---|
1994 | * msimreflector/MSimReflector.[h,cc]:
|
---|
1995 | - changed copyright notice
|
---|
1996 | - added fDetectorMargin
|
---|
1997 |
|
---|
1998 |
|
---|
1999 |
|
---|
2000 |
|
---|
2001 | 2009/01/24 Thomas Bretz
|
---|
2002 |
|
---|
2003 | * mbase/MMath.cc:
|
---|
2004 | - added two explicit conversion to make it compile on my Ubuntu
|
---|
2005 | - Replaced some Form by MString::Format
|
---|
2006 | - included MString
|
---|
2007 |
|
---|
2008 |
|
---|
2009 |
|
---|
2010 | 2009/01/23 Daniela Dorner
|
---|
2011 |
|
---|
2012 | * datacenter/db/showplots-ds.php, datacenter/db/tabs.php,
|
---|
2013 | datacenter/db/plot.php:
|
---|
2014 | - adapted path to new web file structure
|
---|
2015 |
|
---|
2016 | * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php:
|
---|
2017 | - added option to group by date (year, month, night): pulldown in
|
---|
2018 | menu and adapted query
|
---|
2019 |
|
---|
2020 | * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php
|
---|
2021 | datacenter/db/datasetinfo-aio.php:
|
---|
2022 | - enabled possibility to combine all group-bys
|
---|
2023 |
|
---|
2024 | * datacenter/db/datasetinfo-aio.php:
|
---|
2025 | - enhances information printed in table in case of group-by
|
---|
2026 |
|
---|
2027 | * datacenter/db/include.php:
|
---|
2028 | - adapted pulldown of status-group-by
|
---|
2029 |
|
---|
2030 | * datacenter/db/menu.php:
|
---|
2031 | - added pulldown for sumtrigger-flag to sequinfo-menu
|
---|
2032 | - added function to print pulldown for group-by date
|
---|
2033 |
|
---|
2034 |
|
---|
2035 |
|
---|
2036 | 2009/01/23 Thomas Bretz
|
---|
2037 |
|
---|
2038 | * mcorsika/MCorsikaEvtHeader.[h,cc], msim/MPhotonData.[h,cc],
|
---|
2039 | msimcamera/MSimExcessNoise.cc, msimreflector/MMirrorDisk.cc,
|
---|
2040 | msimreflector/MMirrorHex.cc, msimreflector/MMirrorSquare.[h,cc],
|
---|
2041 | msimreflector/MReflector.cc, msimreflector/MSimReflector.cc,
|
---|
2042 | melectronics/MAnalogSignal.cc:
|
---|
2043 | - moved code which needs TMath to source file
|
---|
2044 | - included TMath for newer root versions
|
---|
2045 | - included TObjArray for newer root versions
|
---|
2046 |
|
---|
2047 | * msimcamera/MSimAPD.[h,cc], msimcamera/MSimBundlePhotons.[h,cc],
|
---|
2048 | msimcamera/MSimRandomPhotons.[h,cc]:
|
---|
2049 | - added
|
---|
2050 |
|
---|
2051 | * melectronics/Makefile, melectronics/MAnalogChannels.[h,cc],
|
---|
2052 | melectronics/ElectronicsIncl.h, melectronics/ElectronicsLinkDef.h,
|
---|
2053 | melectronics/MDigitalSignal.[h,cc],
|
---|
2054 | melectronics/MAnalogSignal.[h,cc],
|
---|
2055 | melectronics/MAvalanchePhotoDiode.[h,cc]:
|
---|
2056 | - added
|
---|
2057 |
|
---|
2058 | * msim/M*.cc, msimreflector/M*.cc, msimcamera/M*.cc:
|
---|
2059 | - changed copyright notice
|
---|
2060 |
|
---|
2061 | * mjobs/MJob.[h,cc]:
|
---|
2062 | - for convinience replaced GetEnvValue by GetEnvValue2
|
---|
2063 | - added initialization of the random number generator
|
---|
2064 |
|
---|
2065 | * ceres.cc, mcorsika/CorsikaIncl.h:
|
---|
2066 | - added
|
---|
2067 |
|
---|
2068 |
|
---|
2069 |
|
---|
2070 | 2009/01/22 Thomas Bretz
|
---|
2071 |
|
---|
2072 | * mraw/MRawRunHeader.h:
|
---|
2073 | - added new functions to access the runtype
|
---|
2074 |
|
---|
2075 | * msim/MPhotonData.cc:
|
---|
2076 | - removed some obsolete comments
|
---|
2077 |
|
---|
2078 | * msim/MPhotonEvent.[h,cc]
|
---|
2079 | - added some comments
|
---|
2080 | - added new member function GetFirst and GetLast
|
---|
2081 | - UnSort the array after reading new data
|
---|
2082 | - removed some old obsolete code
|
---|
2083 | - added new meber function Sort and IsSorted
|
---|
2084 |
|
---|
2085 | * msimreflector/MSimReflector.cc:
|
---|
2086 | - force sorting of the array
|
---|
2087 |
|
---|
2088 | * msimcamera/MSimPSF.[h,cc], msimcamera/MSimGeomCam.[h,cc],
|
---|
2089 | msimcamera/MSimExcessNoise.[h,cc], msimcamera/MSimSignalCam.[h,cc]:
|
---|
2090 | - added
|
---|
2091 |
|
---|
2092 |
|
---|
2093 |
|
---|
2094 | 2009/01/21 Thomas Bretz
|
---|
2095 |
|
---|
2096 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
---|
2097 | - added MQuaternion
|
---|
2098 | - added MReflection
|
---|
2099 |
|
---|
2100 | * mbase/MQuaternion.[h,cc], mbase/MReflection.[h,cc]:
|
---|
2101 | - added
|
---|
2102 |
|
---|
2103 | * mbase/MArrayI.[h,cc]:
|
---|
2104 | - added a few new functions (ReSort, Add, Find and AddUniq)
|
---|
2105 |
|
---|
2106 | * mbase/MMath.cc:
|
---|
2107 | - replaced delete by delete[] where appropriate
|
---|
2108 |
|
---|
2109 | * mgeom/MGeomCam.h:
|
---|
2110 | - added new virtual functions HitFrame and HitDetector
|
---|
2111 | - included MQuaternion
|
---|
2112 |
|
---|
2113 | * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
|
---|
2114 | - added new functions HitFrame and HitDetector:
|
---|
2115 |
|
---|
2116 | * msim/MHPhotonEvent.cc:
|
---|
2117 | - removed the reference to MCamera
|
---|
2118 |
|
---|
2119 | * mgeom/MGeomPix.[h,cc], mgui/MHexagon.[h,cc]:
|
---|
2120 | - moved DistanceToPrimitive from MHexagon to MGeomPix
|
---|
2121 | - moved the funtions to calculate overlapping areas
|
---|
2122 | also, but they are still in a comment
|
---|
2123 |
|
---|
2124 | * mgui/MHexagon.[h,cc]:
|
---|
2125 | - started implementing a rotation angle
|
---|
2126 | - added data meber fPhi
|
---|
2127 | - increased class version number
|
---|
2128 |
|
---|
2129 | * mhist/MHCamera.cc, mtools/MagicJam.cc:
|
---|
2130 | - we don't have to use a MHexagon anymore caluclating
|
---|
2131 | DistanceToPrimitive
|
---|
2132 |
|
---|
2133 | * msimreflector/MMirror.[h,cc], msimreflector/MMirrorSquare.[h,cc],
|
---|
2134 | msimreflector/MMirrorHex.[h,cc], msimreflector/MMirrorDisk.[h,cc],
|
---|
2135 | msimreflector/MReflector.[h,cc], msimreflector/MSimReflector.[h,cc],
|
---|
2136 | msimreflector/Makefile, msimreflector/SimReflectorLinkDef.h,
|
---|
2137 | msimreflector/SimReflectorIncl.h:
|
---|
2138 | - added
|
---|
2139 |
|
---|
2140 |
|
---|
2141 |
|
---|
2142 | 2009/01/21 Stefan Ruegamer
|
---|
2143 |
|
---|
2144 | * datacenter/scripts/read_lapalma-tapes:
|
---|
2145 | - added check of the tape slot when exporting the tapes
|
---|
2146 |
|
---|
2147 |
|
---|
2148 |
|
---|
2149 | 2009/01/20 Thomas Bretz
|
---|
2150 |
|
---|
2151 | * mjobs/MJob.h:
|
---|
2152 | - added Esc member function
|
---|
2153 |
|
---|
2154 | * msim/MPhotonData.[h,cc], msim/MPhotonEvent.[h,cc],
|
---|
2155 | msim/MSimAbsorption.[h,cc], msim/MSimPointingPos.[h,cc],
|
---|
2156 | MHPhotonEvent.[h,cc], msim/Makefile, msim/SimIncl.h
|
---|
2157 | msim/SimLinkDef.h:
|
---|
2158 | - added
|
---|
2159 |
|
---|
2160 |
|
---|
2161 | 2009/01/19 Thomas Bretz
|
---|
2162 |
|
---|
2163 | * mfileio/MWriteRootFile.cc:
|
---|
2164 | - simplified how the rules are evaluated using TPregexp
|
---|
2165 | - by this the rules got more powerful
|
---|
2166 |
|
---|
2167 | * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
|
---|
2168 | - changed ols style rule to new style
|
---|
2169 |
|
---|
2170 |
|
---|
2171 |
|
---|
2172 | 2009/01/18 Thomas Bretz
|
---|
2173 |
|
---|
2174 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
---|
2175 | - added MSpline3
|
---|
2176 |
|
---|
2177 | * mcorsika/MCorsikaEvtHeader.cc:
|
---|
2178 | - some little cosmetics
|
---|
2179 |
|
---|
2180 | * mcorsika/MCorsikaEvtHeader.h:
|
---|
2181 | - added some missing getters
|
---|
2182 |
|
---|
2183 | * mcorsika/MCorsikaRunHeader.cc:
|
---|
2184 | - removed some obsolete comments
|
---|
2185 | - reordered some comments
|
---|
2186 |
|
---|
2187 | * mextralgo/MExtralgoSpline.h:
|
---|
2188 | - changed default in GetIntegral from true to false
|
---|
2189 |
|
---|
2190 | * mraw/MRawEvtHeader.h:
|
---|
2191 | - added Setter for DAQEventNumber
|
---|
2192 |
|
---|
2193 | * mraw/MRawRunHeader.cc:
|
---|
2194 | - start pixel hardware indices with 1 not with 0
|
---|
2195 |
|
---|
2196 |
|
---|
2197 |
|
---|
2198 | 2009/01/17 Thomas Bretz
|
---|
2199 |
|
---|
2200 | * mbase/MMath.[h,cc]:
|
---|
2201 | - added a new function RndmExp which should be a tiny bit faster than
|
---|
2202 | root's own implementation because it ises Rndm() instead of Uniform()
|
---|
2203 |
|
---|
2204 | * mextralgo/ExtralgoIncl.h:
|
---|
2205 | - added MArrayF
|
---|
2206 |
|
---|
2207 | * mextralgo/MExtralgoSpline.[h,cc]:
|
---|
2208 | - divided FindY into FindYup and FindYdn to avoid an obsolete if-clause
|
---|
2209 | - added a new member function to return the integral function of the
|
---|
2210 | spline. This is useful to init a new spline and use it for
|
---|
2211 | producing the proper random distribution.
|
---|
2212 |
|
---|
2213 | * mpedestal/MPedestalSubtractedEvt.[h,cc]:
|
---|
2214 | - added Print() function
|
---|
2215 |
|
---|
2216 | * mraw/MRawEvtData.[h,cc]:
|
---|
2217 | - added a member function to Reset the arrays
|
---|
2218 | - added member function to set the pixel indices
|
---|
2219 | - Improved the new Set function
|
---|
2220 |
|
---|
2221 | * readcorsika.cc:
|
---|
2222 | - added
|
---|
2223 |
|
---|
2224 |
|
---|
2225 |
|
---|
2226 | 2009/01/16 Daniel Hoehne-Moench
|
---|
2227 |
|
---|
2228 | * datacenter/scripts/mcsequences:
|
---|
2229 | - implemented sumtrigger -> modes, fTriggerFlagKEY
|
---|
2230 | - fPriority(MCSequenceProcessStatus) is now filled into the mcdb
|
---|
2231 |
|
---|
2232 | * datacenter/scripts/fillmccallisto, fillmcstar:
|
---|
2233 | - bugfix: changed argument of $primaries from [$s+$s] to [$s]
|
---|
2234 |
|
---|
2235 | * datacenter/macros/fillcamera.C:
|
---|
2236 | - changed NumPheFromDNSB to float(7,3)
|
---|
2237 | - fPriority(MCRunProcessStatus) is now filled into the mcdb
|
---|
2238 |
|
---|
2239 | * datacenter/macros/fillmccalib.C:
|
---|
2240 | - minor changes, bugfix (wrong column name for mcdb)
|
---|
2241 |
|
---|
2242 | * datacenter/macros/fillmcsignal.C:
|
---|
2243 | - definition of some parameters changed according to fillsignal.C
|
---|
2244 | - minor changes, deleted unnecessary code
|
---|
2245 | - implemented if clause for HiLo-Parameters. Instead of
|
---|
2246 | seqno<200000 the fAmplFadcKEY is queried in the mcdb for each
|
---|
2247 | sequence. For MUX MCs the HiLo-Parameters are not calculated.
|
---|
2248 |
|
---|
2249 |
|
---|
2250 |
|
---|
2251 | 2009/01/15 Thomas Bretz
|
---|
2252 |
|
---|
2253 | * callisto.cc:
|
---|
2254 | - cosmetics to output
|
---|
2255 |
|
---|
2256 | * mcorsika/MCorsikaRunHeader.cc:
|
---|
2257 | - cosmetics (removed a ;;)
|
---|
2258 |
|
---|
2259 | * mhist/MHEvent.[h,cc]:
|
---|
2260 | - ReInit to allow the change of the camera geoemtry in ReInit
|
---|
2261 |
|
---|
2262 |
|
---|
2263 |
|
---|
2264 | 2009/01/15 Stefan Ruegamer
|
---|
2265 |
|
---|
2266 | * datacenter/scripts/dodatacheck:
|
---|
2267 | - removed the _E in the find command; files from 2008/06/04 on do
|
---|
2268 | not have it any more
|
---|
2269 |
|
---|
2270 |
|
---|
2271 |
|
---|
2272 | 2009/01/14 Daniel Hoehne-Moench
|
---|
2273 |
|
---|
2274 | * datacenter/scripts/sourcefile:
|
---|
2275 | - extended errorcoding on mc run process status
|
---|
2276 |
|
---|
2277 | * datacenter/scripts/runmccallisto, runmcstar:
|
---|
2278 | - deleted unnecessary lines, adapted to primary structure
|
---|
2279 |
|
---|
2280 | * datacenter/macros/fillmcsignal.C, fillmccalib.C, fillmcstar.C:
|
---|
2281 | - added
|
---|
2282 |
|
---|
2283 | * datacenter/scripts/fillmccallisto, fillmcstar:
|
---|
2284 | - added
|
---|
2285 |
|
---|
2286 |
|
---|
2287 |
|
---|
2288 | 2009/01/14 Thomas Bretz
|
---|
2289 |
|
---|
2290 | * readraw.cc:
|
---|
2291 | - check first whether the file exist before adding the extension
|
---|
2292 |
|
---|
2293 | * mbase/MMath.[h,cc]:
|
---|
2294 | - added function to Re-sort an array
|
---|
2295 |
|
---|
2296 | * mfileio/MReadMarsFile.cc, mfileio/MWriteRootFile.cc:
|
---|
2297 | - Improved output
|
---|
2298 |
|
---|
2299 | * mfileio/MWriteRootFile.cc:
|
---|
2300 | - fixed a problem which prevented to open more than one /dev/null
|
---|
2301 | devices independantly
|
---|
2302 |
|
---|
2303 | * mgeom/MGeomCam.cc:
|
---|
2304 | - cosmetics
|
---|
2305 |
|
---|
2306 | * mgeom/MGeomCamDwarf.h:
|
---|
2307 | - fixed a typo in an ifdef
|
---|
2308 |
|
---|
2309 | * mgeom/MGeomPix.[h,cc]:
|
---|
2310 | - added funtion to return positon as TVector2
|
---|
2311 | - slightly improved the algorithm to check IsInside
|
---|
2312 | - fixed the conditional signs for the orientation of pixels
|
---|
2313 | in GetDirection
|
---|
2314 |
|
---|
2315 | * mmain/MEventDisplay.cc:
|
---|
2316 | - Give different names to the MPedestalSubtract tasks
|
---|
2317 | - fixed buttons
|
---|
2318 | - call AddGeometryTags after ReInit to allow reading new geometries in
|
---|
2319 | ReInit
|
---|
2320 |
|
---|
2321 | * mmc/MMcEvtBasic.h:
|
---|
2322 | - added a new primary type kNightSky
|
---|
2323 |
|
---|
2324 | * mraw/MRawEvtPixelIter.h:
|
---|
2325 | - replaced type of the number of bytes by UInt_t
|
---|
2326 |
|
---|
2327 | * mraw/MRawRunHeader.h:
|
---|
2328 | - allow to validate the magic-number from outside (for MCs)
|
---|
2329 |
|
---|
2330 | * datacenter/scripts/runcorsika:
|
---|
2331 | - added a lot of comments
|
---|
2332 | - reordered values in input card
|
---|
2333 | - switched off a lot of obsolete output
|
---|
2334 | - changed the Magnetic field to a value corresponding to the location of
|
---|
2335 | MAGIC at 2200m height valid for January 2009. (The old value never took
|
---|
2336 | place there?!) The value was taken from www.noaa.gov/geomagmodels
|
---|
2337 |
|
---|
2338 |
|
---|
2339 |
|
---|
2340 | 2009/01/12 Daniel Hoehne-Moench
|
---|
2341 |
|
---|
2342 | * datacenter/db/menu.php:
|
---|
2343 | - bugfix: now the SumTriggerFlag is correctly displayed in the web
|
---|
2344 | interface
|
---|
2345 |
|
---|
2346 |
|
---|
2347 |
|
---|
2348 | 2009/01/09 Daniel Hoehne-Moench
|
---|
2349 |
|
---|
2350 | * datacenter/macros/fillcamera.C
|
---|
2351 | - implemented new variables: zbinmin, zbinmax, number of
|
---|
2352 | sumtriggers, sum trigger flag
|
---|
2353 | - bugfix: for P and C runs the mirror fraction and the impact
|
---|
2354 | parameter had unreasonable values (negative) which were filled
|
---|
2355 | into the mcdb, now->0
|
---|
2356 |
|
---|
2357 | * datacenter/scripts/fillcamera, mcsequences:
|
---|
2358 | - implemented call of getdbsetup
|
---|
2359 |
|
---|
2360 |
|
---|
2361 |
|
---|
2362 | 2009/01/09 Stefan Ruegamer
|
---|
2363 |
|
---|
2364 | * datacenter/scripts/buildsequenceentries
|
---|
2365 | - corrected IFS argument
|
---|
2366 |
|
---|
2367 |
|
---|
2368 |
|
---|
2369 | 2009/01/08 Stefan Ruegamer
|
---|
2370 |
|
---|
2371 | * datacenter/scripts/filesondisk
|
---|
2372 | - added S and N runs
|
---|
2373 |
|
---|
2374 |
|
---|
2375 |
|
---|
2376 | 2009/01/07 Daniel Hoehne-Moench
|
---|
2377 |
|
---|
2378 | * datacenter/macros/filldotrun.C:
|
---|
2379 | - updated column counting numbers
|
---|
2380 | - included a check for the number of columns in the runfiles
|
---|
2381 |
|
---|
2382 | * datacenter/macros/buildsequenceentries.C:
|
---|
2383 | - implemented SumTriggerFlagKEY for sequence building
|
---|
2384 |
|
---|
2385 |
|
---|
2386 |
|
---|
2387 | 2009/01/06 Thomas Bretz
|
---|
2388 |
|
---|
2389 | * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h,
|
---|
2390 | mbase/MArrayI.h, mbase/MArrayS.h:
|
---|
2391 | - removed GetSize
|
---|
2392 |
|
---|
2393 | * mbase/MArrayF.h:
|
---|
2394 | - added Add()
|
---|
2395 | - added AddClipped
|
---|
2396 |
|
---|
2397 | * mbase/MMath.[h,cc]:
|
---|
2398 | - implemented ReSort
|
---|
2399 |
|
---|
2400 | * mcorsika/MCorsikaEvtHeader.cc:
|
---|
2401 | - removed obsolete comments
|
---|
2402 |
|
---|
2403 | * mcorsika/MCorsikaRead.cc:
|
---|
2404 | - cosmetics
|
---|
2405 |
|
---|
2406 | * mcorsika/MCorsikaRunHeader.[h,cc]:
|
---|
2407 | - added comments about file contents
|
---|
2408 | - added fWavelengthMin/Max
|
---|
2409 |
|
---|
2410 | * mextralgo/MExtralgoSpline.[h,cc]:
|
---|
2411 | - renamed SearchY to SearchYdn
|
---|
2412 | - fixed a problem in SearchYup (must be ++i instead of i++)
|
---|
2413 | (this is relatively unimportant because it was only used
|
---|
2414 | in the determination of the pulse width which we never
|
---|
2415 | really used)
|
---|
2416 | - added a sanity/range-check to SearchYup and SearchYdn
|
---|
2417 | - added a comment
|
---|
2418 | - changed the order of arguments in EvalDeriv1
|
---|
2419 | - changed the order of arguments in EvalDeriv2
|
---|
2420 | - accelerated EvalDeriv1 (one multiplication less)
|
---|
2421 | - added Deriv1 function
|
---|
2422 | - made SearchYup and SearchYdn public
|
---|
2423 |
|
---|
2424 | * mjobs/MDataSet.cc:
|
---|
2425 | - removed an obsolete return statement
|
---|
2426 |
|
---|
2427 | * mraw/MRawEvtData.[h,cc]:
|
---|
2428 | - changed pointer in AddPixel to reference
|
---|
2429 | - added a Set function
|
---|
2430 |
|
---|
2431 | * mraw/MRawRunHeader.[h,cc]:
|
---|
2432 | - added a lot of fixes for wrong run numbers written by Arehucas
|
---|
2433 | - added a fix for strange file numbers written by Arehucas
|
---|
2434 | - added functions as monta carlo interface to set contents
|
---|
2435 |
|
---|
2436 | * msignal/MSignalCam.cc:
|
---|
2437 | - defined a case 9
|
---|
2438 |
|
---|
2439 |
|
---|
2440 |
|
---|
2441 | 2009/01/05 Thomas Bretz
|
---|
2442 |
|
---|
2443 | * mhbase/MH.h:
|
---|
2444 | - commited missing changes from last year
|
---|
2445 |
|
---|
2446 | * merpp.cc:
|
---|
2447 | - fixed a description
|
---|
2448 |
|
---|
2449 | * sponde.cc:
|
---|
2450 | - added "Multiple dataset at once"
|
---|
2451 |
|
---|
2452 | * star.cc:
|
---|
2453 | - removed obsolete -ff option from output
|
---|
2454 |
|
---|
2455 | * mbase/MTime.[h,cc]:
|
---|
2456 | - added GetBinary
|
---|
2457 | - added WriteBinary
|
---|
2458 |
|
---|
2459 | * mbase/MEvtLoop.cc:
|
---|
2460 | - display paused status in status line
|
---|
2461 | - improved pause handling
|
---|