source: trunk/MagicSoft/Mars/Changelog@ 2250

Last change on this file since 2250 was 2250, checked in by moralejo, 21 years ago
*** empty log message ***
File size: 99.0 KB
Line 
1 -*-*- END OF LINE -*-*-
2
3 2003/06/27: Abelardo Moralejo
4
5 * mmontecarlo/MMcCollectionAreaCalc.[h,cc]:
6 * mhistmc/MHMcCollectionAreaCalc.[h,cc]:
7
8 - Adapted to allow their use with multiple files containing
9 MC data generated with diffferent energy spectra, even with
10 camera files which have only triggered events inside. Now the
11 histogram containing all showers (before trigger) is filled
12 in the ReInit function, and calculation of collection area
13 is done by CalcEfficiency2(). Some simplifications and cleaning
14 are still possible.
15
16 2003/06/27: Thomas Bretz
17
18 * macros/sumevents.C, macros/sumpedestals.C:
19 - some small changes
20
21 * manalysis/MPedestalCam.cc:
22 - return pixel as used if the value is valid (>=0)
23
24 * mhist/HistLinkDef.h, mhist/Makefile:
25 - MHPixVsTime added (Name is preliminary)
26
27 * mhist/MHCamEvent.cc:
28 - removed including MGeomPix
29
30 * mhist/MHCamera.h:
31 - in SetCamContent copy also number of entries
32
33 * mraw/MRawEvtData.cc:
34 - fixed to support correct pixel numbering
35
36 * mhist/MHPixVsTime.[h,cc]:
37 - added
38
39 * mhist/MHCamera.cc:
40 - changed output of labels for color axis
41
42 * mfileio/MCT1ReadPreproc.cc:
43 - small simplification
44
45
46
47 2003/06/27: Abelardo Moralejo
48
49 * mhistmc/MHMcCT1CollectionArea.cc:
50 - Added comments, changed theta angle corresponding to first bin to
51 adapt it to new standard theta-bin definition. This was the reason
52 for the missing area at low theta.
53
54 * macros/CT1collectionArea.C, macros/CT1EgyEst.C:
55 - Changed theta binnings to adapt them to the new standard.
56
57
58
59 2003/06/26: Abelardo Moralejo
60
61 * macros/CT1EgyEst.C:
62 - Added to the argument list of CT1EEst the binnings in theta
63 and energy. Commented out the MLog.h and MLogManip.h, headers,
64 otherwise it does not run (don't know why). Commented out filters
65 (my test file does not contain hadronness), please uncomment
66 them to run on files with hadronness info.
67
68 * mhistmc/MHMcEnergyMigration.cc:
69 - exchanged axes of E_est and E_MC in the 3-d histograms.
70
71 * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc,
72 mhist/MHSigmaPixel.cc, mfileio/MHSigmaTheta.cc,
73 mimage/MImgCleanStd.cc:
74 - adapted to new function names in MPedestalPix (please Thomas
75 check these, I had to do it to make Mars compile)
76
77
78
79 2003/06/26: Thomas Bretz
80
81 * macros/CT1EgyEst.C:
82 - converted from dos to unix type
83
84 * macros/rootlogon.C:
85 - removed "-fno-rtti" from options for Aclic
86
87 * mbase/MLog.h:
88 - added a comment
89
90 * mgeom/MGeomCam.[h,cc], mgeom/MGeomPix.[h,cc],
91 mgeom/MGeomCamCT1.cc, mgeom/MGeomCamECO1000.cc,
92 mgeom/MGeomCamECO1000HG.cc, mgeom/MGeomCamMagicHG.cc:
93 - added support for sectors
94
95 * megom/MGeomCamMagic.[h,cc]:
96 - added sectors
97
98 * mhist/MHCamera.[h,cc]:
99 - convert Option_t in Paint to lower case
100 - remove 'hist' if detected from Option_t
101 - check for min==max
102 - added DrawSectorIndices()
103 - added TArrayC to AddCamContent
104 - added TArrayC to SetCamContent
105 - simplified DistancetoPrimitive
106
107 * mraw/MRawEvtData.cc:
108 - simplified Draw by converting option string to lower case
109
110 * mraw/MRawEvtPixelIter.[h,cc]:
111 - added GetNumMaxLoGainSample
112
113 * manalysis/MCT1PadSchweizer.cc, manalysis/MMcPedestalNSBAdd.cc,
114 manalysis/MSigmabar.cc:
115 - adapted to new function names in MPedestalPix
116
117 * manalysis/MCerPhotAnal.cc:
118 - adapted to new function names in MPedestalPix
119 - fixed to work with real data and monte carlo data
120 - preliminarily removed error of pedestal and pedestalrms
121
122 * manalysis/MCerPhotCalc.[h,cc]:
123 - adapted to new function names in MPedestalPix
124 - fixed to work with real data and monte carlo data
125
126 * manalysis/MMcPedestalCopy.cc, manalysis/MPedCalcPedRun.[h,cc]:
127 - adapted to new function names in MPedestalPix
128 - preliminarily removed error of pedestal and pedestalrms
129
130 * manalysis/MPedestalCam.[h,cc]:
131 - adapted to new function names in MPedestalPix
132 - preliminarily removed error of pedestal and pedestalrms
133 - fixed GetPixelContent (do not return Pedestal*PixRatio)
134
135 * manalysis/MPedestalPix.[h,cc]:
136 - removed old variables
137 - introduced Pedestal for pedestal
138 - introduced pedestalRMS for the rms of the pedestal
139 - error of both values still missing
140
141 * meventdisp/MGCamDisplay.cc:
142 - fixed display, displays now:
143 + Number Of Photons
144 + Pedestal
145 + PedestalRMS
146 + Number of Photons/PedestalRMS
147
148 * mimage/MImgCleanStd.[h,cc]:
149 - fixed image cleaning in the sense that erronously the error
150 of the number of photons was used instead of the error of
151 the PMT offset (pedestal)
152 - introduced some debugging option
153
154 * mmontecarlo/MMcCollectionAreaCalc.cc:
155 - minor change
156
157 * macros/sumevents.C, macros/sumpedestals.C:
158 - added
159
160 * mhist/MHCamEvent.cc:
161 - do not scale with 100
162
163 * mhist/MHCamera.cc:
164 - fixed displaying number of entries when used
165 SetCamContent(MHCamera&)
166
167
168
169 2003/06/25: Thomas Bretz
170
171 * mgeom/MGeomCam.cc:
172 - fixed the description of GetPixRatio
173
174
175
176 2003/06/25: Abelardo Moralejo
177
178 * mimage/MImgCleanStd.cc:
179 - Changed name of variable "ratio" to "factor", wherever it meant
180 the square root of the ratio between the area of an inner pixel
181 and the current pixel (it was confusing).
182
183
184
185 2003/06/24: Thomas Bretz
186
187 * manalysis/MCT1SupercutsCalc.[h,cc]:
188 - implemented Mapping for Supercuts
189 - changed data member arrays to TArrayD
190
191 * manalysis/MEnergyEstParam.h:
192 - added a comment
193
194 * mhist/MHHadronness.[h,cc]:
195 - implemented mapping
196 - implemented calculating Acc_g/sqrt(Acc_h) for filtercuts
197
198 * macros/status.C:
199 - removed MSrcPosCam
200
201 * mevtdisp/MGCamDisplay.cc:
202 - display ellipse in all canvas'
203
204 * macros/readrfl.C:
205 - adapted
206
207 * manalysis/MMcTriggerLvl2.cc, meventdisp/MGEvtDisplay.cc,
208 mraw/MRawEvtPixelIter.cc:
209 - adapted
210
211 * mgui/MCamEvent.[h,cc], mhist/MHCamEvent.[h,cc]:
212 - more comments
213
214 * mgui/MHexagon.[h,cc]:
215 - removed obsolete destructor
216
217 * mhist/MHCamera.[h,cc]:
218 - removed fPhotons
219 - removed ShowRflEvent
220 - added comments
221
222 * mhist/MHTriggerLvl0.cc:
223 - fixed comments
224
225 * mraw/MRawEvtData.cc:
226 - some small changes
227
228 * mreflector/MRflEvtData.[h,cc]:
229 - implemented Paint function
230
231 * meventdisp/MGCamDisplay.cc:
232 - Set Name and title of MHCamera instances
233
234 * mraw/MRawEvtData.cc:
235 - fixed a degug level problem
236
237 * mgui/MHexagon.[h,cc]:
238 - fixed CopyConstructor
239
240 * mbase/MLog.cc:
241 - fixed a bug in NoColor mode
242
243
244
245 2003/06/23: Thomas Bretz
246
247 * manalysis/MBlindPixelCalc.[h,cc], manalysis/MCT1PadONOFF.[h,cc],
248 manalysis/MCT1PadSchweizer.[h,cc], manalysis/MCompProbCalc.[h,cc],
249 manalysis/MCT1PointingCorrCalc.[h,cc], manalysis/MEnergyEstimate.[h,cc],
250 manalysis/MCT1SupercutsCalc.[h,cc], manalysis/MEnergyEstParam.[h,cc],
251 manalysis/MFiltercutsCalc.[cc,h], manalysis/MMatrixLoop.[h,cc],
252 manalysis/MMcPedestalCopy.[h,cc], manalysis/MMcPedestalNSBAdd.[h,cc],
253 manalysis/MMcTriggerLvl2Calc.[h,cc], manalysis/MPadding.[h,cc],
254 manalysis/MMultiDimDistCalc.[h,cc], manalysis/MPedCalcPedRun.[h,cc],
255 manalysis/MPedestalCalc.[h,cc], manalysis/MPointingCorr.[h,cc],
256 mbase/MClone.[h,cc], mbase/MGTask.[h,cc], mbase/MPrint.[h,cc],
257 mbase/MTask.[h,cc], mbase/MTaskInteractive.[h,cc],
258 mbase/MTaskList.[h,cc], mtools/MChisqEval.[h,cc],
259 mbase/MContinue.[h,cc], mdatacheck/MDumpEvtHeader.[h,cc]
260 mfileio/MCT1ReadAscii.[h,cc], mfileio/MCT1ReadPreProc.[h,cc],
261 mfileio/MReadCurrents.[h,cc], mfileio/MReadMarsFile.[h,cc],
262 mfileio/MReadRflFile.[h,cc], mfilter/MF.[h,cc],
263 mfilter/MFAlpha.[h,cc], mfilter/MFCT1SelBasic.[h,cc],
264 mfilter/MFCT1SelFinal.[h,cc], mfilter/MFCT1SelStandard.[h,cc],
265 mfilter/MFDataChain.[h,cc], mfilter/MFDataMember.[h,cc],
266 mfilter/MFEnergySlope.[h,cc], mfilter/MFEventSelector.[h,cc],
267 mfilter/MFEventSelector2.[h,cc], mfilter/MFParticleId.[h,cc],
268 mfilter/MFTriggerLvl1.[h,cc], mfilter/MFTriggerLvl2.[h,cc],
269 mfilter/MFilterList.[h,cc], mhist/MFillH.[h,cc],
270 mimage/MCameraSmooth.[h,cc], mimage/MHillasCalc.[h,cc],
271 mimage/MHillasSrcCalc.[h,cc], mimage/MImgCleanStd.[h,cc],
272 mimage/MNewImageParCalc.[h,cc], mmontecarlo/MMcThresholdCalc.[h,cc],
273 mranforest/MRanForestCalc.[h,cc], mranforest/MRanForestFill.[h,cc]
274 mmontecarlo/MMcTimeGenerate.[h,cc], mranforest/MRanForestGrow.[h,cc],
275 mmontecarlo/MMcCollectionAreaCalc.[h,cc], mraw/MRawFileWrite.[h,cc],
276 mmontecarlo/MMcTriggerRateCalc.[h,cc], mraw/MRawFileRead.[h,cc],
277 manalysis/MSigmabarCalc.[h,cc], manalysis/MCerPhotAnal.[h,cc],
278 manalysis/MCerPhotCalc.[h,cc]:
279 - changed Bool_t in *Process to Int_t to support newer root
280 versions correctly - PRELIMINARY (will be replaced by
281 enums in the future)
282
283 * manalysis/MCerPhotEvt.[h,cc]:
284 - added case 3 and 4 to GetPixelContent
285 - changed definition of GetPixelContent
286
287 * manalysis/MCurrents.[h,cc], manalysis/MPedestalCam.[h,cc]:
288 - changed definition of GetPixelContent
289
290 * manalysis/MFiltercutsCalc.[h,cc]:
291 - Added list to ListOfCleanups, and set kMustCleanup for list
292 - Set kMustCleanup for external filters
293
294 * mbase/MEvtLoop.[h,cc]:
295 - added to ListOfCleanups
296 - Set kMustCleanup for parlist, progressbar and display
297 - added some checks for root's Batch-Mode
298 - no need for checking ListOfSpecials for fDisplay (this is now
299 handled through the Cleanups)
300 - No need for kFileExit anymore (this can now be handles through
301 the Cleanups)
302 - added recursiveRemove to support Cleanups
303 - added SetDisplay to set kMustCleanup for fDisplay
304
305 * mbase/MTaskList.cc, mdata/MDataArray.cc, mdata/MDataList.cc,
306 mfilter/MFilterList.cc:
307 - added lists to ListOfCleanups
308 - Set kMustCleanup for the lists
309
310 * mbase/MParList.[h,cc]:
311 - added lists to ListOfCleanups
312 - Set kMustCleanup for the lists
313 - added kCanDelete option to destructor
314 - set kMustCleanup for all containers added to thelist
315
316 * mdatacheck/DataCheckLinkDef.h, mdatacheck/Makefile:
317 - removed unnecessary MDumpEvtHeader
318
319 * mbase/MContinue.[h,cc]:
320 - added SetDisplay to support setting display for the filter
321 - added SetLogStream to support setting logstream for the filter
322
323 * mfilter/MFCT1SelBasic.cc, mfilter/MFCT1SelFinal.cc,
324 mfilter/MFCT1SelStandard.cc:
325 - added Set-function to simplify Process
326
327 * mgui/MCamEvent.[h,cc]:
328 - changed GetPixelContent definition
329
330 * mhist/MH.cc:
331 - fixed Draw(TH1&, TH1&) and DrawCopy layout for newer root versions
332
333 * mimage/MImgCleanStd.cc:
334 - fixed a bug in the access to ispixused-array (GetNeighbor
335 could exceed maximum entries.
336
337 * mmain/MStatusDisplay.[h,cc]:
338 - preliminary fixes to support root's batch mode
339 - removed adding MStatusDisplay to ListOfCleanups
340 - changed code updating the Canvas'
341 - exit now handled by Cleanups, so this can be deleted immediatly
342
343 * mraw/MRawEvtData.[h,cc]:
344 - changed definition of GetPixelContent
345 - added code to GetPixelContent
346
347 * mraw/MRawEvtPixelIter.[h,cc]:
348 - returns GetNumMaxHiGainSample
349
350 * mreflector/MRflEvtData.[h,cc]:
351 - use static_cast in GetPhoton
352 - added GetPixelContent
353
354 * mhist/MHTriggerLvl0.[h,cc], MHmhist/Camera.[h,cc],
355 mhist/MHCamEvent.[h,cc]:
356 - added
357
358 * manalysis/MSigmabar.cc:
359 - unimportant simplification
360
361 * manalysis/MSigmabarCalc.cc:
362 - added a preliminary workaround to support files without MMcEvt
363 - make use of FLT_MAX
364
365 * mgeom/MGeomCam.[h,cc]:
366 - Moved fPixels from pointer to an instance
367 - removed destructor
368 - use static_cast on operator[]
369 - Use ForEach macro in CheckOuterRing
370
371 * mhist/MHSigmaTheta.cc:
372 - added a preliminary workaround to support files without MMcEvt
373
374 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
375 - removed MCT1PadONOFF
376
377 * manalysis/MCerPhotEvt.h:
378 - added //-> to fPixels
379
380 * meventdisp/Makefile:
381 - added -I../mhist
382
383 * manalysis/MMcTriggerLvl2.[h,cc], meventdisp/MGCamDisplay.[h,cc]:
384 - replaced MCamDisplay by MHCamera
385
386 * mgui/GuiLinkDef.h, mgui/Makefile:
387 - removed MCamDisplay
388
389 * mhist/HistLinkDef.h, mhist/Makefile:
390 - removed MHCerPhotEvt
391 - removed MHCurrents
392 - removed MHTrigLvl0
393 - removed MHOnSubtraction
394 - added MHCamera
395 - added MHCamEvent
396
397 * macros/sumcurrents.C:
398 - adapted to changes
399 - added filename to canvas
400
401 * macros/readMagic.C, macros/readCT1.C, macros/status.C,
402 macros/readcurrents.C, macros/readrfl.C:
403 - adapted to changes
404
405 * mbase/MAGIC.h:
406 - replaced extern by R__EXTERN
407
408 * mbase/MParContainer.[h,cc]:
409 - added a non empty destructor with some debug options
410
411 * mbase/MPrint.cc:
412 - fixed a bug (used kSKIP instead of kSkip)
413
414
415
416 2003/06/19: Thomas Bretz
417
418 * mgui/MCamDisplay.[h,cc]:
419 - fixed color palette when loading MCamDisplay
420
421 * mevtdisp/MGEvtDisplay.cc:
422 - fixed a bug in ProcessMessage, 'Exit' still doesn't work.
423
424
425
426 2003/06/18: Thomas Bretz
427
428 * macros/sumcurrents.C:
429 - added MDirIter support
430 - fixed the rel. error calculation
431 - some small corrections to the layout
432
433 * mhist/MHCurrents.cc:
434 - changed histogram name
435 - added axis titles
436
437 * mbase/MLog.cc:
438 - include iomanip onstead of MLogManip
439
440 * mbase/MLogManip.h:
441 - replaced preprocessor defintions for all, warn, inf, err and dbg
442 by const variable declarations
443 - fixed dynamic_casts
444
445 * macros/merpp.C:
446 - made capable of more than one directory
447
448 * mmain/MStatusDisplay.cc:
449 - removed an unsused variable
450
451 * Makefile.conf.osf1, Makefile.conf.osf5.1:
452 - added definitions for __USE_STD_IOSTREAM and R__ANSISTREAM
453 tp be able to compile on Alphas again
454
455 * manalysis/MCT1PadONOFF.cc:
456 - included math.h
457 - commented out some code to be able to compile on Alpha - FIXME
458
459 * mbase/MDirIter.h:
460 - fixed a bug in the definition of MatchFilter
461
462 * mraw/MRawFileWrite.h:
463 - default mode changed from UPDATE to RECREATE
464 - default compression level changed from 9 to 1
465
466 * mraw/MRawEvtData.[h,cc]:
467 - fixed to skip non connected pixels
468
469 * mraw/MRawRunHeader.[h,cc]:
470 - added GetNumConnectedPixels
471
472
473
474
475 2003/06/17: Oscar Blanch
476
477 * mgeom/MGeomCamECO1000HG.cc
478 - fixed a bug in NN table
479
480 * mgeom/MGeomCamMagicHG.[h,cc]
481 - New geometry for a high granularity hipothetic Magic camera
482
483 * mgeom/Makefile and mgeom/GeomLinkDef.h
484 - Introduction of MGeomMagicHG class.
485
486
487
488 2003/06/17: Thomas Bretz
489
490 * meventdisp/MGEvtDisplay.cc:
491 - fixed a bug which caused a endlessloop
492
493 * mmain/MStatusDisplay.cc:
494 - fixed UpdatePSHeader for gcc 3.* and Suse 8.2
495
496 * manalysis/MCurrents.h:
497 - fixed a bug in the const operator[]
498
499 * mgui/MCamDisplay.[h,cc]:
500 - set ClassDef to 1 so that the camera display can be written into
501 a root file
502 - fixed destructor (didn't fit default constructor)
503 - implemented FillRandom for test cases
504
505 * mgui/MHexagon.h
506 - set ClassDef to 1 so that the camera display can be written into
507 a root file
508
509
510
511 2003/06/16: Thomas Bretz
512
513 * mhist/MHOnSubtraction.cc:
514 - worked around the non compiling source file
515
516 * merpp.cc:
517 - set compression level default = 1
518
519 * macros/readCT1.C, macros/readMagic.C, macros/readcurrents.C,
520 meventdisp/MGCamDisplay.cc
521 - adapted to new MCamDisplay and MCamEvent
522
523 * macros/sumcurrents.C:
524 - enhanced
525
526 * manalysis/MCerPhotCalc.[h, cc]:
527 - simplified algorithm
528
529 * manalysis/MCerPhotEvt.[h,cc], manalysis/MCurrents.[h,cc],
530 manalysis/MPedestalCam.[h,cc]:
531 - derived from MCamEvent
532
533 * manalysis/MMcPedestalNSBAdd.cc:
534 - minor change
535
536 * mbase/BaseLinkDef.h, mbase/Makefile:
537 - added MDirIter
538
539 * mbase/MDirIter.[h,cc]:
540 - added
541
542 * mbase/MParList.cc:
543 - enhnced some output
544
545 * mbase/MTaskInteractive.cc:
546 - fixed a bug
547
548 * mbase/MTaskList.cc:
549 - added handling of gui events for Pre- and PostProcess
550
551 * mgeom/MGeomPix.cc:
552 - added a comment
553
554 * mgui/MCamDisplay.[h,cc] - PRELIMINARY:
555 - added a notification list
556 - fixed SetRange if pad is not the main pad
557 - new Fill functions using MCamEvent, removed old ones
558
559 * mhist/MFillH.cc:
560 - check for the existance of the canvas
561
562 * mhist/MHCerPhotEvt.cc:
563 - take usage of MCamEvent
564
565 * mhist/MHCurrents.cc:
566 - take usage of MCamEvent
567 - added rms
568
569 * mmain/MStatusDisplay.[h,cc]:
570 - added "Reset" and "Remove Tab" to menu bar
571
572 * mraw/MRawEvtData.[h,cc]:
573 - draw hi- and logains
574 - derived from MCamEvent
575
576 * mraw/MRawEvtPixelIter.[h,cc]:
577 - added GetVarHiGainSamples
578
579 * mraw/Makefile:
580 - added -I../mgui - PRELIMINARY
581
582 * mhist/MH.cc:
583 - fixed Draw(TH1&,TH1&) for newer root versions
584
585 * mhist/MHHadronness.cc:
586 - fixed call to fGraph->SetMaximum(1) for newer root versions
587
588 * mmain/MStatusDisplay.cc:
589 - fixed for gcc 3.* and newer root versions
590
591
592
593
594 2003/06/13: Robert Wagner
595 * mhist/MHOnSubtraction.cc
596 - removed casts from double to Double_t found by gcc 3.3
597 - added MHOnSubtraction::CalcLightCurve, a methods towards a
598 lightcurve
599
600
601
602 2003/06/13: Thomas Bretz (making Mars work with gcc 3.3 on Suse 8.2)
603
604 * Makefile.conf.linux:
605 - removed nonull-objects, Wtraditional and Wnested-externs
606 due to warnings in gcc 3.3
607
608 * *:
609 - added 'using namespace std;'
610 - exchanged *.h C++ headers by correct headers (like <fstream>)
611 - replaced forward declarations of streams by <iosfwd>
612
613 * manalysis/MCerPhotAnal.cc:
614 - cast arguments of sqrt to correct type
615 - corrected argument type for SetPedestalRms
616
617 * manalysis/MCurrents.h:
618 - const operator[] uses 'this' now
619
620 * manalysis/MEnergyEstParam.[h,cc], manalysis/MSigmabarParam.[h,cc]:
621 - fixed definition of Print
622
623 * manalysis/MMcPedestalCopy.cc, manalysis/MPedCalcPedRun.cc,
624 mgui/MCamDisplay.cc, mmontecarlo/MMcThresholdCalc.cc:
625 - cast arguments of sqrt to correct type
626
627 * manalysis/MMultiDimDistCalc.cc:
628 - changed type of numg/numh to Int_t
629
630 * mbase/BaseLinkDef.h:
631 - removed pragma for __omanip_debug
632
633 * mbase/MLog.[h,cc]:
634 - fixed copy constructor
635 - removed usage of mkstemp -- TO BE FIXED
636
637 * mbase/MLogManip.[h,cc]:
638 - completely replaced
639
640 * mdata/MDataArray.cc:
641 - fixed variable type ncols (Double_t -> Int_t)
642
643 * mdata/MDataChain.cc:
644 - fixed argument type of gRandom->Integer()
645
646 * meventdisp/MGEvtDisplay.[h,cc]:
647 - implemented skiping of events which have 0 Pixels
648
649 * mfileio/MCT1ReadPreProc.cc:
650 - fixed conversion for istream::read from Byte_t* to char*
651 - fixed argument type in Fill (fmcsize_phel)
652
653 * mfileio/MChain.h:
654 - ResetTree must also set fTreeNumber to -1 due to changes in
655 TChain::LoadTree
656
657 * mfilter/MFAlpha.[h,cc]:
658 fixed type of Alpha in Init (Float_t instead of Int_t)
659
660 * mfilter/MFEventSelector2.[h,cc]:
661 - renamed Read member function to ReadDistribution
662
663 * mfilter/MFilterList.h:
664 - fixed overloading of GetRule
665
666 * mhist/MBinning.cc, mhist/MH3.cc:
667 - removed default argument in source file
668
669 * mhist/MHArray.cc:
670 fixed type of sstyle (Stat_t -> Int_t)
671
672 * mhist/MHCerPhotEvt.[h,cc], mhist/MHCurrents.[h,cc]:
673 - fixed definition of Clear()
674
675 * mhist/MHFadcCam.[h,cc]:
676 - renamed Reset to ResetEntry
677
678 * mhistmc/MHMcEnergy.cc:
679 - fixed argument type of log
680
681 * mhistmc/MHMcRate.cc:
682 - cast argument of pow() to correct type
683
684 * mimage/MHillas.cc:
685 - replaced default value for MeanX and MeanY by 0
686
687 * mmain/MMars.cc:
688 - fixed argument type in TGLayoutHints
689
690 * mmain/MStatusDisplay.cc:
691 - fixed some argument types
692 - for the moment removed the update of the ps-header
693
694 * mmc/MMcTrig.cxx:
695 - use binary shift instead of pow for power of two
696
697 * mmontecarlo/MMcEnergyEst.[h,cc]:
698 - declared fcn as static
699 - fixed definition of Print
700
701 * mmontecarlo/MMcTimeGenerate.cc:
702 - fixed argument type of SetTime
703
704 * mmontecarlo/MMcTriggerRateCalc.[h,cc]:
705 - fixed definition of Draw
706
707 * mfileio/MReadRflFile.cc, mraw/MRawCrateData.cc, mraw/MRawEvtData.cc,
708 mraw/MRawEvtHeader.cc, mraw/MRawRunHeader.cc:
709 - fixed conversion for istream::read from Byte_t* to char*
710
711 * mreflector/MRflEvtData.cc, mreflector/MRflSinglePhoton.cc:
712 - fixed definition of Print
713
714
715
716 2003/06/13: Robert Wagner
717 * mhist/MHOnSubtraction.cc
718 - Improvements in output
719
720
721
722 2003/06/12: Thomas Bretz
723
724 * mgui/MCamDisplay.h:
725 - added //*MENU* to SetAutoScale, SetMinimum, SetMaximum
726
727
728
729 2003/06/11: Robert Wagner
730
731 * mhist/MHOnSubtraction.[h,cc]
732 - Some bugfixes, e.g. concerning binning of result histograms
733 - Improvements in output
734
735
736
737 2003/06/09: Wolfgang Wittek
738
739 * macros/CT1Analysis.C
740 - replace MPadSchweizer by MCT1PadSchweizer
741
742 * macros/ONOFFCT1Analysis.C
743 - current version of the macro for the analysis using ON, OFF and MC data
744
745 * manalysis/MPadSchweizer.[h,cc]
746 MPadONOFF.[h,cc]
747 - delete
748
749 * manalysis/MCT1PadSchweizer.[h,cc]
750 MCT1PadONOFF.[h,cc]
751 - add
752
753 * manalysis/Makefile
754 AnalysisLinkdef.h
755 - replace MPadSchweizer and MPadONOFF
756 by MCT1PadSchweizer and MCT1PadONOFF
757
758
759
760 2003/06/06: Robert Wagner
761
762 * mhist/MHOnSubtraction.[h,cc]
763 - Class for extracting a gamma signal from on data only. Works
764 on fully differential data in Alpha, Energy and Theta as well
765 as on single Alpha plots. Experimental version, expect
766 functionality but code still optimized for debugging purposes
767
768 * mhist/MHAlphaEnergyTheta.cc
769 - Fill signed alpha value instead of absolute value
770
771
772
773 2003/06/06: Wolfgang Wittek
774
775 * macros/optPad.C
776 - macro for testing the optimal padding
777
778
779
780 2003/06/05: Abelardo Moralejo
781
782 * mhist/MHTrigLvl0.[h,cc]:
783 - added. This is intended to find "hot" pixels firing too often
784 or pixels firing too rarely. Very preliminar!
785
786 * macros/pixfirerate.C:
787 - added. An example on how to use the class above.
788
789 * mhist/Makefile, HistLinkDef.h :
790 added new class.
791
792
793
794 2003/06/05: Thomas Bretz
795
796 * mbase/MEvtLoop.cc:
797 - fixed some typos in the comments
798
799 * meventdisp/MGCamDisplay.cc:
800 - added MHillasSrc to eventloop
801
802 * meventdisp/MGEvtDisplay.cc:
803 - print MC informations to screen, too
804
805 * mfileio/MReadCurrents.cc:
806 - added a comment
807
808 * mhist/MHCerPhotEvt.h:
809 - removed typo
810
811 * mimage/MHillasSrcCalc.cc:
812 - create a default source if now source is available
813
814
815
816 2003/06/03: Thomas Bretz
817
818 * macros/readcurrents.C:
819 - display currents in Log-Scale
820
821 * mgui/MCamDisplay.[h,cc]:
822 - introduced fMinimum
823 - introduced fMaximum
824 - introduced fData
825 - removed Set-functions
826 - introduced Update()
827 - introduced Log-Scale
828
829 * macros/readCT1.C:
830 - fixed a typo
831
832 * mbase/MTaskInteractive.[h,cc]:
833 - added
834
835 * mbase/Makefile, mbase/BaseLinkDef.h:
836 - added MTaskInteractive
837
838 * mhist/MHCurrents.[h,cc]:
839 - added (PRELIMINARY)
840
841 * mhist/Makefile, mhist/HistLinkDef.h:
842 - added MHCurrents
843
844 * mgui/MCamDisplay.[h,cc]:
845 - changed number of ItemsLegend to display the maximum, too
846
847 * macros/sumcurrents.C:
848 - added
849
850
851
852 2003/06/03: Wolfgang Wittek
853
854 * mfileio/MCT1ReadPreProc.[h,cc]
855 - reset blind pixels for each event
856 (because they may have been changed by the padding)
857
858 * macros/ONOFFCT1Analysis.C
859 - will be the macro for the CT1 analysis using ON and OFF data
860
861 * manalysis/MPadONOFF.[h,cc]
862 - new class
863 - class for the padding of ON/OFF data
864
865 * manalysis/MPadSchweizer.[h,cc]
866 - remove fBlinds->Clear() because the resetting of the
867 blind pixels is now done in MCT1ReadPreProc
868
869
870
871 2003/06/02: Thomas Bretz
872
873 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
874 - added MCurrents
875
876 * manalysis/MCerPhotEvt.[h,cc]:
877 - added MGeomCam argument to GetRatioMin/Max
878
879 * mfileio/FileIOLinkDef.h, mfileio/Makefile:
880 - added MReadCurrents
881
882 * mfileio/MReadCurrents.[h,cc]:
883 - added
884
885 * manalysis/MCurrents.[h,cc]:
886 - added
887
888 * mgui/MCamDisplay.[h,cc]:
889 - added current support
890
891 * mbase/MTime.h:
892 - preliminary changes to support currents
893
894 * mhist/MH.[h,cc]:
895 - added usescreenfactor to MakeDefCanvas
896
897
898
899 2003/05/30: Wolfgang Wittek
900
901 * macros/CT1Analysis.C
902 - current version of the CT1Analysis.C macro for the analysis of
903 CT1 data using ON and MC data
904
905
906
907 2003/05/27: Thomas Bretz
908
909 * mreflector/Makefile:
910 - removed obsolete includes
911
912 * mbase/MLogManip.h:
913 - for the moment removed dbg<< from dbginf again
914
915 * mimage/MHNewImagePar.cc:
916 - security check in fill
917
918 * mmain/MAnalysis.cc:
919 - fixed filling of MHNewImagePar
920
921
922
923 2003/05/26: Wolfgang Wittek
924
925 * mfileio/MCT1ReadPreProc.cc
926 - put back : if (event.spixsig_10thphot[i]==0)
927 continue;
928
929 * manalysis/MPadSchweizer.cc
930 - add pixels to MCerPhotEvt which are not yet in;
931 set their number of photons equal to zero
932
933
934
935 2003/05/26: Thomas Bretz
936
937 * mhist/MHCerPhotEvt.cc, mfileio/MCT1ReadAscii.cc:
938 - InitSize --> FixSize
939
940 * manalysis/MMcPedestalNSBAdd.cc:
941 - fixed a typo (* instead of /)
942
943
944
945 2003/05/23: Abelardo Moralejo
946
947 * mreflector/Makefile:
948 - added (was missing)
949
950
951
952 2003/05/23: Thomas Bretz
953
954 * Makefile:
955 - added mreflector
956
957 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc:
958 - use FixSize instead of InitSize
959
960 * manalysis/MCerPhotEvt.[h,cc]:
961 - replaced InitSize by FixSize (seems to be more logical)
962
963 * manalysis/MMcPedestalNSBAdd.cc:
964 - replaced GetR by GetPixRatio
965
966 * manalysis/MPedestalCam.cc:
967 - replaced GetEntries by GetEntriesFast
968
969 * mfileio/FileIOLinkDef.h, mfileio/Makefile:
970 - added MReadRflFile
971
972 * mgeom/MGeomCam.[h,cc], mgeom/MGeomPix.[h,cc],
973 mgeom/MGeomCamMagic.[h,cc]:
974 - replaced R by D
975
976 * mgui/MCamDisplay.[h,cc]:
977 - added TClonesArray to display reflector events
978 - added FillRflEvent
979 - added ShowRflEvent
980 - adapted Paint function
981
982 * mgui/MHexagon.[h,cc]:
983 - replaced GetR by GetD
984 - added DistanceToPrimitive (capital T)
985
986 * mgui/Makefile:
987 - added mreflector
988
989 * mfileio/MReadRflFile.[h,cc]:
990 - added
991
992 * mreflector, mreflector/Makefile, mreflector/ReflectorLinkDef.h,
993 mreflector/MRflEvtData.[h,cc], mreflector/MRflSinglePhoton.[h,cc]:
994 mreflector/MRflEvtHeader.[h,cc], mreflector/MRflRunHeader.[h,cc]:
995 - added
996
997 * macros/readRfl.C:
998 - added
999
1000
1001
1002 2003/05/22: Abelardo Moralejo
1003
1004 * mhist/MHMatrix.[h,cc]
1005 - add member function ShuffleRows() to randomize the order of the
1006 matrix rows. This is useful for instance for the random forest,
1007 (See RanForest.C) when we feed a hadron training sample with
1008 both protons and helium nuclei: if they are ordered (first all
1009 events of one type, then those of the other) the method does not
1010 seem to work well. Any other kind of ordering might be harmful
1011 as well (in theta, phi or whatever).
1012
1013
1014
1015 2003/05/22: Wolfgang Wittek
1016
1017 * mfileio/MCT1ReadPreProc.[h,cc]
1018 - add member function DiscreteTheta
1019 - discretize the Theta according to the binning in Theta
1020 (for data and MC)
1021 original Theta is stored in the container "ThetaOrig"
1022 the discretized Theta is stored in MMcEvt.fTelescopeTheta
1023
1024
1025
1026 2003/05/21: Thomas Bretz
1027
1028 * mfileio/MReadTree.cc:
1029 - changed text of a warning
1030 - removed obsolete comment
1031
1032 * mfileio/MWriteRootFile.[h,cc]:
1033 - changed Print function to support kIsNewTree flag
1034 - changed BIT(15) to BIT(16) because it is already used by TBranch
1035
1036
1037
1038 2003/05/21: Wolfgang Wittek
1039
1040 * mhist/MHBlindPixels.[h,cc]
1041 - change 1D histogram into 2D histogram (pixel Id vs. Theta)
1042 - add 2D histogram : no.of blind pixels vs. Theta
1043
1044 * mhist/MHSigmaTheta.cc
1045 - correct "BinningPix"
1046
1047 * manalysis/MPadSchweizer.[h,cc]
1048 - add simulation of blind pixels
1049
1050 * mhist/MHMatrix.cc
1051 - in DefRefMatrix : allow variable bin size for 'hth' and 'hthd'
1052
1053
1054
1055 2003/05/20: Oscar Blanch Bigas
1056
1057 * mgeom/MGeomCamECO1000HG.[h,cc]
1058 - new files for ECO1000 camera geometry with pixels
1059 of half angualr size.
1060
1061 * mgeom/Mkefile:
1062 - added MGeomCamECO1000HG.[h,cc] files
1063
1064 * mgeom/GeomLinkDef.h
1065 - added class MGeomCamECO1000HG
1066
1067
1068
1069 2003/05/20: Thomas Bretz
1070
1071 * mbase/MLog.h:
1072 - added Separator member function
1073
1074 * mfileio/MReadMarsFile.cc:
1075 - moved output in Notify to MReadTree::Notify
1076 - call MReadTree:Notify in Notify
1077
1078 * mfileio/MReadTree.[h,cc]:
1079 - do not try to delete a Baddress if it is NULL ("*")
1080 - added CheckBranchSize member function
1081 - added the size consistency check to Notify
1082
1083 * mfileio/MWriteRootFile.cc:
1084 - mini changes to Print-output
1085
1086 * mfilter/MF.[h,cc]:
1087 - added Print-function
1088
1089 * mraw/MRawEvtPixelIter.h:
1090 - removed wrong EOL characters
1091
1092 * macros/multidimdist2.C:
1093 - made variable names unique
1094
1095 * macros/star.C:
1096 - added sigmabar
1097
1098 * macros/status.C:
1099 - added sigmabar
1100 - added MHSigmaTheta
1101
1102 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
1103 - added MFiltercutsCalc
1104
1105 * manalysis/MFiltercutsCalc.[h,cc]:
1106 - added
1107
1108
1109 2003/05/19: Thomas Bretz
1110
1111 * mgui/MCamDisplay.cc:
1112 - removed an unused variable.
1113
1114 * Makefile.rules:
1115 - fixed Mr.Proper
1116
1117 * mbase/MEvtLoop.cc, mbase/MParList.cc, mbase/MTaskList.cc,
1118 mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc:
1119 - use new manipulator 'underline'
1120
1121 * mbase/MLog.cc:
1122 - added new underlining
1123 - added blue color for debugging
1124
1125 * mbase/MLogManip.[h,cc]:
1126 - added underline
1127 - added dbg and increased all other debug(n) levels by one
1128
1129 * mbase/MParContainer.h:
1130 - made fDisplay persistent (workaround for a obsolete warning in
1131 root 3.02/07)
1132
1133 * mfileio/MWriteRootFile.[h,cc]:
1134 - fixed a bug introduced when implementing UPDATE mode,
1135 kIsNewTree set for TTree
1136
1137
1138
1139 2003/05/16: Abelardo Moralejo
1140
1141 * mmontecarlo/MMcEnergyEst.[h,cc]
1142 - Added SetCoeff
1143
1144
1145
1146 2003/05/16: Thomas Bretz
1147
1148 * mfilter/MFEventSelector2.[h,cc]:
1149 - added
1150
1151 * mfilter/Makefile, mfilter/FilterLinkDef.h:
1152 - added MFEventSelector2
1153
1154 * mbase/MContinue.cc:
1155 - SetDisplay for filter
1156 - Set LogStream for filter
1157
1158 * mbase/MEvtLoop.cc:
1159 - don't use pointer to fTasklist in PostProcess if not initialized
1160 - do not execute Process if fTasklist is not initialized
1161
1162 * mbase/MTask.[h,cc]:
1163 - overwrite SetDisplay (set also display of attached filter
1164
1165 * mbase/MTaskList.cc:
1166 - minor changes
1167
1168 * mdata/MDataChain.[h,cc]:
1169 - implemented ParseDataMember to support constants
1170
1171 * mfileio/MCT1ReadPreProc.[h,cc]:
1172 - added fNumFile to support Rewind
1173 - added Rewind
1174
1175 * mfileio/MRead.[h,cc]:
1176 - new virtual function Rewind
1177
1178 * mfileio/MReadMarsFile.[h,cc]:
1179 - added Rewind
1180
1181 * mfileio/MReadTree.[h,cc]:
1182 - added Rewind
1183 - fixed a missing 'else' in AddFile
1184
1185 * mhist/MBinning.[h,cc]:
1186 - added SetEdges(TAxis&)
1187 - added SetEdges(TH1&, char)
1188
1189 * mhist/MFillH.[h,cc]:
1190 - added bit kDoNotDisplay
1191
1192 * mhist/MH.h:
1193 - added a comment
1194
1195 * mhist/MH3.[h,cc]:
1196 - implemented GetRule
1197 - implemented GetNbins
1198 - implemented FindFixBin
1199
1200 * mimage/MHHillasSrc.cc:
1201 - replaced gPad->cd(4) by savepad
1202
1203 * mmain/MStatusDisplay.[h,cc]:
1204 - fixed locked mode for loop-in-loop cases
1205
1206
1207
1208 2003/05/15: Wolfgang Wittek
1209
1210 * macros/CT1EgyEst.C
1211 - replace "energyest.root" by paramout
1212
1213
1214
1215 2003/05/14: Wolfgang Wittek
1216
1217 * macros/CT1env.rc
1218 - CT1env replaced by CT1env.rc
1219
1220 * mranforest/MRanForestCalc.cc
1221 - exchange arguments in
1222 FindCreateObj("MHadronness", fHadronnessName)
1223
1224
1225
1226 2003/05/13: Thomas Bretz
1227
1228 * mdata/MDataArray.[h,cc]:
1229 - addeed GetData and >>-operator to fill a TVector from the array
1230
1231 * manalysis/MMultiDimDistCalc.cc:
1232 - use new >>-operator from MDataArray
1233
1234 * mranforest/MRanForest.[h,cc]:
1235 - TVector& in CalcHadronness declared const
1236 - added a const qualifier to 'Float_t sum'
1237 - removed Reset() from a TIter declaration (done by the TIter
1238 constructor)
1239
1240 * mranforest/MRanForestCalc.cc:
1241 - fill TVector with new >>-operator of MDataArray
1242
1243 * mranforest/MRanTree.[h,cc]:
1244 - removed obsolete returns at the end of some functions
1245 - TVector& in TreeHad declared const
1246 - changed if to ?:-operator in TreeHad
1247 - TreeHad() calls TreeHad(const TVector &) now (code is not
1248 implemented twice)
1249
1250
1251
1252 2003/05/12: Abelardo Moralejo
1253
1254 * mhistmc/MHMcEnergyMigration.cc
1255 - Draw(): fixed axis label in one plot.
1256
1257
1258
1259 2003/05/12: Thomas Bretz
1260
1261 * mmain/MStatusDisplay.[h,cc]:
1262 - implemented UpdatePSHeader
1263
1264
1265
1266 2003/05/10: Thomas Bretz
1267
1268 * Makefile.rules:
1269 - implemented diff
1270
1271 * NEWS:
1272 - changed
1273
1274 * manalysis/MCT1SupercutsCalc.cc:
1275 - fixed variable names
1276
1277 * mbase/MParContainer.cc:
1278 - replaces IsA()->GetName() by ClassName()
1279
1280 * mbase/Makefile:
1281 - removed obsolete include paths
1282
1283 * mdata/MDataArray.[h,cc]:
1284 - new member function GetRule(int)
1285
1286 * mgui/MCamDisplay.[h,cc]:
1287 - implemented GetObjectInfo
1288
1289 * mhist/MH.[h,cc]:
1290 - implemented ProjectionX
1291 - implemented ProjectionY
1292 - implemented FindObjectInPad
1293
1294 * mhist/MHSigmaTheta.[h,cc]:
1295 - implemented Paint
1296
1297 * mmain/MStatusDisplay.[h,cc]:
1298 - implemented kFileCanvas
1299 - implemented kFileBrowser
1300
1301
1302
1303 2003/05/09: Abelardo Moralejo
1304
1305 * mhistmc/MHMcEnergyMigration.[h,cc]
1306 - Added histograms, changed Draw() to display them. Still
1307 provisional, many changes in the whole part of the energy
1308 estimator are needed.
1309
1310 * macros/CT1EEst.C, CT1EnergyEst.C
1311 - Removed
1312
1313 * macros/CT1EgyEst.C
1314 - Added example on how to use the energy estimation for CT1.
1315 Very provisional!
1316
1317
1318
1319 2003/05/09: Wolfgang Wittek
1320
1321 * manalysis/MCT1SupercutsCalc.cc
1322 - add SetReadyToSave()
1323
1324
1325
1326 2003/05/09: Thomas Bretz
1327
1328 * mbase/MLog.cc:
1329 - do not underline if eNoColors is set
1330 - fixed abug in Output() (last character missing when flushed)
1331 - same when flushing to the GUI
1332
1333 * mbase/MLogManip.cc:
1334 - removed an obsolete comment
1335
1336 * mfileio/MReadTree.cc:
1337 - print warning in case no files could be added to chain
1338
1339 * mfilter/MFDataChain.h:
1340 - fixed code layout
1341
1342 * mimage/MHHillasSrc.h:
1343 - added Paint
1344
1345 * mimage/MHillasCalc.[h,cc]:
1346 - changed default title
1347
1348 * Makefile:
1349 - added rule 'diff'
1350
1351 * mhist/MHMatrix.cc:
1352 - compressed some debug outputs
1353
1354 * manalysis/MSigmabar.[h,cc]:
1355 - deleted the fCalcPixNum variable (not used).
1356
1357 * macros/star.C, macros/starct1.C:
1358 - updated
1359
1360 * mhist/MBinning.cc:
1361 - fixed SetBinningCos
1362
1363 * mhist/MHSigmaTheta.[h,cc]:
1364 - in setting of binnings changes npix+1 to npix
1365 (SetEdges takes the number of _bins_ as argument)
1366 - fixed titles (LaTeX style)
1367 - added default binning (may have to be changed for Magic)
1368 - removed obsolete destructor
1369 - removed default canvas size of 900x900
1370 - temporarily removed SetLogy() for first pad. I'm searching
1371 for a solution to put it in again when using the status display
1372
1373
1374
1375 2003/05/08: Thomas Bretz
1376
1377 * Makefile.rules:
1378 - fixed the rmhtml bug
1379
1380 * macros/collarea.C:
1381 - changed to use MStatusDisplay
1382
1383 * manalysis/MCT1SupercutsCalc.cc:
1384 - fixed a typo
1385
1386 * mbase/MEvtLoop.[h,cc], mbase/MTaskList.[h,cc]:
1387 - added FindTask member functions
1388
1389 * mbase/MLog.cc:
1390 - do not crop logging to GUI to 1000 lines anymore
1391
1392 * mdata/MDataChain.cc:
1393 - use GetRule() in the constructor instead of Print()
1394
1395 * mdata/MDataElement.cc, mfilter/MFDataChain.cc:
1396 - do not return str+"something"
1397
1398 * mhist/MH.[h,cc]:
1399 - fixed a bug in DrawCopy(TH1*,TH1*)
1400 - overwrite Clone function and do not add TH1 to gDirectory
1401 when cloning MH classes
1402
1403 * mimage/MHHillas.cc, mimage/MHHillasSrc.cc:
1404 - adde a sanity check to Fill
1405
1406 * mimage/MHHillasSrc.cc:
1407 - do not set the log scale before we have entries in the histogram
1408
1409
1410
1411 2003/05/08: Abelardo Moralejo
1412
1413 * mimage/MImgCleanStd.cc
1414 - extended comment on standard cleaning. Removed an obsolete
1415 comment.
1416
1417 * mhistmc/MHMcCollectionAreaCalc.cc
1418 - Changed binning of histograms, so that the collection area
1419 can be calculated also between 5 and 10 GeV (for pulsar studies)
1420
1421
1422
1423 2003/05/07: Nadia Tonello
1424
1425 * manalysis/MCT1PointingCorrCalc.[h,cc]
1426 - deleted the fMcEvt variable (not used).
1427
1428
1429 2003/05/07: Thomas Bretz
1430
1431 * mmain/Makefile, mmain/MainLinkDef.h:
1432 - added MSearch
1433
1434 * mmain/MSearch.[h,cc]:
1435 - added
1436
1437 * mmmain/MStatusDisplay.[h,cc]:
1438 - implemented Search
1439
1440 * mhist/MHSigmaTheta.cc:
1441 - removed borders around the pads (Draw)
1442
1443 * mfileio/MCT1ReadPreProc.cc:
1444 - do not output the run number twice!
1445
1446 * mimage/MHillasExt.[h,cc]:
1447 - changed ClassDef to 2
1448 - updated comments
1449
1450 * mimage/MNewImagePar.cc:
1451 - updated comments
1452
1453
1454
1455 2003/05/07: Abelardo Moralejo
1456
1457 * mranforest/Makefile
1458 - fixed typo.
1459
1460
1461
1462 2003/05/06: Abelardo Moralejo
1463
1464 * mhistmc/MHMcCollectionArea.cc
1465 - Added: delete &pally
1466
1467 * mfilter/MFCT1SelFinal.cc
1468 - changed FindObject("MGeomCam") to
1469 FindCreateObj("MGeomCamCT1","MGeomCam")
1470
1471 * mhistmc/MHMcCollectionArea.cc
1472 - in procedure Calc(TH2D &hsel, TH2D &hall) : changed the
1473 calculation of maximum impact parameter. Now it looks for
1474 the non-empty bin of histogram "hall" with highest impact
1475 parameter. The code could not work as it was before, but this
1476 had influence only when running over camera files containing all
1477 events, including non-triggers (while we usually run over files
1478 containing only triggers).
1479
1480
1481
1482 2003/05/06: Thomas Bretz
1483
1484 * manalysis/MRan*, mhist/MHRan*:
1485 - moved to new directory mranforest
1486
1487 * mranforest, mranforest/Makefile, mranforest/RanForestLinkDef.h,
1488 mranforest/RanForestIncl.h:
1489 - added
1490
1491 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1492 - removed MRan*
1493
1494 * mhist/Makefile, mhist/HistLinkDef.h:
1495 - removed MHRan*
1496
1497 * Makefile:
1498 - mranforest added
1499
1500 * mbase/MLog.cc:
1501 - sanity check in MLog::Output (len>0)
1502
1503 * mimage/MImgCleanStd.cc:
1504 - adapted path to html images
1505
1506 * htmldoc/*:
1507 - moved to new path htmldoc/images
1508
1509 * Makefile.rules:
1510 - corrected rule rmhtmldoc
1511
1512 * NEWS:
1513 - updated
1514
1515 * macros/dohtml.C, macros/rootlogon.C:
1516 - added mranforest
1517
1518 * mbase/MEvtLoop.cc:
1519 - fixed a typo
1520
1521 * mhist/HistLinkDef.h
1522
1523
1524
1525 2003/05/05: Nadia Tonello
1526
1527 * mfilter/MFCT1SelStandard.cc
1528 - correct the default name of fImgParName
1529 ("MNewImgPar") => ("MNewImagePar")
1530
1531
1532
1533 2003/05/05: Thomas Bretz
1534
1535 * mbase/MEvtLoop.cc:
1536 - underline Instatiation Message
1537 - small change to a warning output
1538
1539 * mbase/MLog.[h,cc]:
1540 - added stuff for underlining
1541 - changed from TGListBox to TGViewText
1542
1543 * mmain/MStatusDisplay.[h,cc]:
1544 - changed fLogBox from TGListBox to TGViewText
1545 - added menu 'Log'
1546 - changed division of status line to 'Goldener Schnitt'
1547
1548 * mhist/MHHadronness.cc, mhist/MHCerPhotEvt.cc, mhist/MHStarMap.cc,
1549 mimage/MHHillas.cc:
1550 - fixed 'redifinion of default argument'
1551
1552 * mbase/Makefile, mfileio/Makefile:
1553 - moved first source file to second position to get rid of crashes
1554 of rootcint on our Alpha
1555
1556 * mimage/MNewImagePar.cc:
1557 - removed maxpixid (not used)
1558
1559 * manalysis/MRanTree.cc:
1560 - replaced ostream.h by iostream.h
1561
1562 * manalysis/MPadding.h:
1563 - added a missing const qualifier in the definition of 'Padding'
1564
1565 * mmontecarlo/MMcEnergyEst.cc:
1566 - added math.h
1567
1568 * Makefile, mbase/Makefile, mmain/Makefile:
1569 - changed order (linking on our Alpha failed)
1570
1571 * mbase/MLog.h:
1572 - don't include iostream.h if __CINT__ (crashes rootcint on our
1573 alpha)
1574
1575
1576
1577 2003/05/05: Wolfgang Wittek
1578
1579 * manalysis/MPadSChweizer.cc
1580 - delete histograms in destructor
1581
1582
1583
1584 2003/05/02: Thomas Bretz
1585
1586 * Makefile.conf.general, Makefile.conf.linux, Makefile.conf.linux-gnu,
1587 Makefile.conf.osf1, Makefile.conf.osf5.1:
1588 - added MARSDEFINES, MARSFLAGS, MARSLIBS
1589
1590 * mars.cc:
1591 - replaces HAVE_LOGO by HAVE_XPM
1592
1593 * NEWS:
1594 - updated
1595
1596 * mbase/MLogo.cc:
1597 - replaces marslogo_neu by marslogo
1598 - encapsulated in HAVE_XPM
1599
1600 * mbase/Makefile:
1601 - added MLogo.cc
1602
1603 * mmain/MGMenu.cc:
1604 - fixed the 'KeyAutoRepeat' bug
1605
1606 * manalysis/MCerPhotEvt.[h,cc:
1607 - added RemoveUnusedPixels
1608
1609 * manalysis/MSigmabar.cc:
1610 - small simplification for compiler optimization
1611
1612 * mbase/MEvtLoop.cc:
1613 - changed output to fDisplay
1614 - changed behaviour in case of a failed PostProcess
1615
1616 * mbase/MLog.[h,cc]:
1617 - added flushing and tab conversion to GUI
1618 - added color support
1619
1620 * mbase/MParList.cc:
1621 - replaced some *Iter by MIter
1622
1623 * mbase/MTask.cc, mbase/MTaskList.cc:
1624 - added output to fDisplay
1625 - replaced some *Iter by MIter
1626
1627 * mhist/MH.cc:
1628 - don't add clones to directory
1629
1630 * mimage/MImgCleanStd.[h,cc]:
1631 - replaced divisiond by multiplications
1632 - fixed StreamePrimitive
1633 - do not allow 0 rings
1634
1635 * mmain/MStatusDisplay.[h,cc]:
1636 - added writing gif
1637 - added writing C
1638 - changes SaveAs to non-const (added output to status lines)
1639 - replaced TGLabels by TGStatusBar
1640
1641
1642
1643 2003/04/30: Wolfgang Wittek
1644
1645 * manalysis/MPadSchweizer.[h,cc]
1646 - reorder histograms
1647
1648 * mhist/MHSigmaTheta.[h,cc]
1649 - remove last 3 plots (otherwise get segmentation violation ???)
1650
1651 * mimage/MHNewImagePar.[h,cc]
1652 - change range of leakage to be plotted
1653 (want to see also leakage=0)
1654
1655
1656
1657 2003/04/30: Nadia Tonello
1658
1659 * manalysis/MCerPhotPix.[h,cc]:
1660 - deleted Bool_t fIsUsed and substituted with
1661 the condition: fRing>0 in the functions
1662 Bool_t IsPixelUsed() const{return fRing>0;}
1663 void SetPixelUsed() { fRing = 1;}
1664 void SetPixelUnused(){ fRing = 0;}
1665
1666
1667
1668 2003/04/29: Wolfgang Wittek
1669
1670 * mhist/MHSigmaTheta.[h,cc]:
1671 - ClassDef( ,0) -> ClassDef( , 1)
1672 - minor corrections in Draw()
1673
1674
1675
1676 2003/04/29: Thomas Bretz
1677
1678 * mfilter/MFCT1SelBasic.[h,cc], mfilter/MFCT1SelFinal.[h,cc],
1679 mfilter/MFCT1SelStandard.[h,cc]:
1680 - reordered includes
1681 - removed MHillas from constructor (if present)
1682 - added corresponding Setter-methods
1683 - added many const qualifiers
1684 - removed some obsolete data members
1685 - made some member functions private
1686 - only store fMm2Deg, not the pointer to MGeomCam
1687 - don't use the CT1 camera build in... (to be discussed)
1688 - fixed MHillas, MHillasExt and MNewImagePar stuff
1689
1690 * mimage/MImgCleanStd.[h,cc]:
1691 - added Nadia to the list of authors
1692 - added pngs for the formulars
1693
1694 * htmldoc, htmldoc/MImgCleanStd-f1.png, htmldoc/MImgCleanStd-f2.png:
1695 - added
1696
1697 * manalysis/MCT1SupercutsCalc.[h,cc]:
1698 - changed the default "MHillasExt" to "MHillas"
1699
1700 * mbase/MEvtLoop.cc:
1701 - fixed a bug in ProcessGuiEvents
1702
1703 * mhist/MH*.[h,cc], mhistmc/MH*.[h,cc], mimage/MH*.[h,cc]:
1704 - changed "Double_t w" in Fill to "const Stat_t w"
1705 - added weight in some classes to TH::Fill
1706
1707 * mbase/MHtml.[h,cc]:
1708 - removed
1709
1710 * mfileio/MCT1ReadPreProc.cc:
1711 - removed the dependance on a MBinning in Theta.
1712
1713
1714
1715 2003/04/29: Abelardo Moralejo
1716
1717 * mmontecarlo/MMcCollectionareaCalc.[h,cc]
1718 - Now the energy limits and spectral slope used in Corsika are
1719 read from the run header. Warning: impact parameter is still
1720 fixed (I changed it from 400 m to 300 m, our present MC
1721 production default). Added warning message about this.
1722 Collection areas calculated up to now with the new MC library
1723 are overestimated by a ~77% ! This class will be removed in
1724 the future and replaced by MFillH.
1725
1726 * mhistmc/MHMcCollectionArea.[h,cc]
1727 - Adapted to the change of MMcCollectionAreaCalc. Added arguments
1728 to CalcEfficiency.
1729
1730
1731
1732 2003/04/28: Nadia Tonello
1733
1734 * mimage/MImgCleanStd.[h,cc]
1735 - added the option kDemocratic using sigmabar of the inner pixels
1736 - added the option to select the number of rings of pixels
1737 to analyze around the core pixels
1738 - added documentation
1739
1740 * manalysis/MCerPhotPix.[h,cc]
1741 - added fRing and Get-Set functions
1742
1743
1744
1745 2003/04/28: Oscar Blanch
1746
1747 * mgeom/MGeomCamECO1000.[h,cc]
1748 - New files for ECO 1000 camera geometry.
1749
1750 * mgeom/GeomLinkDef.h
1751 - Added class MGeomCamECO1000
1752
1753 * mgeom/Makefile
1754 - Added class MGeomCamECO1000
1755
1756
1757
1758 2003/04/28: Abelardo Moralejo
1759
1760 * mmontecarlo/MMcEnergyEst.[h,cc]
1761 - Lots of fixes after Thomas suggestions. Now cuts are not part
1762 of the class, but introduced via a new MFilter* member. Changed
1763 all Char_t* for TString. Changed own TMiniut pointer by gMinuit.
1764 Removed couts and used fLog instead. Function fcn is no longer
1765 declared external.
1766
1767
1768
1769 2003/04/28: Thomas Bretz
1770
1771 * NEWS:
1772 - updated
1773
1774 * manalysis/MBlindPixelCalc.cc:
1775 - use Are of pixles while interpolating
1776
1777 * mbase/MEvtLoop.cc:
1778 - output speed in Evts/s to fDisplay
1779
1780 * mbase/MGGroupFrame.h:
1781 - fixed a typo
1782
1783 * mbase/MTask.[h,cc]:
1784 - Added OverwritesProcess
1785
1786 * mbase/MTaskList.[h,cc]:
1787 - removed CheckClassForProcess
1788 - replaced by MTask::OverwritesProcess
1789
1790 * mhist/MFillH.cc:
1791 - only draw something if the class overwrites the Draw function
1792
1793 * mhist/MH.[h,cc]:
1794 - added OverwritesDraw
1795 - added a higher maximum, lower minimum to Draw(TH1, TH1)
1796 - changed default size
1797
1798 * mhist/MHMatrix.cc:
1799 - mini change
1800
1801 * mimage/MHHillas.[h,cc]:
1802 - removed fUsedPix
1803 - removed fCorePix
1804
1805 * mimage/MHHillasExt.[h,cc]:
1806 - removed fHConc
1807 - removed fHConc1
1808 - changed default name to MHillasExt
1809
1810 * mimage/MHNewImagePar.[h,cc]:
1811 - added fHistConc
1812 - added fHistConc1
1813 - added fHistUsedPix
1814 - added fHistCorePix
1815
1816 * mimage/MHillas.cc:
1817 - removed fNumCorePixels
1818 - removed fNumUsedPixels
1819 - made fCosDelta writable
1820 - made fSinDelta writable
1821 - made GetSinDelta() public
1822 - made GetCosDelta() public
1823
1824 * mimage/MHillasExt.[h,cc]:
1825 - removed fConc
1826 - removed fConc1
1827 - changed default name to MHillasExt
1828 - derives from MParContainer now instead of MHillas
1829
1830 * mimage/MNewImagePar.[h,cc]:
1831 - added fNumCorePixels
1832 - added fNumUsedPixels
1833 - added fConc
1834 - added fConc1
1835
1836 * mimage/MNewImageParCalc.[h,cc]:
1837 - removed
1838
1839 * mimage/MHillasCalc.[h,cc]:
1840 - changed so, that it can calc MHillas, MHillasExt and MNewImagePar
1841
1842 * mimage/MHillasSrc.cc:
1843 - sqrt(tand*tand+1) replaced by 1/CosDelta
1844
1845 * mmain/MStatusDisplay.[h,cc]:
1846 - added second argument to SetLogStream
1847
1848 * mhist/MHAlphaEnergyTheta.[h,cc], mhist/MHAlphaEnergyTime.[h,cc],
1849 mhist/MHCerPhotEvt.[h,cc], mhist/MHEffOnTime.[h,cc],
1850 mhist/MHEffOnTimeTheta.[h,cc], mhist/MHEffOnTimeTime.[h,cc],
1851 mhist/MHEnergyTheta.[h,cc], mhist/MHEnergyTime.[h,cc],
1852 mhist/MHFlux.[h,cc], mhist/MHMatrix.[h,cc],
1853 mhist/MHSigmaTheta.[h,cc], mhistmc/MHMcCollectionArea.[h,cc],
1854 mhistmc/MHMcDifRate.[h,cc], mhistmc/MHMcEfficiency.[h,cc],
1855 mhistmc/MHMcEfficiencyEnergy.[h,cc], mhistmc/MHMcEfficiencyImpact.[h,cc],
1856 mhistmc/MHMcEnergy.[h,cc], mhistmc/MHMcEnergyImpact.[h,cc],
1857 mhistmc/MHMcEnergyMigration.[h,cc], mhistmc/MHMcRate.[h,cc]:
1858 - removed DrawClone
1859 - fixed Draw
1860
1861 * macros/MagicHillas.C, macros/star.C:
1862 - removed MHillasExt (not necessary anymore)
1863 - added MNewImagePar
1864
1865 * macros/readCT1.C, macros/readMagic.C, meventdisp/MGCamDisplay.cc,
1866 mmain/MAnalysis.cc:
1867 - added MHillasExt to be displayed
1868 - added MNewImagePar to be displayed
1869
1870 * manalysis/MCT1SupercutsCalc.[h,cc]:
1871 - removed empty destructor
1872 - fixed output in PreProcess
1873 - changed MHillasExt to MHillas
1874
1875
1876
1877
1878
1879 2003/04/28: Wolfgang Wittek
1880
1881 * manalysis/MPadSchweizer.[h,cc]
1882 - extend documentation
1883 - remove histograms which are also made by MHSigmaTheta
1884 - minor modifications
1885
1886
1887
1888 2003/04/25: Thomas Bretz
1889
1890 * mfilter/MFEnergySlope.cc:
1891 - removed obsolete PostProcess
1892
1893 * mdatacheck/MGDisplayAdc.cc:
1894 - fixed a bug which caused nothing to beeing displayed if only
1895 the Hi gains where existing (Exists->HasHi)
1896
1897 * mhist/MH.cc:
1898 - small change to GetNewPad
1899
1900 * mhistmc/MHMcEnergyMigration.h:
1901 - fixed the includes
1902
1903 * mgui/MCamDisplay.cc:
1904 - changed autoscaling (max<1:max=1 --> max==min:max=min+1)
1905
1906 * manalysis/MBlindPixelCalc.cc:
1907 - interpolate: take pixel area into account
1908
1909 * mhist/MHSigmaTheta.h:
1910 - removed nonsense GetSigmaThetaByName(const TString name)
1911 - removed nonsense GetSigmaPixThetaByName(const TString name)
1912 - removed nonsense GetDiffPixThetaByName(const TString name)
1913
1914 * manalysis/MPadSchweizer.cc:
1915 - fixed naming
1916 - fixed usage of operators
1917 - added some const qualifiers
1918 - replaced 'int OK' by 'Bool_t ok'
1919 - fixed wrong usage floating point value 0
1920
1921 * mimage/MImgCleanStd.cc:
1922 - moved ratio to the other side of the condition (don't divide
1923 if it is not necessary)
1924
1925
1926
1927 2003/04/24: Abelardo Moralejo
1928
1929 * macros/rootlogon.C
1930 - added gInterpreter->AddIncludePath(dir+"mhistmc");
1931
1932
1933
1934 2003/04/24: Thomas Bretz
1935
1936 * macros/rootlogon.C:
1937 - added mimage
1938
1939 * macros/dohtml.C:
1940 - added mhistmc
1941 - added mimage
1942 - added status.C
1943
1944 * mfilter/MFCT1Supercuts.[h,cc]:
1945 - removed
1946
1947 * manalysis/MPadSchweizer.[h,cc]:
1948 - renamed arguments of SetHistograms to Mars style
1949 - removed default argument for SetHistograms (usage would result
1950 in a crash)
1951 - removed empty destructor
1952
1953 * mhistmc/MHMcTriggerLvl2.h:
1954 - removed the wrong f in GetHistf
1955
1956 * manalysis/MSigmabarParam.h:
1957 - added const qualifiers to getters
1958
1959 * mfileio/MWriteRootFile.[h,cc]:
1960 - fixed support for UPDATE
1961
1962 * mfilter/MFEnergySlope.cc:
1963 - cleaned
1964 - removed empty PostProcess
1965
1966 * mhist/MHCerPhotEvt.cc:
1967 - removed ratio from Fill
1968
1969 * mhist/MH.h:
1970 - fixed a bug in the overloading of DrawClone
1971
1972 * mimage/MHillasSrc.[h,cc], mimage/MHHillasSrc.[h,cc]:
1973 - like suggested by Wolfgang: removed Head-Tail
1974
1975 * mbase/MEvtLoop.cc:
1976 - fixed a bug in the progress bar update at the end of the loop
1977
1978
1979
1980 2003/04/24: Wolfgang Wittek
1981
1982 * mfilter/MFCT1SelFinal.cc
1983 - small correction in output
1984
1985 * mhistmc/MHMcCT1CollectionArea.cc
1986 - plot all 3 histograms in DrawClone()
1987
1988 * manalysis/MPadSchweizer.[h,cc]
1989 - cleanup as proposed by Thomas
1990 - new member function SetHistograms() to set the pointers to the
1991 histograms to be used in the padding
1992
1993
1994
1995 2003/04/24: Antonio Stamerra
1996
1997 * mhistmc/MHMcTriggerLvl2.[h,cc]
1998 - renamed some variable (hf->fHist)
1999 - added fHist*Norm and fFNorm in the destructor
2000
2001 * manalysis/MMcTriggerLvl2.[h,cc]
2002 - added CalcCompactPixel() public method
2003 - implemented CalcPseudoSize method (still under construction...)
2004 - added inline method SetNewCamera(), used in the costructor
2005 - renamed global variables pixels_in_cell->gsPixelsInCell
2006 and pixels_in_lut->gsPixelsInLut
2007 - added destructor
2008
2009
2010
2011 2003/04/23: Thomas Bretz
2012
2013 * mhist/MHCerPhotEvt.[h,cc]:
2014 - updated dox
2015
2016 * manalysis/MCT1SupercutsCalc.h, manalysis/MPadSchweizer.h:
2017 - ClassDef -> 0
2018
2019 * NEWS:
2020 - updated
2021
2022 * mfileio/MWriteRootFile.[hcc]:
2023 - fixed the missing function of UPDATE files
2024
2025 * mhist/MFillH.[h,cc]:
2026 - implemented fWeight
2027 - adapted StreamPrimitive
2028 - changed fCanvas to //!
2029 - changed class version umber from 1 to 2
2030
2031 * mhist/MH.[h,cc], mhist/MHAlphaEnergyTheta.[h,cc],
2032 mhist/MHAlphaEnergyTime.[h,cc], mhist/MHArray.[h,cc],
2033 mhist/MHBlindPixels.[h,cc], mhist/MHCompProb.[h,cc],
2034 mhist/MHEffOnTime.[h,cc], mhist/MHEffOnTimeTheta.[h,cc],
2035 mhist/MHEffOnTimeTime.[h,cc], mhist/MHEnergyTheta.[h,cc],
2036 mhist/MHFadcCam.[h,cc], mhist/MHFlux.[h,cc],
2037 mhist/MHGamma.[h,cc], mhist/MHHadronness.[h,cc],
2038 mhist/MHMatrix.[h,cc], mhist/MHRanForest.[h,cc],
2039 mhist/MHRanForestGini.[h,cc], mhist/MHSigmaPixel.[h,cc],
2040 mhist/MHSigmaTheta.[h,cc], mhist/MHSigmabarTheta.[h,cc],
2041 mhist/MHStarMap.[h,cc], mhist/MHThetabarTheta.[h,cc],
2042 mhist/MHThetabarTime.[h,cc], mhist/MHTimeDiffTheta.[h,cc],
2043 mhist/MHTimeDiffTime.[h,cc], mhistmc/MHMcCT1CollectionArea.[h,cc],
2044 mhistmc/MHMcEnergyImpact.[h,cc], mhistmc/MHMcEnergyMigration.[h,cc]
2045 mhistmc/MHMcTriggerLvl2.[h,cc], mimage/MHHillas.[h,cc],
2046 mimage/MHHillasExt.[h,cc], mimage/MHHillasSrc.[h,cc],
2047 mimage/MHNewImagePar.[h,cc]:
2048 - added second (weight) argument to Fill
2049 - in some headers: removed obvious virtual
2050 - removed some dummy Fill function (not necessary anymore)
2051
2052
2053
2054 2003/04/23: Abelardo Moralejo
2055
2056 * mhistmc/MHMcCT1CollectionArea.[h,cc]
2057 - Now the class inherits from MH instead of directly from
2058 MParContainer. Implemented SetupFill, so that the binning
2059 definitions are read from the parlist.
2060
2061 * mmontecarlo/MMcCT1CollectionAreaCalc.[h,cc]
2062 - Removed. This class was superfluous, since the same job
2063 can be done using MFillH.
2064
2065 * mmontecarlo/Makefile, MontecarloLinkDef.h
2066 - removed class MMcCT1CollectionAreaCalc.
2067
2068 * macros/CT1collarea.C
2069 - adapted to changes above.
2070
2071 * mmc/MMcRunHeader.[hxx,cxx], mmc/MMCEvt.[hxx,cxx]
2072 - added comment in class description about the definition of
2073 the azimuth angle phi in the MC classes.
2074
2075
2076 2003/04/23: Antonio Stamerra
2077
2078 * mfilter/MFEnergySlope.[h,cc]
2079 - added new filter class to select events according to a given
2080 energy slope
2081
2082 * mfilter/Makefile, mfilter/FilterLinkDef.h
2083 - modified accordingly (added MFEnergySlope)
2084
2085 * manalysis/MMcTriggerLvl2Calc.cc
2086 - removed call to the MHMcTriggerLvl2->Fill() in Process()
2087
2088 * macros/triglvl2.C
2089 - added example of the MFEnergySlope filter
2090 - added filling of histos from MHMcTriggerLvl2
2091
2092
2093 2003/04/22: Abelardo Moralejo
2094
2095 * mmontecarlo/Makefile, MontecarloLinkDef.h
2096 - added MMcEnergyEst
2097 - added necessary include directories.
2098
2099 * mmontecarlo/MMcEnergyEst.cc
2100 - added filterhadrons.SetHadronnessName(fHadronnessName) to
2101 inform the filter about the name of the hadronness container
2102 to be used in the cuts.
2103
2104 * mfilter/MFCT1SelFinal.[h,cc]
2105 - added the possibility to cut also in Dist.
2106
2107
2108
2109 2003/04/22: Thomas Bretz
2110
2111 * mhist/MHHadronness.[h,cc]:
2112 - changed to support MStatusDisplay
2113
2114 * manalysis/MApplyPadding.[h,cc]:
2115 - removed
2116
2117 * mhist/MHMcCT1CollectionArea.[h,cc],
2118 mhist/MHMcCollectionArea.[h,cc], mhist/MHMcDifRate.[h,cc],
2119 mhist/MHMcEfficiency.[h,cc], mhist/MHMcEfficiencyEnergy.[h,cc],
2120 mhist/MHMcEnergy.[h,cc], mhist/MHMcEnergyImpact.[h,cc],
2121 mhist/MHMcEnergyMigration.[h,cc], mhist/MHMcIntRate.[h,cc],
2122 mhist/MHMcRate.[h,cc], mhist/MHMcTriggerLvl2.[h,cc]:
2123 - moved to new directory mhistmc
2124
2125 * mhistmc, mhistmc/Makefile, mhistmc/HistMcLinkDef.h:
2126 - new
2127
2128 * mhist/Makefile, mhist/HistLinkDef.h:
2129 - removed MHMc*
2130
2131 * mhistmc/MHMcCollectionArea.[h,cc]:
2132 - changed to fit requirements of MStatusDisplay
2133
2134 * Makefile:
2135 - added mhistmc
2136
2137 * mmain/MStatusDisplay.cc:
2138 - SetNoContextMenu(Bool_t flag) removed default argument
2139
2140 * mmain/Makefile:
2141 - added -I../mhistmc
2142
2143 * mhist/MWeight.[h,cc]:
2144 - added
2145
2146 * mhist/HistLinkDef.h:
2147 - added MWeight
2148
2149 * mhist/MH.h:
2150 - removed some debugging stuff
2151
2152
2153
2154 2003/04/22: Abelardo Moralejo
2155
2156 * mmontecarlo/MMcEnergyMigration.[h,cc]
2157 - Removed. It was not necessary, since the same job can be done
2158 with the already existing task MFillH.
2159
2160 * mhist/MHMcEnergyMigration.h
2161 - Changed ClassDef(MHMcEnergyMigration, 0)
2162 to ClassDef(MHMcEnergyMigration, 1) to allow writing the
2163 histograms to disk.
2164
2165
2166
2167 2003/04/21: Thomas Bretz
2168
2169 * manalysis/MBlindPixels.h:
2170 - IsBlind -> const
2171
2172 * mhist/HistLinkDef.h, mhist/Makefile:
2173 - added MHBlindPixels
2174
2175 * mhist/MH.[h,cc]:
2176 - changed the two DrawClone functions to one.
2177
2178 * mhist/MHHadronness.[h,cc]:
2179 - changed to fit the requirements of MStatusDisplay
2180
2181 * mhist/MHMatrix.cc:
2182 - SetDirectory(NULL) for all histograms created
2183
2184 * mhist/MHSigmaTheta.cc:
2185 - removed fNpix (is already in MHHillas)
2186 - removed fBlindId (--> MHBlindPixels)
2187
2188 * mhist/MHBlindPixels.[h,cc]:
2189 - new
2190
2191 * macros/plot.C:
2192 - Added MStatusDisplay support
2193
2194 * macros/status.C:
2195 - added MHNewImagePar
2196 - added MHHadronness
2197
2198 * manalysis/MBlindPixelCalc.cc:
2199 - updated class reference
2200
2201 * meventdisp/MGCamDisplay.[h,cc]:
2202 - fixed
2203
2204 * meventdisp/MGEvtDisplay.cc:
2205 - changed function adding the tab
2206
2207 * mgui/MCamDisplay.cc, mhist/MHCerPhotEvt.cc:
2208 - as a preliminary solution removed inner pad
2209
2210 * mhist/MFillH.cc:
2211 - make sure canvas is updated correctly in PostProcess
2212
2213 * mhist/MH.cc:
2214 - changed DrawCopy(TH1, TH1) and Draw(TH1, TH1) to fit the new needs
2215 display the range correctly and exchanged the two stat boxes
2216
2217 * mhist/MH3.cc:
2218 - fixed a bug in the default constructor
2219 - removed DrawClone
2220 - updated Draw function
2221
2222 * mhist/MHMcIntRate.[h,cc], mhist/MHRanForest.[h,cc],
2223 mhist/MHRanForestGini.[h,cc], mhist/MHSigmaPixel.[h,cc],
2224 mhist/MHSigmaTheta.[h,cc], mhist/MHSigmabarTheta.[h,cc],
2225 mhist/MHThetabarTheta.[h,cc], mhist/MHThetabarTime.[h,cc],
2226 mhist/MHTimeDiffTheta.[h,cc], mhist/MHTimeDiffTime.[h,cc],
2227 mimage/MHNewImagePar.[h,cc]:
2228 - removed old DrawClone
2229 - updated Draw function
2230 - replaced some titles by latex titles in some classes
2231
2232 * mimage/MHNewImagePar.[h,cc], mimage/MNewImagePar.[h,cc]:
2233 - removed scaling stuff
2234
2235 * mmain/MStatusDisplay.cc:
2236 - fixed some minor bugs
2237
2238
2239
2240 2003/04/20: Thomas Bretz
2241
2242 * Makefile:
2243 - exchanged mbase and mmain
2244
2245 * Makefile.conf.general:
2246 - added MARSVER
2247
2248 * mars.cc:
2249 - use MARSVER
2250
2251 * macros/readMagic.C:
2252 - updated to work with the new MH-stuff
2253
2254 * macros/status.C:
2255 - added
2256
2257 * manalysis/MBlindPixelCalc.cc, manalysis/MCerPhotCalc.cc,
2258 manalysis/MMcPedestalCopy.ccm, manalysis/MMcPedestalNSBAdd.cc,
2259 mfileio/MReadMarsFile.cc, mimage/MHillasCalc.cc,
2260 mimage/MImgCleanStd.cc:
2261 - changed def. title
2262
2263 * manalysis/MCT1PointingCorrCalc.h:
2264 - minor change
2265
2266 * manalysis/MCerPhotEvt.[h,cc]:
2267 - don't use unused pixels for calculation of min/max
2268 - added Scale member function
2269
2270 * manalysis/MCerPhotPix.h:
2271 - added Scale inline function
2272
2273 * mbase/MEvtLoop.[h,cc], mbase/MParContainer.[h,cc],
2274 mbase/MParList.[h,cc], mbase/MTaskList.[h,cc],
2275 mfileio/MReadMarsFile.cc, mhist/MFillH.[h,cc]:
2276 - implemented use of fDisplay
2277
2278 * mbase/MParContainer.h:
2279 - Don't display name and class name if it is the same (GetDescriptor)
2280
2281 * meventdisp/MGCamDisplay.[h,cc]:
2282 - made working with new MH-stuff
2283
2284 * mfileio/Makefile:
2285 - added -I../mmain
2286
2287 * mgeom/MGeomCam.[h,cc]:
2288 - added Clone function
2289
2290 * mgeom/MGeomCamCT1.cc, mgeom/MGeomCamMagic.cc:
2291 - commented out informal output at constructor
2292
2293 * mgui/MCamDisplay.[h,cc], mhist/MHStarMap.[h,cc],
2294 mimage/MHH*.[h,cc]:
2295 - changed to be more root oriented
2296
2297 * mgui/MHexagon.cc:
2298 - small changes
2299
2300 * mgui/Makefile:
2301 - added mhist
2302
2303 * mhist/MH.[h,cc]:
2304 - changed to be more root oriented
2305 - removed border
2306 - added DrawClone
2307 - GetNewPad
2308
2309 * mhist/MH3.cc:
2310 - removed some strange debug output
2311
2312 * mhist/MHCerPhotEvt.[h,cc]:
2313 - fixed some bug
2314 - made working with fDisplay
2315
2316 * mhist/Makefile:
2317 - added mmain
2318
2319 * mmain/MProgressBar.cc:
2320 - fixed a typo
2321
2322 * mmain/MStatusDisplay.[h,cc]:
2323 - new implementation
2324
2325 * mmain/MainLinkDef.h, mmain/Makefile:
2326 - added MStatusDisplay
2327 - added MGMenu
2328
2329 * mmain/MGMenu.[h,cc]:
2330 - added
2331
2332
2333
2334 2003/04/19: Abelardo Moralejo
2335
2336 * mmontecarlo/MMcEnergyEst.[h,cc]
2337 - Added. Contains routine for optimization of parameters of
2338 energy estimator.
2339
2340 * mmontecarlo/MMcEnergyMigration.[h,cc]
2341 - Added. Task to fill the energy migration matrix histograms
2342 contained in class MHMcEnergyMigration.
2343
2344
2345
2346 2003/04/17: Wolfgang Wittek
2347
2348 * mhist/MBinning.[h,cc]
2349 - replace for (int i=1; i<fEdges.GetSize()-1; i++)
2350 by for (int i=1; i<fEdges.GetSize(); i++)
2351
2352
2353
2354 2003/04/17: Wolfgang Wittek
2355
2356 * mfileio/MCT1ReadPreProc.cc
2357 - removed : if (theta > pi/2) continue;
2358 otherwise get inconsistency between no.of read events
2359 and no.of events after filter
2360 - write into MCerPhotEvt also pixels with zero no. of photons
2361
2362 * manalysis/MSigmabar.cc
2363 - correct wrong argument in call to memset
2364
2365 * manalysis/MPadSchweizer.cc
2366 - pad also pixels with zero no.of photons
2367
2368 * mhist/MHSigmaTheta.[h,cc]
2369 - add plot of no.of used pixels in MCerPhotEvt
2370 - add plot of Id of blind pixel
2371
2372
2373
2374 2003/04/14: Wolfgang Wittek
2375
2376 * manalysis/Makefile
2377 AnalysisLinkDef.h
2378 - MNewImagePar and MNewImageParCalc removed
2379
2380
2381
2382
2383 2003/04/12: Thomas Bretz
2384
2385 * mmain/MStatusDisplay.[h,cc]:
2386 - added
2387
2388 * manalysis/MPadding.[h,cc]:
2389 - simplified includes
2390 - changed some code (discussed with Robert)
2391 - fixed comments in header
2392 - changed ClassDef to 0
2393 - changed output to Mars style
2394 - fixed the memory leak of fHSigmabarMax
2395 - replaced TRandom by gRandom
2396 - removed usage of ->operator
2397
2398 * manalysis/MApplyPadding.[h,cc]:
2399 - replaced fRnd by gRandom
2400 - used MH::SetBinning
2401 - use telescope theta instead of theta
2402 - removed usage of ->operator
2403 - removed PostProcess
2404
2405 * manalysis/MPadSchweizer.cc:
2406 - fixed outputs in PreProcess
2407
2408 * manalysis/MSigmabar.[h,cc]:
2409 - added Reset member function
2410 - usage of memset
2411 - don't skip NumPhotons==0
2412 - changes discussed with Robert
2413 - small simplifications in loops
2414 - some fixes to the output
2415
2416 * manalysis/MSigmabarCalc.[h,cc]:
2417 - fixed outputs
2418 - some small simplifications
2419 - moved test for theta<120deg to MCT1ReadPreProc
2420
2421 * mfileio/MCT1ReadPreProc.[h,cc]:
2422 - skip events with theta>90deg
2423
2424 * mhist/MHSigmaPixel.[h,cc]:
2425 - fixes to the screen output
2426 - simplified usage of MBinning
2427
2428 * mhist/MHSigmaTheta.[h,cc]:
2429 - fixes to the screen output
2430 - simplified usage of MBinning
2431 - lower cased upper case local variables
2432 - removed DrawClone from Finalize (call from macro or executable)
2433
2434 * mhist/MHSigmabarTheta.[h,cc]:
2435 - fixes to the screen output
2436
2437 * mhist/MHStarMap.cc:
2438 - added some const qualifiers
2439
2440 * mhist/MHHadronnes.cc:
2441 - removed output of function name in Finalize because this
2442 information is already available on the screen.
2443
2444 * manalysis/MCT1PointingCorrCalc.h:
2445 - changed ClassDef to 0
2446 - removed empty PostProcess
2447 - fixes to the screen output in PreProcess
2448 - changed the order of the arguments in the constructor
2449 (name, title to the end)
2450
2451 * manalysis/MMultiDimDistCalc.cc:
2452 - added two const qualifiers
2453
2454 * mtemp/MObservatory.cc:
2455 - changed Magic1 coordinates to CT1 GPS.
2456
2457
2458
2459 2003/04/12: Wolfgang Wittek
2460
2461 * manalysis/MCT1PointingCorrCalc.[h,cc]
2462 - replaces MPointingCorr.[h,cc]
2463
2464 * manalysis/AnalysisLinkDef.h
2465 Makefile
2466
2467 * mbase/MFilter.h
2468 - set ClassDef(MFilter,1)
2469
2470 * mhist/MHHadronness.[h,cc]
2471 - improve warning printout
2472
2473 * mhist/MHMatrix.[h,cc]
2474 - type of 3rd argument of member function Fill
2475 changed from 'MF' to 'MFilter'
2476
2477
2478
2479 2003/04/11: Thomas Bretz
2480
2481 * macros/readMagic.C:
2482 - replaced GetEventNum by GetNumEntry
2483
2484 * manalysis/MCT1SupercutsCalc.cc:
2485 - fixed constructor (no default for fHadronnessName)
2486 - missing fHadronness->SetReadyToSave added
2487
2488 * manalysis/MMultiDimDistCalc.cc:
2489 - missing fHadronness->SetReadyToSave added
2490
2491 * manalysis/MParameters.cc:
2492 - changed title
2493
2494 * mfilter/MFCT1SelFinal.h:
2495 - set ClassDef to 0
2496
2497 * mimage/Makefile:
2498 - fixed a typo
2499
2500 * mraw/MRawEvtData.cc:
2501 - fixed Pixel assignment (i->ipos, fPosInArray++)
2502
2503
2504
2505 2003/04/10: Thomas Bretz
2506
2507 * mbase/MContinue.[h,cc]:
2508 - changed, so that also a filter given as a pointer is added to
2509 the tasklist automatically
2510 - added SetInverted
2511 - added IsInverted
2512
2513 * mbase/MTaskList.[h,cc]:
2514 - added RemoveFromList-function
2515
2516 * merpp.cc:
2517 - fixed typo
2518
2519 * mbase/MFilter.[h,cc]:
2520 - removed unnecessary base functions for Pre//PostProcess
2521 - added SetInverted
2522 - added IsInverted
2523
2524 * mbase/MTask.cc, mfileio/MCT1ReadPreProc.cc, mfileio/MReadTree.cc,
2525 mfilter/MF.cc, mfilter/MFilterList.cc
2526 - implemented IsConditionalTrue to support inverted filters
2527
2528 * mhist/MHHadronness.cc:
2529 - removed unnecessary check
2530
2531 * meventdisp/MGFadcDisp.cc:
2532 - remove all IDs in listbox
2533 - add entries sorted
2534
2535 * manalysis/MImgCleanStd.[h,cc], manalysis/MCameraSmooth.[h,cc],
2536 manalysis/MHillas.[h,cc], manalysis/MHillasSrc.[h,cc],
2537 manalysis/MHillasSrc.[h,cc], manalysis/MHillasCalc.[h,cc],
2538 manalysis/MNewImagePar.[h,cc], manalysis/MNewImageParCalc.[h,cc],
2539 mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc],
2540 mhist/MHHillasExt.[h,cc], mhist/MHNewImagePar.[h,cc]:
2541 - moved to new directory mimage
2542
2543 * mimage/Makefile, mimage/ImageLinkDef.h, mimage/ImageIncl.h:
2544 - new
2545
2546 * Makefile:
2547 - added mimage
2548
2549 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
2550 mhist/HistLinkDef.h, mhist/Makefile:
2551 - removed moved files
2552
2553 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
2554 mhist/Makefile, mhist/AnalysisLinkDef.h, mmain/Makefile,
2555 mfilter/Makefile, meventdisp/Makefile, mgui/Makefile:
2556 - adapted
2557
2558
2559
2560 2003/04/09: Thomas Bretz
2561
2562 * manalysis/MCT1SupercutsCalc.[h,cc]:
2563 - moved last changes from MFCT1Supercuts to MCT1SupercutsCalc
2564
2565 * mhist/MHMcTriggerLvl2.[h,cc]:
2566 - fixed a warning
2567 - removed global variables
2568
2569
2570
2571 2003/04/09: Abelardo Moralejo
2572
2573 * manalysis/MHillasSrc.cc
2574 - changed comment about meaning of fCosDeltaAlpha
2575
2576
2577
2578 2003/04/08: Thomas Hengstebeck
2579
2580 * mhist/MHRanForest.cc, mhist/MHRanForestGini.cc
2581 - removed gStyle->SetOptStat(10), gStyle settings should be
2582 done by the user himself
2583
2584
2585
2586 2003/04/08: Abelardo Moralejo
2587
2588 * manalysis/MImgCleanStd.cc
2589 - Fixed "democratic" cleaning: now tail cut is proportional
2590 to pixel area instead of pixel radius as (erroneously) was
2591 before.
2592
2593 * NEWS
2594 - Changed comment on image cleaning.
2595
2596
2597
2598 2003/04/08: Thomas Bretz
2599
2600 * mhist/MHHadronness.cc:
2601 - no check for sump==0 and sumg==0 in loop necessary anymore
2602
2603 * Changelog, Changelog.02:
2604 - moved everything before 1/2003 to Changelog.02
2605
2606
2607
2608 2003/04/08: Wolfgang Wittek
2609
2610 * mfilter/MFCT1SelFinal.[h,cc]
2611 - add new member function SetHadronnessName()
2612
2613 * mhist/MHHadronness.[h,cc]
2614 - reset to SetOptStat(111100)
2615 - correct acceptance
2616
2617 * manalysis/MMultiDimDistCalc.[h,cc]
2618 - swap arguments in FindCreateObj
2619
2620
2621
2622 2003/04/08: Nicola Galante and Antonio Stamerra
2623
2624 * mhist/MHMcTriggerLvl2.[h,cc]
2625 - New class added (histograms for the MMcTriggerLvl2 class)
2626
2627 * mhist/Makefile
2628 - Added MHMcTrigggerLvl2 in SRCFILES
2629
2630 * manalysis/Makefile
2631 - Reintroduced MMcTriggerLvl2 and MMcTriggerLvl2Calc
2632 (they were removed!!)
2633
2634 * manalysis/MMcTriggerLvl2.h
2635 - 'const' added in inline functions Get****
2636
2637 * manalysis/MMcTriggerLvl2Calc.cc
2638 - added call to Fill method of MHMcTriggerLvl2
2639
2640 * macros/triglvl2.C
2641 - updated to have histograms with MHMcTriggerLvl2
2642
2643 * macros/dohtml.C
2644 - added triglvl2.C
2645
2646 * NEWS
2647 - new comment on L2T selection classes
2648
2649 2003/04/08: Wolfgang Wittek
2650
2651 * mfilter/Makefile
2652 FilterLinkDef.h
2653 - MFCT1Supercuts removed
2654
2655 * manalysis/MMultiDimDistCalc.h
2656 - set ClassDef(MMultiDimDistCalc,1)
2657
2658 * manalysis/MCT1SupercutsCalc.[h,cc]
2659 - new; replaces MFCT1Supercuts in mfilter
2660
2661 * manalysis/Makefile
2662 AnalysisLinkDef.h
2663
2664
2665
2666 2003/04/07: Thomas Bretz
2667
2668 * Makefile:
2669 - changed order
2670
2671 * manalysis/MMultiDimDistCalc.[h,cc]:
2672 - fixed default title
2673 - simplified code
2674 - added fHadronnessName
2675
2676 * manalysis/MRanForestCalc.[h,cc]:
2677 - added fHadronnessName
2678
2679 * mbase/MAGIC.h:
2680 - fixed a bug with rootcint
2681
2682 * meventdisp/MGFadcDisp.cc:
2683 - fixed a variable name
2684
2685 * mhist/MHHadronness.cc:
2686 - removed many old comments
2687 - simplified some code
2688 - uses argument in Fill now
2689
2690 * mmain/MMonteCarlo.cc:
2691 - some code simplification
2692 - fixed a warning
2693
2694 * macros/dohtml.C:
2695 - added testenv.C
2696
2697 * readraw.cc:
2698 - simplified
2699
2700 * mraw/MRawEvtData.cc:
2701 - fixed a bug in the draw function (the drawn pixel has not been the
2702 one with the given Id, but simply the i-th entry in the array)
2703
2704 * mfilter/MFCT1Supercuts.[h,cc]:
2705 - changed naming style of variables
2706 - changes array access
2707
2708 * mhist/MHFadcCam.[h,cc]:
2709 - added HasHi
2710 - added Exists
2711
2712 * mmain/MDataCheck.cc:
2713 - removed unimplemented buttons
2714
2715 * mdatacheck/MGDisplayAdc.[h,cc]:
2716 - tried to implement some unimplemented buttons
2717 - don't display non existing (empty) histograms in list
2718
2719
2720
2721 2003/04/04: Thomas Bretz
2722
2723 * mtools/MagicReversi.[h,cc]:
2724 - added support for Number of Players
2725 - added instructions
2726 - added support for Esc key
2727
2728 * mbase/MAGIC.h:
2729 - added version check to MAGIC.h
2730
2731
2732
2733 2003/04/04: Wolfgang Wittek
2734
2735 * mfilter/Makefile
2736 /FilterLinkDef.h
2737 - added MFCT1SelBasic, MFCT1SelStandard, MFCT1SelFinal,
2738 MFCT1Supercuts
2739
2740 * mfilter/MFCT1SelBasic.[h,cc]
2741 /MFCT1SelStandard.[h,cc]
2742 /MFCT1SelFinal.[h,cc]
2743 - new; they replace manalysis/MSelBasic.[h,cc]
2744 /MSelStandard.[h,cc]
2745 /MSelFinal.[h,cc]
2746
2747 * mfilter/MFCT1Supercuts.[h,cc]
2748 - new (supercuts from Daniel for CT1 Mkn421 2001 data)
2749
2750 * manalysis/MSelBasic.[h,cc]
2751 /MSelStandard.[h,cc]
2752 /MSelFinal.[h,cc]
2753 - deleted
2754
2755 * manalysis/Makefile
2756 AnalysisLinkDef.h
2757 - MSelBasic, MSelStandard, MSelFinal removed
2758
2759 * mfileio/MCT1ReadPreProc.[h,cc]
2760 - smeare theta only for MC events
2761
2762 // The following is not yet commited !!!!!!!!!!!!!
2763 * Mars/Makefile
2764 - in SUBDIRS put mfilter before manalysis
2765 (otherwise get link error)
2766
2767
2768
2769 2003/04/03: Abelardo Moralejo
2770
2771 * mmontecarlo/MMcTriggerRateCalc.cc:
2772 - added #include <math.h> for compilation on alpha (otherwise
2773 floor() is unkown)
2774
2775
2776
2777 2003/04/03: Thomas Bretz
2778
2779 * macros/testenv.C:
2780 - added
2781
2782 * mbase/MEvtLopp.cc, mbase/MParContainer.[h,cc],
2783 mbase/MParList.cc, mbase/MTaskList.cc:
2784 - changed the stuff for reading steering card - didn't really
2785 work like expected
2786
2787 * mhist/MHMatrix.cc, mfileio/MRead.cc, manalysis/MImgCleanStd.cc:
2788 - adapted ReadEnv
2789
2790 * mhist/MHMatrix.[h,cc]:
2791 - added ReadEnv
2792
2793 * mfileio/MCT1ReadPreProc.[h,cc]:
2794 - base SmearTheta on new FindLoEndge
2795 - simplified
2796
2797 * mhist/MBinning.h:
2798 - added FindBinLoEdge
2799 - added FindBinHiEdge
2800
2801 * mdata/MDataArray.[h,cc]:
2802 - added Clear
2803 - added Delete
2804
2805 * mbase/MEvtLoop.cc:
2806 - added output of the name
2807
2808 * mbase/MLog.[h,cc]:
2809 - don't use any pthread stuff if _REENTRANT is not defined
2810
2811 * mfileio/MRead.cc, mhist/MHMatrix.cc:
2812 - fixed waring for unreachable statement
2813
2814 * mhist/MHArray.cc:
2815 - fixed: redifinition of default argument
2816
2817
2818
2819
2820 2003/04/02: Abelardo Moralejo
2821
2822 * mmc/MMcTrigHeader.hxx
2823 - added threshold>0 check in the calculation of
2824 GetMeanThreshold
2825
2826 * mmontecarlo/MMcTriggerRateCalc.cc
2827 - The check of the MC spectral index value is now done by
2828 comparing integers instead of real numbers.
2829 - Found out with GREAT surprise that the graphical output
2830 has been completely commented out by someone(?) because it
2831 produced a memory leak. Also the function comment did not
2832 match the rules (my fault; is it correct now?) This commenting
2833 out has not been logged to this file, as far as I can see. This
2834 is rather unkind, I thought that when somebody finds some bug or
2835 messy code, he should either correct and commit it (and log the
2836 change here) and/or inform the author of the mistake to correct
2837 it. Please try to do so in the future instead of simply
2838 commenting out useful code!
2839
2840 * mdata/MDataValue.h
2841 - added default constructor (otherwise, no constant values
2842 can be used in the parameters used in the random forest
2843 separation)
2844
2845
2846
2847
2848 2003/04/02: Wolfgang Wittek
2849
2850 * mfileio/Makefile
2851 - mhist added, because MBinning is used in MCT1ReadPreproc
2852
2853 * mfileio/MCT1ReadPreProc.[h,cc]
2854 - new member function SmearTheta
2855 - store smeared Theta in MMcEvt::fTelescopeTheta
2856 store original Theta in MParameterD container "ThetaOrig"
2857 store fhourangle in MParameterD container "HourAngle"
2858
2859 * manalysis/MPointingCorr.[h,cc]
2860 - get hour angle from ParameterD container "HourAngle"
2861
2862 * manalysis/MSelBasic.[h,cc]
2863 MSelStandard.[h,cc]
2864 MSelFinal.[h,cc]
2865 - new member functions SetCuts()
2866
2867
2868
2869 2003/04/01: Abelardo Moralejo
2870
2871 * macros/CT1EnergyEst.C
2872 - added argument (maximum dist parameter), changed (reduced) output
2873 histograms, added writing to (and reading from) a file the energy
2874 estimation parameters and the histograms. Added comments.
2875
2876 * manalysis/MEnergyEstParam.[h,cc]
2877 - added member function GetCoeff. Changed comment.
2878
2879
2880
2881 2003/03/31: Thomas Bretz
2882
2883 * manalysis/MParameters.[h,cc]:
2884 - added
2885
2886 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
2887 - added MParameters, MParameterD, MParameterI
2888
2889 * mhist/MHArray.[h,cc]:
2890 - added default constructor
2891 - added Set-function
2892 - added Init function
2893 - moved code from constructors to Set and Init
2894
2895 * Makefile.conf.linux:
2896 - removed -fno-rtti to make it compatible with root 3.04.02
2897
2898 * NEWS:
2899 - changed
2900
2901 * manalysis/MImgCleanStd.[h,cc]:
2902 - added SetLvl1
2903 - added SetLvl2
2904 - added ReadEnv
2905
2906 * manalysis/MNewImagePar.[h,cc]:
2907 - removed unnecessary fHillas data member
2908 - removed unnecessary fSrcPos data member
2909 - removed unnecessary Set/GetSrcPos
2910
2911 * manalysis/MNewImageParCalc.[h,cc]:
2912 - removed unnecessary SetSrcPos
2913 - removed const-qualifier from fGeomCam, fCerPhotEvt
2914 (trouble with root 3.02/06)
2915
2916 * manalysis/MRanForest.cc:
2917 - changed cout-output
2918
2919 * manalysis/MSigmabar.cc:
2920 - changed Area to area (local variable)
2921
2922 * mbase/MEvtLoop.[h,cc]:
2923 - added evtloop name to constructor (default=Evtloop)
2924 - adapted StreamPrimitive
2925 - added ReadEnv
2926 - added WriteEnv
2927
2928 * mbase/MParContainer.[h,cc]:
2929 - removed TROOT.h
2930 - fixed const-qualifier for Copy-function for root>3.04.01
2931 - added ReadEnv
2932 - added WriteEnv
2933 - added IsEnvDefined
2934 - added GetEnvValue
2935
2936 * mbase/MParList.[h,cc], mbase/MTaskList.[h,cc]:
2937 - added ReadEnv
2938 - added WriteEnv
2939
2940 * mfileio/MCT1ReadAscii.[h,cc], mfileio/MCT1ReadPreProc.[h,cc]:
2941 - changed AddFile declaration to declaration in MRead
2942 - added return value to AddFile
2943
2944 * mfileio/MRead.[h,cc]:
2945 - added template for AddFile
2946 - added ReadEnv
2947
2948 * mgui/MHexagon.[h,cc]:
2949 - fixed const-qualifier for Copy-function for root>3.04.01
2950
2951 * mhist/MH.cc:
2952 - fixed the FindGoodLimit stuff for root> 3.04.01
2953
2954 * mhist/MHRanForest.[h,cc], mhist/MHRanForestGini.[h,cc]:
2955 - removed unnecessary casts
2956 - fixed a copilation error with root 3.04.01 (kFullDotlarge
2957 doesn't exist)
2958 - removed second Draw (one should not add something twice to
2959 the pad)
2960
2961 * mmontecarlo/MMcTriggerRateCalc.cc:
2962 - changes to the header
2963 - changes to the fLog stuff
2964 - added a cast to get rid of a warning
2965
2966 * mtools/Makefile, mtools/ToolsLinkDef.h:
2967 - added MagicReversi
2968
2969 * mtools/MagicRevers.[h,cc]:
2970 - added
2971
2972
2973
2974 2003/03/28: Thomas Bretz
2975
2976 * mbase/MParContainer.h:
2977 - added kEnableGraphicalOutput
2978 - added EnableGraphicalOutput
2979 - added IsGraphicalOutputEnabled
2980
2981 * mbase/MParList.h:
2982 - changed BIT(15) to BIT(17)
2983
2984 * mhist/MH.[h,cc]:
2985 - SetBinning(TH1*, TH1*) --> SetBinning(TH1*, const TH1*)
2986
2987 * mhist/MH3.h:
2988 - changed BIT(15) to BIT(17)
2989 - changed BIT(16) to BIT(18)
2990 - changed BIT(17) to BIT(19)
2991
2992 * mhist/MHMatrix.[h,cc]:
2993 - added DrawDefRefInfo
2994 - added CopyCrop
2995 - added GetRandomArrayI
2996 - changed DefRefMatrix to support the above
2997 - fixed a bug in DefRefMatrix (evtcount2 in the last loop
2998 instead of evtcount1)
2999 - Don't do anything in the finalization if the matrix has the correct
3000 dimensions
3001 - fixed comment of DefRefMatrix
3002 - changed number of first column from 1 to 0
3003 - changed BIT(16) to BIT(17)
3004
3005
3006
3007 2003/03/28: Wolfgang Wittek
3008
3009 * mhist/MHMatrix.cc
3010 - DefRefMatrix: if nmaxevts>fM.GetNrows() set
3011 nmaxevts = fM.GetNrows()
3012
3013 * manalysis/MSelBasic.[h,cc]
3014 - better output
3015
3016 * manalysis/MSelStandard.[h,cc]
3017 - different cut in DIST
3018
3019 * mfileio/MCT1ReadPreProc.[h,cc]
3020 - store hour angle in variable fOtherCphFraction
3021
3022 * manalysis/MHillasSrcCalc.h
3023 - replace in 'SetInput' fHillasName = hilname;
3024 by fHillasInput = hilname;
3025
3026 * manalysis/MNewImagePar.[h,cc]
3027 /MNewImageParCalc.[h,cc]
3028 - new; calculates new image parameters
3029
3030 * mhist/MHNewImagePar.[h,cc]
3031 - new; plots new image parameters
3032
3033 * manalysis/AnalysisLinkDef.h
3034 manalysis/Makefile
3035
3036 * mhist/HistLinkDef.h
3037 mhist/Makefile
3038
3039
3040
3041 2003/03/27: Thomas Hengstebeck
3042
3043 * manalysis/MRanForest.[h,cc]
3044 - allocation of TObjArray fForest moved to constructor.
3045 - use of gRandom
3046
3047 * manalysis/MRanTree.[h,cc]
3048 - use of gRandom
3049
3050 * macros/RanForest.C
3051 - gRandom initialized as TRandom3 object.
3052
3053
3054
3055 2003/03/25: Abelardo Moralejo
3056
3057 * macros/mergecamera.C
3058 - added warning to prevent dangerous misuse of this macro.
3059
3060
3061
3062 2003/03/25: Wolfgang Wittek
3063
3064 * mhist/MHStarMap.[h,cc]
3065 - use constant step size along the main axis of the ellipse
3066
3067 * manalysis/MPointingCorr.[h,cc]
3068 - new class for calculating the pointing correction
3069
3070 * mmc/MMcEvt.hxx
3071 - add GetOtherCphFraction()
3072
3073 * manalysis/Makefile
3074
3075 * manalysis/AnalysisLinkDef.h
3076
3077
3078
3079 2003/03/24: Abelardo Moralejo
3080
3081 * manalysis/MEnergyEstParam.cc
3082 - now energy estimation (for CT1) is done using the same model
3083 as in D.Krannich's thesis.
3084
3085
3086
3087 2003/03/24: Thomas Bretz
3088
3089 * manalysis/MHillasSrcCalc.[h,cc]:
3090 - removed last argument in constructor, replaced by SetInput
3091
3092 * mfilter/MFEventSelector.[h,cc]:
3093 - removed unnecessary last argument
3094
3095
3096
3097 2003/03/21: Thomas Hengstebeck
3098
3099 * manalysis/MRanTree.[h,cc]
3100 - new; parameter container to store a single random tree
3101
3102 * manalysis/MRanForest.[h,cc]
3103 - new; parameter container to store complete forest
3104
3105 * manalysis/MRanForestGrow.[h,cc]
3106 - new; task to grow trees (training)
3107
3108 * manalysis/MRanForestCalc.[h,cc]
3109 - new; task to calculate hadronness using random forest
3110
3111 * manalysis/MRanForestFill.[h,cc]
3112 - new; task to read in the trees of the random forest
3113
3114 * manalysis/Makefile, manalysis/HistLinkDef.h:
3115 - added MRanTree, MRanForest, MRanForestGrow, MRanForestCalc,
3116 MRanForestFill
3117
3118 * mhist/MHRanForest.[h,cc]
3119 - new; histogram showing variance of estimated hadronness as
3120 function of no. of combined trees
3121
3122 * mhist/MHRanForestGini.[h,cc]
3123 - new; histogram showing mean decrease in Gini-index as function
3124 of RF-input-parameters
3125
3126 * mhist/Makefile, mhist/HistLinkDef.h:
3127 - added MHRanForest, MHRanForestHillas
3128
3129 * macros/RanForest.C
3130 - new; g/h-separation by Random Forest-method
3131
3132 * macros/RanForest2.C
3133 - new; reading in saved random forest (using MRanForestFill)
3134
3135
3136
3137 2003/03/21: Abelardo Moralejo
3138
3139 * mhist/MHMatrix.[h,cc]:
3140 - Added third argument (a filter) to the second instantiation
3141 of the Fill procedure.
3142
3143 * macros/CT1EnergyEst.C:
3144 - Example of the parameter calculation and use of the energy
3145 estimation method for CT1.
3146
3147
3148
3149 2003/03/21: Thomas Bretz
3150
3151 * manalysis/MEnergyEstParam.[h,cc]
3152 - Added StopMapping and Print functions.
3153
3154 * manalysis/MSel*.h:
3155 - set default for HilName to MHillas
3156 - set default for HilNameSrc to MHillasSrc
3157
3158 * mfileio/MCT1ReadPreProc.[h,cc]:
3159 - do not flood the output with all events from the first run
3160 - output meaningfull text instead of variable names
3161 - removed a 'goto'!
3162 - changed savePedRMS according to the coding conventions to
3163 fPedRMS and the array of fixed size to a TArrayF
3164
3165 * mbase/MEvtLoop.cc:
3166 - added a events counter which counts the real number of
3167 processed events.
3168
3169 * mdata/MDataChain.[h,cc]:
3170 - implemented random numbers
3171 - implemented a conversion from degrees to radians and vice versa
3172
3173
3174
3175 2003/03/20: Thomas Bretz
3176
3177 * mfilter/MF.[h,cc]:
3178 - changed fFilter (already used in base class MTask) to fF
3179
3180
3181
3182 2003/03/19: Abelardo Moralejo
3183
3184 * macros/CT1collarea.C:
3185 - Added filter to cut in hadronness (now available in new version
3186 of root CT1 Monte Carlo file from Wolfgang).
3187
3188
3189
3190 2003/03/19: Robert Wagner
3191
3192 * mhist/MH3.cc:
3193 - changed MH3::New() such that constructor according to Thomas'
3194 previous changes is supported
3195
3196
3197
3198 2003/03/19: Thomas Bretz
3199
3200 * mhist/MH3.[h,cc]:
3201 - changed default constructor to support different dimensions
3202
3203 * mhist/MHArray.[h,cc]:
3204 - added AddHistogram
3205
3206 * meventdisp/MGEvtDisplay.cc, mfileio/MReadTree.[h,cc],
3207 meventdisp/MReadMarsFile.cc:
3208 - changed MReadTree::GetEventNum to MReadTree::GetNumEntry
3209
3210 * macros/estfit.C:
3211 - adopted to new MChisqEval
3212
3213 * mtools/MChisqEval.[h,cc]:
3214 - added
3215
3216 * mtools/Makefile, mtools/ToolsLinkDef.h:
3217 - added MChisqEval
3218
3219 * manalysis/MEnergyEstParam.[h,cc]:
3220 - slight changes
3221
3222 * mfileio/MCT1ReadPreProc.cc:
3223 - changed name to MRead
3224
3225
3226
3227 2003/03/18: Thomas Bretz
3228
3229 * mfileio/MReadTree.cc:
3230 - fixed a bug in the AddFile function
3231
3232 * mhist/MHMatrix.[h,cc]:
3233 - implemented a request of Th. Hengstebeck: Let DefRefMatrix
3234 return the 'unused' events
3235
3236
3237
3238 2003/03/18: Abelardo Moralejo
3239
3240 * mhist/MHMcCT1CollectionArea.[h,cc]
3241 - Added arguments in constructor: number of bins and ranges of the
3242 x-axis (energy) of the 2-d histograms. Changed type of binning:
3243 now the x-axis is log10(energy) and bins have equal width.
3244
3245 * macros/CT1collarea.C
3246 - The MHMcCT1CollectionArea object is now created and added to the
3247 parlist so that we can choose the binning. Changed the way
3248 histograms are written to the output file.
3249
3250
3251
3252 2003/03/13: Abelardo moralejo
3253
3254 * mhist/MHMcCT1CollectionArea.[h,cc]
3255 - Added for calculations of collection area for CT1.Contains three
3256 2-d histograms with axis energy vs theta angle: one histogram for
3257 all events, one for analyzed events, one for the collection area.
3258
3259 * mmontecarlo/MMcCT1CollectionAreaCalc.[h,cc]
3260 - Added for the same reason.
3261
3262 * macros/CT1collarea.C
3263 - Uses the above classes
3264
3265
3266
3267 2003/03/12: Abelardo Moralejo
3268
3269 * macros/mergecamera.C
3270 - Added. Merges several MC camera output files into a single file.
3271
3272
3273
3274 2003/03/08: Wolfgang Wittek
3275
3276 * macros/AnalyseCT1.C
3277 - for the CT1 data analysis
3278
3279 * mhist/MHMatrix.[h,cc]
3280 - let refcolumn start at 1 (not at 0)
3281
3282 * mhist/MHSigmaTheta.[h,cc]
3283 - Draw replaced by DrawCopy
3284 - add SetDirectory(NULL)
3285
3286 * manalysis/MSelBasic.[h,cc]
3287 MSelStandard.[h,cc]
3288 MSelFinal.[h,cc]
3289 - more detailed output for errors
3290 - bugs removed
3291
3292 * manalysis/MPadSchweizer.[h,cc]
3293 - add SetDirectory(NULL)
3294 - add fErrors
3295
3296 * mfilter/MFEventSelector.[h,cc]
3297 - add fErrors
3298
3299 * manalysis/MMultiDimDistCalc.[h,cc]
3300 - check division by zero
3301
3302 * mhist/MHHadronness.[h,cc]
3303 - check division by zero
3304 - normalize distributions of hadronness
3305
3306 * mfileio/MCT1ReadPreProc.[h,cc]
3307 - add event number (event.isecs_since_midday)
3308 - change definition of "fIsMcFile",
3309 because outpars.bmontecarlo is set wrongly sometimes
3310 - copy pedestalRMS for each event from the header information
3311 - check for the presence of a footer record even after reading
3312 a run header
3313
3314 * mmc/MMcEvt.[hxx,cxx]:
3315 - add GetEvtNumber()
3316
3317
3318
3319 2003/02/27: Abelardo Moralejo
3320
3321 * mmontecarlo/MMcTriggerRateCalc.cc:
3322 - Fixed: MMCTrigHeader could not be found in the case of camera
3323 files containing single trigger condition.
3324
3325 * macros/trigrate.C
3326 - no plot is made in the case of single trigger condition.
3327
3328 * mhist/MHMcRate.[h,cc]
3329 - Added member fTriggerCondNum to keep track of what trigger
3330 condition corresponds to each MHMcRate object, for the case of
3331 files with more than one condition (when running camera in
3332 trigger_loop mode). Added also Set and Get procedures for nre
3333 member.
3334
3335 * mmain/MMonteCarlo.cc
3336 - Fixed bug: matrix BgR was created with dimension "dim", a number
3337 which can be negative. Put "num" instead of "dim".
3338
3339
3340
3341 2003/02/25: Thomas Bretz
3342
3343 * mbase/MParContainer.cc:
3344 - small simplification for Cosy
3345
3346 * mbase/MLog.cc:
3347 - allow a maximum of 1000 lines in the gui
3348
3349
3350
3351 2003/02/25: Abelardo Moralejo
3352
3353 * mmontecarlo/MMcTriggerRateCalc.[h,cc]
3354 - Added axis labels in graphic output
3355 - Added Get function for rate histograms
3356
3357 * macros/trigrate.C
3358 - Added output file with rate histograms
3359
3360
3361
3362 2003/02/24: Abelardo Moralejo
3363
3364 * mmontecarlo/MMcTriggerRateCalc.[h,cc]
3365 - Fixed mistake when analysing camera files containing all
3366 events (including non-triggers): fShowers was always zero.
3367 - Added reading of MMcTrigHeaders in ReInit
3368 - Added procedure Draw for graphics output: rate versus
3369 discriminator threshold (useful for camera files with several
3370 trigger conditions).
3371
3372 * macros/trigrate.C
3373 - Added some explanations. Style improvements in function
3374 GetNSBEvents. Added call to MMcTriggerRateCalc::Draw
3375
3376 * mhist/MHMcRate.[h,cc]
3377 - Added GetTriggerRate() and GetTriggerRateError()
3378 - Added members fMultiplicity and fMeanThreshold, with their
3379 corresponding Set and Get functions
3380 - Added info on discriminator threshold and L1 trigger
3381 multiplicity on the printout.
3382
3383 * mmc/MMcTrigHeader.hxx
3384 - Added GetMultiplicity() and GetMeanThreshold()
3385
3386
3387 2003/02/22: Wolfgang Wittek
3388
3389 * mhist/Makefile
3390 - MHSigmaTheta added
3391
3392 * mhist/HistLinkDef.h
3393 - MHSigmaTheta added
3394
3395 * mhist/MHSigmaTheta.[h,cc]
3396 - type inconsistency removed
3397
3398
3399
3400 2003/02/21: Abelardo Moralejo
3401
3402 * mmontecarlo/MMcTriggerRateCalc.[h,cc]
3403 - adapted to new camera files, added warnings.
3404 - added ReInit procedure to read relevant info from from the
3405 run headers
3406
3407 * mhist/MHMcRate.[h,cc]
3408 - adapted accordingly. Added Set functions for several members.
3409
3410 * mmc/MMcCorsikaRunHeader.h
3411 - added Get functions for fELowLim, fEUppLim and fSlopeSpec.
3412
3413 * mmain/MMontecarlo.cc, macros/trigrate.C
3414 - adapted to changes above, changed MReadTree to MReadMarsFile to
3415 be able to read the run headers.
3416
3417
3418
3419 2003/02/21: Antonio Stamerra
3420
3421 * manalysis/MMcTriggerLvl2.[cc|h]
3422 - new data member fCompactNN needed to define a compact pixels
3423 - new inline functions SetCompactNN and GetCompactNN
3424 - Method Calc(int neighpix) -> Calc(). The value of neighpix
3425 is read from fCompactNN
3426
3427 * manalysis/MMcTriggerLvl2Calc.[cc|h]
3428 - Check on fCompactNN added in the PreProcess
3429
3430 * macros/triglvl2.C
3431 - Set of fCompactNN added
3432
3433
3434
3435 2003/02/21: Wolfgang Wittek
3436
3437 * manalysis/MSelFinal.[h,cc]
3438 - 'const' removed from pointers
3439
3440 * macros/AnalyseCT1.C
3441 - macro for the CT1 analysis (work in progress)
3442
3443
3444
3445 2003/02/20: Wolfgang Wittek
3446
3447 * manalysis/Makefile
3448 - add MSelFinal
3449
3450 * manalysis/AnalysisLinkDef.h
3451 - add MSelFinal
3452
3453 * manalysis/MPadSchweizer.[h,cc]
3454 - slight modification of padding procedure
3455
3456 * manalysis/MSigmabarCalc.[h,cc]
3457 - 'const' removed from pointers
3458
3459 * mhist/MHMatrix.[h,cc]
3460
3461 * mhist/MHSigmaTheta.[h,cc]
3462
3463
3464
3465 2003/02/20: Abelardo Moralejo
3466
3467 * mhist/MH.cc
3468 - Removed call to TGaxis::Optimize for compilation under root
3469 versions > 3.03, since in them this procedure is no longer
3470 existing. I did this to allow compilation under root_3.04,
3471 since earlier versions has a bug which prevents from
3472 plotting in the simple way some variables in a tree
3473 (example: fConc and others in the output of star.C). This
3474 is a temporal fix, I guess something will have to
3475 substitute the call to Optimize...
3476
3477
3478
3479 2003/02/20: Antonio Stamerra
3480
3481 * manalysis/MMcTriggerLvl2.[cc|h]
3482 - new; replaces MTrigLvl2.[cc|h]
3483 - new data members: fLutPseudoSize, fPseudoSize.
3484 - functions renamed:
3485 GetLutPseudoSize -> CalcBiggerLutPseudoSize
3486 GetBiggerFiredCell -> CalcBiggerFiredCell
3487 - new inline functions: GetLutPseudoSize(), GetPseudoSize().
3488 - new member functions:
3489 Calc(); CalcPseudoSize (not yet implemented)
3490 - Redefined Print() function as a TObject.
3491 - pixels_in_cell and pixels_in_lut redefined as static data
3492 members
3493
3494 * manalysis/MMcTriggerLvl2Calc.[cc|h]
3495 - new; replaces MTrigLvl2FillTask.[cc|h]
3496 - creation and filling of histograms commented
3497 - Process() calls the MMcTriggerLvl2::Calc()
3498
3499 * mfilter/MFTriggerLvl2.[h|cc]
3500 - new class to select events using MMcTriggerLvl2 data members.
3501
3502 * macros/triglvl2.C
3503 - added example to use the MFTriggerLvl2 filter.
3504
3505
3506
3507 2003/02/19: Wolfgang Wittek
3508
3509 * manalysis/MSelBasic.[h,cc]
3510 - new; evaluates the Basic Cuts (after the calibration)
3511
3512 * manalysis/MSelStandard.[h,cc]
3513 - new; evaluates the Standard Cuts
3514 (after the calculation of the image parameters and before the
3515 calculation of the hadronness)
3516
3517 * manalysis/MHillasCalc.[h,cc]
3518 - replace
3519 fHillas = (MHillas*)pList->FindCreateObj(fHilName);
3520 by
3521 fHillas = (MHillas*)pList->FindCreateObj("MHillas",
3522 fHilName);
3523 in order to allow MHillas containers with a name
3524 different from "MHillas"
3525
3526 * mhist/MHHillasExt.[h,cc]
3527 - replace
3528 TObject *obj = plist->FindObject("MHillas");
3529 by
3530 TObject *obj = plist->FindObject(fHilName, "MHillas");
3531 in order to allow MHillas containers with a name
3532 different from "MHillas"
3533 - add a 3rd argument in the constructor : fHilName
3534
3535 * manalysis/MHillasSrcCalc.[h,cc]
3536 - add new argument for constructor:
3537 the name of the MHillas input container
3538 in order to allow MHillas input containers with a name
3539 different from "MHillas"
3540
3541 * mhist/MHMatrix.[h,cc]
3542 - add member function DefRefMatrix();
3543 it defines the reference sample for the g/h separation;
3544 the selection of events for the reference sample can be made
3545 such that the distribution of a certain variable (for example
3546 Theta) agrees with a target distribution.
3547
3548 * mfilter/MFEventSelector.[h,cc]
3549 - add new argument for constructor:
3550 the name of the read object
3551 in order to allow also read objects which have a name
3552 different from
3553 "MRead"
3554
3555
3556
3557 2003/02/18: Thomas Bretz
3558
3559 * mfileio/MReadTree.cc:
3560 - added a fix for a bug in the workaround using wildcards
3561
3562
3563
3564 2003/02/14: Thomas Bretz
3565
3566 * mtemp/MObservatory.[h,cc]:
3567 - added
3568
3569
3570
3571 2003/02/10: Abelardo Moralejo
3572
3573 * Makefile.conf.osf1
3574 - Added -lpthread to compilation flags (otherwise linking fails
3575 in alfa)
3576
3577 * manalysis/Makefile, AnalysisLinkDef.h
3578 - Changed MApplyPadding for MPadding
3579
3580
3581
3582 2003/02/07: Wolfgang Wittek
3583
3584 * mhist/MHSigmaTheta.[h,cc]
3585 - new; 2D distribution : Theta, Sigmabar
3586 3D distribution : Theta, pixel number, Sigma
3587 3D distribution : Theta, pixel number, Sigma^2-Sigmabar^2
3588 these histograms may be used for the padding
3589
3590 * manalysis/MPadding.[h,cc]
3591 - new; replaces MApplyPadding.[h,cc]
3592 some errors removed
3593
3594 * manalysis/MSigmabar.[h,cc]
3595 - new definition of Sigmabar (only relevant for MAGIC)
3596 - add in member function 'Calc' a 3rd argument : 'const
3597 MCerPhotEvt &evt'
3598 - calculate sigmabar for 'MCerPhotEvt' pixels
3599 - in member function 'Calc' return Float_t fSigmabar instead of
3600 Bool_t
3601 - copies of objects replaced by references
3602
3603 * manalysis/MSigmabarCalc.[h,cc]
3604 - fSig->Calc(*fCam, *fPed) replaced by
3605 fSig->Calc(*fCam, *fPed, *fEvt)
3606 - change type of result of fSig->Calc from Bool_t to Float_t
3607
3608 * mfileio/MCT1ReadPreProc.cc
3609 - add in member function PreProcess() the initialization of the
3610 total number of pixels :
3611 fPedest->InitSize(iMAXNUMPIX);
3612 - remove statements that cannot be reached ('break' after
3613 'return')
3614
3615 * manalysis/MPadSchweizer.[h,cc]
3616 - alternative to MPadding
3617 - does the padding ala Thomas Schweizer
3618
3619
3620
3621 2003/02/06: Thomas Bretz
3622
3623 * mgeom/MGeomCam.[h,cc]:
3624 - fixed a warning (GetPixRatio(int) --> GetPixRatio(Uint)
3625
3626
3627
3628 2003/02/07: Antonio Stamerra
3629
3630 * manalysis/MTrigLvl2.[cc|h]
3631 - added new function
3632 MTrigLvl2::GetLutCompactPixel(int cell, int lut, int
3633 neighpix=2) which calculates the number of compact pixel
3634 in one lut
3635 - added new function GetLutPseudoSize(int neighpix=2) which
3636 calculates the lut-pseudosize
3637 - added static data member pixel_in_lut
3638 - merging of the PrintCell and PrintStatus functions in a single
3639 Print(int cell) function
3640 - Added comments using the standard layout
3641 - some small changes following Thomas comments (memset, *fLog)
3642
3643
3644
3645 2003/02/06: Thomas Bretz
3646
3647 * mbase/MLog.[h,cc]:
3648 - serialized the GUI output (problems with mutithreded prgs,
3649 eg Cosy)
3650
3651 * mtemp/MObservatoryLocation.[h,cc], mtemp/MVPObject.[h,cc],
3652 mtemp/MVPPlotter.[h,cc]:
3653 - added changes discussed in Wuerzburg
3654
3655 * mfileio/MCT1ReadPreProc.cc:
3656 - some simplifications
3657
3658
3659
3660 2003/01/31: Antonio Stamerra & Marcos Lopez
3661
3662 * mgui/MCamDisplay.[cc|h]
3663 - Added a new function MCamDisplay::SetPix(const Int_t pixnum,
3664 const Int_t color, Float_t min, Float_t max) which just set the
3665 color of a given pixel
3666
3667 * created two new classes for simulating the second level trigger
3668 in the directory manalysis:
3669 - MTrigLvl2.[cc|h] // Implement the Lvl2 topology and
3670 // selection strategies
3671 - MTrigLvl2FillTask.[cc|h] // For a given MMc event, fill the
3672 // MTrigLvl2 with the Lvl1 trigger
3673 // information
3674
3675 * manalysis/Makefile
3676 - Added -I../mgui
3677
3678 * Added macro macros/triglvl2.C which uses the above classes.
3679
3680
3681
3682 2003/01/27: Robert Wagner
3683
3684 * mfileio/MCT1ReadPreProc.[cc|h]
3685 - Added call of MTaskList::ReInit after processing of new
3686 run header
3687 - Filling of MC container complies to Oscar's changes of
3688 MMcEvt.[hxx,cxx] dated 2003/01/20
3689 - Added filling of run number in MRawRunHeader object while
3690 processing a new run header
3691
3692
3693
3694 2003/01/23: Robert Wagner
3695
3696 * manalyis/MSigmabarCalc.cc
3697 - MSigmabarCalc::Process()
3698 Replaced fMcEvt->GetTheta() by fMcEvt->GetTelescopeTheta()
3699
3700
3701
3702 2003/01/20: Oscar Blanch
3703
3704 * mmc/MMcEvt.[hxx,cxx]
3705 - Data members: fElecCphFraction, fMuonCphFraction,
3706 fOtherCphFraction have been introduced.
3707 - Class version updated to 3.
3708
3709 * mmc/MMcCorsikaRunHeader.[h.cc]
3710 - Data members: fWobbleMode and fAtmosphericModel introduced.
3711 - Class version updated to 2.
3712
3713
3714
3715 2003/01/19: Thomas Bretz
3716
3717 * manalysis/MCerPhotCalc.[h,cc]:
3718 - slight changes, mainly to the layout
3719
3720 * manalysis/MCerPhotEvt.[h,cc]:
3721 - some small changes to make the code a bit faster
3722
3723 * manalysis/MCerPhotPix.[h,cc]:
3724 - added AddNumPhotons
3725
3726 * mbase/MContinue.[h,cc]:
3727 - changed comments
3728 - enhanced functionality and fixed some small bugs
3729
3730 * mbase/Makefile:
3731 - added mfilter to paths (to be fixed)
3732
3733 * mfileio/MCT1ReadPreProc.cc:
3734 - Init fNumEvents = 0
3735
3736 * mgeom/MGeomCam.cc:
3737 - return 0 Ratio if the pixel number exceeds the number of pixels
3738
3739 * mgui/MCamDisplay.[h,cc]:
3740 - added sanity check for the maximum number of pixels
3741 - added functions to set the three different palettes
3742 - removed the buttons
3743 - fixed the context menu display
3744
3745 * mhist/HistLinkDef.h, mhist/Makefile:
3746 - added MHCerPhotEvt
3747
3748 * mhist/MHCerPhotEvt.[h,cc]:
3749 - added
3750
3751 * mhist/MFillH.cc:
3752 - changed the initialization of fParContainer from pList to NULL
3753
3754 * mhist/MHHillasExt.cc:
3755 - fixed a smallo bug when filling the histograms (crached when scaling
3756 under some circumstances)
3757
3758 * mhist/MHStarMap.cc:
3759 - added a warning output
3760
3761 * mmontecarlo/MMcCollectionAreaCalc.cc:
3762 - added a check for impact=NaN (some MC Files have this)
3763
3764
3765
3766 2003/01/17: Robert Wagner
3767
3768 * manalysis/MApplyPadding.cc
3769 - bugfix: Effective number of used pixels taken from
3770 MCerPhotEvt container, not from MPedestalCam
3771
3772
3773
3774 2003/01/16: Wolfgang Wittek
3775
3776 * mhist/MHMatrix.[h,cc]
3777 - member function MHMatrix::Read added
3778 the function calls TObject::Read(name) and SetName(name)
3779
3780
3781
3782 2003/01/15: Wolfgang Wittek
3783
3784 * mdata/MDataMember.cc
3785 - in MDataMember::PreProcess()
3786 "if (fCall)" replaced by "if (fCall && !fObject)"
3787 The additional condition "&& !fObject" is to make sure that read
3788 MDataMembers works correctly.
3789
3790
3791
3792 2003/01/08: Oscar Blanch Bigas
3793
3794 * mgeom/MGeomMirror.[h,cc]
3795 - Varible members to store mirror reflectivities have been
3796 introduced: fReflectivity and fWavelength.
3797 - Member function to set reflectivity added: SetReflectivity
3798 - Member function to set TArrayF size: SetArraySize
3799 - Class version number changed to 2.
Note: See TracBrowser for help on using the repository browser.