Changeset 1509 for trunk/MagicSoft/Mars/manalysis/MHillasExt.cc
- Timestamp:
- 08/19/02 13:13:16 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MHillasExt.cc
r1465 r1509 210 210 const MGeomPix &maxpix = geom[maxpixid]; 211 211 212 fAsym = 213 (GetMeanX()*2-maxpix.GetX())*GetCosDelta() + 214 (GetMeanY()*2-maxpix.GetY())*GetSinDelta(); // [mm] 212 fAsym = (GetMeanX()-maxpix.GetX())*GetCosDelta() + 213 (GetMeanY()-maxpix.GetY())*GetSinDelta(); // [mm] 215 214 216 215 fConc = (maxpix1+maxpix2)/GetSize(); // [ratio]
Note:
See TracChangeset
for help on using the changeset viewer.