Changeset 19207 for trunk/Mars/mimage
- Timestamp:
- 09/03/18 15:27:29 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mimage/MHillasSrc.cc
r19159 r19207 133 133 // Distance from source position to center of ellipse. 134 134 // If the distance is 0 distance, Alpha is not specified. 135 // The calculation has failed and return es kFALSE.135 // The calculation has failed and returns kFALSE. 136 136 // 137 137 const Double_t dist = TMath::Sqrt(sx*sx + sy*sy); // [mm]
Note:
See TracChangeset
for help on using the changeset viewer.