Changeset 8754 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 10/08/07 16:46:01 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHCamera.cc
r8484 r8754 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MHCamera.cc,v 1.10 4 2007-05-10 12:14:54 tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MHCamera.cc,v 1.105 2007-10-08 15:45:24 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 1813 1813 1814 1814 text = ""; 1815 text += Form("%.2f", (float)((int)(range*.3*fGeomCam->GetConvMm2Deg()*10))/10);1815 text += Form("%.2f", range*.3*fGeomCam->GetConvMm2Deg()); 1816 1816 text += "\\circ"; 1817 1817 text = text.Strip(TString::kLeading);
Note:
See TracChangeset
for help on using the changeset viewer.