1 | -*-*- END -*-*-
|
---|
2 | 2002/03/13: Oscar Blanch
|
---|
3 |
|
---|
4 | * mmc/MMcRunHeader.[cxx,hxx]
|
---|
5 | - Sevral new variable members have been added
|
---|
6 | - Version number updated to 2
|
---|
7 |
|
---|
8 | 2002/03/12: Thomas Bretz
|
---|
9 |
|
---|
10 | * mmontecarlo/MMcTimeGenerate.cc (thanks to Wolfgang):
|
---|
11 | - removed wrong comment for Process
|
---|
12 | - changed Int_t to UInt_t (more readable)
|
---|
13 | - replaced unit: ms -> 0.1ms
|
---|
14 |
|
---|
15 |
|
---|
16 |
|
---|
17 | 2002/03/08: Thomas Bretz
|
---|
18 |
|
---|
19 | * manalysis/MHillasSrc.[h,cc]:
|
---|
20 | - added fHeadTail
|
---|
21 | - changed version number to 2.
|
---|
22 |
|
---|
23 |
|
---|
24 |
|
---|
25 | 2002/03/07: Thomas Bretz
|
---|
26 |
|
---|
27 | * mbase/MParContainer.[h,cc], MWriteAsciiFile.[h,cc]:
|
---|
28 | - added a scale value which can be used in case you are writing
|
---|
29 | single data mambers
|
---|
30 |
|
---|
31 |
|
---|
32 |
|
---|
33 | 2002/03/04: Thomas Bretz
|
---|
34 |
|
---|
35 | * mbase/MParContainer.cc:
|
---|
36 | - changed AsciiWrite so that only base classes with a version
|
---|
37 | id > 0 are written (important for MParContainer)
|
---|
38 |
|
---|
39 |
|
---|
40 |
|
---|
41 | 2002/03/01: Thomas Bretz
|
---|
42 |
|
---|
43 | * mhist/MHMcEfficiencyEnergy.[h,cc], mhist/MHMcEfficiencyImpact.[h,cc],
|
---|
44 | mhist/MHMcDifRate.[h,cc], mhist/MHMcIntRate.[h,cc]:
|
---|
45 | - added
|
---|
46 |
|
---|
47 | * mhist/Makefile, mhist/HistLinkDef.h:
|
---|
48 | - added MHMcEfficiencyEnergy and MHMcEfficiencyImpact
|
---|
49 | - added MHMcDifRate and MHMcIntRate
|
---|
50 |
|
---|
51 | * mhist/MHMcCollectionArea.[h,cc]:
|
---|
52 | - changed instantiation of collection area histogram
|
---|
53 | - added settings for the binning
|
---|
54 | - replaced division by root function
|
---|
55 | - added Calc-functions
|
---|
56 | - added GetHist
|
---|
57 |
|
---|
58 | * mhist/MHMcEfficiency.[h,cc]:
|
---|
59 | - changed pointers in Calc functions to references
|
---|
60 |
|
---|
61 |
|
---|
62 |
|
---|
63 | 2002/02/28: Thomas Bretz
|
---|
64 |
|
---|
65 | * mhist/MHMcEnergyImpact.[h,cc], mhist/MHMcEfficiency.[h,cc]:
|
---|
66 | - added
|
---|
67 |
|
---|
68 | * mhist/Makefile, mhist/HistLinkDef.h:
|
---|
69 | - added MHMcEnergyImpact and MHMcEfficiency
|
---|
70 |
|
---|
71 | * mhist/*.cc:
|
---|
72 | - repaced some *&-> casts by &.
|
---|
73 |
|
---|
74 | * mhist/MHMcCollectionArea.[h,cc]:
|
---|
75 | - changed to be able to use new MHMcEfficiency.
|
---|
76 |
|
---|
77 |
|
---|
78 |
|
---|
79 | 2002/02/21: Abelardo Moralejo
|
---|
80 |
|
---|
81 | * manalysis/MHillasExt.cc :
|
---|
82 | - added #include <math.h> (else, fabs not recognized by OSF)
|
---|
83 |
|
---|
84 |
|
---|
85 |
|
---|
86 | 2002/02/21: Thomas Bretz
|
---|
87 |
|
---|
88 | * manalysis/MHillas.[h,cc]:
|
---|
89 | - changed fMeanx and fMeany to fMeanX and fMeanY to match the names
|
---|
90 | of the getter functions, needed by TDataMember::GetterMethod
|
---|
91 | - commented out WriteAscii (replaced by more general in MParContainer
|
---|
92 | and MWriteAsciiFile)
|
---|
93 |
|
---|
94 | * manalysis/MHillasSrc.[h,cc], mmc/MMcEvt.[hxx, cxx]:
|
---|
95 | - commented out WriteAscii (replaced by more general in MParContainer
|
---|
96 | and MWriteAsciiFile)
|
---|
97 |
|
---|
98 | * manalysis/MHillasExt.[h,cc]:
|
---|
99 | - added necessary Getter Methods
|
---|
100 |
|
---|
101 | * mbase/MFilterList.cc:
|
---|
102 | - removed a nonsens comment
|
---|
103 |
|
---|
104 | * mbase/MGList.cc:
|
---|
105 | - relay on the bugfix for DynamicCast
|
---|
106 |
|
---|
107 | * mbase/MParContainer.[h,cc]:
|
---|
108 | - implemented WriteDataMember to have a more general interface
|
---|
109 | for readable output.
|
---|
110 | - changed ofstream to a more general ostream
|
---|
111 |
|
---|
112 | * mbase/MWriteAsciiFile.[cc,h]:
|
---|
113 | - generalized ascii writer to be able to write single data members
|
---|
114 |
|
---|
115 |
|
---|
116 |
|
---|
117 | 2002/02/13: Thomas Bretz
|
---|
118 |
|
---|
119 | * Makefile:
|
---|
120 | - made 'make dox' dependant on existance of shared object
|
---|
121 |
|
---|
122 |
|
---|
123 |
|
---|
124 | 2002/02/13: Thomas Bretz
|
---|
125 |
|
---|
126 | * macros/MagicHillas.C, mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc]:
|
---|
127 | - implemented variable binning (MBinning)
|
---|
128 | - implemented conversion to degrees (thanks to rudy)
|
---|
129 |
|
---|
130 | * mgui/MGeomCam.[h,cc], mgui/MGeomCamCT1.cc, mgui/MGeomCamMagic.cc:
|
---|
131 | - implemented fMm2Deg and fCamDist
|
---|
132 |
|
---|
133 |
|
---|
134 |
|
---|
135 | 2002/01/23: Thomas Bretz
|
---|
136 |
|
---|
137 | * macros/flux.C:
|
---|
138 | - fixed some bugs
|
---|
139 | - uncommented all drawing
|
---|
140 |
|
---|
141 | * mhist/MBinning.h:
|
---|
142 | - changed SetEdges(TArrayD)
|
---|
143 |
|
---|
144 | * mhist/MH.cc:
|
---|
145 | - SetBinning(..., TAxis*,...) didn't work. Corrected.
|
---|
146 |
|
---|
147 | * mhist/MHAlphaEnergyTheta.cc, mhist/MHAlphaEnergyTime.cc,
|
---|
148 | mhist/MHEffOnTimeTheta.cc, mhist/MHEffOnTimeTime.cc,
|
---|
149 | mhist/MHTimeDiffTheta.cc, mhist/MHTimeDiffTime.cc:
|
---|
150 | - changed wrong titles, names, etc.
|
---|
151 | - changed way of drawing projections
|
---|
152 | - fixed usage of MH::SetBinning(TH1*)
|
---|
153 |
|
---|
154 |
|
---|
155 |
|
---|
156 | 2002/01/22: Thomas Bretz
|
---|
157 |
|
---|
158 | * mhist/MHHillasSrc.[h,cc], mhist/MHFadcCam.[h,cc]:
|
---|
159 | - changed return type of Fill to Bool_t
|
---|
160 |
|
---|
161 | * mfilter/MFAlpha.[h,cc]:
|
---|
162 | - added
|
---|
163 |
|
---|
164 | * mfilter/MFill.[h,cc]:
|
---|
165 | - implemented a new calling style which allows you to let MFillH
|
---|
166 | create the necessary histogram objects
|
---|
167 |
|
---|
168 | * mmain/MAnalysis.cc, macros/MagicHillas.C:
|
---|
169 | - changed to new stylish MHillas parameter containers
|
---|
170 |
|
---|
171 | * meventdisp/MGEvtDisplay.cc, mgui/MCamDisplay.cc,
|
---|
172 | mmain/MDataCheck.[h,cc]:
|
---|
173 | - fixed a warning in red hat linux
|
---|
174 |
|
---|
175 | * mfilter/FilterLinkDef.h, mfilter/Makefile:
|
---|
176 | - added MFAlpha
|
---|
177 |
|
---|
178 | * mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc]:
|
---|
179 | - added SetupFill and usage of MBinning objects
|
---|
180 |
|
---|
181 | * manalysis/MEnergyEst.[h,cc], manalysis/MEnergyEstimate.[h,cc],
|
---|
182 | mhist/MHTimeDiffTime.[h,cc], mhist/MHEnergyTheta.[h,cc],
|
---|
183 | mhist/MHEnergyTime.[h,cc], mhist/MHAlphaEnergyTheta.[h,cc],
|
---|
184 | mhist/MHAlphaEnergyTime.[h,cc], mhist/MHTimeDiffTheta.[h,cc],
|
---|
185 | mmontecarlo/MMcTimeGenerate.[h,cc]:
|
---|
186 | - added
|
---|
187 |
|
---|
188 | * manalysis/Makefile:
|
---|
189 | - added MEnergyEst.cc
|
---|
190 | - added MEnergyEstimate.cc
|
---|
191 |
|
---|
192 | * mbase/MFilter.[h,cc], mfilter/MF*.[h,cc]:
|
---|
193 | - added name and title to constructor
|
---|
194 |
|
---|
195 | * macros/flux.C:
|
---|
196 | - added
|
---|
197 |
|
---|
198 |
|
---|
199 |
|
---|
200 | 2002/01/21: Thomas Bretz
|
---|
201 |
|
---|
202 | * mbase/MReadMarsFile.cc, mbase/MReadTree.[h,cc]:
|
---|
203 | - implemented GetFileName
|
---|
204 |
|
---|
205 | * mmc/MMcEvt.[hxx,cxx]
|
---|
206 | - implemented WriteAscii
|
---|
207 |
|
---|
208 | * mgui/MGeomPix.h:
|
---|
209 | - implemented first version of GetA
|
---|
210 |
|
---|
211 | * mhist/MBinning.h:
|
---|
212 | - small changes to formulas
|
---|
213 |
|
---|
214 | * mhist/MH.[h,cc]:
|
---|
215 | - implemented SetBinnign functions
|
---|
216 |
|
---|
217 | * macros/readMagic.C:
|
---|
218 | - removed MPedestalCam
|
---|
219 |
|
---|
220 |
|
---|
221 |
|
---|
222 | 2002/01/19: Thomas Bretz
|
---|
223 |
|
---|
224 | * mbase/MParContainer.cc:
|
---|
225 | - generalized virtual function AsciiWrite
|
---|
226 |
|
---|
227 | * changed to fit new MHillas inhertance model:
|
---|
228 | - manalysis/MHillas.[h,cc]
|
---|
229 | - manalysis/MHillasCalc.[h,cc]
|
---|
230 | - mhist/MHHillas.[h,cc]
|
---|
231 | - mhist/MHStarMap.[h,cc]
|
---|
232 |
|
---|
233 | * added to fit new MHillas inhertance model:
|
---|
234 | - manalysis/MSrcPosCam.[h,cc]
|
---|
235 | - manalysis/MHillasSrc.[h,cc]
|
---|
236 | - manalysis/MHillasSrcCalc.[h,cc]
|
---|
237 | - manalysis/MHillasExt.[h,cc]
|
---|
238 | - mhist/MHHillasSrc.[h,cc]
|
---|
239 |
|
---|
240 | * manalysis/MCerPhotEvt.[cc,h]:
|
---|
241 | - introduced weighting with pixel size in GetNumPhotonsMin
|
---|
242 | - introduced weighting with pixel size in GetNumPhotonsMax
|
---|
243 |
|
---|
244 | * mgui/MCamDisplay.cc:
|
---|
245 | - weight the displayed color with the pixel size
|
---|
246 |
|
---|
247 |
|
---|
248 |
|
---|
249 | 2002/01/18: Thomas Bretz
|
---|
250 |
|
---|
251 | * mhist/MBinning.[h,cc]:
|
---|
252 | - added (not yet in Makefile)
|
---|
253 |
|
---|
254 | * mbase/MWriteAsciiFile.cc:
|
---|
255 | - fixed a bug: replaced GetSize by GetEntries
|
---|
256 |
|
---|
257 | * mbase/MReadTree.cc:
|
---|
258 | - changed EnableBranch to accept "Master.Sub" also
|
---|
259 |
|
---|
260 |
|
---|
261 |
|
---|
262 | 2002/01/16: Thomas Bretz
|
---|
263 |
|
---|
264 | * mars.cc:
|
---|
265 | - changed version number to 0.7
|
---|
266 |
|
---|
267 | * NEWS:
|
---|
268 | - changed current version to 0.7
|
---|
269 |
|
---|
270 | * manalysis/MMcPedestalNSBAdd.cc:
|
---|
271 | - small changes to output
|
---|
272 |
|
---|
273 | * mbase/MParList.[h,cc]:
|
---|
274 | - added FindObject with class type argument
|
---|
275 |
|
---|
276 | * mbase/MWriteAsciiFile.cc
|
---|
277 | - replaced call to InheritsFrom by new FindObject
|
---|
278 |
|
---|
279 |
|
---|
280 |
|
---|
281 | 2002/01/15: Thomas Bretz
|
---|
282 |
|
---|
283 | * manalysis/MBlindPixelCalc.[h,cc]:
|
---|
284 | - added more comments
|
---|
285 | - removed a debug statement
|
---|
286 |
|
---|
287 | * manalysis/MBlindPixels.[h,cc]:
|
---|
288 | - added more comments
|
---|
289 |
|
---|
290 | * manalysis/MCerPhotCalc.cc:
|
---|
291 | - changed the warning output
|
---|
292 |
|
---|
293 | * manalysis/MMcPedestalCopy.h:
|
---|
294 | - added comments
|
---|
295 |
|
---|
296 | * manalysis/MMcPedestalNSBAdd.[h,cc]:
|
---|
297 | - added comments
|
---|
298 | - changed call to AddedToBranchList
|
---|
299 |
|
---|
300 | * mbase/MWriteAsciiFile.cc:
|
---|
301 | - added comments
|
---|
302 |
|
---|
303 | * mmc/MMcRunHeader.[hxx,cxx]:
|
---|
304 | - made getter const
|
---|
305 |
|
---|
306 | * meventdisp/MGCamDisplay.cc:
|
---|
307 | - updated to use MBlindPixelCalc
|
---|
308 |
|
---|
309 | * mbase/MEvtLoop.cc:
|
---|
310 | - replaced wrong "MTasklist" by "MTaskList"
|
---|
311 |
|
---|
312 |
|
---|
313 |
|
---|
314 | 2002/01/14: Thomas Bretz
|
---|
315 |
|
---|
316 | * manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalNSBAdd.cc:
|
---|
317 | - added comments
|
---|
318 |
|
---|
319 | * mbase/MReadMarsFile.cc:
|
---|
320 | - changed output when switching to new file
|
---|
321 |
|
---|
322 | * meventdisp/MGFadcDisp.cc:
|
---|
323 | - made char array in constructor const
|
---|
324 | - changed char-array to TString
|
---|
325 |
|
---|
326 | * mmain/MBrowser.[h,cc]:
|
---|
327 | - changed char-arrays to TString
|
---|
328 |
|
---|
329 | * mmain/MDataCheck.[h,cc]:
|
---|
330 | - made char array in constructor const
|
---|
331 |
|
---|
332 | * Makefile.conf.linux, Makefile.conf.linux-gnu:
|
---|
333 | - changed to O5
|
---|
334 |
|
---|
335 | * mbase/MEvtLoop.cc:
|
---|
336 | - check for inheritance from MTaskList
|
---|
337 |
|
---|
338 | * manalysis/MPedestalCopy.cc, manalysis/MPedestalNSBAdd.cc:
|
---|
339 | - small changes
|
---|
340 |
|
---|
341 | * mbase/MWriteAsciiFile.[h,cc]:
|
---|
342 | - changed to be able to write more than one container in a line
|
---|
343 |
|
---|
344 |
|
---|
345 |
|
---|
346 | 2002/01/11: Oscar Blanch Bigas
|
---|
347 |
|
---|
348 | * mmain/MAnalysis.cc:
|
---|
349 | - added MBlindPixelCalc step.
|
---|
350 |
|
---|
351 | * macros/trigrate.C:
|
---|
352 | - the lis of MHMcRate is created usinf from and to instead of
|
---|
353 | only dimension. Otherwise the cas of a single trigger option is
|
---|
354 | not well treated.
|
---|
355 |
|
---|
356 | * mhist/MHMcRate.[h,cc]:
|
---|
357 | - added funtion members SetFlux and SetIncidentRate and small
|
---|
358 | modification in CalcRate member function
|
---|
359 |
|
---|
360 | * mmontecarlo/MMcTriggerRateCalc.cc:
|
---|
361 | - now this task sets the parameters to know the incident particle
|
---|
362 | flux using MHMcRate:SetFlux. The value are decide by the task
|
---|
363 | itself depending on the fPartId.
|
---|
364 |
|
---|
365 | * manalysis/MBlindPixelCalc.cc:
|
---|
366 | - rename MMcRunHeader:GetStarFieldDe to MMcRunHeader:GetStarFieldDec.
|
---|
367 |
|
---|
368 | * mmc/MMcRunHeader.[hxx, cxx]:
|
---|
369 | - rename MMcRunHeader:GetStarFieldDe to MMcRunHeader:GetStarFieldDec.
|
---|
370 |
|
---|
371 |
|
---|
372 |
|
---|
373 | 2002/01/10: Oscar Blanch Bigas
|
---|
374 |
|
---|
375 | * mbase/Makefile:
|
---|
376 | - added -I../MRawFormat in the included directories for compile
|
---|
377 | and link. It was needed to use this Makefile to compile the
|
---|
378 | files inside the drectory while compiling Monte Carlo programs.
|
---|
379 |
|
---|
380 | * mraw/Makefile:
|
---|
381 | - added -I../MBase in the included directories for compile
|
---|
382 | and link. It was needed to use this Makefile to compile the
|
---|
383 | files inside the drectory while compiling Monte Carlo programs.
|
---|
384 |
|
---|
385 | * mbase/Makefile:
|
---|
386 | - added -I../MBase- in the included directories for compile
|
---|
387 | and link. It was needed to use this Makefile to compile the
|
---|
388 | files inside the drectory while compiling Monte Carlo programs.
|
---|
389 |
|
---|
390 | * mbase/MReadTree.cc:
|
---|
391 | - changed #include "../mraw/MRawEvtData.h" by #include
|
---|
392 | "MRawEvtData.h" to remove dependencies on the directory tree naming.
|
---|
393 |
|
---|
394 |
|
---|
395 |
|
---|
396 | 2002/01/09: Oscar Blanch Bigas
|
---|
397 |
|
---|
398 | * manalysis/MPedestalCam.[h,cc]:
|
---|
399 | - added CheckBounds function to check that program does not try to
|
---|
400 | access pedestal outside the camera size.
|
---|
401 |
|
---|
402 | * manalysis/MCerPhotCalc.h:
|
---|
403 | - Member data const MPedestalCam *fPedestals -> MPedestalCam
|
---|
404 | *fPedestals.
|
---|
405 |
|
---|
406 | * manalysis/MCerPhotCalc.cc:
|
---|
407 | - Sanity check to avoid searching to pedestals outside the camera
|
---|
408 | size has been added.
|
---|
409 |
|
---|
410 | * mmc/MMcRunHeader.[h,cxx]:
|
---|
411 | - added functions GetStarField[De,Ra].
|
---|
412 |
|
---|
413 | * manalysis/MBlindPixels.[h,cc]:
|
---|
414 | - new containet that has a list of pixels that should not be used
|
---|
415 | in the analysis for any reason (corrupted, star in them, ...).
|
---|
416 |
|
---|
417 | * manalysis/MBlindPixelCalc.[h,cc]:
|
---|
418 | - It is a task used to set up the list of blind pixels. Currently
|
---|
419 | it recognises the CrabNebula starfield and then switch off the
|
---|
420 | Theta Taury pixels. Blind pixels can be also introduced through
|
---|
421 | the macro or analysis program.
|
---|
422 |
|
---|
423 | * manalysis/Makefile:
|
---|
424 | - added MBlindPixels and MBlinPixelCalc.
|
---|
425 |
|
---|
426 | * manalysis/AnalysisLinkDef.h:
|
---|
427 | - added MBlindPixels and MBlinPixelCalc.
|
---|
428 |
|
---|
429 | * macros/MagicHillas.C:
|
---|
430 | - added MBlindPixelCalc to avoid bias results due to Star Field
|
---|
431 | NSB.
|
---|
432 |
|
---|
433 | * macros/readMagic.C:
|
---|
434 | - added MBlindPixelCalc to avoid bias results due to Star Field NSB while
|
---|
435 | computing the Hillas parameters.
|
---|
436 |
|
---|
437 |
|
---|
438 |
|
---|
439 | 2001/12/19: Thomas Bretz
|
---|
440 |
|
---|
441 | * mbase/MEvtLoop.cc:
|
---|
442 | - added #ifdef directive to make it work on older root also
|
---|
443 |
|
---|
444 | * mbase/MReadTree.cc:
|
---|
445 | - added #ifdef directive to get rid of the memory leak in prior
|
---|
446 | root 3.02/* versions
|
---|
447 |
|
---|
448 | * macros/MagicHillas.C, macros/readMagic.C, meventdisp/MGCamDisplay.cc,
|
---|
449 | mmain/MAnalysis.cc:
|
---|
450 | - changes MMcPedestalNSB to MMcPedestalNSBAdd
|
---|
451 |
|
---|
452 | * manalysis/MMcPedestalCopy.[h,cc], manalysis/MMcPedestalNSBAdd.[h,cc]:
|
---|
453 | - reorganized ReInit, PreProcess.
|
---|
454 | - moved some code from ReInit to PreProcess to make the code
|
---|
455 | simpler. At the moment we don't intend to change the
|
---|
456 | objects in the parlist while runtime.
|
---|
457 |
|
---|
458 | * manalysis/MMcPedestalNSB.[h,cc]:
|
---|
459 | - removed
|
---|
460 |
|
---|
461 | * mbase/MReadMarsFile.cc:
|
---|
462 | - read the first run header twice. To make it available in the
|
---|
463 | PreProcess of all tasks
|
---|
464 |
|
---|
465 | * mbase/MTaskList.cc:
|
---|
466 | - fixed a bug in the ReInit function. The ReInits where calles with
|
---|
467 | a NULL-pointer
|
---|
468 |
|
---|
469 |
|
---|
470 |
|
---|
471 | >>>>>>> 1.148
|
---|
472 | 2001/12/18: Oscar Blanch
|
---|
473 |
|
---|
474 | * manalysis/Makefile:
|
---|
475 | - Removed MMcPedestalNSB from compilation and added
|
---|
476 | MMcPedestalNSBAdd.
|
---|
477 |
|
---|
478 | * manalysis/AnalysisLinkDefine.h:
|
---|
479 | - Removed MMcPedestalNSB from class list and added
|
---|
480 | MMcPedestalNSBAdd.
|
---|
481 |
|
---|
482 | * manalysis/MMcPedestalCopy.[h,cc]
|
---|
483 | - added ReInit function.
|
---|
484 | - move all actions needed to redo for each run from PreProcess
|
---|
485 | to ReInit
|
---|
486 | - fix bug of Pedestal and Pedestal fluctuaions correspondence.
|
---|
487 |
|
---|
488 | * manalysis/MMcPedestalNSBAdd.[h,cc]
|
---|
489 | - new name for old MMcPedestalNSB.[h,cc]
|
---|
490 | - added ReInit function.
|
---|
491 | - move all actions needed to redo for each run from PreProcess
|
---|
492 | to ReInit
|
---|
493 | - information about pixel size is used from MGeomCam.
|
---|
494 |
|
---|
495 | * manalysis/MCerPhotCalc.[h,cc]
|
---|
496 | - remove fNumLoGainFadcSlices and fNumHiGainFadcSlices members
|
---|
497 | - fix bug of Pedestal and Pedestal fluctuaions correspondence.
|
---|
498 |
|
---|
499 | <<<<<<< Changelog
|
---|
500 |
|
---|
501 | =======
|
---|
502 | >>>>>>> 1.148
|
---|
503 |
|
---|
504 | 2001/12/18: Thomas Bretz
|
---|
505 |
|
---|
506 | * manalysis/MMcPedestalCopy.cc:
|
---|
507 | - changed output
|
---|
508 |
|
---|
509 | * manalysis/MMcPedestalNSB.cc:
|
---|
510 | - changed output
|
---|
511 | - simplified initialization in PreProcess
|
---|
512 |
|
---|
513 | * mbase/MAGIC.h:
|
---|
514 | - added kSKIP
|
---|
515 |
|
---|
516 | * mbase/MParList.cc:
|
---|
517 | - added a check for the correct inheritance in FindCreateObj
|
---|
518 |
|
---|
519 | * mbase/MTask.cc:
|
---|
520 | - added support for kSKIP in PreProcess
|
---|
521 |
|
---|
522 | * mbase/MTaskList.[h,cc]
|
---|
523 | - added support for kSKIP in PreProcess
|
---|
524 | - added Remove function (private)
|
---|
525 |
|
---|
526 |
|
---|
527 |
|
---|
528 | 2001/12/17: Thomas Bretz
|
---|
529 |
|
---|
530 | * .rootrc:
|
---|
531 | - added Root.Html.DescriptionStyle
|
---|
532 | - added Root.Html.SearchEngine
|
---|
533 |
|
---|
534 | * macros/dohtml.C:
|
---|
535 | - changed to use THtml (root >= 3.02/06 only)
|
---|
536 |
|
---|
537 | * manalysis/Makefile:
|
---|
538 | - changed order to get rid of some wranings
|
---|
539 |
|
---|
540 | * mbase/BaseLinkDef.h:
|
---|
541 | - removed MHtml
|
---|
542 |
|
---|
543 | * mbase/MEvtLoop.cc:
|
---|
544 | - exchanged gSystem->ProcessEvents() by gClient->ProcessEventsFor()
|
---|
545 | to make gui update faster
|
---|
546 |
|
---|
547 | * mbase/MGList.cc:
|
---|
548 | - added a missing sanity check (workaround for a root bug)
|
---|
549 |
|
---|
550 | * mbase/MReadTree.cc:
|
---|
551 | - uncomment EnableBranchCoosing for AutoEnablingScheme
|
---|
552 | (don't know why there was a comment which made things realy slow)
|
---|
553 | - changed the auto enabling scheme, so that a branch isn't enabled
|
---|
554 | more than once. This doesn't hurt, but the output may confuse the
|
---|
555 | users.
|
---|
556 |
|
---|
557 | * mbase/MTask.cc:
|
---|
558 | - added a simple not really necessary check whether the branch is
|
---|
559 | already in the list
|
---|
560 |
|
---|
561 | * mbase/MWriteRootFile.cc:
|
---|
562 | - changed kFillTree to a local const
|
---|
563 |
|
---|
564 | * mbase/Makefile:
|
---|
565 | - removed MHtml.cc
|
---|
566 |
|
---|
567 | * mfilter/MFTriggerLvl1.cc:
|
---|
568 | - changed AddBranchToList to use the correct container name
|
---|
569 |
|
---|
570 |
|
---|
571 |
|
---|
572 | 2001/12/14: Thomas Bretz
|
---|
573 |
|
---|
574 | * mbase/MReadMarsFile.[h,cc], mbase/MReadFild.[h,cc]:
|
---|
575 | - corrected handling of ReInit/Notify (at the moment I assume
|
---|
576 | one run per file)
|
---|
577 | - made sure, that we don't get memory leaks when using MReadTree
|
---|
578 | more than once because the pointer to the pointer isn't deleted.
|
---|
579 | - added a small class MChain which enhances TChain by a function to
|
---|
580 | reset fTree. This is used to control when notification are
|
---|
581 | happening
|
---|
582 |
|
---|
583 | * mbase/MTask.cc:
|
---|
584 | - reset the number of executions before the preprocessing
|
---|
585 |
|
---|
586 |
|
---|
587 |
|
---|
588 | 2001/12/11: Thomas Bretz
|
---|
589 |
|
---|
590 | * mbase/MGGroupFrame.cc:
|
---|
591 | - removed default arguments from source file
|
---|
592 |
|
---|
593 | * mbase/MGList.cc:
|
---|
594 | - changed cast in IsExisting to ?:
|
---|
595 |
|
---|
596 | * NEWS:
|
---|
597 | - changed
|
---|
598 |
|
---|
599 | * manalysis/MCerPhotCalc.cc, mfilter/MTriggerLvl1.cc,
|
---|
600 | mmontecarlo/MMcCollectionAreaCalc.cc,
|
---|
601 | mmontacarlo/MMcThresholdCalc.cc,
|
---|
602 | MMcTriggerRateCalc.cc:
|
---|
603 | - added Masterbranch name to AddToBranchList
|
---|
604 |
|
---|
605 | * manalysis/MMcPedestalCopy.cc:
|
---|
606 | - added Masterbranch name to AddToBranchList
|
---|
607 | - fixed a bug in the branch name
|
---|
608 |
|
---|
609 | * mbase/MGList.[h,cc]:
|
---|
610 | - added a better output if a picture wasn't found
|
---|
611 |
|
---|
612 | * mbase/MReadTree.[h,cc]:
|
---|
613 | - added support for branches with master branch names to auto scheme
|
---|
614 | (first the complete branch name is tried and if this isn't found
|
---|
615 | only the subbranch name is used to enable the branch)
|
---|
616 |
|
---|
617 | * mbase/MWriteRootFile.cc:
|
---|
618 | - appended a '.' to all newly create branches
|
---|
619 |
|
---|
620 | * mmain/MBrowser.cc, mmain/MMars.cc:
|
---|
621 | - add the gui elements only if the corresponding picture was found
|
---|
622 |
|
---|
623 | * mmain/MMars.[h,cc]:
|
---|
624 | - removed fPic1
|
---|
625 | - removed fPic2
|
---|
626 | - changed TList to MGList
|
---|
627 |
|
---|
628 | * mraw/MRawFileWrite.cc:
|
---|
629 | - added a '.' to all branch names
|
---|
630 |
|
---|
631 | * mbase/MTask.[h,cc]:
|
---|
632 | - added Prototype for ReInit-function
|
---|
633 |
|
---|
634 | * mbase/MTaskList.[h,cc]:
|
---|
635 | - implemented ReInit for a task list
|
---|
636 |
|
---|
637 | * mhist/MHFadcCam.h:
|
---|
638 | - added '->' to fArray
|
---|
639 |
|
---|
640 |
|
---|
641 |
|
---|
642 | 2001/12/10: Thomas Bretz
|
---|
643 |
|
---|
644 | * mmc/*.hxx:
|
---|
645 | - Changed MPARCONTAINER_H to MARS_MParContainer
|
---|
646 |
|
---|
647 | * meventdisp/MGCamDisplay.cc:
|
---|
648 | - added MMcPedestalCopy to task list
|
---|
649 | - added MMcPedestalNSB to task list
|
---|
650 |
|
---|
651 | * mmain/MAnalysis.cc:
|
---|
652 | - added MMcPedestalCopy to task list
|
---|
653 | - added MMcPedestalNSB to task list
|
---|
654 | - changed reader from MReadTree to MReadMarsFile
|
---|
655 |
|
---|
656 | * meventdisp/MGEvtDisplay.cc:
|
---|
657 | - changed reader from MReadTree to MReadMarsFile
|
---|
658 |
|
---|
659 | * macros/MagicHillas.C, macros/readMagic.C:
|
---|
660 | - removed unnecessary MReadTree
|
---|
661 |
|
---|
662 |
|
---|
663 |
|
---|
664 | 2001/11/28: Oscar Blanch Bigas
|
---|
665 |
|
---|
666 | * mbase/MReadMarsFile.cc:
|
---|
667 | - Added process of fRun = new MReadTree("RunHeaders", fname),
|
---|
668 | needed to read RunHeaders tree information.
|
---|
669 |
|
---|
670 | * manalysis/MCerPhotCalc.h:
|
---|
671 | - Added fNumLoGainFadcSlices and fNumHiGainFadcSlices member
|
---|
672 | variables because they are needed for Pedestal substraction.
|
---|
673 |
|
---|
674 | * manalysis/MCerPhotCalc.h:
|
---|
675 | - Change in the methode to substract the pedestal. The new
|
---|
676 | methode is valid either for MC data and real data but only for
|
---|
677 | the current integration (GetSumHiGainSamples()).
|
---|
678 |
|
---|
679 | * macros/readMagic.C:
|
---|
680 | - Added several tasks in the task list:
|
---|
681 | MReadMarsFile to read RunHeaders Tree
|
---|
682 | MPedestalCopy and MPedestalNSB to treat correctly pedestals.
|
---|
683 |
|
---|
684 | * macros/MagicHillas.C:
|
---|
685 | - Added several tasks in the task list:
|
---|
686 | MReadMarsFile to read RunHeaders Tree
|
---|
687 | MPedestalCopy and MPedestalNSB to treat correctly pedestals.
|
---|
688 |
|
---|
689 | * mmc/MMcRunHeader.hxx:
|
---|
690 | - Added GetNumPheFromDNSB().
|
---|
691 |
|
---|
692 | * mmc/MMcFadcHeader.hxx:
|
---|
693 | - Added GetAmplitud().
|
---|
694 |
|
---|
695 | * manalysis/MMcPedestalNSB.h / .cc:
|
---|
696 | - New class which adds to the pedestal rms the contribution from
|
---|
697 | the diffuse NSB.
|
---|
698 |
|
---|
699 | * manalysis/Makefile:
|
---|
700 | - New class MMcPedestalNSB added.
|
---|
701 |
|
---|
702 | * manalysis/AnalysisLinkDefine.
|
---|
703 | - New class MMcPedestalNSB added.
|
---|
704 |
|
---|
705 |
|
---|
706 |
|
---|
707 | 2001/11/16: Thomas Bretz
|
---|
708 |
|
---|
709 | * mhist/MHMcCollectionArea.cc:
|
---|
710 | - set the ReadyToSave bit in CalcEfficiency.
|
---|
711 |
|
---|
712 | * mmontecarlo/MMcThresholdCalc.cc:
|
---|
713 | - set the ReadyToSave bit after the calculation has been finished.
|
---|
714 |
|
---|
715 | * mhist/MHMcRate.cc:
|
---|
716 | - set the ReadyToSave bit in CalcRate
|
---|
717 |
|
---|
718 |
|
---|
719 |
|
---|
720 | 2001/11/16: Thomas Bretz
|
---|
721 |
|
---|
722 | * mbase/MEvtLoop.cc:
|
---|
723 | - removed clock.Print()
|
---|
724 |
|
---|
725 | * mbase/MGList.[cc,h]:
|
---|
726 | - added support for TGPictures
|
---|
727 |
|
---|
728 | * mbase/MReadTree.[h,cc]:
|
---|
729 | - set ReadyToSave-bit only if reading was successfull
|
---|
730 | - made SetReadyToSave private
|
---|
731 |
|
---|
732 | * mbase/MTaskList.cc:
|
---|
733 | - corrected a small bug in the output
|
---|
734 |
|
---|
735 | * mbase/MWriteRootFile.cc:
|
---|
736 | - added a workaround in Print (don't know why it fails for me)
|
---|
737 | - removed fTrees.SetOwner()
|
---|
738 |
|
---|
739 | * mbase/MTask.cc:
|
---|
740 | - removed include of TOrdCollection, TMethod
|
---|
741 | - some changes to the output
|
---|
742 |
|
---|
743 | * mbase/MParContainer.h:
|
---|
744 | - removed old comments
|
---|
745 |
|
---|
746 | * mmain/MAnalysis.cc, mmain/MCameraDisplay.cc, mmain/MDataCheck.cc,
|
---|
747 | mmain/MEvtDisp.cc, mmain/MMonteCarlo.cc:
|
---|
748 | - changed Widget IDs to root style enums
|
---|
749 | - moved enumerations in the range below 0x100
|
---|
750 |
|
---|
751 | * mmain/MBrowser.[h,cc]:
|
---|
752 | - removed some of the member variables, accessed via MGList now
|
---|
753 | - changed TList to MGList
|
---|
754 | - added a file-filter combo-box
|
---|
755 |
|
---|
756 | * mars.cc:
|
---|
757 | - changed output
|
---|
758 |
|
---|
759 |
|
---|
760 |
|
---|
761 | 2001/11/15: Thomas Bretz
|
---|
762 |
|
---|
763 | * mbase/MArray.cc, mbase/MArrayB.cc,mbase/MArrayS.cc,
|
---|
764 | mbase/MClone.cc, mbase/MEvtLoop.cc, mbase/MFilter.cc,
|
---|
765 | mbase/MFilterList.cc, mbase/MGGroupFrame.cc, mbase/MGList.cc,
|
---|
766 | mbase/MGTask.cc, mbase/MInputStreamID.cc, mbase/MLog.cc,
|
---|
767 | mbase/MLogManip.cc, mbase/MParContainer.cc, mbase/MParList.cc,
|
---|
768 | mbase/MPrint.cc, mbase/MReadMarsFile.cc, mbase/MReadTree.cc,
|
---|
769 | mbase/MTime.cc, mbase/MWriteAsciiFile.cc, mbase/MWriteFile.cc,
|
---|
770 | mbase/MWriteRootFile.cc, manalysis/MCT1ReadAscii.cc,
|
---|
771 | manalysis/MCerPhotCalc.cc, manalysis/MHillas.cc,
|
---|
772 | manalysis/MHillasCalc.cc, manalysis/MMcPedestalCopy.cc,
|
---|
773 | manalysis/MPedCalcPedRun.cc, manalysis/MPedestalCam.cc,
|
---|
774 | manalysis/MPedestalPix.cc, manalysis/MCerPhotEvt.cc,
|
---|
775 | manalysis/MCerPhotPix.cc, manalysis/MImgCleanStd.cc,
|
---|
776 | manalysis/MImgCleanStd.cc, mdatacheck/MDumlEvtHeader.cc,
|
---|
777 | mdatacheck/MGDisplayAdc.cc, meventdisp/MGCamDisplay.cc,
|
---|
778 | meventdisp/MGEvtDisplay.cc, meventdisp/MGFadcDisp.cc,
|
---|
779 | mfilter/MFTriggerLvl1.cc, mgui/MGeomCam.cc, mgui/MGeomCamMagic.cc,
|
---|
780 | mgui/MGeomCamCT1.cc, mgui/MgeomPix.cc, mgui/Mhexagon.cc,
|
---|
781 | hist/MFillH.cc, mhist/MH.cc, mhist/MHFadcCam.cc, mhist/MHFadcPix.cc,
|
---|
782 | hist/MHHillas.cc, mhist/MHMcCollectionArea.cc, mhist/MHMcEnergy.cc,
|
---|
783 | mhist/MHMcRate.cc, mhist/MHStarMap.cc, mmain/MAnalysis.cc,
|
---|
784 | mmain/MBrowser.cc, mmain/MCameraDisplay.cc, mmain/MDataCheck.cc,
|
---|
785 | mmain/MEvtDisp.cc, mmain/MMars.cc, mmain/MMonteCarlo.cc,
|
---|
786 | mmontcarlo/MMcCollectionAreaCalc.cc, mmontecarlo/MMcThresholdCalc.cc,
|
---|
787 | mmontecarlo/MMcTriggerRateCalc.cc, mraw/MrawCrateArray.cc,
|
---|
788 | mraw/MRawCrateData.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc
|
---|
789 | mraw/MRawEvtPixelIter.cc, mraw/MRawEvtFileRead.cc,
|
---|
790 | mraw/MRawEvtFileWrite.cc, mraw/MRawEvtRunHeader.cc
|
---|
791 | - changed mailing address of author according to THtml of root 3.02
|
---|
792 |
|
---|
793 | * mbase/MClone.cc, mbase/MEvtLoop.cc, mbase/MFilterList.cc,
|
---|
794 | mbase/MGTask.cc, mbase/MParContainer.cc, mbase/MParList.cc,
|
---|
795 | mbase/MPrint.cc, mbase/MReadMarsFile.cc, mbase/MReadTree.cc,
|
---|
796 | mbase/MWriteAsciiFile.cc, mbase/MWriteFile.cc,
|
---|
797 | mbase/MWriteRootFile.cc, manalysis/MCerPhotEvt.cc,
|
---|
798 | manalysis/MCerPhotPix.cc, manalysis/MImgCleanStd.cc,
|
---|
799 | mgui/MGeomCam.cc, mgui/MGeomCamMagic.cc, mgui/MGeomCamCT1.cc,
|
---|
800 | mgui/MgeomPix.cc, mgui/Mhexagon.cc, hist/MFillH.cc, mhist/MHMcEnergy.cc,
|
---|
801 | mhist/MHMcRate.cc, mmontcarlo/MMcCollectionAreaCalc.cc,
|
---|
802 | mmontecarlo/MMcThresholdCalc.cc, mmontecarlo/MMcTriggerRateCalc.cc
|
---|
803 | mraw/MRawCrateData.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc
|
---|
804 | mraw/MRawEvtPixelIter.cc, mraw/MRawEvtFileRead.cc,
|
---|
805 | mraw/MRawEvtFileWrite.cc, mraw/MRawEvtRunHeader.cc
|
---|
806 | - changed output to new style logging (verbosity level introduced)
|
---|
807 |
|
---|
808 | * mbase/MGTask.h:
|
---|
809 | - added default to CreateGui
|
---|
810 |
|
---|
811 | * mbase/MLog.cc
|
---|
812 | - chnaged comparision between output and debug level from >= to >
|
---|
813 |
|
---|
814 | * mbase/MLogManip.h:
|
---|
815 | - added defintions for debug levels
|
---|
816 |
|
---|
817 | * mbase/MReadTree.[h,cc]:
|
---|
818 | - added support for filters
|
---|
819 | - SetReadyToSave added
|
---|
820 | - Print added
|
---|
821 |
|
---|
822 | * mbase/MTaskList.[h,cc], MTask.[h,cc]:
|
---|
823 | - changed TOrCollection to TList, because TList can be stored in a
|
---|
824 | root file.
|
---|
825 |
|
---|
826 | * mbase/MTask.[h,cc]:
|
---|
827 | - added GetFilter function (used in MReadTree)
|
---|
828 |
|
---|
829 | * manalysis/MImgCleanStd.cc:
|
---|
830 | - same changed to the GUI layout
|
---|
831 | - added Print member function
|
---|
832 |
|
---|
833 | * meventdisp/MGCamDisplay.cc:
|
---|
834 | - added group frame around some gui elements
|
---|
835 |
|
---|
836 | * mfilter/MFTriggerLvl1.cc:
|
---|
837 | - fixed missing Init call
|
---|
838 | - added missing AddToBranchList call
|
---|
839 |
|
---|
840 | * mars.cc:
|
---|
841 | - added command line option to set the verbosity level
|
---|
842 |
|
---|
843 | * merpp.cc:
|
---|
844 | - added setup for highest verbosity level
|
---|
845 |
|
---|
846 |
|
---|
847 |
|
---|
848 | 2001/11/14: Thomas Bretz
|
---|
849 |
|
---|
850 | * macros/dohtml.C:
|
---|
851 | - added missing path to mfilter
|
---|
852 |
|
---|
853 | * manalysis/MHillas.cc:
|
---|
854 | - changed the degree symbol back to 'deg', it seems that the code
|
---|
855 | for it isn't common
|
---|
856 |
|
---|
857 | * mhist/MH.cc:
|
---|
858 | - added comment for MakeDefCanvas
|
---|
859 |
|
---|
860 | * mhist/MHFadcCam.[h,cc]:
|
---|
861 | - removed old comments (SaveHist)
|
---|
862 |
|
---|
863 | * mhist/MHHillas.cc:
|
---|
864 | - changed the Name of fAlpha back. Symbols are nonsens in the name.
|
---|
865 |
|
---|
866 | * mbase/MGList.[h,cc], mbase/MGTask.[h,cc], mbase/MGGroupFrame.[h,cc]:
|
---|
867 | - added
|
---|
868 |
|
---|
869 | * Makefile.conf.linux, Makefile.conf.linux-gnu:
|
---|
870 | - changed to O3
|
---|
871 | - added -fnonnull-objects
|
---|
872 | - added -Woverloaded-virtual
|
---|
873 |
|
---|
874 | * macros/readCT1.C, macros/readMagic.C:
|
---|
875 | - changed to use MClone
|
---|
876 |
|
---|
877 | * manalysis/MImgCleanStd.[h,cc]:
|
---|
878 | - derived from TGTask
|
---|
879 | - added CreateGuiElements
|
---|
880 | - added ProcessMessage
|
---|
881 |
|
---|
882 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
---|
883 | - added MGTask
|
---|
884 | - added MGList
|
---|
885 | - added MGGroupFrame
|
---|
886 |
|
---|
887 | * mbase/MInputStreamID.cc:
|
---|
888 | - rmoved old comment
|
---|
889 |
|
---|
890 | * mbase/MParContainer.[h,cc]:
|
---|
891 | - changed output
|
---|
892 | - made Hash const
|
---|
893 | - added GetDiscriptor
|
---|
894 |
|
---|
895 | * mbase/MParList.[h,cc]:
|
---|
896 | - made FindObject const correct (see TObject)
|
---|
897 |
|
---|
898 | * mbase/MTask.[h,cc]:
|
---|
899 | - changed output to use GetDescriptor
|
---|
900 | - made Call* functions virtual (used in TGTask)
|
---|
901 |
|
---|
902 | * mbase/MTaskList.[h,cc]:
|
---|
903 | - made FindObject const correct (see TObject)
|
---|
904 | - changed output to use GetDescriptor
|
---|
905 |
|
---|
906 | * mbase/MTime.cc:
|
---|
907 | - code reformatting
|
---|
908 |
|
---|
909 | * mbase/MWriteRootFile.cc:
|
---|
910 | - small changes in output
|
---|
911 |
|
---|
912 | * mgui/MHexagon.cc:
|
---|
913 | - changed output according to TEllipse and similar
|
---|
914 | - made ls const
|
---|
915 |
|
---|
916 | * mhist/MFillH.cc:
|
---|
917 | - changed output to use GetDescriptor
|
---|
918 |
|
---|
919 | * mmain/MAnalysis.[h,cc]:
|
---|
920 | - changed to use new GUI of MImgCleanStd
|
---|
921 |
|
---|
922 | * mraw/MRawEvtData.cc:
|
---|
923 | - small changes to output
|
---|
924 | - better sanity check for non existing fRunHeader
|
---|
925 |
|
---|
926 |
|
---|
927 |
|
---|
928 | 2001/11/09: Thomas Bretz
|
---|
929 |
|
---|
930 | * mars.cc, merp.cc, macros/rootlogon.C:
|
---|
931 | - added MArray::Class()->IgnoreTObjectStreamer();
|
---|
932 |
|
---|
933 |
|
---|
934 |
|
---|
935 | 2001/11/08: Thomas Bretz
|
---|
936 |
|
---|
937 | * meventdisp/MGCamDisplay.cc:
|
---|
938 | - changed enums to root style
|
---|
939 | - get rid of the problem of button deletion by adding the buttons
|
---|
940 | as first entries to the list
|
---|
941 |
|
---|
942 | * mmain/MMonteCarlo.cc:
|
---|
943 | - changed enums to root style
|
---|
944 | - get rid of the problem of button deletion by adding the buttons
|
---|
945 | as first entries to the list
|
---|
946 |
|
---|
947 | * manalysis/MCerPhotCalc.cc, manalysis/MPedCalcPedRun.cc,
|
---|
948 | mhist/MHFadcCam.cc:
|
---|
949 | - removed 'Fadc' from function names
|
---|
950 |
|
---|
951 | * manalysis/MCerPhotEvt.[h,cc]:
|
---|
952 | - made AddPixel inline
|
---|
953 |
|
---|
954 | * manalysis/MMcPedestalCopy.cc:
|
---|
955 | - added output
|
---|
956 |
|
---|
957 | * manalysis/MPedestalCam.cc:
|
---|
958 | - removed FIXME
|
---|
959 |
|
---|
960 | * Makefile's:
|
---|
961 | - some reordering
|
---|
962 | - changed to the output
|
---|
963 |
|
---|
964 | * mbase/MReadTree.cc:
|
---|
965 | - removed setting of AutoDel-flag (this was not intended and doesn't
|
---|
966 | work for a TChain, yet)
|
---|
967 |
|
---|
968 | * meventdisp/MGCamDisplay.cc, meventdisp/MGFadcDisp.cc:
|
---|
969 | - moved SetWMSizeHints to base class
|
---|
970 |
|
---|
971 | * meventdisp/MGEvtDisplay.cc:
|
---|
972 | - added a random move and the SetWMSizeHints
|
---|
973 |
|
---|
974 | * mhist/MHHillas.cc:
|
---|
975 | - replaced some text by Latex-formulas
|
---|
976 |
|
---|
977 | * mmain/MBrowser.cc:
|
---|
978 | - added a menu entry for opening a TBrowser
|
---|
979 | - added a random move
|
---|
980 |
|
---|
981 | * mmain/MMars.[h,cc]:
|
---|
982 | - changed enums to root style
|
---|
983 | - moved size specification from header to source
|
---|
984 | - changed SetWMSizeHints call
|
---|
985 |
|
---|
986 | * mraw/MrawEvtPixelIter.[h,cc]:
|
---|
987 | - added fNum[Hi,Lo]GainSamples to make GetSum* faster
|
---|
988 | - removed 'Fadc' from function names
|
---|
989 |
|
---|
990 |
|
---|
991 |
|
---|
992 | 2001/11/07: Thomas Bretz
|
---|
993 |
|
---|
994 | * Makefile:
|
---|
995 | - changed order in 'mrproper'
|
---|
996 |
|
---|
997 | * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc:
|
---|
998 | - added InitSize
|
---|
999 |
|
---|
1000 | * manalysis/MCerPhotEvt.[h,cc]:
|
---|
1001 | - introduces InitSize to speed up things
|
---|
1002 | - changed []-operator to an unchecked access
|
---|
1003 |
|
---|
1004 | * manalysis/MPedestalCam.h:
|
---|
1005 | - changed ExpandCreateFast to ExpandCreate (due to lack of good dox)
|
---|
1006 | - changed []-operator to an unchecked access
|
---|
1007 |
|
---|
1008 | * mbase/MEvtLoop.cc:
|
---|
1009 | - changed 'total' to 'real' time.
|
---|
1010 |
|
---|
1011 | * mgui/MGeomCam.[h,cc]:
|
---|
1012 | - moved []-operator code back to class definition, due to runtime speed
|
---|
1013 | - changed []-operator to an unchecked access
|
---|
1014 |
|
---|
1015 | * mhist/MHHillas.cc:
|
---|
1016 | - changed 'degree' to Latex-style
|
---|
1017 |
|
---|
1018 | * manalysis/MImgCleanStd.cc:
|
---|
1019 | - we are now initialising an array holding the used pixel to prevent
|
---|
1020 | looping through all pixel thousands of times
|
---|
1021 | (MCerPhotEvt::IsPixelUsed)
|
---|
1022 |
|
---|
1023 | * mbase/MWriteAsciiFile.cc:
|
---|
1024 | - enhanced the documentation
|
---|
1025 |
|
---|
1026 | * mmain/MBrowser.[h,cc]:
|
---|
1027 | - enhanced the functionality to display the filename
|
---|
1028 | - improved the layout
|
---|
1029 |
|
---|
1030 | * mmain/MMars.cc:
|
---|
1031 | - added calling of 'netscape' for the two picture buttons
|
---|
1032 |
|
---|
1033 |
|
---|
1034 |
|
---|
1035 | 2001/11/06: Thomas Bretz
|
---|
1036 |
|
---|
1037 | * mbase/MReadMarsFile.[h,cc]:
|
---|
1038 | - added
|
---|
1039 |
|
---|
1040 | * manalysis/MMcPedestalCopy.[h,cc]:
|
---|
1041 | - moved copying to PreProcess
|
---|
1042 | - removed Process
|
---|
1043 |
|
---|
1044 | * mbase/Makefile, mbase/BaseLinkDef.h
|
---|
1045 | - added MReadMarsFile
|
---|
1046 |
|
---|
1047 | * mbase/MReadTree.[h,cc]:
|
---|
1048 | - added a list of TObjects to be called when file in the chain
|
---|
1049 | is changed
|
---|
1050 |
|
---|
1051 | * Makefile.conf.linux, Makefile.conf.linux-gnu:
|
---|
1052 | - removed -g flag
|
---|
1053 |
|
---|
1054 | * mraw/MRawRunHeader.h:
|
---|
1055 | - fixed return type of GetNumEvents
|
---|
1056 |
|
---|
1057 | * mraw/MRawCrateArray.[h,cc]:
|
---|
1058 | - added SetSize which takes care of the size of the array
|
---|
1059 | - changed the access to an unchecked one
|
---|
1060 |
|
---|
1061 | * mraw/MRawCrateData.h
|
---|
1062 | - derives from MParContainer now
|
---|
1063 |
|
---|
1064 | * mraw/MRawEvtData.[h,cc]:
|
---|
1065 | - made Print const
|
---|
1066 | - changed so, that the arrays are dreed and allocated only
|
---|
1067 | as less as possible
|
---|
1068 |
|
---|
1069 | * mraw/MRawFileRead.[h,cc]:
|
---|
1070 | - changed to support faster I/O of MRawEvtData and MRawCrateArray
|
---|
1071 | - added sanity check (warning) to PostProcess
|
---|
1072 |
|
---|
1073 | * mraw/MRawFileWrite.cc:
|
---|
1074 | - removed deletion of trees (done by ~TFile)
|
---|
1075 | - switched of AutoSave by use of a big size
|
---|
1076 | - removed '.' from Branch names (each tree contains only one master
|
---|
1077 | branch with equal subbranches)
|
---|
1078 |
|
---|
1079 | * macros/readCT1.C:
|
---|
1080 | - fixed a small bug
|
---|
1081 |
|
---|
1082 | * manalysis/MCerPhotCalc.cc:
|
---|
1083 | - removed Clear from Process (done by Reset now)
|
---|
1084 |
|
---|
1085 | * manalysis/MCerPhotEvt.[h,cc]:
|
---|
1086 | - added reset-function
|
---|
1087 | - some small changes to the code layout
|
---|
1088 |
|
---|
1089 | * mmc/MMcFadcHeader.[h,cc], mmc/MMcTrig.[h,cc]:
|
---|
1090 | - chenged constructor to support fName and fTitle
|
---|
1091 |
|
---|
1092 | * mbase/MReadTree.cc:
|
---|
1093 | - removes '.' from a branch name now before searching/creating the object
|
---|
1094 |
|
---|
1095 |
|
---|
1096 |
|
---|
1097 | 2001/11/01: Thomas Bretz
|
---|
1098 |
|
---|
1099 | * mbase/MParContainer.cc:
|
---|
1100 | - removed 'newname' from TObject::Clone call.
|
---|
1101 |
|
---|
1102 | * mbase/MParContainer.h:
|
---|
1103 | - layout changes
|
---|
1104 |
|
---|
1105 | * mbase/MParList.h:
|
---|
1106 | - changed destructor definition to virtual
|
---|
1107 |
|
---|
1108 | * mbase/MReadTree.[h,cc]:
|
---|
1109 | - added initialization for fProgress
|
---|
1110 | - changed output
|
---|
1111 | - move some code to new functions
|
---|
1112 | - branch enabling now checks for the existance of the branch
|
---|
1113 | - veto branch disables the corresponding sub branches now physically
|
---|
1114 | - changed comments
|
---|
1115 |
|
---|
1116 | * mdatacheck/MGDisplayAdc.cc:
|
---|
1117 | - added some sanity checks
|
---|
1118 |
|
---|
1119 | * meventdisp/MGCamDisplay.cc, meventdisp/MGEvtDisplay.[h,cc],
|
---|
1120 | meventdisp/MGFadcDisp.cc:
|
---|
1121 | - moved some code to MGEvtDisplay
|
---|
1122 |
|
---|
1123 | * mhist/MFillH.cc:
|
---|
1124 | - added warning to comment
|
---|
1125 |
|
---|
1126 | * mhist/MHFadcCam.[h,cc]:
|
---|
1127 | - added Clone-function. It seems, that this is necessary since
|
---|
1128 | root 3.01
|
---|
1129 |
|
---|
1130 | * mhist/MHFadcPix.cc:
|
---|
1131 | - changed axis titles
|
---|
1132 |
|
---|
1133 | * mmain/MAnalysis.cc:
|
---|
1134 | - added progress bar
|
---|
1135 |
|
---|
1136 | * mmain/MBrowser.[h,cc]:
|
---|
1137 | - added layout hints to fTop1,2,3
|
---|
1138 | - adde Create/DestroyProgrssBar
|
---|
1139 |
|
---|
1140 | * mmain/MDataCheck.cc:
|
---|
1141 | - changes to the layout
|
---|
1142 | - disable auto scheme
|
---|
1143 | - added progress bar
|
---|
1144 |
|
---|
1145 | * mmain/MMonteCarlo.[h,cc]:
|
---|
1146 | - layout changes
|
---|
1147 | - added progress bar
|
---|
1148 |
|
---|
1149 | * mraw/MRawEvtData.cc:
|
---|
1150 | - new sanity check in Draw
|
---|
1151 |
|
---|
1152 |
|
---|
1153 |
|
---|
1154 | 2001/11/01: Thomas Bretz
|
---|
1155 |
|
---|
1156 | * macros/MagicHillas.C:
|
---|
1157 | - changed Draw to DrawClone
|
---|
1158 |
|
---|
1159 | * manalysis/MCerPhotPix.h:
|
---|
1160 | - some layout changes
|
---|
1161 |
|
---|
1162 | * mbase/MParList.cc:
|
---|
1163 | - fixed a bug in the dstructor which causes the d'tor to crash when
|
---|
1164 | the owner bit was set
|
---|
1165 | - changed some TCollection loop to macro ForEach
|
---|
1166 |
|
---|
1167 | * mbase/MTaskList.cc:
|
---|
1168 | - changed some TCollection loop to macro ForEach
|
---|
1169 |
|
---|
1170 | * meventdisp/MGEvtDisplay.[h,cc]:
|
---|
1171 | - added filemenu
|
---|
1172 |
|
---|
1173 | * mgui/MCamDisplay.[h,cc], mgui/MHexagon.[h,cc]:
|
---|
1174 | - added SavePrimitive function
|
---|
1175 |
|
---|
1176 | * mhist/MHHillas.cc:
|
---|
1177 | - changed 'deg' to '°'
|
---|
1178 |
|
---|
1179 | * mmain/MDataCheck.cc:
|
---|
1180 | - changed name of enums for buttons
|
---|
1181 |
|
---|
1182 | * Makefile.conf.osf1:
|
---|
1183 | - added some more exclusion flags to get rid of to much informations
|
---|
1184 |
|
---|
1185 | * Makefile:
|
---|
1186 | - changed flags of tar from '-cvf' to 'cvf' so that it runs on alpha, too
|
---|
1187 |
|
---|
1188 | * mbase/MAGIC.h:
|
---|
1189 | - put brackets around defines, to make it compile on alpha
|
---|
1190 |
|
---|
1191 | * mbase/MEvtLoop.cc, mbase/MParList.cc, mbase/MTask.cc,
|
---|
1192 | mgui/MGeomCam.cc, mhist/MHFadcPix.cc, mmc/MMcTrig.cxx:
|
---|
1193 | - removed inline statement, to make it link on alpha
|
---|
1194 |
|
---|
1195 |
|
---|
1196 |
|
---|
1197 | 2001/10/31: Thomas Bretz
|
---|
1198 |
|
---|
1199 | * Makefile:
|
---|
1200 | - changed MrProper output
|
---|
1201 |
|
---|
1202 | * Makefile.conf.general, Makefile.conf.linux,
|
---|
1203 | Makefile.conf.linux-gnu, Makefile.conf.osf:
|
---|
1204 | - added ARCHDEF environment
|
---|
1205 |
|
---|
1206 | * manalysis/MHillas.[h,cc]:
|
---|
1207 | - added units
|
---|
1208 |
|
---|
1209 | * mbase/BaseLinkDef.h:
|
---|
1210 | - added '+' for MTime
|
---|
1211 |
|
---|
1212 | * mbase/MAGIC.h:
|
---|
1213 | - let Linux find gLog when creating dictionary
|
---|
1214 |
|
---|
1215 | * mbase/MHtml.h:
|
---|
1216 | - removed include of TNamed
|
---|
1217 |
|
---|
1218 | * */Makefile
|
---|
1219 | - reordered *.cc filed to get rid of some 'rootcint' warnings
|
---|
1220 |
|
---|
1221 | * mgui/MCamDisplay.cc:
|
---|
1222 | - added SetBorderMode(0)
|
---|
1223 |
|
---|
1224 | * mgui/MHexagon.[h,cc]:
|
---|
1225 | - changed Print-output to fit into two lines
|
---|
1226 | - made Print appear in the context menu
|
---|
1227 |
|
---|
1228 | * merpp.cc:
|
---|
1229 | - Added MParContainer::Class()->IgnoreTObjectStreamer()
|
---|
1230 |
|
---|
1231 | * mbase/MEvtLoop.[h,cc], mbase/MReadTree.[h,cc],
|
---|
1232 | mmain/MAnalysis.[h,cc]:
|
---|
1233 | - added support for a progressbar
|
---|
1234 |
|
---|
1235 | * mbase/MFilterList.h:
|
---|
1236 | - added SetOwner-support
|
---|
1237 |
|
---|
1238 | * mbase/MLogManip.h:
|
---|
1239 | - added 'dec' manipulator to dbginf
|
---|
1240 |
|
---|
1241 | * mbase/MTask.h:
|
---|
1242 | - added GetNumExecutions
|
---|
1243 |
|
---|
1244 | * mraw/RawLinkDef.h:
|
---|
1245 | - added '+' for MRawEvtPixelIter, MRawCrateArray, MRawCrateData and
|
---|
1246 | MRawFile[Read,Write]
|
---|
1247 |
|
---|
1248 |
|
---|
1249 |
|
---|
1250 | 2001/10/30: Thomas Bretz
|
---|
1251 |
|
---|
1252 | * macros/MagicHillas.C
|
---|
1253 | - removed precreated objects
|
---|
1254 |
|
---|
1255 | * macros/readCt1.C:
|
---|
1256 | - fixed a bug (-> instead of .)
|
---|
1257 |
|
---|
1258 | * *LinDef.h:
|
---|
1259 | - added a '+' to all 'new' classes. 'new' means, that the object
|
---|
1260 | is not yet used in Monte Carlo Files.
|
---|
1261 |
|
---|
1262 | * *.h:
|
---|
1263 | - changed defines from CLASS_H to MARS_Class type (like root)
|
---|
1264 |
|
---|
1265 | * MMcPedestalCopy.[h,cc]:
|
---|
1266 | - added AddToBranchList stamements
|
---|
1267 |
|
---|
1268 | * manalysis/MPedestalPix.h, manalysis/MCerPhotPix.h, mgui/MGeomPix.h:
|
---|
1269 | - changed derivement from TObject to MParContainer to be sure
|
---|
1270 | fBits are not written, without specifying this for any TObject
|
---|
1271 | derived class
|
---|
1272 |
|
---|
1273 |
|
---|
1274 |
|
---|
1275 | 2001/10/29: Thomas Bretz
|
---|
1276 |
|
---|
1277 | * Makefile.rules:
|
---|
1278 | - changed the output
|
---|
1279 |
|
---|
1280 | * macros/rootlogon.C:
|
---|
1281 | - Added IgnorTObjectStreamer
|
---|
1282 |
|
---|
1283 | * manalysis/MCT1ReadAscii.cc:
|
---|
1284 | - changed fFileNames to a TList of TNamed objects
|
---|
1285 |
|
---|
1286 | * mbase/MArray.h:
|
---|
1287 | - removed include of MArray.h
|
---|
1288 |
|
---|
1289 | * mbase/MParContainer.[h,cc]:
|
---|
1290 | - changed fName, fTitle from pointer to static object
|
---|
1291 | - Changed ClassVersion to 0
|
---|
1292 |
|
---|
1293 | * mbase/MParList.[h,cc]:
|
---|
1294 | - changed fName, fTitle from pointer to static object
|
---|
1295 | - changed include of TObjArray to a forward declaration
|
---|
1296 | (for faster compilation)
|
---|
1297 | - simplified the code
|
---|
1298 |
|
---|
1299 | * mbase/MInputStreamID.[h,cc]:
|
---|
1300 | - changed fStreamId from char* to TString
|
---|
1301 | - Changed ClassVersion to 0
|
---|
1302 |
|
---|
1303 | * mbase/MReadTree.[h,cc]:
|
---|
1304 | - changed veto-list to an array of TNamed objects
|
---|
1305 | - implemented auto enabeling
|
---|
1306 |
|
---|
1307 | * mbase/MTask.[h,cc]:
|
---|
1308 | - implemented fListOfBranches for auto enabeling
|
---|
1309 |
|
---|
1310 | * mbase/MTaskList.[h,cc]:
|
---|
1311 | - changed fName, fTitle from pointer to static object
|
---|
1312 | - changed include of TObjArray to a forward declaration
|
---|
1313 | (for faster compilation)
|
---|
1314 |
|
---|
1315 | * mbase/MWriteRootFile.cc:
|
---|
1316 | - changed fName, fTitle from pointer to static object
|
---|
1317 | - set splitlevel in TTree::Branch to default
|
---|
1318 | - changed kSaveNow to kFillTree
|
---|
1319 |
|
---|
1320 | * mhist/MFillH.cc:
|
---|
1321 | - changed fName, fTitle from pointer to static object
|
---|
1322 | - check inharitance from MH
|
---|
1323 |
|
---|
1324 | * mhist/MH.[h,cc]:
|
---|
1325 | - changed fName, fTitle from pointer to static object
|
---|
1326 | - implementation of simplified static MakeDefCanvas
|
---|
1327 |
|
---|
1328 | * mhist/MHFadcCam.h:
|
---|
1329 | - removed include of TH1
|
---|
1330 |
|
---|
1331 | * mhist/MHFadcPix.[h,cc]:
|
---|
1332 | - implemented persistent pixid
|
---|
1333 | - get rid of 'fixed string sizes'
|
---|
1334 | - Delete histograms from file structure (SetDirectory)
|
---|
1335 | - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
|
---|
1336 | - removed include of TH1
|
---|
1337 |
|
---|
1338 | * mhist/MHHillas.cc
|
---|
1339 | - changed fName, fTitle from pointer to static object
|
---|
1340 | - Delete histograms from file structure (SetDirectory)
|
---|
1341 | - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
|
---|
1342 | - changed DrawClone to DrawCopy
|
---|
1343 |
|
---|
1344 | * mhist/MHMcCollectionArea.[h,cc]:
|
---|
1345 | - changed fName, fTitle from pointer to static object
|
---|
1346 | - Delete histograms from file structure (SetDirectory)
|
---|
1347 | - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
|
---|
1348 | - changed DrawClone to DrawCopy
|
---|
1349 | - changed binning to log scale
|
---|
1350 | - removed include of TH1
|
---|
1351 |
|
---|
1352 | * mhist/MHMcEnergy.cc, mhist/MHStarMap.cc:
|
---|
1353 | - changed fName, fTitle from pointer to static object
|
---|
1354 | - Delete histograms from file structure (SetDirectory)
|
---|
1355 | - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
|
---|
1356 |
|
---|
1357 | * manalysis/MCerPhotEvt.cc, manalysis/MHillas.cc,
|
---|
1358 | manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc,
|
---|
1359 | manalysis/MMcPedestalCopy.cc, manalysis/MPedestalCam.cc,
|
---|
1360 | mbase/MClone.cc, mbase/MPrint.cc, mbase/MTime.h,
|
---|
1361 | mbase/MWriteAsciiFile.cc, mgui/MGeomCam.cc, mhist/MHFadcCam.cc,
|
---|
1362 | mhist/MHMcRate.cc, mmc/MMcTrig.cxx, mraw/MRawCrateArray.cc,
|
---|
1363 | mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawFileRead.cc:
|
---|
1364 | - changed fName, fTitle from pointer to static object
|
---|
1365 |
|
---|
1366 | * manalysis/MCerPhotCalc.cc, manalysis/MPedCalcPedRun.cc,
|
---|
1367 | mmontecarlo/MMcThresholdCalc.[h,cc],
|
---|
1368 | mmontecarlo/MMcTriggerRateCalc.[h,cc],
|
---|
1369 | mmontecarlo/MMcCollectionAreaCalc.[h,cc]:
|
---|
1370 | - changed fName, fTitle from pointer to static object
|
---|
1371 | - changed to use auto enabling scheme
|
---|
1372 |
|
---|
1373 | * macros/threshold.C, macros/collarea.C, macros/trigrate.C:
|
---|
1374 | - removed UseLeaf
|
---|
1375 |
|
---|
1376 | * macros/CT1Hillas.C, macros/readMagic.C:
|
---|
1377 | - made run again
|
---|
1378 |
|
---|
1379 | * mraw/MRawFileWrite.cc:
|
---|
1380 | - changed fName, fTitle from pointer to static object
|
---|
1381 | - changed TTree::Branch to use default split level (99)
|
---|
1382 | - added the missing important '.' to the Branch names!
|
---|
1383 |
|
---|
1384 | * mraw/MRawRunHeader.[h,cc]:
|
---|
1385 | - changed fName, fTitle from pointer to static object
|
---|
1386 | - implemented enum for Run Type
|
---|
1387 |
|
---|
1388 |
|
---|
1389 |
|
---|
1390 | 2001/10/26: Thomas Bretz
|
---|
1391 |
|
---|
1392 | * Makefile.rules:
|
---|
1393 | - changed output
|
---|
1394 |
|
---|
1395 | * readraw.cc:
|
---|
1396 | - changed name and description in TROOT
|
---|
1397 | - removed argument in MMcEvt::Print()
|
---|
1398 |
|
---|
1399 | * manalysis/MCerPhotEvt.[h,cc], manalysis/MCerPhotPix.[h,cc],
|
---|
1400 | manalysis/MHillas.[h,cc], mmc/MMcEvt.[hxx,cxx],
|
---|
1401 | mmc/MMcFadcHeader.[hxx,cxx], mmc/MMcTrig.[hxx,cxx],
|
---|
1402 | mmc/MMcTrigHeader.[hxx,cxx]:
|
---|
1403 | - according to root 3.01 made Print const
|
---|
1404 |
|
---|
1405 | * mbase/BaseLinkDef.h:
|
---|
1406 | - added MPrint
|
---|
1407 |
|
---|
1408 | * mbase/MPrint.[h,cc]:
|
---|
1409 | - added
|
---|
1410 |
|
---|
1411 | * mbase/MClone.[h,cc]:
|
---|
1412 | - changed MParContainer to a more general TObject
|
---|
1413 |
|
---|
1414 | * mbase/Makefile:
|
---|
1415 | - MPrint.cc added
|
---|
1416 |
|
---|
1417 | * meventdisp/MGCamDisplay.[h,cc], meventdisp/MGEvtDisplay.[h,cc],
|
---|
1418 | meventdisp/MGFadcDisp.[h,cc]:
|
---|
1419 | - introduced fInitOk for the case PreProcessing failed
|
---|
1420 |
|
---|
1421 | * mmain/MMonteCarlo.cc:
|
---|
1422 | - added correction for use of several trigger conditions
|
---|
1423 | - speedup threshold calc by usage of UseLeaf
|
---|
1424 |
|
---|
1425 | * magiclogo.xpm, marslogo.xpm:
|
---|
1426 | - changed
|
---|
1427 |
|
---|
1428 | * mmain/MMonteCarlo.cc:
|
---|
1429 | - added a workaround for the <TClass::TClass> no dictionary for MMc*
|
---|
1430 | problem
|
---|
1431 |
|
---|
1432 | * mbase/MWriteRootFile.[h,cc]:
|
---|
1433 | - simplified code by removing MRootFileTree class
|
---|
1434 |
|
---|
1435 | * mbase/MLog.cc:
|
---|
1436 | - changed char[len+1] to 'new' statement
|
---|
1437 |
|
---|
1438 |
|
---|
1439 |
|
---|
1440 |
|
---|
1441 | 2001/10/23: Thomas Bretz
|
---|
1442 |
|
---|
1443 | * mbase/MLog.[h,cc]:
|
---|
1444 | - replaced usage of tmpnam by mkstemp
|
---|
1445 |
|
---|
1446 | * mgui/MCamDisplay.[h,cc]:
|
---|
1447 | - Paint function added which maintains the aspect ratio of the image
|
---|
1448 | - DrawPhotErr removed
|
---|
1449 | - removed gPad->Clear, so that we can draw into pads not only
|
---|
1450 | canvases
|
---|
1451 |
|
---|
1452 | * mhist/MFillHFadc.[h,cc], mhist/MFillHHillas.[h,cc],
|
---|
1453 | mhist/MFillHStarMap.[h,cc]:
|
---|
1454 | - removed
|
---|
1455 |
|
---|
1456 | * mmontecarlo/MMcTriggerRateCalc.[h,cc]:
|
---|
1457 | - removed unused spectral index and flux
|
---|
1458 |
|
---|
1459 | * mmontecarlo/MMcThesholdCalc.[h,cc],:
|
---|
1460 | mbase/MParList.[h,cc]:
|
---|
1461 | - fixed the Dimension handling
|
---|
1462 |
|
---|
1463 | * mmontecarlo/MMcTriggerRateCalc.[h,cc],
|
---|
1464 | - fixed the Dimension handling
|
---|
1465 | - added destructor
|
---|
1466 |
|
---|
1467 | * macros/trigrate.C:
|
---|
1468 | - fixed some small things
|
---|
1469 | - accelerated by use of MReadTree::UseLeaf
|
---|
1470 |
|
---|
1471 | * mhist/MHMcCollectionArea.h:
|
---|
1472 | - changed default argument of DrawClone from NULL to "".
|
---|
1473 | NULL caused the interpreter to crash.
|
---|
1474 |
|
---|
1475 | * mbase/MFilterList.[h,cc], mbase/MParContainer.[h,cc],
|
---|
1476 | mbase/MParList.[h.cc], mbase/MTime.[h,cc],
|
---|
1477 | mgui/MGeomCam.[h,cc], mgui/MGeomPix.[h,cc],
|
---|
1478 | mgui/MHexagon.[h,cc], mhist/MHMcEnergy.[h,cc],
|
---|
1479 | mhist/MHMcRate.[h,cc], mraw/MRawCrateData.[h,cc],
|
---|
1480 | mraw/MRawEvtHeader.[h,cc], mraw/MRawRunHeader.[h,cc]:
|
---|
1481 | - according to root 3.01 I made Print() const
|
---|
1482 |
|
---|
1483 | * mdatacheck/MViewAdcSoectra.[h,cc], mdatacheck/MShowSpect.[h,cc]:
|
---|
1484 | - removed
|
---|
1485 |
|
---|
1486 | * mbase/MReadTree.cc:
|
---|
1487 | - removed default argument from GetEntry-call
|
---|
1488 |
|
---|
1489 | * mbase/MTask.[h,cc]:
|
---|
1490 | - introduced mapping function for (Pre/Post)&Process
|
---|
1491 | - according to root 3.01 I made Print() const
|
---|
1492 | - added PrintStatistics
|
---|
1493 | - added call counter
|
---|
1494 |
|
---|
1495 | * mbase/MTaskList.[h,cc]:
|
---|
1496 | - adapted to new MTask mapping functions
|
---|
1497 | - according to root 3.01 I made Print() const
|
---|
1498 | - added PrintStatistics
|
---|
1499 | - moved some functionality to MTask-Mapper functions
|
---|
1500 |
|
---|
1501 | * mmain/MMonteCarlo.cc:
|
---|
1502 | - adapted to some changes in other classes
|
---|
1503 | - some small simplifications
|
---|
1504 | - accelerated, by use of UseLeaf
|
---|
1505 | - workaround for the ButtonGroup/Button delete bug
|
---|
1506 |
|
---|
1507 | * mmain/MAnalysis.cc:
|
---|
1508 | - workaround for the ButtonGroup/Button delete bug
|
---|
1509 |
|
---|
1510 |
|
---|
1511 |
|
---|
1512 | 2001/10/23: Thomas Bretz
|
---|
1513 |
|
---|
1514 | * macros/dohtml.C:
|
---|
1515 | - changed macro names
|
---|
1516 |
|
---|
1517 | * macros/getCollArea.C:
|
---|
1518 | - renamed to collarea.C
|
---|
1519 | - make use of new fast MReadTree
|
---|
1520 |
|
---|
1521 | * macros/getRate.C:
|
---|
1522 | - renamed to trigrate.C
|
---|
1523 |
|
---|
1524 | * macros/getThreshold.C:
|
---|
1525 | - renamed to threshold.C
|
---|
1526 |
|
---|
1527 | * Makefile.depend:
|
---|
1528 | - removed
|
---|
1529 |
|
---|
1530 | * mgui/MCamDisplay.[h,cc]:
|
---|
1531 | - fixed wrong usage of new operator in TClonesArray
|
---|
1532 | - the aspect ratio of the Canvas is used now to display geometries
|
---|
1533 | correctly (no 'small CT1 camera anymore)
|
---|
1534 | - replaced include of MCerPhotPix by a forward declaration
|
---|
1535 | - replaced include of MHexagon by a forward declaration
|
---|
1536 |
|
---|
1537 | * mgui/MGeomCam.[h,cc]:
|
---|
1538 | - added GetMaxRadius()-function
|
---|
1539 | - added CalcMaxRadius()-function
|
---|
1540 | - replaced include of MGeomPix by a forward declaration
|
---|
1541 | - replaced include of TObjArray by a forward declaration
|
---|
1542 |
|
---|
1543 | * mgui/MGeomCamMagic.cc, mgui/MGeomCamCT1.cc:
|
---|
1544 | - call CalcMaxRadius in the constructor
|
---|
1545 |
|
---|
1546 |
|
---|
1547 |
|
---|
1548 | 2001/10/22: Thomas Bretz
|
---|
1549 |
|
---|
1550 | * mhist/MH*.[h,cc]:
|
---|
1551 | - changed DrawClone according to root 3.01/06 to 'const'
|
---|
1552 |
|
---|
1553 |
|
---|
1554 |
|
---|
1555 | 2001/10/16: Thomas Bretz
|
---|
1556 |
|
---|
1557 | * mbase/MReadTree.[h,cc]:
|
---|
1558 | - added some output statements
|
---|
1559 | - added comments
|
---|
1560 | - added UseLeaf
|
---|
1561 | - changed AddFile to Int_t
|
---|
1562 | - simplified GetEntry call
|
---|
1563 |
|
---|
1564 | * mgui/MGeomCam.[h,cc], MGeomCamCT1.[h,cc], MGeomCamMagic.[h,cc]:
|
---|
1565 | - added come comments
|
---|
1566 | - removed Draw-function
|
---|
1567 |
|
---|
1568 | * mars.cc:
|
---|
1569 | - Changed name of TROOT object to 'mars'
|
---|
1570 |
|
---|
1571 | * merpp.cc:
|
---|
1572 | - changed name of TROOT object to 'merpp'
|
---|
1573 | - added some more ouput
|
---|
1574 |
|
---|
1575 | * mbase/MBaseLinkDef.h:
|
---|
1576 | - added MRootFileBranch
|
---|
1577 | - added MRootFileTree
|
---|
1578 |
|
---|
1579 | * mgui/MGeomPix.cc, mbase/MClone.cc, mraw/MRawRunHeader.cc:
|
---|
1580 | - added comments
|
---|
1581 |
|
---|
1582 | * mbase/MEvtLoop.cc:
|
---|
1583 | - added missing include
|
---|
1584 | - added another time output
|
---|
1585 |
|
---|
1586 | * mbase/MWriteRootFile.cc:
|
---|
1587 | - added ClassImp
|
---|
1588 |
|
---|
1589 | * mhist/MFillH.cc, mmontecarlo/MMcCollectionAreaCalc.cc:
|
---|
1590 | - changed output
|
---|
1591 |
|
---|
1592 | * mhist/MHMcCollectionArea.cc:
|
---|
1593 | - small fixes
|
---|
1594 | - changed error calculation according to Ciro
|
---|
1595 |
|
---|
1596 | * macros/CT1Hillas.C:
|
---|
1597 | - fixes some bugs (typos)
|
---|
1598 |
|
---|
1599 |
|
---|
1600 |
|
---|
1601 | 2001/10/05: Thomas Bretz
|
---|
1602 |
|
---|
1603 | * manalysis/MHillas.cc, manalysis/MImgCleanStd.cc, mbase/MClone.[h,cc],
|
---|
1604 | mbase/MFilterList.h, mbase/MWriteFile.h, mbase/MWriteRootFile.h,
|
---|
1605 | mdatacheck/MGDisplayAdc.cc, meventdisp/MGCamDisplay.cc,
|
---|
1606 | meventdisp/MGCamDisplay.h, meventdisp/MGEvtDisplay.h,
|
---|
1607 | mgui/MGeomPix.h, mhist/MFillH.h, mhist/MHHillas.h,
|
---|
1608 | mmain/MAnalysis.h, mmain/MBrowser.h, mmain/MCameraDisplay.h,
|
---|
1609 | mmain/MDataCheck.h, mmain/MEvtDisp.h, mmain/MMonteCarlo.h,
|
---|
1610 | mraw/MRawFileRead.cc
|
---|
1611 | - comments updated
|
---|
1612 |
|
---|
1613 | * mbase/MFilter.[h,cc]:
|
---|
1614 | - made IsExpressionTrue abstract
|
---|
1615 |
|
---|
1616 | * meventdisp/MGEvtDisplay.cc:
|
---|
1617 | - fixed a bug that only every second event was displayed
|
---|
1618 |
|
---|
1619 | * meventdisp/MGFadcDisp.[h,cc]:
|
---|
1620 | - reorganized code (changing pixel number drawed the histogram twice)
|
---|
1621 |
|
---|
1622 | * mgui/MCamDisplay.[h,cc]:
|
---|
1623 | - added fDrawingPad to make sure that all output goes into the same pad
|
---|
1624 |
|
---|
1625 | * mhist/HistLinkDef.h, mhist/Makefile:
|
---|
1626 | - removed old MFillH* classes
|
---|
1627 |
|
---|
1628 |
|
---|
1629 |
|
---|
1630 | 2001/10/02: Thomas Bretz
|
---|
1631 |
|
---|
1632 | * mbase/MClone.[h,cc],
|
---|
1633 | meventdisp/MGCamDisplay.[h,cc],
|
---|
1634 | meventdisp/MGEvtDisplay.[h,cc],
|
---|
1635 | mmain/MCameraDisplay.[h,cc]:
|
---|
1636 | - added
|
---|
1637 |
|
---|
1638 | * macros/readMagic.C:
|
---|
1639 | - fixed a "'->' and '.' mixed bug"
|
---|
1640 |
|
---|
1641 | * manalysis/MCT1ReadAscii.cc:
|
---|
1642 | - added initialisation of fIn
|
---|
1643 |
|
---|
1644 | * manalysis/MCerPhotEvt.[h,cc]:
|
---|
1645 | - made IsPixelExisting const
|
---|
1646 | - made IsPixelCore const
|
---|
1647 | - made IsPixelUsed const
|
---|
1648 | - made GetNumPhotons[Min,Max] const
|
---|
1649 |
|
---|
1650 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
---|
1651 | - added MClone
|
---|
1652 |
|
---|
1653 | * mbase/MEvtLoop.[h,cc], mbase/MParList.[h,cc], mbase/MTaskList.[h,cc]:
|
---|
1654 | - added SetOwner-support
|
---|
1655 |
|
---|
1656 | * mdatacheck/DataCheckLinkDef.h, mdatacheck/Makefile:
|
---|
1657 | - removed MShowSpect
|
---|
1658 | - removed MViewAdcSpect
|
---|
1659 |
|
---|
1660 | * mdatacheck/MDumpEvtHeader.cc:
|
---|
1661 | - added missing descriptions
|
---|
1662 |
|
---|
1663 | * mdatacheck/MGDisplayAdc.[h,cc]:
|
---|
1664 | - small changes
|
---|
1665 |
|
---|
1666 | * meventdisp/EvtDispLinkDef.h:
|
---|
1667 | - added MGEvtDisplay
|
---|
1668 | - added MGCamDisplay
|
---|
1669 |
|
---|
1670 | * meventdisp/MGFadcDisp.[h,cc]:
|
---|
1671 | - derived from MGEvtDisplay
|
---|
1672 | - most of the code moved to MGEvtDisplay to support MGCamDisplay, too
|
---|
1673 |
|
---|
1674 | * meventdisp/Makefile:
|
---|
1675 | - added MGCamDisplay
|
---|
1676 |
|
---|
1677 | * mgui/MCamDisplay.[h,cc]:
|
---|
1678 | - cleaned
|
---|
1679 | - reorganized
|
---|
1680 |
|
---|
1681 | * mgui/MHexagon.cc:
|
---|
1682 | - added missing descriptions
|
---|
1683 |
|
---|
1684 | * mhist/MHFadcPix.cc:
|
---|
1685 | - reorganized some code in the constructor which creates the 'names'
|
---|
1686 |
|
---|
1687 | * mhist/MHHillas.cc, mhist/MHMcCollectionArea.cc,
|
---|
1688 | mhist/MHMcEnergy.cc, mhist/MHStarMap.cc:
|
---|
1689 | - Draw-function supports a default canvas now
|
---|
1690 |
|
---|
1691 | * mmain/MDataCheck.cc:
|
---|
1692 | - added/rorganized comments
|
---|
1693 | - removed usage of MViewAdcSpectra
|
---|
1694 |
|
---|
1695 | * mmain/MMars.[h,cc]:
|
---|
1696 | - added new "Camera Display" Button
|
---|
1697 |
|
---|
1698 | * mmain/MainLinkDef.h, mmain/Makefile:
|
---|
1699 | - added MCameraDisplay
|
---|
1700 |
|
---|
1701 |
|
---|
1702 |
|
---|
1703 | 2001/09/28: Thomas Bretz
|
---|
1704 |
|
---|
1705 | * macros/getRate.C:
|
---|
1706 | - changed TObjArray to a non-pointer object
|
---|
1707 | - added Printing of the result at the end of the macro
|
---|
1708 |
|
---|
1709 | * mhist/MHMcCollectionArea.[h,cc], mhist/MHMcEnergy.[h,cc]:
|
---|
1710 | - added DrawClone
|
---|
1711 |
|
---|
1712 | * mhist/MHMcRate.[h,cc]:
|
---|
1713 | - added a dummy for DrawClone
|
---|
1714 |
|
---|
1715 | * mmain/MMonteCarlo.[cc, h]:
|
---|
1716 | - added Gui elements
|
---|
1717 | - added CalculateCollectionArea (not yet tested)
|
---|
1718 | - added CalculateTriggerRate (not yet tested)
|
---|
1719 | - added Threshold (not yet tested)
|
---|
1720 |
|
---|
1721 | * mmontecarlo/MMcTriggerRateCalc.cc:
|
---|
1722 | - removed output stuff from PostProcessing
|
---|
1723 |
|
---|
1724 | * meventdisp/MGFadcDisp.[h,cc], mdatacheck/MGDisplayAdc.[h,cc]:
|
---|
1725 | - reorganized code (constructor)
|
---|
1726 | - reorganized deletion of gui objects
|
---|
1727 | - fixed many, many memory leaks
|
---|
1728 |
|
---|
1729 |
|
---|
1730 |
|
---|
1731 | 2001/09/27: Thomas Bretz
|
---|
1732 |
|
---|
1733 | * mmain/MBrowser.cc:
|
---|
1734 | - added comments
|
---|
1735 |
|
---|
1736 | * mmain/MAnalysis.[h,cc]:
|
---|
1737 | - added entry field for cleaning levels
|
---|
1738 | - restructured code a bit
|
---|
1739 |
|
---|
1740 | * mhist/MFillH.cc:
|
---|
1741 | - fixed missing initialization of member variables in Init
|
---|
1742 |
|
---|
1743 | * mhist/MHHillas.[h,cc]:
|
---|
1744 | - Added comments
|
---|
1745 | - Added DrawClone
|
---|
1746 | - Removed kCanDelete bits from Draw function
|
---|
1747 |
|
---|
1748 | * mhist/MHStarMap.[h,cc]:
|
---|
1749 | - Added comments
|
---|
1750 | - Added DrawClone
|
---|
1751 | - moved some code from the Draw-functions to PrepareDrawing
|
---|
1752 |
|
---|
1753 |
|
---|
1754 |
|
---|
1755 | 2001/09/26: Thomas Bretz
|
---|
1756 |
|
---|
1757 | * mmain/MMars.[cc,h], mmain/MBrowser.[cc,h], MDataCheck.[cc,h],
|
---|
1758 | mmain/MEvtDisp.[cc,h], mmain/MMonteCarlo.[cc,h]:
|
---|
1759 | - reorganized code (constructor)
|
---|
1760 | - reorganized deletion of gui objects
|
---|
1761 | - fixed many, many memory leaks
|
---|
1762 | - small changes in layout
|
---|
1763 |
|
---|
1764 | * mmain/MAnalysis.[h,cc]:
|
---|
1765 | - added
|
---|
1766 |
|
---|
1767 | * macros/*:
|
---|
1768 | - added Copyright notice
|
---|
1769 | - added some small sanity checks
|
---|
1770 |
|
---|
1771 | * macros/MagicHillas.C:
|
---|
1772 | - fixed '->' bug
|
---|
1773 | - changed MFillHStarMap to MFillH
|
---|
1774 |
|
---|
1775 | * mbase/MReadTree.cc, mraw/MRawFileWrite.cc:
|
---|
1776 | - removed an old debug statement
|
---|
1777 |
|
---|
1778 | * mmain/MMars.cc:
|
---|
1779 | - added new Analysis functionality
|
---|
1780 |
|
---|
1781 | * mmain/MainLinkDef.h:
|
---|
1782 | - addded MAnalysis
|
---|
1783 |
|
---|
1784 | * mmain/Makefile:
|
---|
1785 | - added MAnalysis.cc
|
---|
1786 |
|
---|
1787 | * mmc/McLinkDef.h:
|
---|
1788 | - removed nonsens define statement
|
---|
1789 |
|
---|
1790 |
|
---|
1791 |
|
---|
1792 | 2001/09/25: Thomas Bretz
|
---|
1793 |
|
---|
1794 | * Makefile:
|
---|
1795 | - changed make tar so that 'CVS/Root' isn't added to the tar-file anymore
|
---|
1796 | It contains the origin (CVSROOT) of the repository and my confuse
|
---|
1797 | people triing to commit changed files from such an archive to
|
---|
1798 | the repository
|
---|
1799 |
|
---|
1800 | * mmain/MBrowser.[cc,h]:
|
---|
1801 | - reorganized code (constructor)
|
---|
1802 | - reorganized deletion of gui objects
|
---|
1803 | - fixed many, many memory leaks
|
---|
1804 |
|
---|
1805 | * mmain/MMars.[cc,h]:
|
---|
1806 | - reorganized code (constructor)
|
---|
1807 | - reorganized deletion of gui objects
|
---|
1808 | - fixed many, many memory leaks
|
---|
1809 |
|
---|
1810 |
|
---|
1811 |
|
---|
1812 | 2001/09/20: Thomas Bretz
|
---|
1813 |
|
---|
1814 | * mbase/MLog.[h,cc]:
|
---|
1815 | - made working with Cosy
|
---|
1816 | - fixed gui stuff to work like expected
|
---|
1817 |
|
---|
1818 | * manalysis/MCerPhotPix.h:
|
---|
1819 | - replaced TROOT.h by MAGIC.h
|
---|
1820 |
|
---|
1821 | * mfilter/MFTriggerLvl1.h:
|
---|
1822 | - added description
|
---|
1823 |
|
---|
1824 |
|
---|
1825 |
|
---|
1826 | 2001/09/20: Thomas Bretz
|
---|
1827 |
|
---|
1828 | * released Version 0.4
|
---|
1829 |
|
---|
1830 | * mevtdisp/MGFadcDisp.cc, mmain/MMars.cc:
|
---|
1831 | - switched to root version >= 3.00
|
---|
1832 |
|
---|
1833 | * Makefile.conf.linux:
|
---|
1834 | - added to support the new Linux distributions
|
---|
1835 |
|
---|
1836 | * .rootrc:
|
---|
1837 | - removed references to MARSSYS
|
---|
1838 |
|
---|
1839 |
|
---|
1840 |
|
---|
1841 | 2001/09/13: Thomas Bretz
|
---|
1842 |
|
---|
1843 | * Makefile.conf.linux-gnu:
|
---|
1844 | - removed "-Woverloaded-virtual". it doesn't really help
|
---|
1845 |
|
---|
1846 |
|
---|
1847 |
|
---|
1848 | 2001/08/02: Thomas Bretz
|
---|
1849 |
|
---|
1850 | * macros/getRate.C:
|
---|
1851 | - make use of new stylish lists of containers
|
---|
1852 |
|
---|
1853 |
|
---|
1854 | * macros/CT1Hillas.C, macros/getCollArea.C:
|
---|
1855 | - make use of return value of Eventloop
|
---|
1856 |
|
---|
1857 | * macros/merpp.C:
|
---|
1858 | - changed return type to void
|
---|
1859 |
|
---|
1860 |
|
---|
1861 |
|
---|
1862 | 2001/07/23: Thomas Bretz
|
---|
1863 |
|
---|
1864 | * mbase/MParList.cc:
|
---|
1865 | - redifinition of default argument: fixed
|
---|
1866 |
|
---|
1867 |
|
---|
1868 |
|
---|
1869 | 2001/07/23: Thomas Bretz
|
---|
1870 |
|
---|
1871 | * mmontecarlo/MMcThresholdCalc.[cc,h]:
|
---|
1872 | - changed PreProcess action to new stylish lists of containers
|
---|
1873 |
|
---|
1874 | * mhist/Makefile:
|
---|
1875 | - removed MEnergies.cc
|
---|
1876 |
|
---|
1877 | * mhist/HistLinkDef.h:
|
---|
1878 | - removed MEnergies.cc
|
---|
1879 |
|
---|
1880 | * mbase/MReadTree.cc:
|
---|
1881 | - removed a bug which causes MReadTree to show strange behaviour.
|
---|
1882 | We cannot use GetBranch()->SetAddress() we have to use
|
---|
1883 | SetBranchAddress.
|
---|
1884 |
|
---|
1885 | * macros/MagicHillas.C:
|
---|
1886 | - changed to new stylish histogram fillers.
|
---|
1887 |
|
---|
1888 | * mhist/MHMcRate.cc:
|
---|
1889 | - some simplifications to the constructors
|
---|
1890 | - some accelerations of the rate calculation
|
---|
1891 |
|
---|
1892 | * mhist/MHHillas.C:
|
---|
1893 | - added axis descriptions (thanks to Rudy)
|
---|
1894 |
|
---|
1895 |
|
---|
1896 |
|
---|
1897 | 2001/07/20: Thomas Bretz
|
---|
1898 |
|
---|
1899 | * mhist/MH.cc:
|
---|
1900 | - added comments
|
---|
1901 |
|
---|
1902 | * mhist/MFillH.cc:
|
---|
1903 | - added comments
|
---|
1904 |
|
---|
1905 | * mbase/MParList.[h,cc]:
|
---|
1906 | - Added AddToList from a TObjArray
|
---|
1907 | - Added GetClassName
|
---|
1908 | - Added GetObjName
|
---|
1909 | - Added FindObjectList
|
---|
1910 | - Added FindCreateObjList
|
---|
1911 | - Added CreateObjList
|
---|
1912 |
|
---|
1913 | * mhist/MHMcEnergies.[h,cc]:
|
---|
1914 | - deleted
|
---|
1915 |
|
---|
1916 | * mhist/MHMcEnergy.[h,cc]:
|
---|
1917 | - rewrote constructor in a way that MHMcEnergies isn't needed anymore
|
---|
1918 | - added a SetName function which replaces the old constructor somehow
|
---|
1919 |
|
---|
1920 | * macros/getThreshold.C:
|
---|
1921 | - make use of some new features
|
---|
1922 |
|
---|
1923 |
|
---|
1924 |
|
---|
1925 | 2001/07/19: Thomas Bretz
|
---|
1926 |
|
---|
1927 | * mbase/MEvtLoop.cc:
|
---|
1928 | - added comments
|
---|
1929 |
|
---|
1930 | * mbase/MTaskList.cc:
|
---|
1931 | - changed the wrong 'break' for kCONTINUE into 'return kTRUE'
|
---|
1932 |
|
---|
1933 | * mhist/MH.[cc,h]
|
---|
1934 | - added
|
---|
1935 |
|
---|
1936 | * mhist/MFillH.[cc,h]
|
---|
1937 | - added
|
---|
1938 | - in principal MFillHHillas, MFillHFadc and MFillHStarMap
|
---|
1939 | can be deleted now
|
---|
1940 |
|
---|
1941 | * mhist/HistLinkDef.h:
|
---|
1942 | - added MH
|
---|
1943 | - added MFillH
|
---|
1944 |
|
---|
1945 | * mhist/MFillHFadc.cc:
|
---|
1946 | - moved source for filling to corresponding histogram class
|
---|
1947 |
|
---|
1948 | * mhist/MFillHHillas.cc:
|
---|
1949 | - included MHillas.h
|
---|
1950 |
|
---|
1951 | * mhist/MHFadcCam.[cc, h]:
|
---|
1952 | - added Fill
|
---|
1953 | - made FillHi, FillLo private
|
---|
1954 |
|
---|
1955 | * mhist/MHHillas.[cc, h], mhist/MHStarMap.[h,cc]:
|
---|
1956 | - changed Fill function to new style
|
---|
1957 | - derived class from MH
|
---|
1958 |
|
---|
1959 | * mhist/Makefile:
|
---|
1960 | - added MH.cc
|
---|
1961 | - added MFillH.cc
|
---|
1962 |
|
---|
1963 |
|
---|
1964 |
|
---|
1965 | 2001/07/18: Oscar Blanch
|
---|
1966 |
|
---|
1967 | * macros/getRate.C:
|
---|
1968 | - Macro to compute the trigger rate from a MonteCarlo file
|
---|
1969 |
|
---|
1970 | * mhist/MHMcRate.[h,cc]:
|
---|
1971 | - Container to store trigger rate information
|
---|
1972 | - Draw() functin member to be implemented
|
---|
1973 |
|
---|
1974 | * mmontecarlo/MMcTriggerRateCalc.[h,cc]:
|
---|
1975 | - Task to compute trigger rate
|
---|
1976 |
|
---|
1977 |
|
---|
1978 |
|
---|
1979 | 2001/07/13: Thomas Bretz
|
---|
1980 |
|
---|
1981 | * mbase/MEvtLoop.[h,cc]:
|
---|
1982 | - Added a result value to Eventloop to be able to detect if the
|
---|
1983 | execution was successfull
|
---|
1984 | - changes postProcess to return the return value from
|
---|
1985 | MTaskList::PostProcess
|
---|
1986 |
|
---|
1987 | * mbase/MParList.cc:
|
---|
1988 | - FindCreateObj removes now a 'dot' from the end of an indexed
|
---|
1989 | object name like "Events;7."
|
---|
1990 |
|
---|
1991 | * mbase/MReadTree.cc:
|
---|
1992 | - small changes to the output
|
---|
1993 |
|
---|
1994 | * mbase/MTask.[h,cc]:
|
---|
1995 | - added Preprocessed flag. This enables the tasklist to only postprocess
|
---|
1996 | already preprocessed tasks
|
---|
1997 |
|
---|
1998 | * mbase/MTaskList.cc:
|
---|
1999 | - don't postprocess non preprocessed tasks
|
---|
2000 |
|
---|
2001 | * mhist/MHMcCollectionArea.cc:
|
---|
2002 | - added descriptions to histrograms
|
---|
2003 | - changed names of histograms
|
---|
2004 | - added drawing of canvas to Draw-functions
|
---|
2005 |
|
---|
2006 | * mhist/MHMcEnergy.[h,cc]:
|
---|
2007 | - added variables to store the calculated result
|
---|
2008 | - changed names and titles of histogram
|
---|
2009 | - added axis titles to histogram
|
---|
2010 | - moved result calculation into fit-function
|
---|
2011 |
|
---|
2012 | * mmontecarlo/MMcCollectionAreaCalc.cc:
|
---|
2013 | - added name of input container to be able to process another
|
---|
2014 | container than "MMcTrig"
|
---|
2015 |
|
---|
2016 | * mmontecarlo/MMcThresholdCalc.cc:
|
---|
2017 | - removed trailing dot from container name creation
|
---|
2018 |
|
---|
2019 | * mhist/MMcThresholdCalc.cc:
|
---|
2020 | - removed a wrong '.' behind the number when processing more than
|
---|
2021 | one trigger condition
|
---|
2022 |
|
---|
2023 | * mraw/MRawRunHeader.cc:
|
---|
2024 | - added "Monte Carlo Data" as runtype
|
---|
2025 |
|
---|
2026 |
|
---|
2027 |
|
---|
2028 | 2001/07/10: Thomas Bretz
|
---|
2029 |
|
---|
2030 | * mhist/MHMcEnergy.h:
|
---|
2031 | - renamed SetBins to SetNumBins
|
---|
2032 |
|
---|
2033 | * mmontecarlo/MMcThresholdCalc.cc:
|
---|
2034 | - changed style of comments
|
---|
2035 | - moved sqrt(2) from Postprocess to header.
|
---|
2036 |
|
---|
2037 | * mmontecarlo/MMcEnerHisto.[cc,h], mmontecarlo/MMcEnerThre.[cc,h],
|
---|
2038 | mmontecarlo/MMcEnerThreCalc.[cc,h]:
|
---|
2039 | - removed
|
---|
2040 |
|
---|
2041 | * mmontecarlo/MCollArea.[cc,h], mmontecarlo/MCollAreaTrigger.[cc,h]:
|
---|
2042 | - removed
|
---|
2043 |
|
---|
2044 |
|
---|
2045 |
|
---|
2046 | 2001/07/09: Thomas Bretz
|
---|
2047 |
|
---|
2048 | * mbase/MParList.cc:
|
---|
2049 | - made handling of already existing containers in AddToList a bit
|
---|
2050 | more convinient
|
---|
2051 |
|
---|
2052 | * mbase/MTaskList.[h,cc]:
|
---|
2053 | - added come comments
|
---|
2054 | - made handling of already existing tasks in AddToList a bit
|
---|
2055 | more convinient
|
---|
2056 | - Added name-argument to constructor
|
---|
2057 |
|
---|
2058 | * mraw/MRawFileRead.[cc, h]:
|
---|
2059 | - move file-open check from constructor to PreProcess
|
---|
2060 | - added variable for filename
|
---|
2061 |
|
---|
2062 | * mraw/MRawFileWrite.[cc,h]:
|
---|
2063 | - moved fOut->Write from PostProcess to destructor
|
---|
2064 | - removed PostProcess
|
---|
2065 |
|
---|
2066 |
|
---|
2067 |
|
---|
2068 | 2001/07/06: Thomas Bretz
|
---|
2069 |
|
---|
2070 | * mfilter/FilterIncl.h, mfilter/FilterLinkDef.h,
|
---|
2071 | mfilter/MFTriggerLvl1.[h,cc], mfilter/mfilter/Makefile:
|
---|
2072 | - added
|
---|
2073 |
|
---|
2074 | * Makefile
|
---|
2075 | - mfilter added
|
---|
2076 |
|
---|
2077 | * Makefile.conf.linux-gnu:
|
---|
2078 | - added some warning options
|
---|
2079 |
|
---|
2080 | * Makefile.conf.osf1:
|
---|
2081 | - enhanced warnings
|
---|
2082 |
|
---|
2083 | * manalysis/MCerPhotEvt.cc:
|
---|
2084 | - removed a small buf from the constructor
|
---|
2085 |
|
---|
2086 | * BaseLinkDef.h:
|
---|
2087 | - added MFilter
|
---|
2088 | - added MFilterList
|
---|
2089 |
|
---|
2090 | * mbase/MLog.[h,cc]:
|
---|
2091 | - added a non-empty copy constructor to make cxx happy
|
---|
2092 |
|
---|
2093 | * mbase/MParList.[h,cc]:
|
---|
2094 | - added second overload-function FindObject
|
---|
2095 |
|
---|
2096 | * mbase/MTask.h:
|
---|
2097 | - added all Filter stuff
|
---|
2098 |
|
---|
2099 | * mbase/MTaskList.cc:
|
---|
2100 | - changed debug output
|
---|
2101 | - added filter-stuff to Process
|
---|
2102 |
|
---|
2103 | * mbase/MTaskList.h:
|
---|
2104 | - changed Print default option from NULL to ""
|
---|
2105 |
|
---|
2106 | * mbase/Makefile:
|
---|
2107 | - added MFilter
|
---|
2108 | - added MFilterList
|
---|
2109 |
|
---|
2110 | * mhist/MFillHFadc.cc:
|
---|
2111 | removed a small bug in the PreProcessing
|
---|
2112 |
|
---|
2113 | * manalysis/MCerPhotEvt.h, manalysis/MHillas.cc, manalysis/MHillas.h,
|
---|
2114 | manalysis/MImgCleanStd.cc, manalysis/MPedestalCam.h, mgui/MGeomCam.h,
|
---|
2115 | mhist/MFillHHillas.h, manalysis/MHillasCalc.h, manalysis/MCerPhotCalc.h,
|
---|
2116 | manalysis/MImgCleanStd.h, mhist/MFillHStarMap.h, mhist/MHHillas.cc,
|
---|
2117 | mhist/MHHillas.h, mhist/MHStarMap.cc, mhist/MHStarMap.h,
|
---|
2118 | mmc/MMcFadcHeader.hxx, mmc/MMcFadcHeader.hxx, mmc/MMcTrig.hxx,
|
---|
2119 | mmontecarlo/MMcThresholdCalc.h:
|
---|
2120 | - made more const-correct
|
---|
2121 |
|
---|
2122 | * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc,
|
---|
2123 | manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc,
|
---|
2124 | manalysis/MMcPedestalCopy.cc, manalysis/MPedCalcPedRun.cc,
|
---|
2125 | mhist/MFillHFadc.cc, mhist/MFillHHillas.cc, mhist/MFillHStarMap.cc,
|
---|
2126 | mmontecarlo/MMcThresholdCalc.cc, mraw/MRawFileRead.cc,
|
---|
2127 | mraw/MRawFileWrite.cc:
|
---|
2128 | - added comments
|
---|
2129 |
|
---|
2130 | * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc,
|
---|
2131 | manalysis/MCerPhotPix.cc, manalysis/MHillas.cc,
|
---|
2132 | manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc,
|
---|
2133 | manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalCopy.h,
|
---|
2134 | manalysis/MPedCalcPedRun.cc, manalysis/MPedestalCam.cc,
|
---|
2135 | manalysis/MPedestalPix.cc,
|
---|
2136 | mbase/MArray.cc, mbase/MArrayB.cc, mbase/MArrayS.cc, mbase/MEvtLoop.cc,
|
---|
2137 | mbase/MLog.cc, mbase/MParList.cc, mbase/MReadTree.cc, mbase/MTask.cc,
|
---|
2138 | mbase/MTime.cc, mbase/MWriteAsciiFile.cc, mbase/MWriteFile.cc,
|
---|
2139 | mbase/MWriteRootFile.cc,
|
---|
2140 | mhist/MFillHFadc.cc, mhist/MFillHFadc.cc, mhist/MFillHHillas.cc,
|
---|
2141 | mhist/MFillHStarMap.cc, mhist/MHFadcCam.cc, mhist/MHFadcPix.cc,
|
---|
2142 | mhist/MHHillas.cc, mhist/MHMcCollectionArea.cc, mhist/MHMcEnergies.cc,
|
---|
2143 | mhist/MHMcEnergy.cc, mhist/MHStarMap.cc, mraw/MRawCrateArray.cc,
|
---|
2144 | mraw/MRawCrateData.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc,
|
---|
2145 | mraw/MRawEvtPixelIter.cc, mraw/MRawFileRead.cc,
|
---|
2146 | mraw/MRawFileWrite.cc, mraw/MRawRunHeader.cc:
|
---|
2147 | - added semicolon after ClassImp to make my editor happy
|
---|
2148 |
|
---|
2149 | * mmain/MEvtDisp.cc:
|
---|
2150 | - removed a wrong comma in the enumerations
|
---|
2151 |
|
---|
2152 | * mmontecarlo/MMcThresholdCalc.cc:
|
---|
2153 | - made compile on osf by removing brackets in new steatement (constructor)
|
---|
2154 |
|
---|
2155 |
|
---|
2156 |
|
---|
2157 | 2001/07/05: Thomas Bretz
|
---|
2158 |
|
---|
2159 | * macros/CT1Hillas.C:
|
---|
2160 | - changed the wrong pointers to dots.
|
---|
2161 |
|
---|
2162 | * macros/getThreshold.C:
|
---|
2163 | - added some comments
|
---|
2164 | - removed the canvas creation
|
---|
2165 | - drawing replaced by a loop
|
---|
2166 | - changed trigger conditions to 1 (should work with any MC file)
|
---|
2167 |
|
---|
2168 | * macros/readMagic.C:
|
---|
2169 | - changed the event counter to the number of the event in the file
|
---|
2170 | - removed icound
|
---|
2171 |
|
---|
2172 | * manalysis/MPedCalcPedRun.cc, manalysis/MCerPhotCalc.cc,
|
---|
2173 | mbase/MParContainer.cc, mbase/MParContainer.h, mbase/MParList.cc,
|
---|
2174 | mbase/MParList.h, mbase/MTaskList.cc, mbase/MWriteAsciiFile.cc,
|
---|
2175 | mbase/MWriteRootFile.cc, mhist/MFillHFadc.cc, mhist/MFillHHillas.cc,
|
---|
2176 | mhist/MFillHStarMap.cc,
|
---|
2177 | - changed HasChanged to ReadyToSave
|
---|
2178 |
|
---|
2179 | * mbase/MReadTree.cc:
|
---|
2180 | - added some comments
|
---|
2181 |
|
---|
2182 | * mhist/MHMcEnergies.h:
|
---|
2183 | - fixed bug in []-operator
|
---|
2184 |
|
---|
2185 | * mhist/MHMcEnergy.cc:
|
---|
2186 | - added canvas creation to draw function
|
---|
2187 |
|
---|
2188 | * mmontecarlo/MMcThresholdCalc.cc:
|
---|
2189 | - fixed a bug in the constructor
|
---|
2190 |
|
---|
2191 |
|
---|
2192 |
|
---|
2193 | 2001/06/20: Thomas Bretz
|
---|
2194 |
|
---|
2195 | * macros/merpp.C:
|
---|
2196 | - fixed type in comment
|
---|
2197 |
|
---|
2198 | * manalysis/MHillas.cc:
|
---|
2199 | - fixed 'FIXME' comment
|
---|
2200 |
|
---|
2201 | * mbase/MWriteFile.[h,cc]:
|
---|
2202 | - added
|
---|
2203 |
|
---|
2204 | * mbase/MWriteRootFile.[h,cc]:
|
---|
2205 | - added
|
---|
2206 |
|
---|
2207 | * mbase/BaseLinkDef.h:
|
---|
2208 | - Added MWriteFile
|
---|
2209 | - Added MWriteRootFile
|
---|
2210 |
|
---|
2211 | * mbase/MEvtLoop.cc:
|
---|
2212 | - fixed the counting in the eventloop
|
---|
2213 |
|
---|
2214 | * mbase/MWriteAsciiFile.[h,cc]:
|
---|
2215 | - changed class that it is based on MWriteFile now
|
---|
2216 |
|
---|
2217 | * mbase/Makefile:
|
---|
2218 | - added MWriteFile
|
---|
2219 | - added MWriteRootFile
|
---|
2220 |
|
---|
2221 | * mhist/MFillHFadc.[h,cc]:
|
---|
2222 | - added set for HasChanged (new PostProcess)
|
---|
2223 |
|
---|
2224 | * mhist/MFillHHillas.cc:
|
---|
2225 | - added set for HasChanged (new PostProcess)
|
---|
2226 |
|
---|
2227 | * mhist/MFillHStarMap.cc:
|
---|
2228 | - added set for HasChanged (new PostProcess)
|
---|
2229 |
|
---|
2230 | * mhist/MHHillas.cc:
|
---|
2231 | - Set kCanDelete to make sure, that the histograms are deleted
|
---|
2232 | together with the canvas
|
---|
2233 |
|
---|
2234 | * mraw/MRawFileWrite.[h,cc]:
|
---|
2235 | - changed the handling of opening, closing and checking file
|
---|
2236 |
|
---|
2237 |
|
---|
2238 |
|
---|
2239 | 2001/06/13: Thomas Bretz
|
---|
2240 |
|
---|
2241 | * ./.../*.h:
|
---|
2242 | - added some comments and corrected some descriptions.
|
---|
2243 |
|
---|
2244 | * mbase/MParContainer.[h,cc]:
|
---|
2245 | - added a 'dummy' function for AsciiRead, AsciiWrite
|
---|
2246 |
|
---|
2247 | * mbase/MWriteAsciiFile.[h,cc]:
|
---|
2248 | - added new constructor (specify directly the pointer to the class)
|
---|
2249 |
|
---|
2250 | * mgui/MHexagon.cc:
|
---|
2251 | - made Copy-function more readable
|
---|
2252 |
|
---|
2253 | * mgui/MParContainer.cc:
|
---|
2254 | - made Copy-function more readable
|
---|
2255 |
|
---|
2256 | * mhist/MHMcEnergies.[h,cc]:
|
---|
2257 | - files added as a container to make handling of several MHMcEnergy easier
|
---|
2258 |
|
---|
2259 | * mbase/MAGIC.h:
|
---|
2260 | - encapsulated include of TROOT
|
---|
2261 |
|
---|
2262 | * mbase/MTaskList.cc:
|
---|
2263 | - added SetHasChange and Reset to PostProcess
|
---|
2264 |
|
---|
2265 | * mhist/HistLinkDef.h
|
---|
2266 | - added MHMcEnergies
|
---|
2267 |
|
---|
2268 | * mhist/MHMcEnergy.[h,cc]:
|
---|
2269 | - added name and title to constructor
|
---|
2270 | - added number to name of container
|
---|
2271 |
|
---|
2272 | * mmontecarlo/MMcThresholdCalc.cc:
|
---|
2273 | - corrected typo in creation of the container names
|
---|
2274 |
|
---|
2275 | * mraw/MRawEvtData.cc:
|
---|
2276 | - Set kCanDelete in Draw function
|
---|
2277 |
|
---|
2278 |
|
---|
2279 |
|
---|
2280 | 2001/06/12: Thomas Bretz
|
---|
2281 |
|
---|
2282 | * mmontecarlo/MMcEnerThreCalc.[cc,h]
|
---|
2283 | - copied to mmontecarlo/MMcThresholdCalc.[cc,h]
|
---|
2284 |
|
---|
2285 | * mmontecarlo/MMcEnerThreHistos.[h,cc]
|
---|
2286 | - copied to mmhist/MHMcEnergy.[h,cc]
|
---|
2287 |
|
---|
2288 | * mbase/Makefile:
|
---|
2289 | - added MWriteAsciiFile.cc
|
---|
2290 |
|
---|
2291 | * mhist/HistIncl.h:
|
---|
2292 | - added TF1.h
|
---|
2293 |
|
---|
2294 | * mhist/HistLinkDef.h:
|
---|
2295 | - added MHMcEnergy
|
---|
2296 |
|
---|
2297 | * mhist/Makefile
|
---|
2298 | - added MHMcEnergy
|
---|
2299 |
|
---|
2300 | * mmontecarlo/MCollArea.h:
|
---|
2301 | - fixed typo in ifndef
|
---|
2302 |
|
---|
2303 | * mmontecarlo/Makefile:
|
---|
2304 | - added MMcThresholdCalc.cc
|
---|
2305 | - removed MMcEnerHisto.cc
|
---|
2306 | - removed MMcEnerThre.cc
|
---|
2307 | - removed MMcEnerThreCalc.cc
|
---|
2308 |
|
---|
2309 | * mmontecarlo/MonteCarloLinkDef.h:
|
---|
2310 | - added MMcThresholdCalc.cc
|
---|
2311 | - removed MMcEnerHisto.cc
|
---|
2312 | - removed MMcEnerThre.cc
|
---|
2313 | - removed MMcEnerThreCalc.cc
|
---|
2314 |
|
---|
2315 | * mbase/MWriteAsciiFile.[h,cc]:
|
---|
2316 | - added
|
---|
2317 |
|
---|
2318 | * manalysis/MCT1ReadAscii.h:
|
---|
2319 | - removed fFileName from class definition
|
---|
2320 |
|
---|
2321 | * manalysis/MCerPhotCalc.cc:
|
---|
2322 | - use of SetHasChanged added
|
---|
2323 |
|
---|
2324 | * manalysis/MHillas.[h,cc]:
|
---|
2325 | - Reset added
|
---|
2326 | - AsciiRead added
|
---|
2327 | - AsciiWrite added
|
---|
2328 | - use of SetHasChanged added
|
---|
2329 |
|
---|
2330 | * manalysis/MPedCalcPedRun.[h,cc]:
|
---|
2331 | - made fNumHiGainSamples a class member
|
---|
2332 | - renamed some member functions
|
---|
2333 | - made the 'internal' member functions private
|
---|
2334 | - added SetHasChanged
|
---|
2335 | - made these functions const
|
---|
2336 |
|
---|
2337 | * mbase/BaseLinkDef.h
|
---|
2338 | - MWriteAsciiFile added
|
---|
2339 |
|
---|
2340 | * mbase/MEvtLoop.cc:
|
---|
2341 | - some small changes to the logging output
|
---|
2342 |
|
---|
2343 | * mbase/MParContainer.cc:
|
---|
2344 | - fHasChanged added
|
---|
2345 |
|
---|
2346 | * mbase/MParContainer.h:
|
---|
2347 | - Reset prototype added
|
---|
2348 | - HasChanged added
|
---|
2349 | - SetHasChanged added
|
---|
2350 |
|
---|
2351 | * mbase/MParList.[cc,h]:
|
---|
2352 | - SetHasChanged added
|
---|
2353 | - Reset added
|
---|
2354 |
|
---|
2355 | * mbase/MTaskList.cc:
|
---|
2356 | - Process: call SetHasChanged before looping
|
---|
2357 | - Process: call Reset before looping
|
---|
2358 |
|
---|
2359 | * mbase/MTaskList.h:
|
---|
2360 | - fParList added to class definition
|
---|
2361 |
|
---|
2362 |
|
---|
2363 |
|
---|
2364 | 2001/04/27: Thomas Bretz
|
---|
2365 |
|
---|
2366 | * macros/merpp.C:
|
---|
2367 | - made the merpp-macro Mars 0.3 compatible
|
---|
2368 |
|
---|
2369 |
|
---|
2370 |
|
---|
2371 | 2001/04/19: Thomas Bretz
|
---|
2372 |
|
---|
2373 | * mbase/MParList.cc:
|
---|
2374 | - added stripping of the string after last semicolon (classname)
|
---|
2375 |
|
---|
2376 | * mbase/MReadTree.cc:
|
---|
2377 | - added Veto funtionality to PreProcess
|
---|
2378 | - added HasVeto
|
---|
2379 | - added fVetoList
|
---|
2380 | - added VetoBranch
|
---|
2381 |
|
---|
2382 |
|
---|
2383 |
|
---|
2384 | 2001/04/18: Thomas Bretz
|
---|
2385 |
|
---|
2386 | * mbase/MHtml.[cc.h]:
|
---|
2387 | - Added
|
---|
2388 |
|
---|
2389 | * mbase/*.cc:
|
---|
2390 | - changed comments of member functions to new MHtml-Style
|
---|
2391 |
|
---|
2392 |
|
---|
2393 |
|
---|
2394 | 2001/04/09: Thomas Bretz
|
---|
2395 |
|
---|
2396 | * mbase/MParList.cc:
|
---|
2397 | - Added the possibility to specify a different object name in
|
---|
2398 | FindCreateObj
|
---|
2399 |
|
---|
2400 | * .rootrc:
|
---|
2401 | - changed the style for the html documentation
|
---|
2402 |
|
---|
2403 | * macros/dohtml.C:
|
---|
2404 | - added SetXwho
|
---|
2405 |
|
---|
2406 | * (*.cc):
|
---|
2407 | - added the copyright comment block
|
---|
2408 |
|
---|
2409 | * mgui/MGeomCamMagic.cc:
|
---|
2410 | - added some comments to all these numbers
|
---|
2411 |
|
---|
2412 | * mraw/MRawEvtPixelIter.h:
|
---|
2413 | - added Jump member function which jumps directly to the pixel with a
|
---|
2414 | given id
|
---|
2415 |
|
---|
2416 |
|
---|
2417 |
|
---|
2418 | 2001/04/09: Thomas Bretz
|
---|
2419 |
|
---|
2420 | * mgui/MGeomPix.cc:
|
---|
2421 | - fixed a small error in SetNeighbors (thanks to Oscar)
|
---|
2422 |
|
---|
2423 | * mgui/MGFadcDisp.[h,cc]:
|
---|
2424 | - Fixed many small errors which caused the display to display nonsens
|
---|
2425 | in some situations
|
---|
2426 |
|
---|
2427 |
|
---|
2428 |
|
---|
2429 | 2001/04/04: Thomas Bretz
|
---|
2430 |
|
---|
2431 | * mraw/MRawEvtData.[cc,h]:
|
---|
2432 | - changed wrong return type of GetNumPixels to UShort_t
|
---|
2433 |
|
---|
2434 | * mmain/MBrowser.[cc,h]:
|
---|
2435 | - made the dialog somehow work like it should
|
---|
2436 |
|
---|
2437 |
|
---|
2438 |
|
---|
2439 | 2001/04/03: Thomas Bretz
|
---|
2440 |
|
---|
2441 | * manalysis/MCT1ReadAscii.cc:
|
---|
2442 | - the pedestal values read from the file are now stored in MeanRms
|
---|
2443 | instead of Sigma
|
---|
2444 |
|
---|
2445 | * manalysis/MCerPhotCalc.cc:
|
---|
2446 | - The pedestal mean Rms is used as the pixel error
|
---|
2447 |
|
---|
2448 | * MImgCleanStd.cc:
|
---|
2449 | - CleanStep1: the '<' was replaced by a '<=' to clean also pixels
|
---|
2450 | with value=noise=0
|
---|
2451 |
|
---|
2452 | * MMcPedestalCopy.cc:
|
---|
2453 | - All the pedestal values are now filled in (are they calculated correctly?)
|
---|
2454 |
|
---|
2455 | * mgui/MGeomCamMagic.cc:
|
---|
2456 | - Forgot to initialize the Nextneighbors of the Magic Camera
|
---|
2457 | (thanks to Oscar)
|
---|
2458 |
|
---|
2459 | * mhist/MHStarMap.cc:
|
---|
2460 | - I changed the model of the display (colors and bin width) to
|
---|
2461 | get a 'better' result
|
---|
2462 |
|
---|
2463 |
|
---|
2464 |
|
---|
2465 | 2001/04/02: Thomas Bretz
|
---|
2466 |
|
---|
2467 | * mraw/MRawEvtHeader.h, mraw/MRawFileWrite.cc:
|
---|
2468 | - added constants (kTT*) for trigger type
|
---|
2469 |
|
---|
2470 | * manalysis/MImgCleanStd.[h,cc]:
|
---|
2471 | - added changeable cleaning levels
|
---|
2472 |
|
---|
2473 | * manalysis/MHillas.cc:
|
---|
2474 | - added some more sanity checks to the calculation
|
---|
2475 |
|
---|
2476 | * manalysis/MCT1ReadAscii.[h,cc]:
|
---|
2477 | - added some kind of chain feature (AddFile) to process more than one file
|
---|
2478 |
|
---|
2479 | * mgui/MGeomPix.[h,c]:
|
---|
2480 | - added interface to pixel neighbors
|
---|
2481 |
|
---|
2482 | * mgui/MGeomCamCT1.[cc,h], mgui/MGeomCamMagic.[cc,h]:
|
---|
2483 | - creates the neighbor geomtry now, too
|
---|
2484 |
|
---|
2485 | * manalysis/MImgCleanStd.[cc,h]:
|
---|
2486 | - switched to new stylish neighbors from MGeomCam
|
---|
2487 |
|
---|
2488 |
|
---|
2489 |
|
---|
2490 | 2001/03/30: Thomas Bretz
|
---|
2491 |
|
---|
2492 | * mdatacheck/MH*, mdatacheck/MFillH*:
|
---|
2493 | - moved to mhist
|
---|
2494 |
|
---|
2495 | * mraw/MrawEvtPixelIter:
|
---|
2496 | - IsLoGain -> HasLoGain
|
---|
2497 |
|
---|
2498 | * mgui/MG*:
|
---|
2499 | - renamed
|
---|
2500 | - moved to mmain
|
---|
2501 | - move Browser functionality to MBrowser
|
---|
2502 |
|
---|
2503 | * mmain/, mhist:
|
---|
2504 | - new
|
---|
2505 |
|
---|
2506 |
|
---|
2507 |
|
---|
2508 | 2001/03/21: Thomas Bretz
|
---|
2509 |
|
---|
2510 | * manalysis/MHillas.[h,cc]:
|
---|
2511 | - fixed some minor errors, added sanity check (N<2) to Calc
|
---|
2512 |
|
---|
2513 | * manalysis/MFillHHillas.cc:
|
---|
2514 | - skip event if Hillas calculations fails
|
---|
2515 |
|
---|
2516 | * macros/getCollArea.C, macros/readMagic.C,
|
---|
2517 | mdatacheck/MViewAdcSpectra.cc, meventdisp/MGFadcDisp.cc:
|
---|
2518 | - changed order in MReadTree constructor
|
---|
2519 |
|
---|
2520 | * manalysis/MCT1ReadAscii.[h,cc]:
|
---|
2521 | - changed to use MPedestalCam
|
---|
2522 |
|
---|
2523 | * manalysis/MCT1Pedestals.[h,cc]:
|
---|
2524 | - removed
|
---|
2525 |
|
---|
2526 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
---|
2527 | - removed MCT1Pedestals
|
---|
2528 |
|
---|
2529 | * mbase/BaseLinkDef.h:
|
---|
2530 | - added const values from Magic.h
|
---|
2531 |
|
---|
2532 | * mbase/MLogManip.h:
|
---|
2533 | - changed style of dbginf
|
---|
2534 |
|
---|
2535 | * mbase/MParList.cc:
|
---|
2536 | - make use of dbginf
|
---|
2537 |
|
---|
2538 | * mbase/MReadTree.[h,cc]:
|
---|
2539 | - switched from a TTree to a TChain object
|
---|
2540 | - chnaged order of variables of the constructor
|
---|
2541 |
|
---|
2542 |
|
---|
2543 |
|
---|
2544 | 2001/03/21: Thomas Bretz
|
---|
2545 |
|
---|
2546 | * macros/CT1Hillas.C, manalysis/MImgCleanStd.cc, manalysis/MImgCleanStd.h,
|
---|
2547 | manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalCopy.h,
|
---|
2548 | manalysis/MCerPhotCalc.h, manalysis/MCerPhotCalc.cc, mdatacheck/MHHillas.h,
|
---|
2549 | mdatacheck/MHHillas.cc, mdatacheck/MFillHFadc.cc, mdatacheck/MFillHFadc.h,
|
---|
2550 | mdatacheck/MHFadcCam.cc, mdatacheck/MHFadcCam.h, mdatacheck/MHFadcPix.cc,
|
---|
2551 | mdatacheck/MHFadcPix.h, mdatacheck/MFillHHillas.cc,
|
---|
2552 | mdatacheck/MFillHHillas.h
|
---|
2553 | - added
|
---|
2554 |
|
---|
2555 | * mdatacheck/MHistosAdc.[h,cc]:
|
---|
2556 | - replaced by MHFadc[Cam,Pix]
|
---|
2557 |
|
---|
2558 | * mdatacheck/MFillAdcSpect.[h,cc]:
|
---|
2559 | - replaced by MFillHFadc
|
---|
2560 |
|
---|
2561 | * macros/readCT1.C:
|
---|
2562 | - uses the new classes now
|
---|
2563 | - calculates and displays hillas
|
---|
2564 |
|
---|
2565 | * manalysis/AnalysisLinkDef.h:
|
---|
2566 | - added MCerPhotCalc, MImgCleanStd, MMcPedestalCopy
|
---|
2567 |
|
---|
2568 | * manalysis/MCT1ReadAscii.cc:
|
---|
2569 | - PreProcess uses FindCreateObj now
|
---|
2570 |
|
---|
2571 | * manalysis/MCerPhotEvt.cc, manalysis/MPedestalCam.cc:
|
---|
2572 | - changed the new back to 'new with placement'
|
---|
2573 |
|
---|
2574 | * manalysis/MCerPhotEvt.[h, cc]:
|
---|
2575 | - removed cleaning from this class
|
---|
2576 |
|
---|
2577 | * manalysis/MHillas.cc:
|
---|
2578 | - some small changes in the naming inside Calc()
|
---|
2579 |
|
---|
2580 | * manalysis/MHillas.h:
|
---|
2581 | - added Get-functions
|
---|
2582 |
|
---|
2583 | * manalysis/MPedestalCam.h:
|
---|
2584 | - added InitSize-function
|
---|
2585 |
|
---|
2586 | * manalysis/MPedestalPix.h:
|
---|
2587 | - made Get-functions const
|
---|
2588 |
|
---|
2589 | * manalysis/Makefile:
|
---|
2590 | - added MMcPedestalCopy, MImgCleanStd, MCerPhotCalc
|
---|
2591 |
|
---|
2592 | * mbase/MLogManip.h:
|
---|
2593 | - "l." before line number
|
---|
2594 |
|
---|
2595 | * mbase/MParList.cc:
|
---|
2596 | - added the autodelete feature for automatically created classes
|
---|
2597 |
|
---|
2598 | * mdatacheck/DataCheckLinkDef.h:
|
---|
2599 | - added MHFadc[Cam,Pix], MHHillas
|
---|
2600 | - removed MHistosAdc
|
---|
2601 | - added MFillHFadc, MFillHHillas
|
---|
2602 |
|
---|
2603 | * mdatacheck/MGDisplayAdc.[h,cc], MShowSpect.[h,cc],
|
---|
2604 | mdatacheck/MViewAdcSpectra.[h,cc], :
|
---|
2605 | - changed from MHistaosAdc to MHFadcCam
|
---|
2606 |
|
---|
2607 | * mdatacheck/Makefile:
|
---|
2608 | - added MFillHFadc.cc, MFillHHillas.cc
|
---|
2609 | - removed MFillAdcSpect.cc
|
---|
2610 |
|
---|
2611 | * manalysis/MCT1ReadAscii.h, mbase/MEvtLoop.h, mbase/MLog.h,
|
---|
2612 | mbase/MParList.h, mbase/MReadTree.h, mbase/MTask.h,
|
---|
2613 | mbase/MTaskList.h, mdatacheck/MDumpEvtHeader.h,
|
---|
2614 | meventdisp/MGFadcDisp.h, mgui/MCamDisplay.h,
|
---|
2615 | mgui/MCamNeighbor.h, mgui/MGDataCheckMain.h,
|
---|
2616 | mgui/MGEventDispMain.h, mgui/MGMarsMain.h,
|
---|
2617 | mgui/MGMonteCarloMain.h, mgui/MGPrototyp.h, mgui/MHexagon.h,
|
---|
2618 | mmontecarlo/MCollAreaTrigger.h, mraw/MRawEvtPixelIter.h,
|
---|
2619 | mraw/MRawFileRead.h, mraw/MRawFileWrite.h:
|
---|
2620 | - set version number to '0' (no i/o for this class)
|
---|
2621 |
|
---|
2622 | * mgui/MGeomCamCT1.cc:
|
---|
2623 | - new claculation algorith for the CT1 camera. It is more
|
---|
2624 | exact in the camera plain
|
---|
2625 |
|
---|
2626 | * mgui/MHexagon.cc:
|
---|
2627 | - removed Draw-function (it is inherited from TObject)
|
---|
2628 |
|
---|
2629 | * mmc/MMcFadcHeader.hxx:
|
---|
2630 | - Added get-functions
|
---|
2631 |
|
---|
2632 |
|
---|
2633 |
|
---|
2634 |
|
---|
2635 | 2001/03/20: Thomas Bretz
|
---|
2636 |
|
---|
2637 | * manalysis/MPedestalPix.[h,cc], manalysis/MPedestalCam.[h,cc],
|
---|
2638 | manalysis/MHillas.[h,cc], manalysis/MHillasCalc.[h,cc],
|
---|
2639 | mgui/MGeomCamCT1.[h,cc], mgui/MGeomCamMagic.[h,cc]
|
---|
2640 | - added
|
---|
2641 |
|
---|
2642 | * macros/readCT1.C:
|
---|
2643 | - added calculation of Hillas parameters
|
---|
2644 | - changed from pointers to objects
|
---|
2645 |
|
---|
2646 | * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
|
---|
2647 | - added MPedestalPix/Cam, MHillas, MHillasCalc
|
---|
2648 |
|
---|
2649 | * manalysis/MCerPhotEvt.[h,cc]:
|
---|
2650 | - removed fType
|
---|
2651 | - commented out Draw function - should be fixed soon
|
---|
2652 | - renamed *Nb* to *Num*
|
---|
2653 | - renamed Get[Min,Max]NumPhotons to GetNumPhontons[Min,Max]
|
---|
2654 |
|
---|
2655 | * meventdisp/MGFadcDisp.[h,cc]:
|
---|
2656 | - changed parameter of ReadinEvent to unsigned
|
---|
2657 |
|
---|
2658 | * mgui/GuiLinkDef.h, mgui/Makefile:
|
---|
2659 | - added MGeomCamCT1, MGeomCamMagic
|
---|
2660 |
|
---|
2661 | * mgui/MCamDisplay.[h,cc]:
|
---|
2662 | - changed constructor argument from int to MGeomCam
|
---|
2663 | - renamed *Nb* to *Num*
|
---|
2664 |
|
---|
2665 | * mgui/MGeomCam.[h,cc]:
|
---|
2666 | - removed all camara specific stuff
|
---|
2667 | - MGeomCam is now used as a base class for the classes
|
---|
2668 | MGeomCam[Magic,CT1] which are containing the camera specific stuff
|
---|
2669 |
|
---|
2670 | * mgui/MGeomPix.h:
|
---|
2671 | - added Set function
|
---|
2672 |
|
---|
2673 |
|
---|
2674 |
|
---|
2675 | 2001/03/02: Thomas Bretz
|
---|
2676 |
|
---|
2677 | * manalysis/Makefile, mdatacheck/Makefile, meventdisp/Makefile,
|
---|
2678 | mgui/Makefile:
|
---|
2679 | - new
|
---|
2680 |
|
---|
2681 | * mbase/MParList.[cc,h]:
|
---|
2682 | - Added FindCreateObj member function
|
---|
2683 | - added a name to the constructor
|
---|
2684 |
|
---|
2685 | * mbase/MReadTree.cc:
|
---|
2686 | - changed to use FindCreateObj
|
---|
2687 |
|
---|
2688 | * mdatacheck/MDumpEvtHeader.cc:
|
---|
2689 | - removed fPixelIter from member list
|
---|
2690 | - changed cout to *fLog
|
---|
2691 |
|
---|
2692 | * mdatacheck/MViewAdcSpectra.cc:
|
---|
2693 | - removed a HUGE memory leak. All the objects in the list (and the
|
---|
2694 | lists itself were NEVER deleted)
|
---|
2695 |
|
---|
2696 | * mdatacheck/MFillAdcSpect.cc
|
---|
2697 | - removed fPixelIter from member list
|
---|
2698 | - changed cout to *fLog
|
---|
2699 | - changed to use FindCreateObj
|
---|
2700 | - changed high and low to hi and lo
|
---|
2701 |
|
---|
2702 | * mdatacheck/MShowSpect.cc
|
---|
2703 | - changed cout to *fLog
|
---|
2704 | - added a name to the constructor
|
---|
2705 |
|
---|
2706 | * mraw/MRawFileRead.cc:
|
---|
2707 | - changed to use FindCreateObj
|
---|
2708 |
|
---|
2709 | * mdatacheck/MGDisplayAdc.[h,cc]:
|
---|
2710 | - added some new member functions to make code more clear
|
---|
2711 | - removed fHists from the destructor
|
---|
2712 |
|
---|
2713 | * mdatacheck/MHistosAdc.h:
|
---|
2714 | - changed high and low to hi and lo
|
---|
2715 |
|
---|
2716 | * macros/dohtml.C:
|
---|
2717 | - added manalysis
|
---|
2718 |
|
---|
2719 |
|
---|
2720 |
|
---|
2721 | 2001/03/01: Thomas Bretz
|
---|
2722 |
|
---|
2723 | * Makefile:
|
---|
2724 | - added headers to dependencies
|
---|
2725 |
|
---|
2726 | * Makefile.rules:
|
---|
2727 | - added headers to dependencies
|
---|
2728 |
|
---|
2729 | * merpp.cc:
|
---|
2730 | - changed from pointers to objects
|
---|
2731 | - added compression level support
|
---|
2732 |
|
---|
2733 | * readraw.cc:
|
---|
2734 | - removed unnecessary includes
|
---|
2735 |
|
---|
2736 | * mbase/MArray*.*:
|
---|
2737 | - changed all Int_t to UInt_t
|
---|
2738 |
|
---|
2739 | * mbase/MLogManip.h:
|
---|
2740 | - changed name of __DINF__ to dbginf
|
---|
2741 |
|
---|
2742 | * mraw/MRawCrateData.[h,cc], mraw/MRawEvtHeader.[h,cc],
|
---|
2743 | mraw/MRawRunHeader.[h,cc]:
|
---|
2744 | - changed ifstream to istream
|
---|
2745 |
|
---|
2746 | * mraw/MRawEvtData.cc:
|
---|
2747 | - changed the reading, which speeds up merpp by a factor of 10
|
---|
2748 |
|
---|
2749 | * mraw/MRawEvtData.h:
|
---|
2750 | - added flag to InitArrays and DeletePixels
|
---|
2751 | (not yet used)
|
---|
2752 |
|
---|
2753 | * mraw/MRawFileRead.h:
|
---|
2754 | - removed pParList from parameter list
|
---|
2755 |
|
---|
2756 | * manalysis/AnalysisLinkDef.h
|
---|
2757 | - removed MReadCT1Ascii, added MCT1ReadAscii
|
---|
2758 | - added MCT1Pedestals
|
---|
2759 |
|
---|
2760 | * manalysis/MCerPhotEvt.[h,cc]:
|
---|
2761 | - changed the constructor a little bit
|
---|
2762 | - rewrote Print() to make it a bit more readable
|
---|
2763 | - moved MCerphotPix to new File
|
---|
2764 | - added many lines of comments
|
---|
2765 | - exchanged old stylish new call with new stylish(=) one
|
---|
2766 | - replaced all accesses to fPixels with the [] operator to make this
|
---|
2767 | lines more readable
|
---|
2768 | - made all variable declarations const-correct,
|
---|
2769 | - I changed the style of the cleaning method from if(a){if()b{if(c){}}}
|
---|
2770 | to if(!a)continue; if(!b)continue if(!c) continue; to make it more
|
---|
2771 | compact, readable and easier to understand
|
---|
2772 | - renamed the Boolean-functions to Is* to get a stricter structure
|
---|
2773 | - replaced mapping function to access the pixel list entries by the new
|
---|
2774 | operator to get rid of more than the necessary number of member
|
---|
2775 | functions without loosing speed or readability
|
---|
2776 | - renamed GetMinimum/MaximumPhoton to GetMin/MaxNumPhotons to be
|
---|
2777 | more exact
|
---|
2778 |
|
---|
2779 | * mgui/MCamGeom.* splitted and changed to MGeomCam/Pix:
|
---|
2780 | - added a new operator to access the TObjArray
|
---|
2781 | - removed unnecessary code from CreateCT1
|
---|
2782 |
|
---|
2783 | * mbase/MAGIC.h:
|
---|
2784 | - added kPI
|
---|
2785 |
|
---|
2786 | * mbase/MReadTree.cc:
|
---|
2787 | - added some comments
|
---|
2788 |
|
---|
2789 | * mgui/MCamDisplay.[h,cc]:
|
---|
2790 | - added some comments, reordered a bit the calls in the constructor
|
---|
2791 | to get a 'straight forward structure', MGeomCam is now only
|
---|
2792 | locally used where it is needed, replaced access to the
|
---|
2793 | TClonesArrays by new member-function to get a more readable code,
|
---|
2794 | replaced old stylish new call with new stylish one, made
|
---|
2795 | variable decleration const-correct, introduced a new member function
|
---|
2796 | to set the pixel color, renamed the overloaded Draw functions to
|
---|
2797 | DrawPhotons, DrawPhotErr to prevent missunderstatements, changed
|
---|
2798 | the 'layout' of GetColor to make it easier to understand the algorithm,
|
---|
2799 |
|
---|
2800 | * mgui/MCamNeighbor.[h, cc]:
|
---|
2801 | - changed to new log-interface
|
---|
2802 | - exchanged -9999 by -1
|
---|
2803 | - skipped the exits
|
---|
2804 | - you must check for -1 one in any case
|
---|
2805 | - this means a warning should be enough
|
---|
2806 |
|
---|
2807 | * mgui/MHexagon.[h,cc]:
|
---|
2808 | - added new constructor whcih uses a MGeomPix-object
|
---|
2809 |
|
---|
2810 |
|
---|
2811 |
|
---|
2812 | 2001/02/28: Thomas Bretz
|
---|
2813 |
|
---|
2814 | * mbase/MParList.[h,cc]:
|
---|
2815 | - changed return type of FindObject back to TObject
|
---|
2816 | - it seems so, that some compilers don't like overriding the
|
---|
2817 | return type of a virtual member function
|
---|
2818 |
|
---|
2819 |
|
---|
2820 |
|
---|
2821 | 2001/02/23: Thomas Bretz
|
---|
2822 |
|
---|
2823 | * mraw/MRawEvtPixelIter.h:
|
---|
2824 | - added GetSum* functions
|
---|
2825 |
|
---|
2826 | * mbase/MParList.[h,cc]:
|
---|
2827 | - Removed unnecessary fNext-stuff
|
---|
2828 |
|
---|
2829 |
|
---|
2830 |
|
---|
2831 | 2001/02/22: Thomas Bretz
|
---|
2832 |
|
---|
2833 | * merpp.cc, readraw.cc, mbase/MParContainer.cc, mbase/MParList.cc,
|
---|
2834 | mbase/MParList.h, mbase/MReadTree.cc, mbase/MTask.cc, mbase/MTask.h,
|
---|
2835 | mbase/MTaskList.cc, mbase/MTime.cc, mdatacheck/MDumpEvtHeader.cc,
|
---|
2836 | mdatacheck/MShowSpect.cc, meventdisp/MGFadcDisp.cc, mgui/MGPrototyp.h,
|
---|
2837 | mmc/MHeaderTrig.cxx, mraw/MRawCrateArray.cc, mraw/MRawEvtData.cc,
|
---|
2838 | mraw/MRawEvtHeader.cc, mraw/MRawFileRead.cc, mraw/MRawFileWrite.cc,
|
---|
2839 | mraw/MRawRunHeader.cc:
|
---|
2840 | - exchanged cout with the new logging style (gLog, *fLog)
|
---|
2841 |
|
---|
2842 | * mraw/MRawEvtData.cc:
|
---|
2843 | - added 'dec' option to Print
|
---|
2844 |
|
---|
2845 | * mmc/MHeaderTrig.cxx, mmc/MMcEvt.cxx, mmc/MMcTrig.cxx:
|
---|
2846 | - small changes to the Print funtions
|
---|
2847 |
|
---|
2848 |
|
---|
2849 |
|
---|
2850 | 2001/02/21: Thomas Bretz
|
---|
2851 |
|
---|
2852 | * MRawEvtData.cc:
|
---|
2853 | - Changed ReadEvt according to the new raw binary format 2001/02/20
|
---|
2854 |
|
---|
2855 | * Added MLog.[h,cc], MLogManip.[h,cc]
|
---|
2856 |
|
---|
2857 | * Adde SetStreamer and fLog to the MParContainer base class
|
---|
2858 |
|
---|
2859 | * Derived MEvtLoop from MParContainer
|
---|
2860 |
|
---|
2861 | * Makefile:
|
---|
2862 | - added 'tar'
|
---|
2863 |
|
---|
2864 | * mbase/BaseIncl.h:
|
---|
2865 | - added fstream.h, TGListBox.h
|
---|
2866 |
|
---|
2867 | * mbase/BaseLinkDef.h:
|
---|
2868 | - added pragma for gLog and MLog
|
---|
2869 |
|
---|
2870 | * mbase/MAGIC.h:
|
---|
2871 | - added forward definition for gLog
|
---|
2872 |
|
---|
2873 | * mbase/MEvtLoop.cc:
|
---|
2874 | - exchanged cout with *fLog
|
---|
2875 | - added statements to provide log-facility to all tasks als parameter
|
---|
2876 | containers
|
---|
2877 |
|
---|
2878 | * mbase/MEvtLoop.h:
|
---|
2879 | - Small changes
|
---|
2880 |
|
---|
2881 | * mbase/MParContainer.h:
|
---|
2882 | - Added definitions necessary for use of Log-Facility
|
---|
2883 |
|
---|
2884 | * mbase/MParList.[h,cc]:
|
---|
2885 | - Added SetLogStream
|
---|
2886 |
|
---|
2887 | * mbase/MTask.h:
|
---|
2888 | - added fLog
|
---|
2889 |
|
---|
2890 | * mbase/MTaskList.[h,cc]:
|
---|
2891 | - added SetLogStream
|
---|
2892 |
|
---|
2893 | * mbase/Makefile:
|
---|
2894 | - Added MLog.cc, MLogManip.cc
|
---|
2895 |
|
---|
2896 |
|
---|
2897 |
|
---|
2898 | 2001/02/19: Harald Kornmayer
|
---|
2899 |
|
---|
2900 | * implemented the Image Cleaning a la CT1 to the class MCerPhotEvt
|
---|
2901 |
|
---|
2902 | * changed the readCT1.C file to show the effects of the image cleaning
|
---|
2903 | a la CT1
|
---|
2904 |
|
---|
2905 | * changed
|
---|
2906 | mgui/MCamNeighbor.cc
|
---|
2907 | mananlysis/MCerPhotEvt.cc .h
|
---|
2908 | macros/readCT1.C
|
---|
2909 |
|
---|
2910 |
|
---|
2911 |
|
---|
2912 | 2001/02/19: Thomas Bretz
|
---|
2913 |
|
---|
2914 | * MParContainer.h added prototypes for AsciiRead/Write
|
---|
2915 |
|
---|
2916 | * .rootrc added
|
---|
2917 |
|
---|
2918 | * MEvtLoop.[h,cc]:
|
---|
2919 | - split eventloop in its three parts, this should be used for
|
---|
2920 | debugging only.
|
---|
2921 |
|
---|
2922 |
|
---|
2923 |
|
---|
2924 | 2001/02/06: Harald Kornmayer
|
---|
2925 |
|
---|
2926 | * the first running version with a eventdisplay. Now we are able
|
---|
2927 | to display an Event on the photo electron level. To do this, run
|
---|
2928 | the macro "macros/readCT1.C" after changing the file name.
|
---|
2929 |
|
---|
2930 | changed:
|
---|
2931 | macros/readCT1.C
|
---|
2932 | manalysis/MNphotEvent.cc, manalysis/MNphotEvent.h
|
---|
2933 | analysis/MReadCT1Ascii.cc
|
---|
2934 | mgui/MCamDisplay.cc, mgui/MCamDisplay.h
|
---|
2935 |
|
---|
2936 |
|
---|
2937 |
|
---|
2938 | 2001/01/23: Harald Kornmayer
|
---|
2939 |
|
---|
2940 | * the integration of the class FadcDisp in the mars enviroment
|
---|
2941 | and further developments in the display
|
---|
2942 |
|
---|
2943 | changed:
|
---|
2944 | meventdisp/MGFadcDisp.h
|
---|
2945 | meventdisp/MGFadcDisp.cc
|
---|
2946 | mgui/GuiIncl.h
|
---|
2947 | mgui/GuiLinkDef.h
|
---|
2948 | mgui/MGMarsMain.cc
|
---|
2949 | mgui/MGPrototyp.cc
|
---|
2950 | mgui/MGPrototyp.h
|
---|
2951 | mgui/Makefile
|
---|
2952 |
|
---|
2953 | added:
|
---|
2954 | mgui/MGEventDispMain.h
|
---|
2955 | mgui/MGEventDispMain.cc
|
---|
2956 |
|
---|
2957 |
|
---|
2958 |
|
---|
2959 | 2001/01/22: Harald Kornmayer
|
---|
2960 |
|
---|
2961 | * started with the development of a EventDisplay Utitliy.
|
---|
2962 | Therefore I added the following files.
|
---|
2963 |
|
---|
2964 | meventdisp/EvtDispIncl.h
|
---|
2965 | meventdisp/EvtDispLinkDef.h
|
---|
2966 | meventdisp/MGFadcDisp.cc
|
---|
2967 | meventdisp/MGFadcDisp.h
|
---|
2968 | meventdisp/Makefile
|
---|
2969 |
|
---|
2970 | Also a few of the older files where slightly changed.
|
---|
2971 | ./Makefile
|
---|
2972 | ./Makefile.rules
|
---|
2973 | mraw/MRawEvtData.
|
---|
2974 |
|
---|
2975 |
|
---|
2976 |
|
---|
2977 | 2001/01/19: Thomas Bretz
|
---|
2978 |
|
---|
2979 | * mmc/*.hxx:
|
---|
2980 | - changed include of MDefineTrigger.h back
|
---|
2981 |
|
---|
2982 |
|
---|
2983 |
|
---|
2984 | 2001/01/19: Oscar Blanch
|
---|
2985 |
|
---|
2986 | * mmc/MTriggerDefine.h:
|
---|
2987 | - added
|
---|
2988 |
|
---|
2989 |
|
---|
2990 |
|
---|
2991 | 2001/01/18: Thomas Bretz
|
---|
2992 |
|
---|
2993 | * Makefile:
|
---|
2994 | - mmc-library added
|
---|
2995 |
|
---|
2996 | * Makefile.conf.general:
|
---|
2997 | - Added definition of __MARS__
|
---|
2998 |
|
---|
2999 | * Makefile.rules:
|
---|
3000 | - Added definitions to rootcint
|
---|
3001 |
|
---|
3002 | * Oscar added the McFormat subdir of the Monte Carlo as mmc
|
---|
3003 |
|
---|
3004 | * mmc/MMcEvt.h:
|
---|
3005 | - renamed to MMcEvt.hxx
|
---|
3006 |
|
---|
3007 | * mmc/*.hxx:
|
---|
3008 | - added necessary defintions from MDefineTrigger.h
|
---|
3009 |
|
---|
3010 | * mmc/Makefile, mmc/McLinkDef.h, mmc/McIncl.h, mmc/readme.txt:
|
---|
3011 | - added
|
---|
3012 |
|
---|
3013 | * mmc/LinkDef.h:
|
---|
3014 | - removed
|
---|
3015 |
|
---|
3016 |
|
---|
3017 |
|
---|
3018 | 2001/01/17: Thomas Bretz
|
---|
3019 |
|
---|
3020 | * Makefile:
|
---|
3021 | - Exchanged explicit rules to make library by implicit ones
|
---|
3022 | - The shared object works now. I exchanged the libraries with the object
|
---|
3023 | files. But I don't know why the libraries don't work.
|
---|
3024 |
|
---|
3025 | * Makefile.conf.linux-gnu:
|
---|
3026 | - replaced CC with gcc (instead of g++)
|
---|
3027 |
|
---|
3028 | * mdatacheck/DataCheckLinkDef.h:
|
---|
3029 | - removed unused statements
|
---|
3030 |
|
---|
3031 | * mraw/RawLinkDef.h:
|
---|
3032 | - added globals
|
---|
3033 |
|
---|
3034 | * mraw/MerppLinkDef.h:
|
---|
3035 | - removed unused file
|
---|
3036 |
|
---|
3037 |
|
---|
3038 |
|
---|
3039 | 2001/01/12: Thomas Bretz
|
---|
3040 |
|
---|
3041 | * MLinkDef.h, MIncl.h, marslogo.xpm, magiclogo.xpm:
|
---|
3042 | - added
|
---|
3043 |
|
---|
3044 | * LinkDef.h:
|
---|
3045 | - removed
|
---|
3046 |
|
---|
3047 | * Makefile:
|
---|
3048 | - Added CINT, mrproper
|
---|
3049 |
|
---|
3050 | * mbase/Makefile, mraw/Makefile, mgui/Makefile, mdatacheck/Makefile:
|
---|
3051 | - included makefile.general, Makefile.rules,
|
---|
3052 | - removes corresponding lines
|
---|
3053 |
|
---|
3054 | * mdatacheck/MDumpEvtHeader.[h,cc], mdatacheck/MFillAdcSpect.[cc,h],
|
---|
3055 | mdatacheck/MFillAdcSpect.[h,cc], mdatacheck/MGDisplayAdc.[cc,h],
|
---|
3056 | mdatacheck/MHistsosAdc.[h,cc], mdatacheck.MShowSpect.[cc,h]
|
---|
3057 | - changed include statements
|
---|
3058 |
|
---|
3059 | * mgui/MGDataCheckMain.[cc,h], mgui/MGMarsMain.[cc,h]
|
---|
3060 | - changed include statements
|
---|
3061 | - move enum from h to cc
|
---|
3062 | - removed comma operator from delete statements (nonsense)
|
---|
3063 |
|
---|
3064 |
|
---|
3065 |
|
---|
3066 | 2001/01/11: Harald Kornmayer
|
---|
3067 |
|
---|
3068 | * ./
|
---|
3069 | readraw.cc, Makefile, Makefile.rules, LinkDef.h, MParList.cc, MReadTree.cc,
|
---|
3070 | MReadTree.h, mbase/Makefile, mraw/Makefile
|
---|
3071 | - small changes in this files. Not really critical.
|
---|
3072 |
|
---|
3073 | * mars.cc
|
---|
3074 | - added the main file for the gui
|
---|
3075 |
|
---|
3076 | * mgui/
|
---|
3077 | GuiIncl.h, MGMarsMain.cc, GuiLinkDef.h, MGMarsMain.h, MGDataCheckMain.cc,
|
---|
3078 | Makefile, MGDataCheckMain.h
|
---|
3079 | - added the subdir mgui and this files
|
---|
3080 |
|
---|
3081 | * mdatacheck/
|
---|
3082 | DataCheckIncl.h, DataCheckLinkDef.h, MHistosAdc.cc, MHistosAdc.h,
|
---|
3083 | MDumpEvtHeader.cc, MDumpEvtHeader.h, MShowSpect.cc, MShowSpect.h,
|
---|
3084 | MFillAdcSpect.cc, MFillAdcSpect.h, MViewAdcSpectra.cc, MViewAdcSpectra.h,
|
---|
3085 | MGDisplayAdc.cc, MGDisplayAdc.h, Makefile
|
---|
3086 | - added the subdir mdatacheck and this files
|
---|
3087 |
|
---|
3088 |
|
---|
3089 |
|
---|
3090 | 2000/12/28: Thomas Bretz
|
---|
3091 |
|
---|
3092 | * merpp.cc, MArray.cc, MArray.h, MArrayB.cc, MArrayB.h, MArrayS.cc,
|
---|
3093 | MArrayS.h, MEvtLoop.cc, MEvtLoop.h, MInputStreamID.cc, MInputStreamID.h,
|
---|
3094 | MParContainer.cc, MParContainer.h, MParList.cc, MParList.h, MReadTree.cc,
|
---|
3095 | MTask.cc, MTask.h, MTaskList.cc, MTaskList.h, MTime.cc, MTime.h:
|
---|
3096 | - Added changes some comments.
|
---|
3097 |
|
---|
3098 | * MLoopEvt.cc, MLoopEvt.h:
|
---|
3099 | - Removed
|
---|
3100 |
|
---|
3101 |
|
---|
3102 |
|
---|
3103 | 2000/12/22 - Thomas Bretz:
|
---|
3104 |
|
---|
3105 | * readraw.cc:
|
---|
3106 | - changed some comments and the Root-Name of the program
|
---|
3107 | - added check for the existance of the file
|
---|
3108 | - changed name of numbers of entries from iEnt to nent
|
---|
3109 |
|
---|
3110 | * dohtml.C:
|
---|
3111 | - changed title of converted macros
|
---|
3112 |
|
---|
3113 | * MRawEvtData.cc:
|
---|
3114 | - added a commet in Draw()
|
---|
3115 |
|
---|
3116 | * MRawEvtPixelIter.[h,cc]:
|
---|
3117 | - Added the comment header of the file
|
---|
3118 | - removed inheritance from TIterator (not needed)
|
---|
3119 | - some changes to get it work (the one in the repository was untested
|
---|
3120 | and not working)
|
---|
3121 | - changed calling style of iterator from do...while to while-loop
|
---|
3122 | - changed some comments
|
---|
3123 |
|
---|
3124 | * MRawRunHeader.cc:
|
---|
3125 | - added some comments
|
---|
3126 |
|
---|
3127 | * Changelog, News: added
|
---|
3128 |
|
---|
3129 | * test.C: removed
|
---|