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/01/27 Thomas Bretz
|
---|
22 |
|
---|
23 | * macros/rootlogon.C:
|
---|
24 | - added new subdirectories
|
---|
25 |
|
---|
26 | * melectronics/MAnalogSignal.[h,cc]:
|
---|
27 | - added the posssibility to add a pulse from a TF1
|
---|
28 | - removed the printout if out of range
|
---|
29 | - returns whether the range had to be adapted
|
---|
30 | - changed the Discriminate function to allow for giving a start
|
---|
31 | and end time of the search
|
---|
32 | - imporved the fining of the falling and rising edge
|
---|
33 | - removed the printout in Discriminate
|
---|
34 |
|
---|
35 | * msimcamera/MSimCamera.[h,cc]:
|
---|
36 | - moved the pulse shape specific code into a new class MPulseShape
|
---|
37 | - Fixed the range of the digitization
|
---|
38 |
|
---|
39 | * melectronics/MPulseShape.[h,cc]:
|
---|
40 | - added
|
---|
41 |
|
---|
42 | * melectronics/Makefile, melectronics/ElectronicsLinkDef.h:
|
---|
43 | - added MPulseShape
|
---|
44 |
|
---|
45 | * msimcamera/MSimGeomCam.[h,cc]:
|
---|
46 | - Fixed the time window for random photons (Maybe move to a later
|
---|
47 | step in the analysis?)
|
---|
48 |
|
---|
49 | * msimcamera/MSimReadout.cc:
|
---|
50 | - call SetReadyToSave for the run-header
|
---|
51 | - added some debug output in case of failure
|
---|
52 |
|
---|
53 | * msimcamera/MSimSignalCam.[h,cc]:
|
---|
54 | - subtract the trigger position of any
|
---|
55 |
|
---|
56 | * msimcamera/MSimTrigger.cc:
|
---|
57 | - some changes to the debug output
|
---|
58 |
|
---|
59 | * mjobs/MJSimulation.[h,cc]:
|
---|
60 | - added
|
---|
61 |
|
---|
62 | * mjobs/Makefile, mjobs/JobsLinkDef.h:
|
---|
63 | - added MJSimulation
|
---|
64 |
|
---|
65 | * ceres.cc, showlog.cc, callisto.cc, star.cc, ganymed.cc, sponde.cc:
|
---|
66 | - added parenthesis suggested by compiler
|
---|
67 |
|
---|
68 | * mbase/MParEnv.cc:
|
---|
69 | - included TClass for newwer root versions
|
---|
70 |
|
---|
71 | * msimreflector/MReflector.cc:
|
---|
72 | - fixed return if read file was not existing
|
---|
73 |
|
---|
74 | * msimrelfector/MSimReflector.cc:
|
---|
75 | - added sanity check if reflector is valid
|
---|
76 |
|
---|
77 |
|
---|
78 |
|
---|
79 | 2009/01/26 Thomas Bretz
|
---|
80 |
|
---|
81 | * Makefile:
|
---|
82 | - added mcorsika, msim, msimreflector, msimcamera and
|
---|
83 | msimelectronics
|
---|
84 | - added readcorsika
|
---|
85 |
|
---|
86 | * mbase/Makefile, mbase/BaseLinkDef.h:
|
---|
87 | - added MParEnv
|
---|
88 |
|
---|
89 | * mbase/MParEnv.[h,cc]:
|
---|
90 | - added
|
---|
91 |
|
---|
92 | * mbase/MParameters.[h,cc]:
|
---|
93 | - added ReadEnv to all classes
|
---|
94 |
|
---|
95 | * mbase/MParList.cc:
|
---|
96 | - return the container within MParEnv if MParEnv found
|
---|
97 |
|
---|
98 | * mbase/MParContainer.cc:
|
---|
99 | - fixed a typo
|
---|
100 |
|
---|
101 | * manalysis/MEventRateCalc.cc:
|
---|
102 | - added a comment
|
---|
103 |
|
---|
104 | * melectronics/MAnalogChannels.[h,cc]:
|
---|
105 | - made the GetNum* unsigned
|
---|
106 | - added new member functions to just initialize one size
|
---|
107 |
|
---|
108 | * mraw/MRawRunHeader.[h,cc]:
|
---|
109 | - added a possibility to just init the number of pixels
|
---|
110 |
|
---|
111 | * msimcamera/MSimReadout.[h,cc]:
|
---|
112 | - get the number of output channels from the camera geometry
|
---|
113 | - initialize the runheader in ReInit
|
---|
114 | - initialize the data arrays from the run-header in reinit
|
---|
115 |
|
---|
116 | * mimage/MHHillas.cc:
|
---|
117 | - the default binning is not scales by 0.9 anymore
|
---|
118 |
|
---|
119 | * mmc/MMcEvtBasic.h:
|
---|
120 | - added new type "artificial"
|
---|
121 |
|
---|
122 | * mraw/MRawRunHeader.cc:
|
---|
123 | - set header size in constructor to 0
|
---|
124 |
|
---|
125 | * msimcamera/MSimCalibrationSignal.[h,cc]:
|
---|
126 | - we need fEvt and fTrigger always
|
---|
127 | - renamed ReInit to CallReInit
|
---|
128 | - set photon primary type
|
---|
129 | - set number of photons from 50 to 5
|
---|
130 |
|
---|
131 | * msimcamera/MSimRandomPhotons.cc:
|
---|
132 | - explicitly set weight to 1
|
---|
133 |
|
---|
134 | * mjobs/Makefile:
|
---|
135 | - added msim, msimreflector, msimcamera and mcorsika
|
---|
136 |
|
---|
137 |
|
---|
138 |
|
---|
139 | 2009/01/25 Thomas Bretz
|
---|
140 |
|
---|
141 | * mbase/Makefile, mbase/BaseLinkDef.h:
|
---|
142 | - added MLut
|
---|
143 |
|
---|
144 | * mbase/MLut.[h,cc]:
|
---|
145 | - added
|
---|
146 |
|
---|
147 | * msimcamera/MSimCamera.[h,cc], msimcamera/MSimTrigger.[h,cc],
|
---|
148 | msimcamera/MSimRadout.[h,cc], msimcamera/SimCameraLinkDef.h,
|
---|
149 | msimcamera/Makefile, msimcamera/MSimCalibrationSignal.[h,cc],
|
---|
150 | msimcamera/SimCameraIncl,h:
|
---|
151 | - added
|
---|
152 |
|
---|
153 | * mjobs/MJob.cc:
|
---|
154 | - included TClass for newer root versions
|
---|
155 |
|
---|
156 | * mreflector/MRflEvtData.cc:
|
---|
157 | - repaced a use of MHexagon by a direct use of MGeomCam
|
---|
158 |
|
---|
159 | * melectronics/MAvalanchePhotoDiode.[h,cc]:
|
---|
160 | - added some getters
|
---|
161 | - remobved some obsolete comment
|
---|
162 | - set entries to 1 by default
|
---|
163 |
|
---|
164 | * mgeom/MGeomCam.[h,cc]:
|
---|
165 | - split the Get[Max,Min]Radius into two member functions
|
---|
166 | - added the HitDetector based on the maximum radius calculated
|
---|
167 |
|
---|
168 | * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
|
---|
169 | - removed overloading of the new HitDetector
|
---|
170 |
|
---|
171 | * mgeom/MGeomPix.[h,cc]:
|
---|
172 | - reset fUserBits in constructor according to a suggestion by valgrind
|
---|
173 | - added GetT member function
|
---|
174 |
|
---|
175 | * mjobs/MJSpectrum.cc:
|
---|
176 | - replaced some Form calls for sanity by MString::Format
|
---|
177 | - check the result of CheckEnv
|
---|
178 |
|
---|
179 | * mjobs/MJStar.cc:
|
---|
180 | - check the result of CheckEnv
|
---|
181 |
|
---|
182 | * mjobs/MJob.cc:
|
---|
183 | - fixed a typo in the name for the seed value resource
|
---|
184 |
|
---|
185 | * mraw/MRawRunHeader.h:
|
---|
186 | - added a getter for run type point run
|
---|
187 |
|
---|
188 | * msignal/MSignalCalc.cc:
|
---|
189 | - don't execute Process at all if fPedestal==NULL
|
---|
190 |
|
---|
191 | * msignal/MSignalCam.cc:
|
---|
192 | - aded case 10 and 11 to GetPixelContent
|
---|
193 |
|
---|
194 | * msim/MHPhotonEvent.cc:
|
---|
195 | - replaced case 4 by using the traversal distance in the 0-pixel
|
---|
196 |
|
---|
197 | * msimcamera/MSimSignalCam.cc:
|
---|
198 | - set pixel only to used if contents>0
|
---|
199 |
|
---|
200 | * msimcamera/MSimTrigger.[h,cc]:
|
---|
201 | - added ReadEnv for setup from a resource file
|
---|
202 | - compress the trigger list after deleting slots
|
---|
203 | - initialize descriminator threshold with -1
|
---|
204 | - check for the validity of the discr. th in PreProcess
|
---|
205 |
|
---|
206 | * msimreflector/MReflector.[h,cc]:
|
---|
207 | - store file name in title
|
---|
208 | - added ReadEnv for setup from a resource file
|
---|
209 |
|
---|
210 | * msimreflector/MSimReflector.[h,cc]:
|
---|
211 | - changed copyright notice
|
---|
212 | - added fDetectorMargin
|
---|
213 |
|
---|
214 |
|
---|
215 |
|
---|
216 |
|
---|
217 | 2009/01/24 Thomas Bretz
|
---|
218 |
|
---|
219 | * mbase/MMath.cc:
|
---|
220 | - added two explicit conversion to make it compile on my Ubuntu
|
---|
221 | - Replaced some Form by MString::Format
|
---|
222 | - included MString
|
---|
223 |
|
---|
224 |
|
---|
225 |
|
---|
226 | 2009/01/23 Daniela Dorner
|
---|
227 |
|
---|
228 | * datacenter/db/showplots-ds.php, datacenter/db/tabs.php,
|
---|
229 | datacenter/db/plot.php:
|
---|
230 | - adapted path to new web file structure
|
---|
231 |
|
---|
232 | * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php:
|
---|
233 | - added option to group by date (year, month, night): pulldown in
|
---|
234 | menu and adapted query
|
---|
235 |
|
---|
236 | * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php
|
---|
237 | datacenter/db/datasetinfo-aio.php:
|
---|
238 | - enabled possibility to combine all group-bys
|
---|
239 |
|
---|
240 | * datacenter/db/datasetinfo-aio.php:
|
---|
241 | - enhances information printed in table in case of group-by
|
---|
242 |
|
---|
243 | * datacenter/db/include.php:
|
---|
244 | - adapted pulldown of status-group-by
|
---|
245 |
|
---|
246 | * datacenter/db/menu.php:
|
---|
247 | - added pulldown for sumtrigger-flag to sequinfo-menu
|
---|
248 | - added function to print pulldown for group-by date
|
---|
249 |
|
---|
250 |
|
---|
251 |
|
---|
252 | 2009/01/23 Thomas Bretz
|
---|
253 |
|
---|
254 | * mcorsika/MCorsikaEvtHeader.[h,cc], msim/MPhotonData.[h,cc],
|
---|
255 | msimcamera/MSimExcessNoise.cc, msimreflector/MMirrorDisk.cc,
|
---|
256 | msimreflector/MMirrorHex.cc, msimreflector/MMirrorSquare.[h,cc],
|
---|
257 | msimreflector/MReflector.cc, msimreflector/MSimReflector.cc,
|
---|
258 | melectronics/MAnalogSignal.cc:
|
---|
259 | - moved code which needs TMath to source file
|
---|
260 | - included TMath for newer root versions
|
---|
261 | - included TObjArray for newer root versions
|
---|
262 |
|
---|
263 | * msimcamera/MSimAPD.[h,cc], msimcamera/MSimBundlePhotons.[h,cc],
|
---|
264 | msimcamera/MSimRandomPhotons.[h,cc]:
|
---|
265 | - added
|
---|
266 |
|
---|
267 | * melectronics/Makefile, melectronics/MAnalogChannels.[h,cc],
|
---|
268 | melectronics/ElectronicsIncl.h, melectronics/ElectronicsLinkDef.h,
|
---|
269 | melectronics/MDigitalSignal.[h,cc],
|
---|
270 | melectronics/MAnalogSignal.[h,cc],
|
---|
271 | melectronics/MAvalanchePhotoDiode.[h,cc]:
|
---|
272 | - added
|
---|
273 |
|
---|
274 | * msim/M*.cc, msimreflector/M*.cc, msimcamera/M*.cc:
|
---|
275 | - changed copyright notice
|
---|
276 |
|
---|
277 | * mjobs/MJob.[h,cc]:
|
---|
278 | - for convinience replaced GetEnvValue by GetEnvValue2
|
---|
279 | - added initialization of the random number generator
|
---|
280 |
|
---|
281 | * ceres.cc, mcorsika/CorsikaIncl.h:
|
---|
282 | - added
|
---|
283 |
|
---|
284 |
|
---|
285 |
|
---|
286 | 2009/01/22 Thomas Bretz
|
---|
287 |
|
---|
288 | * mraw/MRawRunHeader.h:
|
---|
289 | - added new functions to access the runtype
|
---|
290 |
|
---|
291 | * msim/MPhotonData.cc:
|
---|
292 | - removed some obsolete comments
|
---|
293 |
|
---|
294 | * msim/MPhotonEvent.[h,cc]
|
---|
295 | - added some comments
|
---|
296 | - added new member function GetFirst and GetLast
|
---|
297 | - UnSort the array after reading new data
|
---|
298 | - removed some old obsolete code
|
---|
299 | - added new meber function Sort and IsSorted
|
---|
300 |
|
---|
301 | * msimreflector/MSimReflector.cc:
|
---|
302 | - force sorting of the array
|
---|
303 |
|
---|
304 | * msimcamera/MSimPSF.[h,cc], msimcamera/MSimGeomCam.[h,cc],
|
---|
305 | msimcamera/MSimExcessNoise.[h,cc], msimcamera/MSimSignalCam.[h,cc]:
|
---|
306 | - added
|
---|
307 |
|
---|
308 |
|
---|
309 |
|
---|
310 | 2009/01/21 Thomas Bretz
|
---|
311 |
|
---|
312 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
---|
313 | - added MQuaternion
|
---|
314 | - added MReflection
|
---|
315 |
|
---|
316 | * mbase/MQuaternion.[h,cc], mbase/MReflection.[h,cc]:
|
---|
317 | - added
|
---|
318 |
|
---|
319 | * mbase/MArrayI.[h,cc]:
|
---|
320 | - added a few new functions (ReSort, Add, Find and AddUniq)
|
---|
321 |
|
---|
322 | * mbase/MMath.cc:
|
---|
323 | - replaced delete by delete[] where appropriate
|
---|
324 |
|
---|
325 | * mgeom/MGeomCam.h:
|
---|
326 | - added new virtual functions HitFrame and HitDetector
|
---|
327 | - included MQuaternion
|
---|
328 |
|
---|
329 | * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
|
---|
330 | - added new functions HitFrame and HitDetector:
|
---|
331 |
|
---|
332 | * msim/MHPhotonEvent.cc:
|
---|
333 | - removed the reference to MCamera
|
---|
334 |
|
---|
335 | * mgeom/MGeomPix.[h,cc], mgui/MHexagon.[h,cc]:
|
---|
336 | - moved DistanceToPrimitive from MHexagon to MGeomPix
|
---|
337 | - moved the funtions to calculate overlapping areas
|
---|
338 | also, but they are still in a comment
|
---|
339 |
|
---|
340 | * mgui/MHexagon.[h,cc]:
|
---|
341 | - started implementing a rotation angle
|
---|
342 | - added data meber fPhi
|
---|
343 | - increased class version number
|
---|
344 |
|
---|
345 | * mhist/MHCamera.cc, mtools/MagicJam.cc:
|
---|
346 | - we don't have to use a MHexagon anymore caluclating
|
---|
347 | DistanceToPrimitive
|
---|
348 |
|
---|
349 | * msimreflector/MMirror.[h,cc], msimreflector/MMirrorSquare.[h,cc],
|
---|
350 | msimreflector/MMirrorHex.[h,cc], msimreflector/MMirrorDisk.[h,cc],
|
---|
351 | msimreflector/MReflector.[h,cc], msimreflector/MSimReflector.[h,cc],
|
---|
352 | msimreflector/Makefile, msimreflector/SimReflectorLinkDef.h,
|
---|
353 | msimreflector/SimReflectorIncl.h:
|
---|
354 | - added
|
---|
355 |
|
---|
356 |
|
---|
357 |
|
---|
358 | 2009/01/21 Stefan Ruegamer
|
---|
359 |
|
---|
360 | * datacenter/scripts/read_lapalma-tapes:
|
---|
361 | - added check of the tape slot when exporting the tapes
|
---|
362 |
|
---|
363 |
|
---|
364 |
|
---|
365 | 2009/01/20 Thomas Bretz
|
---|
366 |
|
---|
367 | * mjobs/MJob.h:
|
---|
368 | - added Esc member function
|
---|
369 |
|
---|
370 | * msim/MPhotonData.[h,cc], msim/MPhotonEvent.[h,cc],
|
---|
371 | msim/MSimAbsorption.[h,cc], msim/MSimPointingPos.[h,cc],
|
---|
372 | MHPhotonEvent.[h,cc], msim/Makefile, msim/SimIncl.h
|
---|
373 | msim/SimLinkDef.h:
|
---|
374 | - added
|
---|
375 |
|
---|
376 |
|
---|
377 | 2009/01/19 Thomas Bretz
|
---|
378 |
|
---|
379 | * mfileio/MWriteRootFile.cc:
|
---|
380 | - simplified how the rules are evaluated using TPregexp
|
---|
381 | - by this the rules got more powerful
|
---|
382 |
|
---|
383 | * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
|
---|
384 | - changed ols style rule to new style
|
---|
385 |
|
---|
386 |
|
---|
387 |
|
---|
388 | 2009/01/18 Thomas Bretz
|
---|
389 |
|
---|
390 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
---|
391 | - added MSpline3
|
---|
392 |
|
---|
393 | * mcorsika/MCorsikaEvtHeader.cc:
|
---|
394 | - some little cosmetics
|
---|
395 |
|
---|
396 | * mcorsika/MCorsikaEvtHeader.h:
|
---|
397 | - added some missing getters
|
---|
398 |
|
---|
399 | * mcorsika/MCorsikaRunHeader.cc:
|
---|
400 | - removed some obsolete comments
|
---|
401 | - reordered some comments
|
---|
402 |
|
---|
403 | * mextralgo/MExtralgoSpline.h:
|
---|
404 | - changed default in GetIntegral from true to false
|
---|
405 |
|
---|
406 | * mraw/MRawEvtHeader.h:
|
---|
407 | - added Setter for DAQEventNumber
|
---|
408 |
|
---|
409 | * mraw/MRawRunHeader.cc:
|
---|
410 | - start pixel hardware indices with 1 not with 0
|
---|
411 |
|
---|
412 |
|
---|
413 |
|
---|
414 | 2009/01/17 Thomas Bretz
|
---|
415 |
|
---|
416 | * mbase/MMath.[h,cc]:
|
---|
417 | - added a new function RndmExp which should be a tiny bit faster than
|
---|
418 | root's own implementation because it ises Rndm() instead of Uniform()
|
---|
419 |
|
---|
420 | * mextralgo/ExtralgoIncl.h:
|
---|
421 | - added MArrayF
|
---|
422 |
|
---|
423 | * mextralgo/MExtralgoSpline.[h,cc]:
|
---|
424 | - divided FindY into FindYup and FindYdn to avoid an obsolete if-clause
|
---|
425 | - added a new member function to return the integral function of the
|
---|
426 | spline. This is useful to init a new spline and use it for
|
---|
427 | producing the proper random distribution.
|
---|
428 |
|
---|
429 | * mpedestal/MPedestalSubtractedEvt.[h,cc]:
|
---|
430 | - added Print() function
|
---|
431 |
|
---|
432 | * mraw/MRawEvtData.[h,cc]:
|
---|
433 | - added a member function to Reset the arrays
|
---|
434 | - added member function to set the pixel indices
|
---|
435 | - Improved the new Set function
|
---|
436 |
|
---|
437 | * readcorsika.cc:
|
---|
438 | - added
|
---|
439 |
|
---|
440 |
|
---|
441 |
|
---|
442 | 2009/01/16 Daniel Hoehne-Moench
|
---|
443 |
|
---|
444 | * datacenter/scripts/mcsequences:
|
---|
445 | - implemented sumtrigger -> modes, fTriggerFlagKEY
|
---|
446 | - fPriority(MCSequenceProcessStatus) is now filled into the mcdb
|
---|
447 |
|
---|
448 | * datacenter/scripts/fillmccallisto, fillmcstar:
|
---|
449 | - bugfix: changed argument of $primaries from [$s+$s] to [$s]
|
---|
450 |
|
---|
451 | * datacenter/macros/fillcamera.C:
|
---|
452 | - changed NumPheFromDNSB to float(7,3)
|
---|
453 | - fPriority(MCRunProcessStatus) is now filled into the mcdb
|
---|
454 |
|
---|
455 | * datacenter/macros/fillmccalib.C:
|
---|
456 | - minor changes, bugfix (wrong column name for mcdb)
|
---|
457 |
|
---|
458 | * datacenter/macros/fillmcsignal.C:
|
---|
459 | - definition of some parameters changed according to fillsignal.C
|
---|
460 | - minor changes, deleted unnecessary code
|
---|
461 | - implemented if clause for HiLo-Parameters. Instead of
|
---|
462 | seqno<200000 the fAmplFadcKEY is queried in the mcdb for each
|
---|
463 | sequence. For MUX MCs the HiLo-Parameters are not calculated.
|
---|
464 |
|
---|
465 |
|
---|
466 |
|
---|
467 | 2009/01/15 Thomas Bretz
|
---|
468 |
|
---|
469 | * callisto.cc:
|
---|
470 | - cosmetics to output
|
---|
471 |
|
---|
472 | * mcorsika/MCorsikaRunHeader.cc:
|
---|
473 | - cosmetics (removed a ;;)
|
---|
474 |
|
---|
475 | * mhist/MHEvent.[h,cc]:
|
---|
476 | - ReInit to allow the change of the camera geoemtry in ReInit
|
---|
477 |
|
---|
478 |
|
---|
479 |
|
---|
480 | 2009/01/15 Stefan Ruegamer
|
---|
481 |
|
---|
482 | * datacenter/scripts/dodatacheck:
|
---|
483 | - removed the _E in the find command; files from 2008/06/04 on do
|
---|
484 | not have it any more
|
---|
485 |
|
---|
486 |
|
---|
487 |
|
---|
488 | 2009/01/14 Daniel Hoehne-Moench
|
---|
489 |
|
---|
490 | * datacenter/scripts/sourcefile:
|
---|
491 | - extended errorcoding on mc run process status
|
---|
492 |
|
---|
493 | * datacenter/scripts/runmccallisto, runmcstar:
|
---|
494 | - deleted unnecessary lines, adapted to primary structure
|
---|
495 |
|
---|
496 | * datacenter/macros/fillmcsignal.C, fillmccalib.C, fillmcstar.C:
|
---|
497 | - added
|
---|
498 |
|
---|
499 | * datacenter/scripts/fillmccallisto, fillmcstar:
|
---|
500 | - added
|
---|
501 |
|
---|
502 |
|
---|
503 |
|
---|
504 | 2009/01/14 Thomas Bretz
|
---|
505 |
|
---|
506 | * readraw.cc:
|
---|
507 | - check first whether the file exist before adding the extension
|
---|
508 |
|
---|
509 | * mbase/MMath.[h,cc]:
|
---|
510 | - added function to Re-sort an array
|
---|
511 |
|
---|
512 | * mfileio/MReadMarsFile.cc, mfileio/MWriteRootFile.cc:
|
---|
513 | - Improved output
|
---|
514 |
|
---|
515 | * mfileio/MWriteRootFile.cc:
|
---|
516 | - fixed a problem which prevented to open more than one /dev/null
|
---|
517 | devices independantly
|
---|
518 |
|
---|
519 | * mgeom/MGeomCam.cc:
|
---|
520 | - cosmetics
|
---|
521 |
|
---|
522 | * mgeom/MGeomCamDwarf.h:
|
---|
523 | - fixed a typo in an ifdef
|
---|
524 |
|
---|
525 | * mgeom/MGeomPix.[h,cc]:
|
---|
526 | - added funtion to return positon as TVector2
|
---|
527 | - slightly improved the algorithm to check IsInside
|
---|
528 | - fixed the conditional signs for the orientation of pixels
|
---|
529 | in GetDirection
|
---|
530 |
|
---|
531 | * mmain/MEventDisplay.cc:
|
---|
532 | - Give different names to the MPedestalSubtract tasks
|
---|
533 | - fixed buttons
|
---|
534 | - call AddGeometryTags after ReInit to allow reading new geometries in
|
---|
535 | ReInit
|
---|
536 |
|
---|
537 | * mmc/MMcEvtBasic.h:
|
---|
538 | - added a new primary type kNightSky
|
---|
539 |
|
---|
540 | * mraw/MRawEvtPixelIter.h:
|
---|
541 | - replaced type of the number of bytes by UInt_t
|
---|
542 |
|
---|
543 | * mraw/MRawRunHeader.h:
|
---|
544 | - allow to validate the magic-number from outside (for MCs)
|
---|
545 |
|
---|
546 | * datacenter/scripts/runcorsika:
|
---|
547 | - added a lot of comments
|
---|
548 | - reordered values in input card
|
---|
549 | - switched off a lot of obsolete output
|
---|
550 | - changed the Magnetic field to a value corresponding to the location of
|
---|
551 | MAGIC at 2200m height valid for January 2009. (The old value never took
|
---|
552 | place there?!) The value was taken from www.noaa.gov/geomagmodels
|
---|
553 |
|
---|
554 |
|
---|
555 |
|
---|
556 | 2009/01/12 Daniel Hoehne-Moench
|
---|
557 |
|
---|
558 | * datacenter/db/menu.php:
|
---|
559 | - bugfix: now the SumTriggerFlag is correctly displayed in the web
|
---|
560 | interface
|
---|
561 |
|
---|
562 |
|
---|
563 |
|
---|
564 | 2009/01/09 Daniel Hoehne-Moench
|
---|
565 |
|
---|
566 | * datacenter/macros/fillcamera.C
|
---|
567 | - implemented new variables: zbinmin, zbinmax, number of
|
---|
568 | sumtriggers, sum trigger flag
|
---|
569 | - bugfix: for P and C runs the mirror fraction and the impact
|
---|
570 | parameter had unreasonable values (negative) which were filled
|
---|
571 | into the mcdb, now->0
|
---|
572 |
|
---|
573 | * datacenter/scripts/fillcamera, mcsequences:
|
---|
574 | - implemented call of getdbsetup
|
---|
575 |
|
---|
576 |
|
---|
577 |
|
---|
578 | 2009/01/09 Stefan Ruegamer
|
---|
579 |
|
---|
580 | * datacenter/scripts/buildsequenceentries
|
---|
581 | - corrected IFS argument
|
---|
582 |
|
---|
583 |
|
---|
584 |
|
---|
585 | 2009/01/08 Stefan Ruegamer
|
---|
586 |
|
---|
587 | * datacenter/scripts/filesondisk
|
---|
588 | - added S and N runs
|
---|
589 |
|
---|
590 |
|
---|
591 |
|
---|
592 | 2009/01/07 Daniel Hoehne-Moench
|
---|
593 |
|
---|
594 | * datacenter/macros/filldotrun.C:
|
---|
595 | - updated column counting numbers
|
---|
596 | - included a check for the number of columns in the runfiles
|
---|
597 |
|
---|
598 | * datacenter/macros/buildsequenceentries.C:
|
---|
599 | - implemented SumTriggerFlagKEY for sequence building
|
---|
600 |
|
---|
601 |
|
---|
602 |
|
---|
603 | 2009/01/06 Thomas Bretz
|
---|
604 |
|
---|
605 | * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h,
|
---|
606 | mbase/MArrayI.h, mbase/MArrayS.h:
|
---|
607 | - removed GetSize
|
---|
608 |
|
---|
609 | * mbase/MArrayF.h:
|
---|
610 | - added Add()
|
---|
611 | - added AddClipped
|
---|
612 |
|
---|
613 | * mbase/MMath.[h,cc]:
|
---|
614 | - implemented ReSort
|
---|
615 |
|
---|
616 | * mcorsika/MCorsikaEvtHeader.cc:
|
---|
617 | - removed obsolete comments
|
---|
618 |
|
---|
619 | * mcorsika/MCorsikaRead.cc:
|
---|
620 | - cosmetics
|
---|
621 |
|
---|
622 | * mcorsika/MCorsikaRunHeader.[h,cc]:
|
---|
623 | - added comments about file contents
|
---|
624 | - added fWavelengthMin/Max
|
---|
625 |
|
---|
626 | * mextralgo/MExtralgoSpline.[h,cc]:
|
---|
627 | - renamed SearchY to SearchYdn
|
---|
628 | - fixed a problem in SearchYup (must be ++i instead of i++)
|
---|
629 | (this is relatively unimportant because it was only used
|
---|
630 | in the determination of the pulse width which we never
|
---|
631 | really used)
|
---|
632 | - added a sanity/range-check to SearchYup and SearchYdn
|
---|
633 | - added a comment
|
---|
634 | - changed the order of arguments in EvalDeriv1
|
---|
635 | - changed the order of arguments in EvalDeriv2
|
---|
636 | - accelerated EvalDeriv1 (one multiplication less)
|
---|
637 | - added Deriv1 function
|
---|
638 | - made SearchYup and SearchYdn public
|
---|
639 |
|
---|
640 | * mjobs/MDataSet.cc:
|
---|
641 | - removed an obsolete return statement
|
---|
642 |
|
---|
643 | * mraw/MRawEvtData.[h,cc]:
|
---|
644 | - changed pointer in AddPixel to reference
|
---|
645 | - added a Set function
|
---|
646 |
|
---|
647 | * mraw/MRawRunHeader.[h,cc]:
|
---|
648 | - added a lot of fixes for wrong run numbers written by Arehucas
|
---|
649 | - added a fix for strange file numbers written by Arehucas
|
---|
650 | - added functions as monta carlo interface to set contents
|
---|
651 |
|
---|
652 | * msignal/MSignalCam.cc:
|
---|
653 | - defined a case 9
|
---|
654 |
|
---|
655 |
|
---|
656 |
|
---|
657 | 2009/01/05 Thomas Bretz
|
---|
658 |
|
---|
659 | * mhbase/MH.h:
|
---|
660 | - commited missing changes from last year
|
---|
661 |
|
---|
662 | * merpp.cc:
|
---|
663 | - fixed a description
|
---|
664 |
|
---|
665 | * sponde.cc:
|
---|
666 | - added "Multiple dataset at once"
|
---|
667 |
|
---|
668 | * star.cc:
|
---|
669 | - removed obsolete -ff option from output
|
---|
670 |
|
---|
671 | * mbase/MTime.[h,cc]:
|
---|
672 | - added GetBinary
|
---|
673 | - added WriteBinary
|
---|
674 |
|
---|
675 | * mbase/MEvtLoop.cc:
|
---|
676 | - display paused status in status line
|
---|
677 | - improved pause handling
|
---|
678 |
|
---|
679 |
|
---|