| 
    Jpp test-rotations-old
    
   the software that should make you happy 
   | 
 
Class for computing Fox-Wolfram moments. More...
#include <JEventShapeVariables.hh>
  
Public Types | |
| typedef std::vector< double >::reference | reference | 
Public Member Functions | |
| JFoxWolframMoments () | |
| Default constructor.   | |
| JFoxWolframMoments (const std::vector< Trk >::const_iterator __begin, const std::vector< Trk >::const_iterator __end, const JCylinder3D &can=getMaximumContainmentVolume(), const int N=4) | |
| Constructor.   | |
| JFoxWolframMoments (const Evt &event, const JCylinder3D &can=getMaximumContainmentVolume(), const int N=4) | |
| Constructor.   | |
Private Member Functions | |
| double | getContribution (const Vec &p0, const Vec &p1, const size_t n) | 
| Get contribution to Fox-Wolfram moment from two momenta.   | |
Class for computing Fox-Wolfram moments.
The Fox-Wolfram moments are calculated as defined in section 15.2.3 of arXiv:hep-ph/0603175v2. 
Definition at line 138 of file JEventShapeVariables.hh.
| std::vector<double>::reference JSIRENE::JFoxWolframMoments::reference | 
Definition at line 141 of file JEventShapeVariables.hh.
      
  | 
  inline | 
Default constructor.
Definition at line 146 of file JEventShapeVariables.hh.
      
  | 
  inline | 
Constructor.
| __begin | beginning of track data | 
| __end | end of track data | 
| can | detector can  | 
| N | maximum order | 
Definition at line 159 of file JEventShapeVariables.hh.
      
  | 
  inline | 
Constructor.
| event | event | 
| can | can | 
| N | maximum order | 
Definition at line 202 of file JEventShapeVariables.hh.
      
  | 
  inlineprivate | 
Get contribution to Fox-Wolfram moment from two momenta.
| p0 | first momentum vector | 
| p1 | second momentum vector | 
| n | Legendre polynomial index | 
Definition at line 221 of file JEventShapeVariables.hh.