-*-*- END -*-*- 2001/11/16: Thomas Bretz * mhist/MHMcCollectionArea.cc: - set the ReadyToSave bit in CalcEfficiency. * mmontecarlo/MMcThresholdCalc.cc: - set the ReadyToSave bit after the calculation has been finished. * mhist/MHMcRate.cc: - set the ReadyToSave bit in CalcRate 2001/11/16: Thomas Bretz * mbase/MEvtLoop.cc: - removed clock.Print() * mbase/MGList.[cc,h]: - added support for TGPictures * mbase/MReadTree.[h,cc]: - set ReadyToSave-bit only if reading was successfull - made SetReadyToSave private * mbase/MTaskList.cc: - corrected a small bug in the output * mbase/MWriteRootFile.cc: - added a workaround in Print (don't know why it fails for me) - removed fTrees.SetOwner() * mbase/MTask.cc: - removed include of TOrdCollection, TMethod - some changes to the output * mbase/MParContainer.h: - removed old comments * mmain/MAnalysis.cc, mmain/MCameraDisplay.cc, mmain/MDataCheck.cc, mmain/MEvtDisp.cc, mmain/MMonteCarlo.cc: - changed Widget IDs to root style enums - moved enumerations in the range below 0x100 * mmain/MBrowser.[h,cc]: - removed some of the member variables, accessed via MGList now - changed TList to MGList - added a file-filter combo-box * mars.cc: - changed output 2001/11/15: Thomas Bretz * mbase/MArray.cc, mbase/MArrayB.cc,mbase/MArrayS.cc, mbase/MClone.cc, mbase/MEvtLoop.cc, mbase/MFilter.cc, mbase/MFilterList.cc, mbase/MGGroupFrame.cc, mbase/MGList.cc, mbase/MGTask.cc, mbase/MInputStreamID.cc, mbase/MLog.cc, mbase/MLogManip.cc, mbase/MParContainer.cc, mbase/MParList.cc, mbase/MPrint.cc, mbase/MReadMarsFile.cc, mbase/MReadTree.cc, mbase/MTime.cc, mbase/MWriteAsciiFile.cc, mbase/MWriteFile.cc, mbase/MWriteRootFile.cc, manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc, manalysis/MHillas.cc, manalysis/MHillasCalc.cc, manalysis/MMcPedestalCopy.cc, manalysis/MPedCalcPedRun.cc, manalysis/MPedestalCam.cc, manalysis/MPedestalPix.cc, manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc, manalysis/MImgCleanStd.cc, manalysis/MImgCleanStd.cc, mdatacheck/MDumlEvtHeader.cc, mdatacheck/MGDisplayAdc.cc, meventdisp/MGCamDisplay.cc, meventdisp/MGEvtDisplay.cc, meventdisp/MGFadcDisp.cc, mfilter/MFTriggerLvl1.cc, mgui/MGeomCam.cc, mgui/MGeomCamMagic.cc, mgui/MGeomCamCT1.cc, mgui/MgeomPix.cc, mgui/Mhexagon.cc, hist/MFillH.cc, mhist/MH.cc, mhist/MHFadcCam.cc, mhist/MHFadcPix.cc, hist/MHHillas.cc, mhist/MHMcCollectionArea.cc, mhist/MHMcEnergy.cc, mhist/MHMcRate.cc, mhist/MHStarMap.cc, mmain/MAnalysis.cc, mmain/MBrowser.cc, mmain/MCameraDisplay.cc, mmain/MDataCheck.cc, mmain/MEvtDisp.cc, mmain/MMars.cc, mmain/MMonteCarlo.cc, mmontcarlo/MMcCollectionAreaCalc.cc, mmontecarlo/MMcThresholdCalc.cc, mmontecarlo/MMcTriggerRateCalc.cc, mraw/MrawCrateArray.cc, mraw/MRawCrateData.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc mraw/MRawEvtPixelIter.cc, mraw/MRawEvtFileRead.cc, mraw/MRawEvtFileWrite.cc, mraw/MRawEvtRunHeader.cc - changed mailing address of author according to THtml of root 3.02 * mbase/MClone.cc, mbase/MEvtLoop.cc, mbase/MFilterList.cc, mbase/MGTask.cc, mbase/MParContainer.cc, mbase/MParList.cc, mbase/MPrint.cc, mbase/MReadMarsFile.cc, mbase/MReadTree.cc, mbase/MWriteAsciiFile.cc, mbase/MWriteFile.cc, mbase/MWriteRootFile.cc, manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc, manalysis/MImgCleanStd.cc, mgui/MGeomCam.cc, mgui/MGeomCamMagic.cc, mgui/MGeomCamCT1.cc, mgui/MgeomPix.cc, mgui/Mhexagon.cc, hist/MFillH.cc, mhist/MHMcEnergy.cc, mhist/MHMcRate.cc, mmontcarlo/MMcCollectionAreaCalc.cc, mmontecarlo/MMcThresholdCalc.cc, mmontecarlo/MMcTriggerRateCalc.cc mraw/MRawCrateData.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc mraw/MRawEvtPixelIter.cc, mraw/MRawEvtFileRead.cc, mraw/MRawEvtFileWrite.cc, mraw/MRawEvtRunHeader.cc - changed output to new style logging (verbosity level introduced) * mbase/MGTask.h: - added default to CreateGui * mbase/MLog.cc - chnaged comparision between output and debug level from >= to > * mbase/MLogManip.h: - added defintions for debug levels * mbase/MReadTree.[h,cc]: - added support for filters - SetReadyToSave added - Print added * mbase/MTaskList.[h,cc], MTask.[h,cc]: - changed TOrCollection to TList, because TList can be stored in a root file. * mbase/MTask.[h,cc]: - added GetFilter function (used in MReadTree) * manalysis/MImgCleanStd.cc: - same changed to the GUI layout - added Print member function * meventdisp/MGCamDisplay.cc: - added group frame around some gui elements * mfilter/MFTriggerLvl1.cc: - fixed missing Init call - added missing AddToBranchList call * mars.cc: - added command line option to set the verbosity level * merpp.cc: - added setup for highest verbosity level 2001/11/14: Thomas Bretz * macros/dohtml.C: - added missing path to mfilter * manalysis/MHillas.cc: - changed the degree symbol back to 'deg', it seems that the code for it isn't common * mhist/MH.cc: - added comment for MakeDefCanvas * mhist/MHFadcCam.[h,cc]: - removed old comments (SaveHist) * mhist/MHHillas.cc: - changed the Name of fAlpha back. Symbols are nonsens in the name. * mbase/MGList.[h,cc], mbase/MGTask.[h,cc], mbase/MGGroupFrame.[h,cc]: - added * Makefile.conf.linux, Makefile.conf.linux-gnu: - changed to O3 - added -fnonnull-objects - added -Woverloaded-virtual * macros/readCT1.C, macros/readMagic.C: - changed to use MClone * manalysis/MImgCleanStd.[h,cc]: - derived from TGTask - added CreateGuiElements - added ProcessMessage * mbase/BaseLinkDef.h, mbase/Makefile: - added MGTask - added MGList - added MGGroupFrame * mbase/MInputStreamID.cc: - rmoved old comment * mbase/MParContainer.[h,cc]: - changed output - made Hash const - added GetDiscriptor * mbase/MParList.[h,cc]: - made FindObject const correct (see TObject) * mbase/MTask.[h,cc]: - changed output to use GetDescriptor - made Call* functions virtual (used in TGTask) * mbase/MTaskList.[h,cc]: - made FindObject const correct (see TObject) - changed output to use GetDescriptor * mbase/MTime.cc: - code reformatting * mbase/MWriteRootFile.cc: - small changes in output * mgui/MHexagon.cc: - changed output according to TEllipse and similar - made ls const * mhist/MFillH.cc: - changed output to use GetDescriptor * mmain/MAnalysis.[h,cc]: - changed to use new GUI of MImgCleanStd * mraw/MRawEvtData.cc: - small changes to output - better sanity check for non existing fRunHeader 2001/11/09: Thomas Bretz * mars.cc, merp.cc, macros/rootlogon.C: - added MArray::Class()->IgnoreTObjectStreamer(); 2001/11/08: Thomas Bretz * meventdisp/MGCamDisplay.cc: - changed enums to root style - get rid of the problem of button deletion by adding the buttons as first entries to the list * mmain/MMonteCarlo.cc: - changed enums to root style - get rid of the problem of button deletion by adding the buttons as first entries to the list * manalysis/MCerPhotCalc.cc, manalysis/MPedCalcPedRun.cc, mhist/MHFadcCam.cc: - removed 'Fadc' from function names * manalysis/MCerPhotEvt.[h,cc]: - made AddPixel inline * manalysis/MMcPedestalCopy.cc: - added output * manalysis/MPedestalCam.cc: - removed FIXME * Makefile's: - some reordering - changed to the output * mbase/MReadTree.cc: - removed setting of AutoDel-flag (this was not intended and doesn't work for a TChain, yet) * meventdisp/MGCamDisplay.cc, meventdisp/MGFadcDisp.cc: - moved SetWMSizeHints to base class * meventdisp/MGEvtDisplay.cc: - added a random move and the SetWMSizeHints * mhist/MHHillas.cc: - replaced some text by Latex-formulas * mmain/MBrowser.cc: - added a menu entry for opening a TBrowser - added a random move * mmain/MMars.[h,cc]: - changed enums to root style - moved size specification from header to source - changed SetWMSizeHints call * mraw/MrawEvtPixelIter.[h,cc]: - added fNum[Hi,Lo]GainSamples to make GetSum* faster - removed 'Fadc' from function names 2001/11/07: Thomas Bretz * Makefile: - changed order in 'mrproper' * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc: - added InitSize * manalysis/MCerPhotEvt.[h,cc]: - introduces InitSize to speed up things - changed []-operator to an unchecked access * manalysis/MPedestalCam.h: - changed ExpandCreateFast to ExpandCreate (due to lack of good dox) - changed []-operator to an unchecked access * mbase/MEvtLoop.cc: - changed 'total' to 'real' time. * mgui/MGeomCam.[h,cc]: - moved []-operator code back to class definition, due to runtime speed - changed []-operator to an unchecked access * mhist/MHHillas.cc: - changed 'degree' to Latex-style * manalysis/MImgCleanStd.cc: - we are now initialising an array holding the used pixel to prevent looping through all pixel thousands of times (MCerPhotEvt::IsPixelUsed) * mbase/MWriteAsciiFile.cc: - enhanced the documentation * mmain/MBrowser.[h,cc]: - enhanced the functionality to display the filename - improved the layout * mmain/MMars.cc: - added calling of 'netscape' for the two picture buttons 2001/11/06: Thomas Bretz * mbase/MReadMarsFile.[h,cc]: - added * manalysis/MMcPedestalCopy.[h,cc]: - moved copying to PreProcess - removed Process * mbase/Makefile, mbase/BaseLinkDef.h - added MReadMarsFile * mbase/MReadTree.[h,cc]: - added a list of TObjects to be called when file in the chain is changed * Makefile.conf.linux, Makefile.conf.linux-gnu: - removed -g flag * mraw/MRawRunHeader.h: - fixed return type of GetNumEvents * mraw/MRawCrateArray.[h,cc]: - added SetSize which takes care of the size of the array - changed the access to an unchecked one * mraw/MRawCrateData.h - derives from MParContainer now * mraw/MRawEvtData.[h,cc]: - made Print const - changed so, that the arrays are dreed and allocated only as less as possible * mraw/MRawFileRead.[h,cc]: - changed to support faster I/O of MRawEvtData and MRawCrateArray - added sanity check (warning) to PostProcess * mraw/MRawFileWrite.cc: - removed deletion of trees (done by ~TFile) - switched of AutoSave by use of a big size - removed '.' from Branch names (each tree contains only one master branch with equal subbranches) * macros/readCT1.C: - fixed a small bug * manalysis/MCerPhotCalc.cc: - removed Clear from Process (done by Reset now) * manalysis/MCerPhotEvt.[h,cc]: - added reset-function - some small changes to the code layout * mmc/MMcFadcHeader.[h,cc], mmc/MMcTrig.[h,cc]: - chenged constructor to support fName and fTitle * mbase/MReadTree.cc: - removes '.' from a branch name now before searching/creating the object 2001/11/01: Thomas Bretz * mbase/MParContainer.cc: - removed 'newname' from TObject::Clone call. * mbase/MParContainer.h: - layout changes * mbase/MParList.h: - changed destructor definition to virtual * mbase/MReadTree.[h,cc]: - added initialization for fProgress - changed output - move some code to new functions - branch enabling now checks for the existance of the branch - veto branch disables the corresponding sub branches now physically - changed comments * mdatacheck/MGDisplayAdc.cc: - added some sanity checks * meventdisp/MGCamDisplay.cc, meventdisp/MGEvtDisplay.[h,cc], meventdisp/MGFadcDisp.cc: - moved some code to MGEvtDisplay * mhist/MFillH.cc: - added warning to comment * mhist/MHFadcCam.[h,cc]: - added Clone-function. It seems, that this is necessary since root 3.01 * mhist/MHFadcPix.cc: - changed axis titles * mmain/MAnalysis.cc: - added progress bar * mmain/MBrowser.[h,cc]: - added layout hints to fTop1,2,3 - adde Create/DestroyProgrssBar * mmain/MDataCheck.cc: - changes to the layout - disable auto scheme - added progress bar * mmain/MMonteCarlo.[h,cc]: - layout changes - added progress bar * mraw/MRawEvtData.cc: - new sanity check in Draw 2001/11/01: Thomas Bretz * macros/MagicHillas.C: - changed Draw to DrawClone * manalysis/MCerPhotPix.h: - some layout changes * mbase/MParList.cc: - fixed a bug in the dstructor which causes the d'tor to crash when the owner bit was set - changed some TCollection loop to macro ForEach * mbase/MTaskList.cc: - changed some TCollection loop to macro ForEach * meventdisp/MGEvtDisplay.[h,cc]: - added filemenu * mgui/MCamDisplay.[h,cc], mgui/MHexagon.[h,cc]: - added SavePrimitive function * mhist/MHHillas.cc: - changed 'deg' to '°' * mmain/MDataCheck.cc: - changed name of enums for buttons * Makefile.conf.osf1: - added some more exclusion flags to get rid of to much informations * Makefile: - changed flags of tar from '-cvf' to 'cvf' so that it runs on alpha, too * mbase/MAGIC.h: - put brackets around defines, to make it compile on alpha * mbase/MEvtLoop.cc, mbase/MParList.cc, mbase/MTask.cc, mgui/MGeomCam.cc, mhist/MHFadcPix.cc, mmc/MMcTrig.cxx: - removed inline statement, to make it link on alpha 2001/10/31: Thomas Bretz * Makefile: - changed MrProper output * Makefile.conf.general, Makefile.conf.linux, Makefile.conf.linux-gnu, Makefile.conf.osf: - added ARCHDEF environment * manalysis/MHillas.[h,cc]: - added units * mbase/BaseLinkDef.h: - added '+' for MTime * mbase/MAGIC.h: - let Linux find gLog when creating dictionary * mbase/MHtml.h: - removed include of TNamed * */Makefile - reordered *.cc filed to get rid of some 'rootcint' warnings * mgui/MCamDisplay.cc: - added SetBorderMode(0) * mgui/MHexagon.[h,cc]: - changed Print-output to fit into two lines - made Print appear in the context menu * merpp.cc: - Added MParContainer::Class()->IgnoreTObjectStreamer() * mbase/MEvtLoop.[h,cc], mbase/MReadTree.[h,cc], mmain/MAnalysis.[h,cc]: - added support for a progressbar * mbase/MFilterList.h: - added SetOwner-support * mbase/MLogManip.h: - added 'dec' manipulator to dbginf * mbase/MTask.h: - added GetNumExecutions * mraw/RawLinkDef.h: - added '+' for MRawEvtPixelIter, MRawCrateArray, MRawCrateData and MRawFile[Read,Write] 2001/10/30: Thomas Bretz * macros/MagicHillas.C - removed precreated objects * macros/readCt1.C: - fixed a bug (-> instead of .) * *LinDef.h: - added a '+' to all 'new' classes. 'new' means, that the object is not yet used in Monte Carlo Files. * *.h: - changed defines from CLASS_H to MARS_Class type (like root) * MMcPedestalCopy.[h,cc]: - added AddToBranchList stamements * manalysis/MPedestalPix.h, manalysis/MCerPhotPix.h, mgui/MGeomPix.h: - changed derivement from TObject to MParContainer to be sure fBits are not written, without specifying this for any TObject derived class 2001/10/29: Thomas Bretz * Makefile.rules: - changed the output * macros/rootlogon.C: - Added IgnorTObjectStreamer * manalysis/MCT1ReadAscii.cc: - changed fFileNames to a TList of TNamed objects * mbase/MArray.h: - removed include of MArray.h * mbase/MParContainer.[h,cc]: - changed fName, fTitle from pointer to static object - Changed ClassVersion to 0 * mbase/MParList.[h,cc]: - changed fName, fTitle from pointer to static object - changed include of TObjArray to a forward declaration (for faster compilation) - simplified the code * mbase/MInputStreamID.[h,cc]: - changed fStreamId from char* to TString - Changed ClassVersion to 0 * mbase/MReadTree.[h,cc]: - changed veto-list to an array of TNamed objects - implemented auto enabeling * mbase/MTask.[h,cc]: - implemented fListOfBranches for auto enabeling * mbase/MTaskList.[h,cc]: - changed fName, fTitle from pointer to static object - changed include of TObjArray to a forward declaration (for faster compilation) * mbase/MWriteRootFile.cc: - changed fName, fTitle from pointer to static object - set splitlevel in TTree::Branch to default - changed kSaveNow to kFillTree * mhist/MFillH.cc: - changed fName, fTitle from pointer to static object - check inharitance from MH * mhist/MH.[h,cc]: - changed fName, fTitle from pointer to static object - implementation of simplified static MakeDefCanvas * mhist/MHFadcCam.h: - removed include of TH1 * mhist/MHFadcPix.[h,cc]: - implemented persistent pixid - get rid of 'fixed string sizes' - Delete histograms from file structure (SetDirectory) - changed Root's MakeDefCanvas to TH1::MakeDefCanvas - removed include of TH1 * mhist/MHHillas.cc - changed fName, fTitle from pointer to static object - Delete histograms from file structure (SetDirectory) - changed Root's MakeDefCanvas to TH1::MakeDefCanvas - changed DrawClone to DrawCopy * mhist/MHMcCollectionArea.[h,cc]: - changed fName, fTitle from pointer to static object - Delete histograms from file structure (SetDirectory) - changed Root's MakeDefCanvas to TH1::MakeDefCanvas - changed DrawClone to DrawCopy - changed binning to log scale - removed include of TH1 * mhist/MHMcEnergy.cc, mhist/MHStarMap.cc: - changed fName, fTitle from pointer to static object - Delete histograms from file structure (SetDirectory) - changed Root's MakeDefCanvas to TH1::MakeDefCanvas * manalysis/MCerPhotEvt.cc, manalysis/MHillas.cc, manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc, manalysis/MMcPedestalCopy.cc, manalysis/MPedestalCam.cc, mbase/MClone.cc, mbase/MPrint.cc, mbase/MTime.h, mbase/MWriteAsciiFile.cc, mgui/MGeomCam.cc, mhist/MHFadcCam.cc, mhist/MHMcRate.cc, mmc/MMcTrig.cxx, mraw/MRawCrateArray.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawFileRead.cc: - changed fName, fTitle from pointer to static object * manalysis/MCerPhotCalc.cc, manalysis/MPedCalcPedRun.cc, mmontecarlo/MMcThresholdCalc.[h,cc], mmontecarlo/MMcTriggerRateCalc.[h,cc], mmontecarlo/MMcCollectionAreaCalc.[h,cc]: - changed fName, fTitle from pointer to static object - changed to use auto enabling scheme * macros/threshold.C, macros/collarea.C, macros/trigrate.C: - removed UseLeaf * macros/CT1Hillas.C, macros/readMagic.C: - made run again * mraw/MRawFileWrite.cc: - changed fName, fTitle from pointer to static object - changed TTree::Branch to use default split level (99) - added the missing important '.' to the Branch names! * mraw/MRawRunHeader.[h,cc]: - changed fName, fTitle from pointer to static object - implemented enum for Run Type 2001/10/26: Thomas Bretz * Makefile.rules: - changed output * readraw.cc: - changed name and description in TROOT - removed argument in MMcEvt::Print() * manalysis/MCerPhotEvt.[h,cc], manalysis/MCerPhotPix.[h,cc], manalysis/MHillas.[h,cc], mmc/MMcEvt.[hxx,cxx], mmc/MMcFadcHeader.[hxx,cxx], mmc/MMcTrig.[hxx,cxx], mmc/MMcTrigHeader.[hxx,cxx]: - according to root 3.01 made Print const * mbase/BaseLinkDef.h: - added MPrint * mbase/MPrint.[h,cc]: - added * mbase/MClone.[h,cc]: - changed MParContainer to a more general TObject * mbase/Makefile: - MPrint.cc added * meventdisp/MGCamDisplay.[h,cc], meventdisp/MGEvtDisplay.[h,cc], meventdisp/MGFadcDisp.[h,cc]: - introduced fInitOk for the case PreProcessing failed * mmain/MMonteCarlo.cc: - added correction for use of several trigger conditions - speedup threshold calc by usage of UseLeaf * magiclogo.xpm, marslogo.xpm: - changed * mmain/MMonteCarlo.cc: - added a workaround for the no dictionary for MMc* problem * mbase/MWriteRootFile.[h,cc]: - simplified code by removing MRootFileTree class * mbase/MLog.cc: - changed char[len+1] to 'new' statement 2001/10/23: Thomas Bretz * mbase/MLog.[h,cc]: - replaced usage of tmpnam by mkstemp * mgui/MCamDisplay.[h,cc]: - Paint function added which maintains the aspect ratio of the image - DrawPhotErr removed - removed gPad->Clear, so that we can draw into pads not only canvases * mhist/MFillHFadc.[h,cc], mhist/MFillHHillas.[h,cc], mhist/MFillHStarMap.[h,cc]: - removed * mmontecarlo/MMcTriggerRateCalc.[h,cc]: - removed unused spectral index and flux * mmontecarlo/MMcThesholdCalc.[h,cc],: mbase/MParList.[h,cc]: - fixed the Dimension handling * mmontecarlo/MMcTriggerRateCalc.[h,cc], - fixed the Dimension handling - added destructor * macros/trigrate.C: - fixed some small things - accelerated by use of MReadTree::UseLeaf * mhist/MHMcCollectionArea.h: - changed default argument of DrawClone from NULL to "". NULL caused the interpreter to crash. * mbase/MFilterList.[h,cc], mbase/MParContainer.[h,cc], mbase/MParList.[h.cc], mbase/MTime.[h,cc], mgui/MGeomCam.[h,cc], mgui/MGeomPix.[h,cc], mgui/MHexagon.[h,cc], mhist/MHMcEnergy.[h,cc], mhist/MHMcRate.[h,cc], mraw/MRawCrateData.[h,cc], mraw/MRawEvtHeader.[h,cc], mraw/MRawRunHeader.[h,cc]: - according to root 3.01 I made Print() const * mdatacheck/MViewAdcSoectra.[h,cc], mdatacheck/MShowSpect.[h,cc]: - removed * mbase/MReadTree.cc: - removed default argument from GetEntry-call * mbase/MTask.[h,cc]: - introduced mapping function for (Pre/Post)&Process - according to root 3.01 I made Print() const - added PrintStatistics - added call counter * mbase/MTaskList.[h,cc]: - adapted to new MTask mapping functions - according to root 3.01 I made Print() const - added PrintStatistics - moved some functionality to MTask-Mapper functions * mmain/MMonteCarlo.cc: - adapted to some changes in other classes - some small simplifications - accelerated, by use of UseLeaf - workaround for the ButtonGroup/Button delete bug * mmain/MAnalysis.cc: - workaround for the ButtonGroup/Button delete bug 2001/10/23: Thomas Bretz * macros/dohtml.C: - changed macro names * macros/getCollArea.C: - renamed to collarea.C - make use of new fast MReadTree * macros/getRate.C: - renamed to trigrate.C * macros/getThreshold.C: - renamed to threshold.C * Makefile.depend: - removed * mgui/MCamDisplay.[h,cc]: - fixed wrong usage of new operator in TClonesArray - the aspect ratio of the Canvas is used now to display geometries correctly (no 'small CT1 camera anymore) - replaced include of MCerPhotPix by a forward declaration - replaced include of MHexagon by a forward declaration * mgui/MGeomCam.[h,cc]: - added GetMaxRadius()-function - added CalcMaxRadius()-function - replaced include of MGeomPix by a forward declaration - replaced include of TObjArray by a forward declaration * mgui/MGeomCamMagic.cc, mgui/MGeomCamCT1.cc: - call CalcMaxRadius in the constructor 2001/10/22: Thomas Bretz * mhist/MH*.[h,cc]: - changed DrawClone according to root 3.01/06 to 'const' 2001/10/16: Thomas Bretz * mbase/MReadTree.[h,cc]: - added some output statements - added comments - added UseLeaf - changed AddFile to Int_t - simplified GetEntry call * mgui/MGeomCam.[h,cc], MGeomCamCT1.[h,cc], MGeomCamMagic.[h,cc]: - added come comments - removed Draw-function * mars.cc: - Changed name of TROOT object to 'mars' * merpp.cc: - changed name of TROOT object to 'merpp' - added some more ouput * mbase/MBaseLinkDef.h: - added MRootFileBranch - added MRootFileTree * mgui/MGeomPix.cc, mbase/MClone.cc, mraw/MRawRunHeader.cc: - added comments * mbase/MEvtLoop.cc: - added missing include - added another time output * mbase/MWriteRootFile.cc: - added ClassImp * mhist/MFillH.cc, mmontecarlo/MMcCollectionAreaCalc.cc: - changed output * mhist/MHMcCollectionArea.cc: - small fixes - changed error calculation according to Ciro * macros/CT1Hillas.C: - fixes some bugs (typos) 2001/10/05: Thomas Bretz * manalysis/MHillas.cc, manalysis/MImgCleanStd.cc, mbase/MClone.[h,cc], mbase/MFilterList.h, mbase/MWriteFile.h, mbase/MWriteRootFile.h, mdatacheck/MGDisplayAdc.cc, meventdisp/MGCamDisplay.cc, meventdisp/MGCamDisplay.h, meventdisp/MGEvtDisplay.h, mgui/MGeomPix.h, mhist/MFillH.h, mhist/MHHillas.h, mmain/MAnalysis.h, mmain/MBrowser.h, mmain/MCameraDisplay.h, mmain/MDataCheck.h, mmain/MEvtDisp.h, mmain/MMonteCarlo.h, mraw/MRawFileRead.cc - comments updated * mbase/MFilter.[h,cc]: - made IsExpressionTrue abstract * meventdisp/MGEvtDisplay.cc: - fixed a bug that only every second event was displayed * meventdisp/MGFadcDisp.[h,cc]: - reorganized code (changing pixel number drawed the histogram twice) * mgui/MCamDisplay.[h,cc]: - added fDrawingPad to make sure that all output goes into the same pad * mhist/HistLinkDef.h, mhist/Makefile: - removed old MFillH* classes 2001/10/02: Thomas Bretz * mbase/MClone.[h,cc], meventdisp/MGCamDisplay.[h,cc], meventdisp/MGEvtDisplay.[h,cc], mmain/MCameraDisplay.[h,cc]: - added * macros/readMagic.C: - fixed a "'->' and '.' mixed bug" * manalysis/MCT1ReadAscii.cc: - added initialisation of fIn * manalysis/MCerPhotEvt.[h,cc]: - made IsPixelExisting const - made IsPixelCore const - made IsPixelUsed const - made GetNumPhotons[Min,Max] const * mbase/BaseLinkDef.h, mbase/Makefile: - added MClone * mbase/MEvtLoop.[h,cc], mbase/MParList.[h,cc], mbase/MTaskList.[h,cc]: - added SetOwner-support * mdatacheck/DataCheckLinkDef.h, mdatacheck/Makefile: - removed MShowSpect - removed MViewAdcSpect * mdatacheck/MDumpEvtHeader.cc: - added missing descriptions * mdatacheck/MGDisplayAdc.[h,cc]: - small changes * meventdisp/EvtDispLinkDef.h: - added MGEvtDisplay - added MGCamDisplay * meventdisp/MGFadcDisp.[h,cc]: - derived from MGEvtDisplay - most of the code moved to MGEvtDisplay to support MGCamDisplay, too * meventdisp/Makefile: - added MGCamDisplay * mgui/MCamDisplay.[h,cc]: - cleaned - reorganized * mgui/MHexagon.cc: - added missing descriptions * mhist/MHFadcPix.cc: - reorganized some code in the constructor which creates the 'names' * mhist/MHHillas.cc, mhist/MHMcCollectionArea.cc, mhist/MHMcEnergy.cc, mhist/MHStarMap.cc: - Draw-function supports a default canvas now * mmain/MDataCheck.cc: - added/rorganized comments - removed usage of MViewAdcSpectra * mmain/MMars.[h,cc]: - added new "Camera Display" Button * mmain/MainLinkDef.h, mmain/Makefile: - added MCameraDisplay 2001/09/28: Thomas Bretz * macros/getRate.C: - changed TObjArray to a non-pointer object - added Printing of the result at the end of the macro * mhist/MHMcCollectionArea.[h,cc], mhist/MHMcEnergy.[h,cc]: - added DrawClone * mhist/MHMcRate.[h,cc]: - added a dummy for DrawClone * mmain/MMonteCarlo.[cc, h]: - added Gui elements - added CalculateCollectionArea (not yet tested) - added CalculateTriggerRate (not yet tested) - added Threshold (not yet tested) * mmontecarlo/MMcTriggerRateCalc.cc: - removed output stuff from PostProcessing * meventdisp/MGFadcDisp.[h,cc], mdatacheck/MGDisplayAdc.[h,cc]: - reorganized code (constructor) - reorganized deletion of gui objects - fixed many, many memory leaks 2001/09/27: Thomas Bretz * mmain/MBrowser.cc: - added comments * mmain/MAnalysis.[h,cc]: - added entry field for cleaning levels - restructured code a bit * mhist/MFillH.cc: - fixed missing initialization of member variables in Init * mhist/MHHillas.[h,cc]: - Added comments - Added DrawClone - Removed kCanDelete bits from Draw function * mhist/MHStarMap.[h,cc]: - Added comments - Added DrawClone - moved some code from the Draw-functions to PrepareDrawing 2001/09/26: Thomas Bretz * mmain/MMars.[cc,h], mmain/MBrowser.[cc,h], MDataCheck.[cc,h], mmain/MEvtDisp.[cc,h], mmain/MMonteCarlo.[cc,h]: - reorganized code (constructor) - reorganized deletion of gui objects - fixed many, many memory leaks - small changes in layout * mmain/MAnalysis.[h,cc]: - added * macros/*: - added Copyright notice - added some small sanity checks * macros/MagicHillas.C: - fixed '->' bug - changed MFillHStarMap to MFillH * mbase/MReadTree.cc, mraw/MRawFileWrite.cc: - removed an old debug statement * mmain/MMars.cc: - added new Analysis functionality * mmain/MainLinkDef.h: - addded MAnalysis * mmain/Makefile: - added MAnalysis.cc * mmc/McLinkDef.h: - removed nonsens define statement 2001/09/25: Thomas Bretz * Makefile: - changed make tar so that 'CVS/Root' isn't added to the tar-file anymore It contains the origin (CVSROOT) of the repository and my confuse people triing to commit changed files from such an archive to the repository * mmain/MBrowser.[cc,h]: - reorganized code (constructor) - reorganized deletion of gui objects - fixed many, many memory leaks * mmain/MMars.[cc,h]: - reorganized code (constructor) - reorganized deletion of gui objects - fixed many, many memory leaks 2001/09/20: Thomas Bretz * mbase/MLog.[h,cc]: - made working with Cosy - fixed gui stuff to work like expected * manalysis/MCerPhotPix.h: - replaced TROOT.h by MAGIC.h * mfilter/MFTriggerLvl1.h: - added description 2001/09/20: Thomas Bretz * released Version 0.4 * mevtdisp/MGFadcDisp.cc, mmain/MMars.cc: - switched to root version >= 3.00 * Makefile.conf.linux: - added to support the new Linux distributions * .rootrc: - removed references to MARSSYS 2001/09/13: Thomas Bretz * Makefile.conf.linux-gnu: - removed "-Woverloaded-virtual". it doesn't really help 2001/08/02: Thomas Bretz * macros/getRate.C: - make use of new stylish lists of containers * macros/CT1Hillas.C, macros/getCollArea.C: - make use of return value of Eventloop * macros/merpp.C: - changed return type to void 2001/07/23: Thomas Bretz * mbase/MParList.cc: - redifinition of default argument: fixed 2001/07/23: Thomas Bretz * mmontecarlo/MMcThresholdCalc.[cc,h]: - changed PreProcess action to new stylish lists of containers * mhist/Makefile: - removed MEnergies.cc * mhist/HistLinkDef.h: - removed MEnergies.cc * mbase/MReadTree.cc: - removed a bug which causes MReadTree to show strange behaviour. We cannot use GetBranch()->SetAddress() we have to use SetBranchAddress. * macros/MagicHillas.C: - changed to new stylish histogram fillers. * mhist/MHMcRate.cc: - some simplifications to the constructors - some accelerations of the rate calculation * mhist/MHHillas.C: - added axis descriptions (thanks to Rudy) 2001/07/20: Thomas Bretz * mhist/MH.cc: - added comments * mhist/MFillH.cc: - added comments * mbase/MParList.[h,cc]: - Added AddToList from a TObjArray - Added GetClassName - Added GetObjName - Added FindObjectList - Added FindCreateObjList - Added CreateObjList * mhist/MHMcEnergies.[h,cc]: - deleted * mhist/MHMcEnergy.[h,cc]: - rewrote constructor in a way that MHMcEnergies isn't needed anymore - added a SetName function which replaces the old constructor somehow * macros/getThreshold.C: - make use of some new features 2001/07/19: Thomas Bretz * mbase/MEvtLoop.cc: - added comments * mbase/MTaskList.cc: - changed the wrong 'break' for kCONTINUE into 'return kTRUE' * mhist/MH.[cc,h] - added * mhist/MFillH.[cc,h] - added - in principal MFillHHillas, MFillHFadc and MFillHStarMap can be deleted now * mhist/HistLinkDef.h: - added MH - added MFillH * mhist/MFillHFadc.cc: - moved source for filling to corresponding histogram class * mhist/MFillHHillas.cc: - included MHillas.h * mhist/MHFadcCam.[cc, h]: - added Fill - made FillHi, FillLo private * mhist/MHHillas.[cc, h], mhist/MHStarMap.[h,cc]: - changed Fill function to new style - derived class from MH * mhist/Makefile: - added MH.cc - added MFillH.cc 2001/07/18: Oscar Blanch * macros/getRate.C: - Macro to compute the trigger rate from a MonteCarlo file * mhist/MHMcRate.[h,cc]: - Container to store trigger rate information - Draw() functin member to be implemented * mmontecarlo/MMcTriggerRateCalc.[h,cc]: - Task to compute trigger rate 2001/07/13: Thomas Bretz * mbase/MEvtLoop.[h,cc]: - Added a result value to Eventloop to be able to detect if the execution was successfull - changes postProcess to return the return value from MTaskList::PostProcess * mbase/MParList.cc: - FindCreateObj removes now a 'dot' from the end of an indexed object name like "Events;7." * mbase/MReadTree.cc: - small changes to the output * mbase/MTask.[h,cc]: - added Preprocessed flag. This enables the tasklist to only postprocess already preprocessed tasks * mbase/MTaskList.cc: - don't postprocess non preprocessed tasks * mhist/MHMcCollectionArea.cc: - added descriptions to histrograms - changed names of histograms - added drawing of canvas to Draw-functions * mhist/MHMcEnergy.[h,cc]: - added variables to store the calculated result - changed names and titles of histogram - added axis titles to histogram - moved result calculation into fit-function * mmontecarlo/MMcCollectionAreaCalc.cc: - added name of input container to be able to process another container than "MMcTrig" * mmontecarlo/MMcThresholdCalc.cc: - removed trailing dot from container name creation * mhist/MMcThresholdCalc.cc: - removed a wrong '.' behind the number when processing more than one trigger condition * mraw/MRawRunHeader.cc: - added "Monte Carlo Data" as runtype 2001/07/10: Thomas Bretz * mhist/MHMcEnergy.h: - renamed SetBins to SetNumBins * mmontecarlo/MMcThresholdCalc.cc: - changed style of comments - moved sqrt(2) from Postprocess to header. * mmontecarlo/MMcEnerHisto.[cc,h], mmontecarlo/MMcEnerThre.[cc,h], mmontecarlo/MMcEnerThreCalc.[cc,h]: - removed * mmontecarlo/MCollArea.[cc,h], mmontecarlo/MCollAreaTrigger.[cc,h]: - removed 2001/07/09: Thomas Bretz * mbase/MParList.cc: - made handling of already existing containers in AddToList a bit more convinient * mbase/MTaskList.[h,cc]: - added come comments - made handling of already existing tasks in AddToList a bit more convinient - Added name-argument to constructor * mraw/MRawFileRead.[cc, h]: - move file-open check from constructor to PreProcess - added variable for filename * mraw/MRawFileWrite.[cc,h]: - moved fOut->Write from PostProcess to destructor - removed PostProcess 2001/07/06: Thomas Bretz * mfilter/FilterIncl.h, mfilter/FilterLinkDef.h, mfilter/MFTriggerLvl1.[h,cc], mfilter/mfilter/Makefile: - added * Makefile - mfilter added * Makefile.conf.linux-gnu: - added some warning options * Makefile.conf.osf1: - enhanced warnings * manalysis/MCerPhotEvt.cc: - removed a small buf from the constructor * BaseLinkDef.h: - added MFilter - added MFilterList * mbase/MLog.[h,cc]: - added a non-empty copy constructor to make cxx happy * mbase/MParList.[h,cc]: - added second overload-function FindObject * mbase/MTask.h: - added all Filter stuff * mbase/MTaskList.cc: - changed debug output - added filter-stuff to Process * mbase/MTaskList.h: - changed Print default option from NULL to "" * mbase/Makefile: - added MFilter - added MFilterList * mhist/MFillHFadc.cc: removed a small bug in the PreProcessing * manalysis/MCerPhotEvt.h, manalysis/MHillas.cc, manalysis/MHillas.h, manalysis/MImgCleanStd.cc, manalysis/MPedestalCam.h, mgui/MGeomCam.h, mhist/MFillHHillas.h, manalysis/MHillasCalc.h, manalysis/MCerPhotCalc.h, manalysis/MImgCleanStd.h, mhist/MFillHStarMap.h, mhist/MHHillas.cc, mhist/MHHillas.h, mhist/MHStarMap.cc, mhist/MHStarMap.h, mmc/MMcFadcHeader.hxx, mmc/MMcFadcHeader.hxx, mmc/MMcTrig.hxx, mmontecarlo/MMcThresholdCalc.h: - made more const-correct * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc, manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc, manalysis/MMcPedestalCopy.cc, manalysis/MPedCalcPedRun.cc, mhist/MFillHFadc.cc, mhist/MFillHHillas.cc, mhist/MFillHStarMap.cc, mmontecarlo/MMcThresholdCalc.cc, mraw/MRawFileRead.cc, mraw/MRawFileWrite.cc: - added comments * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc, manalysis/MCerPhotPix.cc, manalysis/MHillas.cc, manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc, manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalCopy.h, manalysis/MPedCalcPedRun.cc, manalysis/MPedestalCam.cc, manalysis/MPedestalPix.cc, mbase/MArray.cc, mbase/MArrayB.cc, mbase/MArrayS.cc, mbase/MEvtLoop.cc, mbase/MLog.cc, mbase/MParList.cc, mbase/MReadTree.cc, mbase/MTask.cc, mbase/MTime.cc, mbase/MWriteAsciiFile.cc, mbase/MWriteFile.cc, mbase/MWriteRootFile.cc, mhist/MFillHFadc.cc, mhist/MFillHFadc.cc, mhist/MFillHHillas.cc, mhist/MFillHStarMap.cc, mhist/MHFadcCam.cc, mhist/MHFadcPix.cc, mhist/MHHillas.cc, mhist/MHMcCollectionArea.cc, mhist/MHMcEnergies.cc, mhist/MHMcEnergy.cc, mhist/MHStarMap.cc, mraw/MRawCrateArray.cc, mraw/MRawCrateData.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawEvtPixelIter.cc, mraw/MRawFileRead.cc, mraw/MRawFileWrite.cc, mraw/MRawRunHeader.cc: - added semicolon after ClassImp to make my editor happy * mmain/MEvtDisp.cc: - removed a wrong comma in the enumerations * mmontecarlo/MMcThresholdCalc.cc: - made compile on osf by removing brackets in new steatement (constructor) 2001/07/05: Thomas Bretz * macros/CT1Hillas.C: - changed the wrong pointers to dots. * macros/getThreshold.C: - added some comments - removed the canvas creation - drawing replaced by a loop - changed trigger conditions to 1 (should work with any MC file) * macros/readMagic.C: - changed the event counter to the number of the event in the file - removed icound * manalysis/MPedCalcPedRun.cc, manalysis/MCerPhotCalc.cc, mbase/MParContainer.cc, mbase/MParContainer.h, mbase/MParList.cc, mbase/MParList.h, mbase/MTaskList.cc, mbase/MWriteAsciiFile.cc, mbase/MWriteRootFile.cc, mhist/MFillHFadc.cc, mhist/MFillHHillas.cc, mhist/MFillHStarMap.cc, - changed HasChanged to ReadyToSave * mbase/MReadTree.cc: - added some comments * mhist/MHMcEnergies.h: - fixed bug in []-operator * mhist/MHMcEnergy.cc: - added canvas creation to draw function * mmontecarlo/MMcThresholdCalc.cc: - fixed a bug in the constructor 2001/06/20: Thomas Bretz * macros/merpp.C: - fixed type in comment * manalysis/MHillas.cc: - fixed 'FIXME' comment * mbase/MWriteFile.[h,cc]: - added * mbase/MWriteRootFile.[h,cc]: - added * mbase/BaseLinkDef.h: - Added MWriteFile - Added MWriteRootFile * mbase/MEvtLoop.cc: - fixed the counting in the eventloop * mbase/MWriteAsciiFile.[h,cc]: - changed class that it is based on MWriteFile now * mbase/Makefile: - added MWriteFile - added MWriteRootFile * mhist/MFillHFadc.[h,cc]: - added set for HasChanged (new PostProcess) * mhist/MFillHHillas.cc: - added set for HasChanged (new PostProcess) * mhist/MFillHStarMap.cc: - added set for HasChanged (new PostProcess) * mhist/MHHillas.cc: - Set kCanDelete to make sure, that the histograms are deleted together with the canvas * mraw/MRawFileWrite.[h,cc]: - changed the handling of opening, closing and checking file 2001/06/13: Thomas Bretz * ./.../*.h: - added some comments and corrected some descriptions. * mbase/MParContainer.[h,cc]: - added a 'dummy' function for AsciiRead, AsciiWrite * mbase/MWriteAsciiFile.[h,cc]: - added new constructor (specify directly the pointer to the class) * mgui/MHexagon.cc: - made Copy-function more readable * mgui/MParContainer.cc: - made Copy-function more readable * mhist/MHMcEnergies.[h,cc]: - files added as a container to make handling of several MHMcEnergy easier * mbase/MAGIC.h: - encapsulated include of TROOT * mbase/MTaskList.cc: - added SetHasChange and Reset to PostProcess * mhist/HistLinkDef.h - added MHMcEnergies * mhist/MHMcEnergy.[h,cc]: - added name and title to constructor - added number to name of container * mmontecarlo/MMcThresholdCalc.cc: - corrected typo in creation of the container names * mraw/MRawEvtData.cc: - Set kCanDelete in Draw function 2001/06/12: Thomas Bretz * mmontecarlo/MMcEnerThreCalc.[cc,h] - copied to mmontecarlo/MMcThresholdCalc.[cc,h] * mmontecarlo/MMcEnerThreHistos.[h,cc] - copied to mmhist/MHMcEnergy.[h,cc] * mbase/Makefile: - added MWriteAsciiFile.cc * mhist/HistIncl.h: - added TF1.h * mhist/HistLinkDef.h: - added MHMcEnergy * mhist/Makefile - added MHMcEnergy * mmontecarlo/MCollArea.h: - fixed typo in ifndef * mmontecarlo/Makefile: - added MMcThresholdCalc.cc - removed MMcEnerHisto.cc - removed MMcEnerThre.cc - removed MMcEnerThreCalc.cc * mmontecarlo/MonteCarloLinkDef.h: - added MMcThresholdCalc.cc - removed MMcEnerHisto.cc - removed MMcEnerThre.cc - removed MMcEnerThreCalc.cc * mbase/MWriteAsciiFile.[h,cc]: - added * manalysis/MCT1ReadAscii.h: - removed fFileName from class definition * manalysis/MCerPhotCalc.cc: - use of SetHasChanged added * manalysis/MHillas.[h,cc]: - Reset added - AsciiRead added - AsciiWrite added - use of SetHasChanged added * manalysis/MPedCalcPedRun.[h,cc]: - made fNumHiGainSamples a class member - renamed some member functions - made the 'internal' member functions private - added SetHasChanged - made these functions const * mbase/BaseLinkDef.h - MWriteAsciiFile added * mbase/MEvtLoop.cc: - some small changes to the logging output * mbase/MParContainer.cc: - fHasChanged added * mbase/MParContainer.h: - Reset prototype added - HasChanged added - SetHasChanged added * mbase/MParList.[cc,h]: - SetHasChanged added - Reset added * mbase/MTaskList.cc: - Process: call SetHasChanged before looping - Process: call Reset before looping * mbase/MTaskList.h: - fParList added to class definition 2001/04/27: Thomas Bretz * macros/merpp.C: - made the merpp-macro Mars 0.3 compatible 2001/04/19: Thomas Bretz * mbase/MParList.cc: - added stripping of the string after last semicolon (classname) * mbase/MReadTree.cc: - added Veto funtionality to PreProcess - added HasVeto - added fVetoList - added VetoBranch 2001/04/18: Thomas Bretz * mbase/MHtml.[cc.h]: - Added * mbase/*.cc: - changed comments of member functions to new MHtml-Style 2001/04/09: Thomas Bretz * mbase/MParList.cc: - Added the possibility to specify a different object name in FindCreateObj * .rootrc: - changed the style for the html documentation * macros/dohtml.C: - added SetXwho * (*.cc): - added the copyright comment block * mgui/MGeomCamMagic.cc: - added some comments to all these numbers * mraw/MRawEvtPixelIter.h: - added Jump member function which jumps directly to the pixel with a given id 2001/04/09: Thomas Bretz * mgui/MGeomPix.cc: - fixed a small error in SetNeighbors (thanks to Oscar) * mgui/MGFadcDisp.[h,cc]: - Fixed many small errors which caused the display to display nonsens in some situations 2001/04/04: Thomas Bretz * mraw/MRawEvtData.[cc,h]: - changed wrong return type of GetNumPixels to UShort_t * mmain/MBrowser.[cc,h]: - made the dialog somehow work like it should 2001/04/03: Thomas Bretz * manalysis/MCT1ReadAscii.cc: - the pedestal values read from the file are now stored in MeanRms instead of Sigma * manalysis/MCerPhotCalc.cc: - The pedestal mean Rms is used as the pixel error * MImgCleanStd.cc: - CleanStep1: the '<' was replaced by a '<=' to clean also pixels with value=noise=0 * MMcPedestalCopy.cc: - All the pedestal values are now filled in (are they calculated correctly?) * mgui/MGeomCamMagic.cc: - Forgot to initialize the Nextneighbors of the Magic Camera (thanks to Oscar) * mhist/MHStarMap.cc: - I changed the model of the display (colors and bin width) to get a 'better' result 2001/04/02: Thomas Bretz * mraw/MRawEvtHeader.h, mraw/MRawFileWrite.cc: - added constants (kTT*) for trigger type * manalysis/MImgCleanStd.[h,cc]: - added changeable cleaning levels * manalysis/MHillas.cc: - added some more sanity checks to the calculation * manalysis/MCT1ReadAscii.[h,cc]: - added some kind of chain feature (AddFile) to process more than one file * mgui/MGeomPix.[h,c]: - added interface to pixel neighbors * mgui/MGeomCamCT1.[cc,h], mgui/MGeomCamMagic.[cc,h]: - creates the neighbor geomtry now, too * manalysis/MImgCleanStd.[cc,h]: - switched to new stylish neighbors from MGeomCam 2001/03/30: Thomas Bretz * mdatacheck/MH*, mdatacheck/MFillH*: - moved to mhist * mraw/MrawEvtPixelIter: - IsLoGain -> HasLoGain * mgui/MG*: - renamed - moved to mmain - move Browser functionality to MBrowser * mmain/, mhist: - new 2001/03/21: Thomas Bretz * manalysis/MHillas.[h,cc]: - fixed some minor errors, added sanity check (N<2) to Calc * manalysis/MFillHHillas.cc: - skip event if Hillas calculations fails * macros/getCollArea.C, macros/readMagic.C, mdatacheck/MViewAdcSpectra.cc, meventdisp/MGFadcDisp.cc: - changed order in MReadTree constructor * manalysis/MCT1ReadAscii.[h,cc]: - changed to use MPedestalCam * manalysis/MCT1Pedestals.[h,cc]: - removed * manalysis/Makefile, manalysis/AnalysisLinkDef.h: - removed MCT1Pedestals * mbase/BaseLinkDef.h: - added const values from Magic.h * mbase/MLogManip.h: - changed style of dbginf * mbase/MParList.cc: - make use of dbginf * mbase/MReadTree.[h,cc]: - switched from a TTree to a TChain object - chnaged order of variables of the constructor 2001/03/21: Thomas Bretz * macros/CT1Hillas.C, manalysis/MImgCleanStd.cc, manalysis/MImgCleanStd.h, manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalCopy.h, manalysis/MCerPhotCalc.h, manalysis/MCerPhotCalc.cc, mdatacheck/MHHillas.h, mdatacheck/MHHillas.cc, mdatacheck/MFillHFadc.cc, mdatacheck/MFillHFadc.h, mdatacheck/MHFadcCam.cc, mdatacheck/MHFadcCam.h, mdatacheck/MHFadcPix.cc, mdatacheck/MHFadcPix.h, mdatacheck/MFillHHillas.cc, mdatacheck/MFillHHillas.h - added * mdatacheck/MHistosAdc.[h,cc]: - replaced by MHFadc[Cam,Pix] * mdatacheck/MFillAdcSpect.[h,cc]: - replaced by MFillHFadc * macros/readCT1.C: - uses the new classes now - calculates and displays hillas * manalysis/AnalysisLinkDef.h: - added MCerPhotCalc, MImgCleanStd, MMcPedestalCopy * manalysis/MCT1ReadAscii.cc: - PreProcess uses FindCreateObj now * manalysis/MCerPhotEvt.cc, manalysis/MPedestalCam.cc: - changed the new back to 'new with placement' * manalysis/MCerPhotEvt.[h, cc]: - removed cleaning from this class * manalysis/MHillas.cc: - some small changes in the naming inside Calc() * manalysis/MHillas.h: - added Get-functions * manalysis/MPedestalCam.h: - added InitSize-function * manalysis/MPedestalPix.h: - made Get-functions const * manalysis/Makefile: - added MMcPedestalCopy, MImgCleanStd, MCerPhotCalc * mbase/MLogManip.h: - "l." before line number * mbase/MParList.cc: - added the autodelete feature for automatically created classes * mdatacheck/DataCheckLinkDef.h: - added MHFadc[Cam,Pix], MHHillas - removed MHistosAdc - added MFillHFadc, MFillHHillas * mdatacheck/MGDisplayAdc.[h,cc], MShowSpect.[h,cc], mdatacheck/MViewAdcSpectra.[h,cc], : - changed from MHistaosAdc to MHFadcCam * mdatacheck/Makefile: - added MFillHFadc.cc, MFillHHillas.cc - removed MFillAdcSpect.cc * manalysis/MCT1ReadAscii.h, mbase/MEvtLoop.h, mbase/MLog.h, mbase/MParList.h, mbase/MReadTree.h, mbase/MTask.h, mbase/MTaskList.h, mdatacheck/MDumpEvtHeader.h, meventdisp/MGFadcDisp.h, mgui/MCamDisplay.h, mgui/MCamNeighbor.h, mgui/MGDataCheckMain.h, mgui/MGEventDispMain.h, mgui/MGMarsMain.h, mgui/MGMonteCarloMain.h, mgui/MGPrototyp.h, mgui/MHexagon.h, mmontecarlo/MCollAreaTrigger.h, mraw/MRawEvtPixelIter.h, mraw/MRawFileRead.h, mraw/MRawFileWrite.h: - set version number to '0' (no i/o for this class) * mgui/MGeomCamCT1.cc: - new claculation algorith for the CT1 camera. It is more exact in the camera plain * mgui/MHexagon.cc: - removed Draw-function (it is inherited from TObject) * mmc/MMcFadcHeader.hxx: - Added get-functions 2001/03/20: Thomas Bretz * manalysis/MPedestalPix.[h,cc], manalysis/MPedestalCam.[h,cc], manalysis/MHillas.[h,cc], manalysis/MHillasCalc.[h,cc], mgui/MGeomCamCT1.[h,cc], mgui/MGeomCamMagic.[h,cc] - added * macros/readCT1.C: - added calculation of Hillas parameters - changed from pointers to objects * manalysis/AnalysisLinkDef.h, manalysis/Makefile: - added MPedestalPix/Cam, MHillas, MHillasCalc * manalysis/MCerPhotEvt.[h,cc]: - removed fType - commented out Draw function - should be fixed soon - renamed *Nb* to *Num* - renamed Get[Min,Max]NumPhotons to GetNumPhontons[Min,Max] * meventdisp/MGFadcDisp.[h,cc]: - changed parameter of ReadinEvent to unsigned * mgui/GuiLinkDef.h, mgui/Makefile: - added MGeomCamCT1, MGeomCamMagic * mgui/MCamDisplay.[h,cc]: - changed constructor argument from int to MGeomCam - renamed *Nb* to *Num* * mgui/MGeomCam.[h,cc]: - removed all camara specific stuff - MGeomCam is now used as a base class for the classes MGeomCam[Magic,CT1] which are containing the camera specific stuff * mgui/MGeomPix.h: - added Set function 2001/03/02: Thomas Bretz * manalysis/Makefile, mdatacheck/Makefile, meventdisp/Makefile, mgui/Makefile: - new * mbase/MParList.[cc,h]: - Added FindCreateObj member function - added a name to the constructor * mbase/MReadTree.cc: - changed to use FindCreateObj * mdatacheck/MDumpEvtHeader.cc: - removed fPixelIter from member list - changed cout to *fLog * mdatacheck/MViewAdcSpectra.cc: - removed a HUGE memory leak. All the objects in the list (and the lists itself were NEVER deleted) * mdatacheck/MFillAdcSpect.cc - removed fPixelIter from member list - changed cout to *fLog - changed to use FindCreateObj - changed high and low to hi and lo * mdatacheck/MShowSpect.cc - changed cout to *fLog - added a name to the constructor * mraw/MRawFileRead.cc: - changed to use FindCreateObj * mdatacheck/MGDisplayAdc.[h,cc]: - added some new member functions to make code more clear - removed fHists from the destructor * mdatacheck/MHistosAdc.h: - changed high and low to hi and lo * macros/dohtml.C: - added manalysis 2001/03/01: Thomas Bretz * Makefile: - added headers to dependencies * Makefile.rules: - added headers to dependencies * merpp.cc: - changed from pointers to objects - added compression level support * readraw.cc: - removed unnecessary includes * mbase/MArray*.*: - changed all Int_t to UInt_t * mbase/MLogManip.h: - changed name of __DINF__ to dbginf * mraw/MRawCrateData.[h,cc], mraw/MRawEvtHeader.[h,cc], mraw/MRawRunHeader.[h,cc]: - changed ifstream to istream * mraw/MRawEvtData.cc: - changed the reading, which speeds up merpp by a factor of 10 * mraw/MRawEvtData.h: - added flag to InitArrays and DeletePixels (not yet used) * mraw/MRawFileRead.h: - removed pParList from parameter list * manalysis/AnalysisLinkDef.h - removed MReadCT1Ascii, added MCT1ReadAscii - added MCT1Pedestals * manalysis/MCerPhotEvt.[h,cc]: - changed the constructor a little bit - rewrote Print() to make it a bit more readable - moved MCerphotPix to new File - added many lines of comments - exchanged old stylish new call with new stylish(=) one - replaced all accesses to fPixels with the [] operator to make this lines more readable - made all variable declarations const-correct, - I changed the style of the cleaning method from if(a){if()b{if(c){}}} to if(!a)continue; if(!b)continue if(!c) continue; to make it more compact, readable and easier to understand - renamed the Boolean-functions to Is* to get a stricter structure - replaced mapping function to access the pixel list entries by the new operator to get rid of more than the necessary number of member functions without loosing speed or readability - renamed GetMinimum/MaximumPhoton to GetMin/MaxNumPhotons to be more exact * mgui/MCamGeom.* splitted and changed to MGeomCam/Pix: - added a new operator to access the TObjArray - removed unnecessary code from CreateCT1 * mbase/MAGIC.h: - added kPI * mbase/MReadTree.cc: - added some comments * mgui/MCamDisplay.[h,cc]: - added some comments, reordered a bit the calls in the constructor to get a 'straight forward structure', MGeomCam is now only locally used where it is needed, replaced access to the TClonesArrays by new member-function to get a more readable code, replaced old stylish new call with new stylish one, made variable decleration const-correct, introduced a new member function to set the pixel color, renamed the overloaded Draw functions to DrawPhotons, DrawPhotErr to prevent missunderstatements, changed the 'layout' of GetColor to make it easier to understand the algorithm, * mgui/MCamNeighbor.[h, cc]: - changed to new log-interface - exchanged -9999 by -1 - skipped the exits - you must check for -1 one in any case - this means a warning should be enough * mgui/MHexagon.[h,cc]: - added new constructor whcih uses a MGeomPix-object 2001/02/28: Thomas Bretz * mbase/MParList.[h,cc]: - changed return type of FindObject back to TObject - it seems so, that some compilers don't like overriding the return type of a virtual member function 2001/02/23: Thomas Bretz * mraw/MRawEvtPixelIter.h: - added GetSum* functions * mbase/MParList.[h,cc]: - Removed unnecessary fNext-stuff 2001/02/22: Thomas Bretz * merpp.cc, readraw.cc, mbase/MParContainer.cc, mbase/MParList.cc, mbase/MParList.h, mbase/MReadTree.cc, mbase/MTask.cc, mbase/MTask.h, mbase/MTaskList.cc, mbase/MTime.cc, mdatacheck/MDumpEvtHeader.cc, mdatacheck/MShowSpect.cc, meventdisp/MGFadcDisp.cc, mgui/MGPrototyp.h, mmc/MHeaderTrig.cxx, mraw/MRawCrateArray.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawFileRead.cc, mraw/MRawFileWrite.cc, mraw/MRawRunHeader.cc: - exchanged cout with the new logging style (gLog, *fLog) * mraw/MRawEvtData.cc: - added 'dec' option to Print * mmc/MHeaderTrig.cxx, mmc/MMcEvt.cxx, mmc/MMcTrig.cxx: - small changes to the Print funtions 2001/02/21: Thomas Bretz * MRawEvtData.cc: - Changed ReadEvt according to the new raw binary format 2001/02/20 * Added MLog.[h,cc], MLogManip.[h,cc] * Adde SetStreamer and fLog to the MParContainer base class * Derived MEvtLoop from MParContainer * Makefile: - added 'tar' * mbase/BaseIncl.h: - added fstream.h, TGListBox.h * mbase/BaseLinkDef.h: - added pragma for gLog and MLog * mbase/MAGIC.h: - added forward definition for gLog * mbase/MEvtLoop.cc: - exchanged cout with *fLog - added statements to provide log-facility to all tasks als parameter containers * mbase/MEvtLoop.h: - Small changes * mbase/MParContainer.h: - Added definitions necessary for use of Log-Facility * mbase/MParList.[h,cc]: - Added SetLogStream * mbase/MTask.h: - added fLog * mbase/MTaskList.[h,cc]: - added SetLogStream * mbase/Makefile: - Added MLog.cc, MLogManip.cc 2001/02/19: Harald Kornmayer * implemented the Image Cleaning a la CT1 to the class MCerPhotEvt * changed the readCT1.C file to show the effects of the image cleaning a la CT1 * changed mgui/MCamNeighbor.cc mananlysis/MCerPhotEvt.cc .h macros/readCT1.C 2001/02/19: Thomas Bretz * MParContainer.h added prototypes for AsciiRead/Write * .rootrc added * MEvtLoop.[h,cc]: - split eventloop in its three parts, this should be used for debugging only. 2001/02/06: Harald Kornmayer * the first running version with a eventdisplay. Now we are able to display an Event on the photo electron level. To do this, run the macro "macros/readCT1.C" after changing the file name. changed: macros/readCT1.C manalysis/MNphotEvent.cc, manalysis/MNphotEvent.h analysis/MReadCT1Ascii.cc mgui/MCamDisplay.cc, mgui/MCamDisplay.h 2001/01/23: Harald Kornmayer * the integration of the class FadcDisp in the mars enviroment and further developments in the display changed: meventdisp/MGFadcDisp.h meventdisp/MGFadcDisp.cc mgui/GuiIncl.h mgui/GuiLinkDef.h mgui/MGMarsMain.cc mgui/MGPrototyp.cc mgui/MGPrototyp.h mgui/Makefile added: mgui/MGEventDispMain.h mgui/MGEventDispMain.cc 2001/01/22: Harald Kornmayer * started with the development of a EventDisplay Utitliy. Therefore I added the following files. meventdisp/EvtDispIncl.h meventdisp/EvtDispLinkDef.h meventdisp/MGFadcDisp.cc meventdisp/MGFadcDisp.h meventdisp/Makefile Also a few of the older files where slightly changed. ./Makefile ./Makefile.rules mraw/MRawEvtData. 2001/01/19: Thomas Bretz * mmc/*.hxx: - changed include of MDefineTrigger.h back 2001/01/19: Oscar Blanch * mmc/MTriggerDefine.h: - added 2001/01/18: Thomas Bretz * Makefile: - mmc-library added * Makefile.conf.general: - Added definition of __MARS__ * Makefile.rules: - Added definitions to rootcint * Oscar added the McFormat subdir of the Monte Carlo as mmc * mmc/MMcEvt.h: - renamed to MMcEvt.hxx * mmc/*.hxx: - added necessary defintions from MDefineTrigger.h * mmc/Makefile, mmc/McLinkDef.h, mmc/McIncl.h, mmc/readme.txt: - added * mmc/LinkDef.h: - removed 2001/01/17: Thomas Bretz * Makefile: - Exchanged explicit rules to make library by implicit ones - The shared object works now. I exchanged the libraries with the object files. But I don't know why the libraries don't work. * Makefile.conf.linux-gnu: - replaced CC with gcc (instead of g++) * mdatacheck/DataCheckLinkDef.h: - removed unused statements * mraw/RawLinkDef.h: - added globals * mraw/MerppLinkDef.h: - removed unused file 2001/01/12: Thomas Bretz * MLinkDef.h, MIncl.h, marslogo.xpm, magiclogo.xpm: - added * LinkDef.h: - removed * Makefile: - Added CINT, mrproper * mbase/Makefile, mraw/Makefile, mgui/Makefile, mdatacheck/Makefile: - included makefile.general, Makefile.rules, - removes corresponding lines * mdatacheck/MDumpEvtHeader.[h,cc], mdatacheck/MFillAdcSpect.[cc,h], mdatacheck/MFillAdcSpect.[h,cc], mdatacheck/MGDisplayAdc.[cc,h], mdatacheck/MHistsosAdc.[h,cc], mdatacheck.MShowSpect.[cc,h] - changed include statements * mgui/MGDataCheckMain.[cc,h], mgui/MGMarsMain.[cc,h] - changed include statements - move enum from h to cc - removed comma operator from delete statements (nonsense) 2001/01/11: Harald Kornmayer * ./ readraw.cc, Makefile, Makefile.rules, LinkDef.h, MParList.cc, MReadTree.cc, MReadTree.h, mbase/Makefile, mraw/Makefile - small changes in this files. Not really critical. * mars.cc - added the main file for the gui * mgui/ GuiIncl.h, MGMarsMain.cc, GuiLinkDef.h, MGMarsMain.h, MGDataCheckMain.cc, Makefile, MGDataCheckMain.h - added the subdir mgui and this files * mdatacheck/ DataCheckIncl.h, DataCheckLinkDef.h, MHistosAdc.cc, MHistosAdc.h, MDumpEvtHeader.cc, MDumpEvtHeader.h, MShowSpect.cc, MShowSpect.h, MFillAdcSpect.cc, MFillAdcSpect.h, MViewAdcSpectra.cc, MViewAdcSpectra.h, MGDisplayAdc.cc, MGDisplayAdc.h, Makefile - added the subdir mdatacheck and this files 2000/12/28: Thomas Bretz * merpp.cc, MArray.cc, MArray.h, MArrayB.cc, MArrayB.h, MArrayS.cc, MArrayS.h, MEvtLoop.cc, MEvtLoop.h, MInputStreamID.cc, MInputStreamID.h, MParContainer.cc, MParContainer.h, MParList.cc, MParList.h, MReadTree.cc, MTask.cc, MTask.h, MTaskList.cc, MTaskList.h, MTime.cc, MTime.h: - Added changes some comments. * MLoopEvt.cc, MLoopEvt.h: - Removed 2000/12/22 - Thomas Bretz: * readraw.cc: - changed some comments and the Root-Name of the program - added check for the existance of the file - changed name of numbers of entries from iEnt to nent * dohtml.C: - changed title of converted macros * MRawEvtData.cc: - added a commet in Draw() * MRawEvtPixelIter.[h,cc]: - Added the comment header of the file - removed inheritance from TIterator (not needed) - some changes to get it work (the one in the repository was untested and not working) - changed calling style of iterator from do...while to while-loop - changed some comments * MRawRunHeader.cc: - added some comments * Changelog, News: added * test.C: removed