#include <Vee.h>
  
 Public Types | |
| enum | hypothesis_t { Kshort =0, Lambda1 =1, Lambda2 =2 } | 
Public Member Functions | |
| Vee () | |
| Vee (const TLorentzVector &vertex, const vector< TLorentzVector > &moms, const float &chisqr, const float *covar) | |
| float const & | GetChiSqr () const | 
| const vector< TLorentzVector > * | GetMomentaPerHypothesis () const | 
  Public Member Functions inherited from garana::Vertex | |
| Vertex () | |
| Vertex (const TLorentzVector &position, const float *covar) | |
| TLorentzVector * | GetVertex () | 
| void | GetCovar (float covar[][3]) | 
Private Attributes | |
| vector< TLorentzVector > | fMomPerHypoth | 
| four-momentum of vee, one per hypothesis [GeV]  More... | |
| float | fChisqr | 
| float | fCovar [3][3] | 
Additional Inherited Members | |
  Protected Attributes inherited from garana::Vertex | |
| TLorentzVector | fPosition | 
| 4-position of vertex [cm,ns]  More... | |
| float | fCovar [3][3] | 
| vertex 3-position fit uncertainties [cm]  More... | |
| enum garana::Vee::hypothesis_t | 
| Vee::Vee | ( | ) | 
Definition at line 13 of file Vee.cxx.
| Vee::Vee | ( | const TLorentzVector & | vertex, | 
| const vector< TLorentzVector > & | moms, | ||
| const float & | chisqr, | ||
| const float * | covar | ||
| ) | 
Definition at line 28 of file Vee.cxx.
| float const & Vee::GetChiSqr | ( | ) | const | 
| const vector< TLorentzVector > * Vee::GetMomentaPerHypothesis | ( | ) | const | 
      
  | 
  private | 
 1.8.11