source: trunk/MagicSoft/Mars/Changelog@ 2225

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