| 
    Jpp
    18.4.0
    
   the software that should make you happy 
   | 
 
Class for sphericity tensor calculations. More...
#include <JEventShapeVariables.hh>
  
 Public Types | |
| typedef JMatrix3S::eigen_values | eigen_values | 
Public Member Functions | |
| JSphericityTensor () | |
| Default constructor.  More... | |
| JSphericityTensor (std::vector< Trk >::const_iterator __begin, std::vector< Trk >::const_iterator __end, const double r=2.0) | |
| Constructor.  More... | |
| JSphericityTensor (const Evt &event, const double r=2.0) | |
| Constructor.  More... | |
| const eigen_values & | getEigenValues () const | 
| Get eigenvalues.  More... | |
| double | getSphericity () const | 
| Get sphericity.  More... | |
| double | getAplanarity () const | 
| Get aplanarity.  More... | |
| double | getCircularity () const | 
| Get circularity.  More... | |
| double | getPlanarFlow () const | 
| Get planar flow.  More... | |
| double | getC () const | 
| Get C-variable.  More... | |
| double | getD () const | 
| Get D-variable.  More... | |
| void | invert () | 
| Invert matrix.  More... | |
| eigen_values | getEigenValues (const double epsilon=1e-6) const | 
| Get eigen values.  More... | |
| JMatrix3D & | setIdentity () | 
| Set to identity matrix.  More... | |
| void | set (const JMatrix3D &A) | 
| Set matrix.  More... | |
| JMatrix3D & | reset () | 
| Set matrix to the null matrix.  More... | |
| JMatrix3D & | transpose () | 
| Transpose.  More... | |
| JMatrix3D & | negate () | 
| Negate matrix.  More... | |
| JMatrix3D & | add (const JMatrix3D &A) | 
| Matrix addition.  More... | |
| JMatrix3D & | sub (const JMatrix3D &A) | 
| Matrix subtraction.  More... | |
| JMatrix3D & | mul (const double factor) | 
| Scale matrix.  More... | |
| JMatrix3D & | mul (const JMatrix3D &A, const JMatrix3D &B) | 
| Matrix multiplication.  More... | |
| JMatrix3D & | mul (const JNullType &object) | 
| Multiply with object.  More... | |
| JMatrix3D & | div (const double factor) | 
| Scale matrix.  More... | |
| bool | equals (const JMatrix3D &A, const double eps=std::numeric_limits< double >::min()) const | 
| Equality.  More... | |
| bool | isIdentity (const double eps=std::numeric_limits< double >::min()) const | 
| Test identity.  More... | |
| double | getDeterminant () const | 
| Get determinant of matrix.  More... | |
| void | transform (double &__x, double &__y, double &__z) const | 
| Transform.  More... | |
Static Public Member Functions | |
| static const JMatrix3D & | getInstance () | 
| Get reference to unique instance of this class object.  More... | |
| static const JMatrix3D & | getIdentity () | 
| Get reference to unique instance of this class object.  More... | |
Public Attributes | |
| double | a00 | 
| double | a01 | 
| double | a02 | 
| double | a10 | 
| double | a11 | 
| double | a12 | 
| double | a20 | 
| double | a21 | 
| double | a22 | 
Private Attributes | |
| eigen_values | lambda | 
| sorted eigenvalues  More... | |
Class for sphericity tensor calculations.
The tensor is constructed following the definition in section 15.2.1 of arXiv:hep-ph/0603175v2. 
Definition at line 235 of file JEventShapeVariables.hh.
Definition at line 238 of file JEventShapeVariables.hh.
      
  | 
  inline | 
      
  | 
  inline | 
Constructor.
| __begin | beginning of track data | 
| __end | end of track data | 
| r | the power of the momentum-dependence | 
Definition at line 255 of file JEventShapeVariables.hh.
      
  | 
  inline | 
Constructor.
| event | event | 
| r | the power of the momentum dependence | 
Definition at line 300 of file JEventShapeVariables.hh.
      
  | 
  inline | 
