Changeset 2417 for trunk/MagicSoft
- Timestamp:
- 10/20/03 21:39:00 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2408 r2417 7 7 8 8 * manalysis/MMcPedestalCopy.cc: 9 - changed Get pedestalRms to GetElecNoise to make Mars compile with9 - changed GetPedestalRms to GetElecNoise to make Mars compile with 10 10 the changes done in MMcFadcHeader 11 11 … … 38 38 * mfilter/Makefile, mfilter/FilterLinkDef.h: 39 39 - added MFRealTimePeriod 40 41 * mars.cc: 42 - moved Start-up-message to StartUpMessage() 43 44 * manalysis/MBlindPixelCalc.h, manalysis/MCT1FindSupercuts.cc, 45 manalysis/MCerPhotAnal.h: 46 - minor changes 47 48 * mhist/MHCamera.[h,cc]: 49 - added Profile-option (display contents/entries) 50 - added Freeze-option (ignore filling data into the histogram) 51 - added UseCurrentStyle to get the y-axis back 52 - overwrite DrawCopy 53 54 * manalysis/MCerPhotEvt.[h,cc]: 55 - added fLut to accelerate searching an index a lot, this should 56 be backward compatible to old class versions 57 - increased class version to 2 58 - removed all searches for indices - replaced by GetPixById 59 - GetPixById no uses the look-up-table, which is much much faster 60 and still searches the array if the fLut size is 0 which might 61 be because of a class version 1 object is read from a file - 62 according to Rene this should work. 63 64 * manalysis/MPedestalCam.[h,cc]: 65 - replaced a C-cast by a C++ static_cast 66 67 * mhist/MH.[h,cc]: 68 - renamed them from Draw/DrawCopy to DrawSame/DrawSameCopy 69 70 * mraw/MRawEvtData.[h,cc]: 71 - changed arrays to '//->' 72 - overwrote Copy() member function 73 74 * mhist/MFillH.[h,cc]: 75 - added GetCanvas() 76 77 * mhist/MHHadronness.cc, mimage/MHHillasExt.cc, 78 mimage/MHNewImagePar.cc: 79 - changed Draw to DrawSame 80 81 * mhist/MHCamEvent.cc: 82 - use new MHCamera profile mode 83 84 * mbase/MEvtLoop.cc, mmain/MStatusDisplay.cc: 85 - check whether application is TRint to make mone thread safe 86 This is necessary not to call ProcessEvents() twice at the 87 same time! 40 88 41 89 -
trunk/MagicSoft/Mars/mgui/MCamEvent.h
r2411 r2417 12 12 public: 13 13 virtual Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const = 0; 14 virtual void DrawPixelContent(Int_t num , TVirtualPad *pad=NULL) const = 0;14 virtual void DrawPixelContent(Int_t num) const = 0; 15 15 16 16 ClassDef(MCamEvent, 0) // A camera event
Note:
See TracChangeset
for help on using the changeset viewer.