Eigen values in 2D.  
 More...
#include <JEigen2D.hh>
Eigen values in 2D. 
Definition at line 26 of file JEigen2D.hh.
 
template<class T > 
  
  
      
        
          | JGEOMETRY2D::JEigenValues2D::JEigenValues2D  | 
          ( | 
          T  | 
          __begin,  | 
         
        
           | 
           | 
          T  | 
          __end  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
Constructor. 
- Parameters
 - 
  
    | __begin | begin of data  | 
    | __end | end of data  | 
  
   
Definition at line 37 of file JEigen2D.hh.
   48       for (
T i = __begin; 
i != __end; ++
i) {
 
   50         const double dx = center.getX() - 
i->getX();
 
   51         const double dy = center.getY() - 
i->getY();
 
   61       const TMatrixDSymEigen 
result(
A);
 
   63       const TVectorD& 
u = 
result.GetEigenValues();
 
   64       const TMatrixD& 
V = 
result.GetEigenVectors();
 
   66       for (Int_t 
i = 0; 
i != u.GetNoElements(); ++
i) {
 
Data structure for vector in two dimensions. 
 
V(JDAQEvent-JTriggerReprocessor)*1.0/(JDAQEvent+1.0e-10)
 
do set_variable OUTPUT_DIRECTORY $WORKDIR T
 
source $JPP_DIR setenv csh $JPP_DIR &dev null eval JShellParser o a A
 
 
 
 
The documentation for this struct was generated from the following file: