#include <Vertex.h>
Definition at line 17 of file Vertex.h.
 
Definition at line 12 of file Vertex.cxx.
   14           fPosition.SetXYZT(FLT_MAX,FLT_MAX,FLT_MAX,FLT_MAX);
    15           for(
size_t i=0; i<3; i++){
    17                   for(
size_t j=0; j<3; j++){
 float fCovar[3][3]
vertex 3-position fit uncertainties [cm] 
 
TLorentzVector fPosition
4-position of vertex [cm,ns] 
 
 
 
 
      
        
          | Vertex::Vertex  | 
          ( | 
          const TLorentzVector &  | 
          position,  | 
        
        
           | 
           | 
          const float *  | 
          covar  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Definition at line 24 of file Vertex.cxx.
   27           for(
size_t i=0; i<3; i++){
    29                   for(
size_t j=0; j<3; j++){
 float fCovar[3][3]
vertex 3-position fit uncertainties [cm] 
 
TLorentzVector fPosition
4-position of vertex [cm,ns] 
 
 
 
 
      
        
          | void Vertex::GetCovar  | 
          ( | 
          float  | 
          covar[][3] | ) | 
           | 
        
      
 
Definition at line 40 of file Vertex.cxx.
   41         for(
size_t i=0; i<3; i++){
    42                 for(
size_t j=0; j<3; j++){
    43             covar[i][j] = 
fCovar[i][j];
 float fCovar[3][3]
vertex 3-position fit uncertainties [cm] 
 
 
 
 
      
        
          | TLorentzVector * Vertex::GetVertex  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 36 of file Vertex.cxx.
TLorentzVector fPosition
4-position of vertex [cm,ns] 
 
 
 
 
  
  
      
        
          | float garana::Vertex::fCovar[3][3] | 
         
       
   | 
  
protected   | 
  
 
vertex 3-position fit uncertainties [cm] 
Definition at line 34 of file Vertex.h.
 
 
  
  
      
        
          | TLorentzVector garana::Vertex::fPosition | 
         
       
   | 
  
protected   | 
  
 
4-position of vertex [cm,ns] 
Definition at line 33 of file Vertex.h.
 
 
The documentation for this class was generated from the following files: