Changeset 926 in Sophya for trunk/SophyaLib/HiStats/histos2.cc
- Timestamp:
- Apr 13, 2000, 8:39:39 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/histos2.cc
r914 r926 15 15 #include "histos2.h" 16 16 #include "generalfit.h" 17 18 /*! 19 \class SOPHYA::Histo2D 20 \ingroup HiStats 21 Classe d'histogrammes 2D 22 \verbatim 23 Remarque sur les indices: 24 H(i,j) -> i = coord x (0<i<nx), j = coord y (0<j<ny) 25 v(ii,jj) -> ii = ligne (0<i<NRows()), jj = colonne (0<i<NCol()) 26 On fait une correspondance directe i<->ii et j<->jj 27 ce qui, en representation classique des histos2D et des matrices 28 entraine une inversion x<->y cad une symetrie / diagonale principale 29 H(0,...) represente ^ mais v(0,...) represente 30 |x....... |xxxxxxxx| 31 |x....... |........| 32 |x....... |........| 33 |x....... |........| 34 |x....... |........| 35 ---------> 36 colonne no 1 ligne no 1 37 \endverbatim 38 */ 17 39 18 40 ///////////////////////////////////////////////////////////////////
Note:
See TracChangeset
for help on using the changeset viewer.