Get eigenvalues.
Definition at line 311 of file JEventShapeVariables.hh.
      
  | 
  inline | 
Get sphericity.
Definition at line 322 of file JEventShapeVariables.hh.
      
  | 
  inline | 
Get aplanarity.
Definition at line 333 of file JEventShapeVariables.hh.
      
  | 
  inline | 
Get circularity.
Definition at line 344 of file JEventShapeVariables.hh.
      
  | 
  inline | 
Get planar flow.
Definition at line 356 of file JEventShapeVariables.hh.
      
  | 
  inline | 
Get C-variable.
Definition at line 367 of file JEventShapeVariables.hh.
      
  | 
  inline | 
Get D-variable.
Definition at line 378 of file JEventShapeVariables.hh.
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
Get eigen values.
The eigen values sorted in decreasing order of absolute values.
Algorithm taken from "Eigenvalues of a symmetric 3x3 matrix"
by Oliver K. Smith; see reference.
| epsilon | precision | 
Definition at line 227 of file JMatrix3S.hh.
      
  | 
  inlinestaticinherited | 
Get reference to unique instance of this class object.
Definition at line 78 of file JMath/JMatrix3D.hh.
      
  | 
  inlineinherited | 
      
  | 
  inlinestaticinherited | 
Get reference to unique instance of this class object.
Definition at line 106 of file JMath/JMatrix3D.hh.
      
  | 
  inlineinherited | 
Set matrix.
| A | matrix | 
Definition at line 119 of file JMath/JMatrix3D.hh.
      
  | 
  inlineinherited | 
Set matrix to the null matrix.
Definition at line 130 of file JMath/JMatrix3D.hh.
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
Matrix addition.
| A | matrix | 
Definition at line 176 of file JMath/JMatrix3D.hh.
Matrix subtraction.
| A | matrix | 
Definition at line 192 of file JMath/JMatrix3D.hh.
      
  | 
  inlineinherited | 
Scale matrix.
| factor | factor | 
Definition at line 208 of file JMath/JMatrix3D.hh.
Matrix multiplication.
| A | matrix | 
| B | matrix | 
Definition at line 241 of file JMath/JMatrix3D.hh.
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
Scale matrix.
| factor | factor | 
Definition at line 224 of file JMath/JMatrix3D.hh.
      
  | 
  inlineinherited | 
Equality.
| A | matrix | 
| eps | numerical precision | 
Definition at line 267 of file JMath/JMatrix3D.hh.
      
  | 
  inlineinherited | 
Test identity.
| eps | numerical precision | 
Definition at line 288 of file JMath/JMatrix3D.hh.
      
  | 
  inlineinherited | 
Get determinant of matrix.
Definition at line 299 of file JMath/JMatrix3D.hh.
      
  | 
  inlineinherited | 
Transform.
| __x | x value | 
| __y | y value | 
| __z | z value | 
Definition at line 318 of file JMath/JMatrix3D.hh.
      
  | 
  private | 
sorted eigenvalues
Definition at line 386 of file JEventShapeVariables.hh.
      
  | 
  inherited | 
Definition at line 385 of file JMath/JMatrix3D.hh.
      
  | 
  inherited | 
Definition at line 385 of file JMath/JMatrix3D.hh.
      
  | 
  inherited | 
Definition at line 385 of file JMath/JMatrix3D.hh.
      
  | 
  inherited | 
Definition at line 386 of file JMath/JMatrix3D.hh.
      
  | 
  inherited | 
Definition at line 386 of file JMath/JMatrix3D.hh.
      
  | 
  inherited | 
Definition at line 386 of file JMath/JMatrix3D.hh.
      
  | 
  inherited | 
Definition at line 387 of file JMath/JMatrix3D.hh.
      
  | 
  inherited | 
Definition at line 387 of file JMath/JMatrix3D.hh.
      
  | 
  inherited | 
Definition at line 387 of file JMath/JMatrix3D.hh.
 1.8.5