1 | -*-*- END -*-*-
|
---|
2 |
|
---|
3 | 2001/06/20: Thomas Bretz
|
---|
4 |
|
---|
5 | * macros/merpp.C:
|
---|
6 | - fixed type in comment
|
---|
7 |
|
---|
8 | * manalysis/MHillas.cc:
|
---|
9 | - fixed 'FIXME' comment
|
---|
10 |
|
---|
11 | * mbase/MWriteFile.[h,cc]:
|
---|
12 | - added
|
---|
13 |
|
---|
14 | * mbase/MWriteRootFile.[h,cc]:
|
---|
15 | - added
|
---|
16 |
|
---|
17 | * mbase/BaseLinkDef.h:
|
---|
18 | - Added MWriteFile
|
---|
19 | - Added MWriteRootFile
|
---|
20 |
|
---|
21 | * mbase/MEvtLoop.cc:
|
---|
22 | - fixed the counting in the eventloop
|
---|
23 |
|
---|
24 | * mbase/MWriteAsciiFile.[h,cc]:
|
---|
25 | - changed class that it is based on MWriteFile now
|
---|
26 |
|
---|
27 | * mbase/Makefile:
|
---|
28 | - added MWriteFile
|
---|
29 | - added MWriteRootFile
|
---|
30 |
|
---|
31 | * mhist/MFillHFadc.[h,cc]:
|
---|
32 | - added set for HasChanged (new PostProcess)
|
---|
33 |
|
---|
34 | * mhist/MFillHHillas.cc:
|
---|
35 | - added set for HasChanged (new PostProcess)
|
---|
36 |
|
---|
37 | * mhist/MFillHStarMap.cc:
|
---|
38 | - added set for HasChanged (new PostProcess)
|
---|
39 |
|
---|
40 | * mhist/MHHillas.cc:
|
---|
41 | - Set kCanDelete to make sure, that the histograms are deleted
|
---|
42 | together with the canvas
|
---|
43 |
|
---|
44 | * mraw/MRawFileWrite.[h,cc]:
|
---|
45 | - changed the handling of opening, closing and checking file
|
---|
46 |
|
---|
47 |
|
---|
48 |
|
---|
49 | 2001/06/13: Thomas Bretz
|
---|
50 |
|
---|
51 | * ./.../*.h:
|
---|
52 | - added some comments and corrected some descriptions.
|
---|
53 |
|
---|
54 | * mbase/MParContainer.[h,cc]:
|
---|
55 | - added a 'dummy' function for AsciiRead, AsciiWrite
|
---|
56 |
|
---|
57 | * mbase/MWriteAsciiFile.[h,cc]:
|
---|
58 | - added new constructor (specify directly the pointer to the class)
|
---|
59 |
|
---|
60 | * mgui/MHexagon.cc:
|
---|
61 | - made Copy-function more readable
|
---|
62 |
|
---|
63 | * mgui/MParContainer.cc:
|
---|
64 | - made Copy-function more readable
|
---|
65 |
|
---|
66 | * mhist/MHMcEnergies.[h,cc]:
|
---|
67 | - files added as a container to make handling of several MHMcEnergy easier
|
---|
68 |
|
---|
69 | * mbase/MAGIC.h:
|
---|
70 | - encapsulated include of TROOT
|
---|
71 |
|
---|
72 | * mbase/MTaskList.cc:
|
---|
73 | - added SetHasChange and Reset to PostProcess
|
---|
74 |
|
---|
75 | * mhist/HistLinkDef.h
|
---|
76 | - added MHMcEnergies
|
---|
77 |
|
---|
78 | * mhist/MHMcEnergy.[h,cc]:
|
---|
79 | - added name and title to constructor
|
---|
80 | - added number to name of container
|
---|
81 |
|
---|
82 | * mmontecarlo/MMcThresholdCalc.cc:
|
---|
83 | - corrected typo in creation of the container names
|
---|
84 |
|
---|
85 | * mraw/MRawEvtData.cc:
|
---|
86 | - Set kCanDelete in Draw function
|
---|
87 |
|
---|
88 |
|
---|
89 |
|
---|
90 | 2001/06/12: Thomas Bretz
|
---|
91 |
|
---|
92 | * mmontecarlo/MMcEnerThreCalc.[cc,h]
|
---|
93 | - copied to mmontecarlo/MMcThresholdCalc.[cc,h]
|
---|
94 |
|
---|
95 | * mmontecarlo/MMcEnerThreHistos.[h,cc]
|
---|
96 | - copied to mmhist/MHMcEnergy.[h,cc]
|
---|
97 |
|
---|
98 | * mbase/Makefile:
|
---|
99 | - added MWriteAsciiFile.cc
|
---|
100 |
|
---|
101 | * mhist/HistIncl.h:
|
---|
102 | - added TF1.h
|
---|
103 |
|
---|
104 | * mhist/HistLinkDef.h:
|
---|
105 | - added MHMcEnergy
|
---|
106 |
|
---|
107 | * mhist/Makefile
|
---|
108 | - added MHMcEnergy
|
---|
109 |
|
---|
110 | * mmontecarlo/MCollArea.h:
|
---|
111 | - fixed typo in ifndef
|
---|
112 |
|
---|
113 | * mmontecarlo/Makefile:
|
---|
114 | - added MMcThresholdCalc.cc
|
---|
115 | - removed MMcEnerHisto.cc
|
---|
116 | - removed MMcEnerThre.cc
|
---|
117 | - removed MMcEnerThreCalc.cc
|
---|
118 |
|
---|
119 | * mmontecarlo/MonteCarloLinkDef.h:
|
---|
120 | - added MMcThresholdCalc.cc
|
---|
121 | - removed MMcEnerHisto.cc
|
---|
122 | - removed MMcEnerThre.cc
|
---|
123 | - removed MMcEnerThreCalc.cc
|
---|
124 |
|
---|
125 | * mbase/MWriteAsciiFile.[h,cc]:
|
---|
126 | - added
|
---|
127 |
|
---|
128 | * manalysis/MCT1ReadAscii.h:
|
---|
129 | - removed fFileName from class definition
|
---|
130 |
|
---|
131 | * manalysis/MCerPhotCalc.cc:
|
---|
132 | - use of SetHasChanged added
|
---|
133 |
|
---|
134 | * manalysis/MHillas.[h,cc]:
|
---|
135 | - Reset added
|
---|
136 | - AsciiRead added
|
---|
137 | - AsciiWrite added
|
---|
138 | - use of SetHasChanged added
|
---|
139 |
|
---|
140 | * manalysis/MPedCalcPedRun.[h,cc]:
|
---|
141 | - made fNumHiGainSamples a class member
|
---|
142 | - renamed some member functions
|
---|
143 | - made the 'internal' member functions private
|
---|
144 | - added SetHasChanged
|
---|
145 | - made these functions const
|
---|
146 |
|
---|
147 | * mbase/BaseLinkDef.h
|
---|
148 | - MWriteAsciiFile added
|
---|
149 |
|
---|
150 | * mbase/MEvtLoop.cc:
|
---|
151 | - some small changes to the logging output
|
---|
152 |
|
---|
153 | * mbase/MParContainer.cc:
|
---|
154 | - fHasChanged added
|
---|
155 |
|
---|
156 | * mbase/MParContainer.h:
|
---|
157 | - Reset prototype added
|
---|
158 | - HasChanged added
|
---|
159 | - SetHasChanged added
|
---|
160 |
|
---|
161 | * mbase/MParList.[cc,h]:
|
---|
162 | - SetHasChanged added
|
---|
163 | - Reset added
|
---|
164 |
|
---|
165 | * mbase/MTaskList.cc:
|
---|
166 | - Process: call SetHasChanged before looping
|
---|
167 | - Process: call Reset before looping
|
---|
168 |
|
---|
169 | * mbase/MTaskList.h:
|
---|
170 | - fParList added to class definition
|
---|
171 |
|
---|
172 |
|
---|
173 |
|
---|
174 | 2001/04/27: Thomas Bretz
|
---|
175 |
|
---|
176 | * macros/merpp.C:
|
---|
177 | - made the merpp-macro Mars 0.3 compatible
|
---|
178 |
|
---|
179 |
|
---|
180 |
|
---|
181 | 2001/04/19: Thomas Bretz
|
---|
182 |
|
---|
183 | * mbase/MParList.cc:
|
---|
184 | - added stripping of the string after last semicolon (classname)
|
---|
185 |
|
---|
186 | * mbase/MReadTree.cc:
|
---|
187 | - added Veto funtionality to PreProcess
|
---|
188 | - added HasVeto
|
---|
189 | - added fVetoList
|
---|
190 | - added VetoBranch
|
---|
191 |
|
---|
192 |
|
---|
193 |
|
---|
194 | 2001/04/18: Thomas Bretz
|
---|
195 |
|
---|
196 | * mbase/MHtml.[cc.h]:
|
---|
197 | - Added
|
---|
198 |
|
---|
199 | * mbase/*.cc:
|
---|
200 | - changed comments of member functions to new MHtml-Style
|
---|
201 |
|
---|
202 |
|
---|
203 |
|
---|
204 | 2001/04/09: Thomas Bretz
|
---|
205 |
|
---|
206 | * mbase/MParList.cc:
|
---|
207 | - Added the possibility to specify a different object name in
|
---|
208 | FindCreateObj
|
---|
209 |
|
---|
210 | * .rootrc:
|
---|
211 | - changed the style for the html documentation
|
---|
212 |
|
---|
213 | * macros/dohtml.C:
|
---|
214 | - added SetXwho
|
---|
215 |
|
---|
216 | * (*.cc):
|
---|
217 | - added the copyright comment block
|
---|
218 |
|
---|
219 | * mgui/MGeomCamMagic.cc:
|
---|
220 | - added some comments to all these numbers
|
---|
221 |
|
---|
222 | * mraw/MRawEvtPixelIter.h:
|
---|
223 | - added Jump member function which jumps directly to the pixel with a
|
---|
224 | given id
|
---|
225 |
|
---|
226 |
|
---|
227 |
|
---|
228 | 2001/04/09: Thomas Bretz
|
---|
229 |
|
---|
230 | * mgui/MGeomPix.cc:
|
---|
231 | - fixed a small error in SetNeighbors (thanks to Oscar)
|
---|
232 |
|
---|
233 | * mgui/MGFadcDisp.[h,cc]:
|
---|
234 | - Fixed many small errors which caused the display to display nonsens
|
---|
235 | in some situations
|
---|
236 |
|
---|
237 |
|
---|
238 |
|
---|
239 | 2001/04/04: Thomas Bretz
|
---|
240 |
|
---|
241 | * mraw/MRawEvtData.[cc,h]:
|
---|
242 | - changed wrong return type of GetNumPixels to UShort_t
|
---|
243 |
|
---|
244 | * mmain/MBrowser.[cc,h]:
|
---|
245 | - made the dialog somehow work like it should
|
---|
246 |
|
---|
247 |
|
---|
248 |
|
---|
249 | 2001/04/03: Thomas Bretz
|
---|
250 |
|
---|
251 | * manalysis/MCT1ReadAscii.cc:
|
---|
252 | - the pedestal values read from the file are now stored in MeanRms
|
---|
253 | instead of Sigma
|
---|
254 |
|
---|
255 | * manalysis/MCerPhotCalc.cc:
|
---|
256 | - The pedestal mean Rms is used as the pixel error
|
---|
257 |
|
---|
258 | * MImgCleanStd.cc:
|
---|
259 | - CleanStep1: the '<' was replaced by a '<=' to clean also pixels
|
---|
260 | with value=noise=0
|
---|
261 |
|
---|
262 | * MMcPedestalCopy.cc:
|
---|
263 | - All the pedestal values are now filled in (are they calculated correctly?)
|
---|
264 |
|
---|
265 | * mgui/MGeomCamMagic.cc:
|
---|
266 | - Forgot to initialize the Nextneighbors of the Magic Camera
|
---|
267 | (thanks to Oscar)
|
---|
268 |
|
---|
269 | * mhist/MHStarMap.cc:
|
---|
270 | - I changed the model of the display (colors and bin width) to
|
---|
271 | get a 'better' result
|
---|
272 |
|
---|
273 |
|
---|
274 |
|
---|
275 | 2001/04/02: Thomas Bretz
|
---|
276 |
|
---|
277 | * mraw/MRawEvtHeader.h, mraw/MRawFileWrite.cc:
|
---|
278 | - added constants (kTT*) for trigger type
|
---|
279 |
|
---|
280 | * manalysis/MImgCleanStd.[h,cc]:
|
---|
281 | - added changeable cleaning levels
|
---|
282 |
|
---|
283 | * manalysis/MHillas.cc:
|
---|
284 | - added some more sanity checks to the calculation
|
---|
285 |
|
---|
286 | * manalysis/MCT1ReadAscii.[h,cc]:
|
---|
287 | - added some kind of chain feature (AddFile) to process more than one file
|
---|
288 |
|
---|
289 | * mgui/MGeomPix.[h,c]:
|
---|
290 | - added interface to pixel neighbors
|
---|
291 |
|
---|
292 | * mgui/MGeomCamCT1.[cc,h], mgui/MGeomCamMagic.[cc,h]:
|
---|
293 | - creates the neighbor geomtry now, too
|
---|
294 |
|
---|
295 | * manalysis/MImgCleanStd.[cc,h]:
|
---|
296 | - switched to new stylish neighbors from MGeomCam
|
---|
297 |
|
---|
298 |
|
---|
299 |
|
---|
300 | 2001/03/30: Thomas Bretz
|
---|
301 |
|
---|
302 | * mdatacheck/MH*, mdatacheck/MFillH*:
|
---|
303 | - moved to mhist
|
---|
304 |
|
---|
305 | * mraw/MrawEvtPixelIter:
|
---|
306 | - IsLoGain -> HasLoGain
|
---|
307 |
|
---|
308 | * mgui/MG*:
|
---|
309 | - renamed
|
---|
310 | - moved to mmain
|
---|
311 | - move Browser functionality to MBrowser
|
---|
312 |
|
---|
313 | * mmain/, mhist:
|
---|
314 | - new
|
---|
315 |
|
---|
316 |
|
---|
317 |
|
---|
318 | 2001/03/21: Thomas Bretz
|
---|
319 |
|
---|
320 | * manalysis/MHillas.[h,cc]:
|
---|
321 | - fixed some minor errors, added sanity check (N<2) to Calc
|
---|
322 |
|
---|
323 | * manalysis/MFillHHillas.cc:
|
---|
324 | - skip event if Hillas calculations fails
|
---|
325 |
|
---|
326 | * macros/getCollArea.C, macros/readMagic.C,
|
---|
327 | mdatacheck/MViewAdcSpectra.cc, meventdisp/MGFadcDisp.cc:
|
---|
328 | - changed order in MReadTree constructor
|
---|
329 |
|
---|
330 | * manalysis/MCT1ReadAscii.[h,cc]:
|
---|
331 | - changed to use MPedestalCam
|
---|
332 |
|
---|
333 | * manalysis/MCT1Pedestals.[h,cc]:
|
---|
334 | - removed
|
---|
335 |
|
---|
336 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
---|
337 | - removed MCT1Pedestals
|
---|
338 |
|
---|
339 | * mbase/BaseLinkDef.h:
|
---|
340 | - added const values from Magic.h
|
---|
341 |
|
---|
342 | * mbase/MLogManip.h:
|
---|
343 | - changed style of dbginf
|
---|
344 |
|
---|
345 | * mbase/MParList.cc:
|
---|
346 | - make use of dbginf
|
---|
347 |
|
---|
348 | * mbase/MReadTree.[h,cc]:
|
---|
349 | - switched from a TTree to a TChain object
|
---|
350 | - chnaged order of variables of the constructor
|
---|
351 |
|
---|
352 |
|
---|
353 |
|
---|
354 | 2001/03/21: Thomas Bretz
|
---|
355 |
|
---|
356 | * macros/CT1Hillas.C, manalysis/MImgCleanStd.cc, manalysis/MImgCleanStd.h,
|
---|
357 | manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalCopy.h,
|
---|
358 | manalysis/MCerPhotCalc.h, manalysis/MCerPhotCalc.cc, mdatacheck/MHHillas.h,
|
---|
359 | mdatacheck/MHHillas.cc, mdatacheck/MFillHFadc.cc, mdatacheck/MFillHFadc.h,
|
---|
360 | mdatacheck/MHFadcCam.cc, mdatacheck/MHFadcCam.h, mdatacheck/MHFadcPix.cc,
|
---|
361 | mdatacheck/MHFadcPix.h, mdatacheck/MFillHHillas.cc,
|
---|
362 | mdatacheck/MFillHHillas.h
|
---|
363 | - added
|
---|
364 |
|
---|
365 | * mdatacheck/MHistosAdc.[h,cc]:
|
---|
366 | - replaced by MHFadc[Cam,Pix]
|
---|
367 |
|
---|
368 | * mdatacheck/MFillAdcSpect.[h,cc]:
|
---|
369 | - replaced by MFillHFadc
|
---|
370 |
|
---|
371 | * macros/readCT1.C:
|
---|
372 | - uses the new classes now
|
---|
373 | - calculates and displays hillas
|
---|
374 |
|
---|
375 | * manalysis/AnalysisLinkDef.h:
|
---|
376 | - added MCerPhotCalc, MImgCleanStd, MMcPedestalCopy
|
---|
377 |
|
---|
378 | * manalysis/MCT1ReadAscii.cc:
|
---|
379 | - PreProcess uses FindCreateObj now
|
---|
380 |
|
---|
381 | * manalysis/MCerPhotEvt.cc, manalysis/MPedestalCam.cc:
|
---|
382 | - changed the new back to 'new with placement'
|
---|
383 |
|
---|
384 | * manalysis/MCerPhotEvt.[h, cc]:
|
---|
385 | - removed cleaning from this class
|
---|
386 |
|
---|
387 | * manalysis/MHillas.cc:
|
---|
388 | - some small changes in the naming inside Calc()
|
---|
389 |
|
---|
390 | * manalysis/MHillas.h:
|
---|
391 | - added Get-functions
|
---|
392 |
|
---|
393 | * manalysis/MPedestalCam.h:
|
---|
394 | - added InitSize-function
|
---|
395 |
|
---|
396 | * manalysis/MPedestalPix.h:
|
---|
397 | - made Get-functions const
|
---|
398 |
|
---|
399 | * manalysis/Makefile:
|
---|
400 | - added MMcPedestalCopy, MImgCleanStd, MCerPhotCalc
|
---|
401 |
|
---|
402 | * mbase/MLogManip.h:
|
---|
403 | - "l." before line number
|
---|
404 |
|
---|
405 | * mbase/MParList.cc:
|
---|
406 | - added the autodelete feature for automatically created classes
|
---|
407 |
|
---|
408 | * mdatacheck/DataCheckLinkDef.h:
|
---|
409 | - added MHFadc[Cam,Pix], MHHillas
|
---|
410 | - removed MHistosAdc
|
---|
411 | - added MFillHFadc, MFillHHillas
|
---|
412 |
|
---|
413 | * mdatacheck/MGDisplayAdc.[h,cc], MShowSpect.[h,cc],
|
---|
414 | mdatacheck/MViewAdcSpectra.[h,cc], :
|
---|
415 | - changed from MHistaosAdc to MHFadcCam
|
---|
416 |
|
---|
417 | * mdatacheck/Makefile:
|
---|
418 | - added MFillHFadc.cc, MFillHHillas.cc
|
---|
419 | - removed MFillAdcSpect.cc
|
---|
420 |
|
---|
421 | * manalysis/MCT1ReadAscii.h, mbase/MEvtLoop.h, mbase/MLog.h,
|
---|
422 | mbase/MParList.h, mbase/MReadTree.h, mbase/MTask.h,
|
---|
423 | mbase/MTaskList.h, mdatacheck/MDumpEvtHeader.h,
|
---|
424 | meventdisp/MGFadcDisp.h, mgui/MCamDisplay.h,
|
---|
425 | mgui/MCamNeighbor.h, mgui/MGDataCheckMain.h,
|
---|
426 | mgui/MGEventDispMain.h, mgui/MGMarsMain.h,
|
---|
427 | mgui/MGMonteCarloMain.h, mgui/MGPrototyp.h, mgui/MHexagon.h,
|
---|
428 | mmontecarlo/MCollAreaTrigger.h, mraw/MRawEvtPixelIter.h,
|
---|
429 | mraw/MRawFileRead.h, mraw/MRawFileWrite.h:
|
---|
430 | - set version number to '0' (no i/o for this class)
|
---|
431 |
|
---|
432 | * mgui/MGeomCamCT1.cc:
|
---|
433 | - new claculation algorith for the CT1 camera. It is more
|
---|
434 | exact in the camera plain
|
---|
435 |
|
---|
436 | * mgui/MHexagon.cc:
|
---|
437 | - removed Draw-function (it is inherited from TObject)
|
---|
438 |
|
---|
439 | * mmc/MMcFadcHeader.hxx:
|
---|
440 | - Added get-functions
|
---|
441 |
|
---|
442 |
|
---|
443 |
|
---|
444 |
|
---|
445 | 2001/03/20: Thomas Bretz
|
---|
446 |
|
---|
447 | * manalysis/MPedestalPix.[h,cc], manalysis/MPedestalCam.[h,cc],
|
---|
448 | manalysis/MHillas.[h,cc], manalysis/MHillasCalc.[h,cc],
|
---|
449 | mgui/MGeomCamCT1.[h,cc], mgui/MGeomCamMagic.[h,cc]
|
---|
450 | - added
|
---|
451 |
|
---|
452 | * macros/readCT1.C:
|
---|
453 | - added calculation of Hillas parameters
|
---|
454 | - changed from pointers to objects
|
---|
455 |
|
---|
456 | * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
|
---|
457 | - added MPedestalPix/Cam, MHillas, MHillasCalc
|
---|
458 |
|
---|
459 | * manalysis/MCerPhotEvt.[h,cc]:
|
---|
460 | - removed fType
|
---|
461 | - commented out Draw function - should be fixed soon
|
---|
462 | - renamed *Nb* to *Num*
|
---|
463 | - renamed Get[Min,Max]NumPhotons to GetNumPhontons[Min,Max]
|
---|
464 |
|
---|
465 | * meventdisp/MGFadcDisp.[h,cc]:
|
---|
466 | - changed parameter of ReadinEvent to unsigned
|
---|
467 |
|
---|
468 | * mgui/GuiLinkDef.h, mgui/Makefile:
|
---|
469 | - added MGeomCamCT1, MGeomCamMagic
|
---|
470 |
|
---|
471 | * mgui/MCamDisplay.[h,cc]:
|
---|
472 | - changed constructor argument from int to MGeomCam
|
---|
473 | - renamed *Nb* to *Num*
|
---|
474 |
|
---|
475 | * mgui/MGeomCam.[h,cc]:
|
---|
476 | - removed all camara specific stuff
|
---|
477 | - MGeomCam is now used as a base class for the classes
|
---|
478 | MGeomCam[Magic,CT1] which are containing the camera specific stuff
|
---|
479 |
|
---|
480 | * mgui/MGeomPix.h:
|
---|
481 | - added Set function
|
---|
482 |
|
---|
483 |
|
---|
484 |
|
---|
485 | 2001/03/02: Thomas Bretz
|
---|
486 |
|
---|
487 | * manalysis/Makefile, mdatacheck/Makefile, meventdisp/Makefile,
|
---|
488 | mgui/Makefile:
|
---|
489 | - new
|
---|
490 |
|
---|
491 | * mbase/MParList.[cc,h]:
|
---|
492 | - Added FindCreateObj member function
|
---|
493 | - added a name to the constructor
|
---|
494 |
|
---|
495 | * mbase/MReadTree.cc:
|
---|
496 | - changed to use FindCreateObj
|
---|
497 |
|
---|
498 | * mdatacheck/MDumpEvtHeader.cc:
|
---|
499 | - removed fPixelIter from member list
|
---|
500 | - changed cout to *fLog
|
---|
501 |
|
---|
502 | * mdatacheck/MViewAdcSpectra.cc:
|
---|
503 | - removed a HUGE memory leak. All the objects in the list (and the
|
---|
504 | lists itself were NEVER deleted)
|
---|
505 |
|
---|
506 | * mdatacheck/MFillAdcSpect.cc
|
---|
507 | - removed fPixelIter from member list
|
---|
508 | - changed cout to *fLog
|
---|
509 | - changed to use FindCreateObj
|
---|
510 | - changed high and low to hi and lo
|
---|
511 |
|
---|
512 | * mdatacheck/MShowSpect.cc
|
---|
513 | - changed cout to *fLog
|
---|
514 | - added a name to the constructor
|
---|
515 |
|
---|
516 | * mraw/MRawFileRead.cc:
|
---|
517 | - changed to use FindCreateObj
|
---|
518 |
|
---|
519 | * mdatacheck/MGDisplayAdc.[h,cc]:
|
---|
520 | - added some new member functions to make code more clear
|
---|
521 | - removed fHists from the destructor
|
---|
522 |
|
---|
523 | * mdatacheck/MHistosAdc.h:
|
---|
524 | - changed high and low to hi and lo
|
---|
525 |
|
---|
526 | * macros/dohtml.C:
|
---|
527 | - added manalysis
|
---|
528 |
|
---|
529 |
|
---|
530 |
|
---|
531 | 2001/03/01: Thomas Bretz
|
---|
532 |
|
---|
533 | * Makefile:
|
---|
534 | - added headers to dependencies
|
---|
535 |
|
---|
536 | * Makefile.rules:
|
---|
537 | - added headers to dependencies
|
---|
538 |
|
---|
539 | * merpp.cc:
|
---|
540 | - changed from pointers to objects
|
---|
541 | - added compression level support
|
---|
542 |
|
---|
543 | * readraw.cc:
|
---|
544 | - removed unnecessary includes
|
---|
545 |
|
---|
546 | * mbase/MArray*.*:
|
---|
547 | - changed all Int_t to UInt_t
|
---|
548 |
|
---|
549 | * mbase/MLogManip.h:
|
---|
550 | - changed name of __DINF__ to dbginf
|
---|
551 |
|
---|
552 | * mraw/MRawCrateData.[h,cc], mraw/MRawEvtHeader.[h,cc],
|
---|
553 | mraw/MRawRunHeader.[h,cc]:
|
---|
554 | - changed ifstream to istream
|
---|
555 |
|
---|
556 | * mraw/MRawEvtData.cc:
|
---|
557 | - changed the reading, which speeds up merpp by a factor of 10
|
---|
558 |
|
---|
559 | * mraw/MRawEvtData.h:
|
---|
560 | - added flag to InitArrays and DeletePixels
|
---|
561 | (not yet used)
|
---|
562 |
|
---|
563 | * mraw/MRawFileRead.h:
|
---|
564 | - removed pParList from parameter list
|
---|
565 |
|
---|
566 | * manalysis/AnalysisLinkDef.h
|
---|
567 | - removed MReadCT1Ascii, added MCT1ReadAscii
|
---|
568 | - added MCT1Pedestals
|
---|
569 |
|
---|
570 | * manalysis/MCerPhotEvt.[h,cc]:
|
---|
571 | - changed the constructor a little bit
|
---|
572 | - rewrote Print() to make it a bit more readable
|
---|
573 | - moved MCerphotPix to new File
|
---|
574 | - added many lines of comments
|
---|
575 | - exchanged old stylish new call with new stylish(=) one
|
---|
576 | - replaced all accesses to fPixels with the [] operator to make this
|
---|
577 | lines more readable
|
---|
578 | - made all variable declarations const-correct,
|
---|
579 | - I changed the style of the cleaning method from if(a){if()b{if(c){}}}
|
---|
580 | to if(!a)continue; if(!b)continue if(!c) continue; to make it more
|
---|
581 | compact, readable and easier to understand
|
---|
582 | - renamed the Boolean-functions to Is* to get a stricter structure
|
---|
583 | - replaced mapping function to access the pixel list entries by the new
|
---|
584 | operator to get rid of more than the necessary number of member
|
---|
585 | functions without loosing speed or readability
|
---|
586 | - renamed GetMinimum/MaximumPhoton to GetMin/MaxNumPhotons to be
|
---|
587 | more exact
|
---|
588 |
|
---|
589 | * mgui/MCamGeom.* splitted and changed to MGeomCam/Pix:
|
---|
590 | - added a new operator to access the TObjArray
|
---|
591 | - removed unnecessary code from CreateCT1
|
---|
592 |
|
---|
593 | * mbase/MAGIC.h:
|
---|
594 | - added kPI
|
---|
595 |
|
---|
596 | * mbase/MReadTree.cc:
|
---|
597 | - added some comments
|
---|
598 |
|
---|
599 | * mgui/MCamDisplay.[h,cc]:
|
---|
600 | - added some comments, reordered a bit the calls in the constructor
|
---|
601 | to get a 'straight forward structure', MGeomCam is now only
|
---|
602 | locally used where it is needed, replaced access to the
|
---|
603 | TClonesArrays by new member-function to get a more readable code,
|
---|
604 | replaced old stylish new call with new stylish one, made
|
---|
605 | variable decleration const-correct, introduced a new member function
|
---|
606 | to set the pixel color, renamed the overloaded Draw functions to
|
---|
607 | DrawPhotons, DrawPhotErr to prevent missunderstatements, changed
|
---|
608 | the 'layout' of GetColor to make it easier to understand the algorithm,
|
---|
609 |
|
---|
610 | * mgui/MCamNeighbor.[h, cc]:
|
---|
611 | - changed to new log-interface
|
---|
612 | - exchanged -9999 by -1
|
---|
613 | - skipped the exits
|
---|
614 | - you must check for -1 one in any case
|
---|
615 | - this means a warning should be enough
|
---|
616 |
|
---|
617 | * mgui/MHexagon.[h,cc]:
|
---|
618 | - added new constructor whcih uses a MGeomPix-object
|
---|
619 |
|
---|
620 |
|
---|
621 |
|
---|
622 | 2001/02/28: Thomas Bretz
|
---|
623 |
|
---|
624 | * mbase/MParList.[h,cc]:
|
---|
625 | - changed return type of FindObject back to TObject
|
---|
626 | - it seems so, that some compilers don't like overriding the
|
---|
627 | return type of a virtual member function
|
---|
628 |
|
---|
629 |
|
---|
630 |
|
---|
631 | 2001/02/23: Thomas Bretz
|
---|
632 |
|
---|
633 | * mraw/MRawEvtPixelIter.h:
|
---|
634 | - added GetSum* functions
|
---|
635 |
|
---|
636 | * mbase/MParList.[h,cc]:
|
---|
637 | - Removed unnecessary fNext-stuff
|
---|
638 |
|
---|
639 |
|
---|
640 |
|
---|
641 | 2001/02/22: Thomas Bretz
|
---|
642 |
|
---|
643 | * merpp.cc, readraw.cc, mbase/MParContainer.cc, mbase/MParList.cc,
|
---|
644 | mbase/MParList.h, mbase/MReadTree.cc, mbase/MTask.cc, mbase/MTask.h,
|
---|
645 | mbase/MTaskList.cc, mbase/MTime.cc, mdatacheck/MDumpEvtHeader.cc,
|
---|
646 | mdatacheck/MShowSpect.cc, meventdisp/MGFadcDisp.cc, mgui/MGPrototyp.h,
|
---|
647 | mmc/MHeaderTrig.cxx, mraw/MRawCrateArray.cc, mraw/MRawEvtData.cc,
|
---|
648 | mraw/MRawEvtHeader.cc, mraw/MRawFileRead.cc, mraw/MRawFileWrite.cc,
|
---|
649 | mraw/MRawRunHeader.cc:
|
---|
650 | - exchanged cout with the new logging style (gLog, *fLog)
|
---|
651 |
|
---|
652 | * mraw/MRawEvtData.cc:
|
---|
653 | - added 'dec' option to Print
|
---|
654 |
|
---|
655 | * mmc/MHeaderTrig.cxx, mmc/MMcEvt.cxx, mmc/MMcTrig.cxx:
|
---|
656 | - small changes to the Print funtions
|
---|
657 |
|
---|
658 |
|
---|
659 |
|
---|
660 | 2001/02/21: Thomas Bretz
|
---|
661 |
|
---|
662 | * MRawEvtData.cc:
|
---|
663 | - Changed ReadEvt according to the new raw binary format 2001/02/20
|
---|
664 |
|
---|
665 | * Added MLog.[h,cc], MLogManip.[h,cc]
|
---|
666 |
|
---|
667 | * Adde SetStreamer and fLog to the MParContainer base class
|
---|
668 |
|
---|
669 | * Derived MEvtLoop from MParContainer
|
---|
670 |
|
---|
671 | * Makefile:
|
---|
672 | - added 'tar'
|
---|
673 |
|
---|
674 | * mbase/BaseIncl.h:
|
---|
675 | - added fstream.h, TGListBox.h
|
---|
676 |
|
---|
677 | * mbase/BaseLinkDef.h:
|
---|
678 | - added pragma for gLog and MLog
|
---|
679 |
|
---|
680 | * mbase/MAGIC.h:
|
---|
681 | - added forward definition for gLog
|
---|
682 |
|
---|
683 | * mbase/MEvtLoop.cc:
|
---|
684 | - exchanged cout with *fLog
|
---|
685 | - added statements to provide log-facility to all tasks als parameter
|
---|
686 | containers
|
---|
687 |
|
---|
688 | * mbase/MEvtLoop.h:
|
---|
689 | - Small changes
|
---|
690 |
|
---|
691 | * mbase/MParContainer.h:
|
---|
692 | - Added definitions necessary for use of Log-Facility
|
---|
693 |
|
---|
694 | * mbase/MParList.[h,cc]:
|
---|
695 | - Added SetLogStream
|
---|
696 |
|
---|
697 | * mbase/MTask.h:
|
---|
698 | - added fLog
|
---|
699 |
|
---|
700 | * mbase/MTaskList.[h,cc]:
|
---|
701 | - added SetLogStream
|
---|
702 |
|
---|
703 | * mbase/Makefile:
|
---|
704 | - Added MLog.cc, MLogManip.cc
|
---|
705 |
|
---|
706 |
|
---|
707 |
|
---|
708 | 2001/02/19: Harald Kornmayer
|
---|
709 |
|
---|
710 | * implemented the Image Cleaning a la CT1 to the class MCerPhotEvt
|
---|
711 |
|
---|
712 | * changed the readCT1.C file to show the effects of the image cleaning
|
---|
713 | a la CT1
|
---|
714 |
|
---|
715 | * changed
|
---|
716 | mgui/MCamNeighbor.cc
|
---|
717 | mananlysis/MCerPhotEvt.cc .h
|
---|
718 | macros/readCT1.C
|
---|
719 |
|
---|
720 |
|
---|
721 |
|
---|
722 | 2001/02/19: Thomas Bretz
|
---|
723 |
|
---|
724 | * MParContainer.h added prototypes for AsciiRead/Write
|
---|
725 |
|
---|
726 | * .rootrc added
|
---|
727 |
|
---|
728 | * MEvtLoop.[h,cc]:
|
---|
729 | - split eventloop in its three parts, this should be used for
|
---|
730 | debugging only.
|
---|
731 |
|
---|
732 |
|
---|
733 |
|
---|
734 | 2001/02/06: Harald Kornmayer
|
---|
735 |
|
---|
736 | * the first running version with a eventdisplay. Now we are able
|
---|
737 | to display an Event on the photo electron level. To do this, run
|
---|
738 | the macro "macros/readCT1.C" after changing the file name.
|
---|
739 |
|
---|
740 | changed:
|
---|
741 | macros/readCT1.C
|
---|
742 | manalysis/MNphotEvent.cc, manalysis/MNphotEvent.h
|
---|
743 | analysis/MReadCT1Ascii.cc
|
---|
744 | mgui/MCamDisplay.cc, mgui/MCamDisplay.h
|
---|
745 |
|
---|
746 |
|
---|
747 |
|
---|
748 | 2001/01/23: Harald Kornmayer
|
---|
749 |
|
---|
750 | * the integration of the class FadcDisp in the mars enviroment
|
---|
751 | and further developments in the display
|
---|
752 |
|
---|
753 | changed:
|
---|
754 | meventdisp/MGFadcDisp.h
|
---|
755 | meventdisp/MGFadcDisp.cc
|
---|
756 | mgui/GuiIncl.h
|
---|
757 | mgui/GuiLinkDef.h
|
---|
758 | mgui/MGMarsMain.cc
|
---|
759 | mgui/MGPrototyp.cc
|
---|
760 | mgui/MGPrototyp.h
|
---|
761 | mgui/Makefile
|
---|
762 |
|
---|
763 | added:
|
---|
764 | mgui/MGEventDispMain.h
|
---|
765 | mgui/MGEventDispMain.cc
|
---|
766 |
|
---|
767 |
|
---|
768 |
|
---|
769 | 2001/01/22: Harald Kornmayer
|
---|
770 |
|
---|
771 | * started with the development of a EventDisplay Utitliy.
|
---|
772 | Therefore I added the following files.
|
---|
773 |
|
---|
774 | meventdisp/EvtDispIncl.h
|
---|
775 | meventdisp/EvtDispLinkDef.h
|
---|
776 | meventdisp/MGFadcDisp.cc
|
---|
777 | meventdisp/MGFadcDisp.h
|
---|
778 | meventdisp/Makefile
|
---|
779 |
|
---|
780 | Also a few of the older files where slightly changed.
|
---|
781 | ./Makefile
|
---|
782 | ./Makefile.rules
|
---|
783 | mraw/MRawEvtData.
|
---|
784 |
|
---|
785 |
|
---|
786 |
|
---|
787 | 2001/01/19: Thomas Bretz
|
---|
788 |
|
---|
789 | * mmc/*.hxx:
|
---|
790 | - changed include of MDefineTrigger.h back
|
---|
791 |
|
---|
792 |
|
---|
793 |
|
---|
794 | 2001/01/19: Oscar Blanch
|
---|
795 |
|
---|
796 | * mmc/MTriggerDefine.h:
|
---|
797 | - added
|
---|
798 |
|
---|
799 |
|
---|
800 |
|
---|
801 | 2001/01/18: Thomas Bretz
|
---|
802 |
|
---|
803 | * Makefile:
|
---|
804 | - mmc-library added
|
---|
805 |
|
---|
806 | * Makefile.conf.general:
|
---|
807 | - Added definition of __MARS__
|
---|
808 |
|
---|
809 | * Makefile.rules:
|
---|
810 | - Added definitions to rootcint
|
---|
811 |
|
---|
812 | * Oscar added the McFormat subdir of the Monte Carlo as mmc
|
---|
813 |
|
---|
814 | * mmc/MMcEvt.h:
|
---|
815 | - renamed to MMcEvt.hxx
|
---|
816 |
|
---|
817 | * mmc/*.hxx:
|
---|
818 | - added necessary defintions from MDefineTrigger.h
|
---|
819 |
|
---|
820 | * mmc/Makefile, mmc/McLinkDef.h, mmc/McIncl.h, mmc/readme.txt:
|
---|
821 | - added
|
---|
822 |
|
---|
823 | * mmc/LinkDef.h:
|
---|
824 | - removed
|
---|
825 |
|
---|
826 |
|
---|
827 |
|
---|
828 | 2001/01/17: Thomas Bretz
|
---|
829 |
|
---|
830 | * Makefile:
|
---|
831 | - Exchanged explicit rules to make library by implicit ones
|
---|
832 | - The shared object works now. I exchanged the libraries with the object
|
---|
833 | files. But I don't know why the libraries don't work.
|
---|
834 |
|
---|
835 | * Makefile.conf.linux-gnu:
|
---|
836 | - replaced CC with gcc (instead of g++)
|
---|
837 |
|
---|
838 | * mdatacheck/DataCheckLinkDef.h:
|
---|
839 | - removed unused statements
|
---|
840 |
|
---|
841 | * mraw/RawLinkDef.h:
|
---|
842 | - added globals
|
---|
843 |
|
---|
844 | * mraw/MerppLinkDef.h:
|
---|
845 | - removed unused file
|
---|
846 |
|
---|
847 |
|
---|
848 |
|
---|
849 | 2001/01/12: Thomas Bretz
|
---|
850 |
|
---|
851 | * MLinkDef.h, MIncl.h, marslogo.xpm, magiclogo.xpm:
|
---|
852 | - added
|
---|
853 |
|
---|
854 | * LinkDef.h:
|
---|
855 | - removed
|
---|
856 |
|
---|
857 | * Makefile:
|
---|
858 | - Added CINT, mrproper
|
---|
859 |
|
---|
860 | * mbase/Makefile, mraw/Makefile, mgui/Makefile, mdatacheck/Makefile:
|
---|
861 | - included makefile.general, Makefile.rules,
|
---|
862 | - removes corresponding lines
|
---|
863 |
|
---|
864 | * mdatacheck/MDumpEvtHeader.[h,cc], mdatacheck/MFillAdcSpect.[cc,h],
|
---|
865 | mdatacheck/MFillAdcSpect.[h,cc], mdatacheck/MGDisplayAdc.[cc,h],
|
---|
866 | mdatacheck/MHistsosAdc.[h,cc], mdatacheck.MShowSpect.[cc,h]
|
---|
867 | - changed include statements
|
---|
868 |
|
---|
869 | * mgui/MGDataCheckMain.[cc,h], mgui/MGMarsMain.[cc,h]
|
---|
870 | - changed include statements
|
---|
871 | - move enum from h to cc
|
---|
872 | - removed comma operator from delete statements (nonsense)
|
---|
873 |
|
---|
874 |
|
---|
875 |
|
---|
876 | 2001/01/11: Harald Kornmayer
|
---|
877 |
|
---|
878 | * ./
|
---|
879 | readraw.cc, Makefile, Makefile.rules, LinkDef.h, MParList.cc, MReadTree.cc,
|
---|
880 | MReadTree.h, mbase/Makefile, mraw/Makefile
|
---|
881 | - small changes in this files. Not really critical.
|
---|
882 |
|
---|
883 | * mars.cc
|
---|
884 | - added the main file for the gui
|
---|
885 |
|
---|
886 | * mgui/
|
---|
887 | GuiIncl.h, MGMarsMain.cc, GuiLinkDef.h, MGMarsMain.h, MGDataCheckMain.cc,
|
---|
888 | Makefile, MGDataCheckMain.h
|
---|
889 | - added the subdir mgui and this files
|
---|
890 |
|
---|
891 | * mdatacheck/
|
---|
892 | DataCheckIncl.h, DataCheckLinkDef.h, MHistosAdc.cc, MHistosAdc.h,
|
---|
893 | MDumpEvtHeader.cc, MDumpEvtHeader.h, MShowSpect.cc, MShowSpect.h,
|
---|
894 | MFillAdcSpect.cc, MFillAdcSpect.h, MViewAdcSpectra.cc, MViewAdcSpectra.h,
|
---|
895 | MGDisplayAdc.cc, MGDisplayAdc.h, Makefile
|
---|
896 | - added the subdir mdatacheck and this files
|
---|
897 |
|
---|
898 |
|
---|
899 |
|
---|
900 | 2000/12/28: Thomas Bretz
|
---|
901 |
|
---|
902 | * merpp.cc, MArray.cc, MArray.h, MArrayB.cc, MArrayB.h, MArrayS.cc,
|
---|
903 | MArrayS.h, MEvtLoop.cc, MEvtLoop.h, MInputStreamID.cc, MInputStreamID.h,
|
---|
904 | MParContainer.cc, MParContainer.h, MParList.cc, MParList.h, MReadTree.cc,
|
---|
905 | MTask.cc, MTask.h, MTaskList.cc, MTaskList.h, MTime.cc, MTime.h:
|
---|
906 | - Added changes some comments.
|
---|
907 |
|
---|
908 | * MLoopEvt.cc, MLoopEvt.h:
|
---|
909 | - Removed
|
---|
910 |
|
---|
911 |
|
---|
912 |
|
---|
913 | 2000/12/22 - Thomas Bretz:
|
---|
914 |
|
---|
915 | * readraw.cc:
|
---|
916 | - changed some comments and the Root-Name of the program
|
---|
917 | - added check for the existance of the file
|
---|
918 | - changed name of numbers of entries from iEnt to nent
|
---|
919 |
|
---|
920 | * dohtml.C:
|
---|
921 | - changed title of converted macros
|
---|
922 |
|
---|
923 | * MRawEvtData.cc:
|
---|
924 | - added a commet in Draw()
|
---|
925 |
|
---|
926 | * MRawEvtPixelIter.[h,cc]:
|
---|
927 | - Added the comment header of the file
|
---|
928 | - removed inheritance from TIterator (not needed)
|
---|
929 | - some changes to get it work (the one in the repository was untested
|
---|
930 | and not working)
|
---|
931 | - changed calling style of iterator from do...while to while-loop
|
---|
932 | - changed some comments
|
---|
933 |
|
---|
934 | * MRawRunHeader.cc:
|
---|
935 | - added some comments
|
---|
936 |
|
---|
937 | * Changelog, News: added
|
---|
938 |
|
---|
939 | * test.C: removed
|
---|