Changeset 8911 for trunk/MagicSoft/Mars/mhft
- Timestamp:
- 06/02/08 10:36:33 (16 years ago)
- Location:
- trunk/MagicSoft/Mars/mhft
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhft/MHexagonFreqSpace.cc
r5691 r8911 55 55 fName = name ? name : "MHexagonFreqSpace"; 56 56 fTitle = title ? title : "Storage container for fourier space camera"; 57 } 58 59 Double_t MHexagonFreqSpace::GetAbs(UInt_t idx) const 60 { 61 return TMath::Hypot(fDataRe[idx], fDataIm[idx]); 57 62 } 58 63 -
trunk/MagicSoft/Mars/mhft/MHexagonFreqSpace.h
r5691 r8911 26 26 void Set(const MArrayD &re, const MArrayD &im); 27 27 28 Double_t GetAbs(UInt_t idx) const { return TMath::Hypot(fDataRe[idx], fDataIm[idx]); }28 Double_t GetAbs(UInt_t idx) const; 29 29 30 30 static MGeomCam *NewGeomCam(UShort_t num);
Note:
See TracChangeset
for help on using the changeset viewer.