#include <ReconInfo.h>
 | 
|   | ReconInfo () | 
|   | 
| void  | AddRecon (Reconstructer_t reconstructer, int trigger_num, int nhits, TimeDelta time, double *vertex, double goodness_of_fit, double goodness_of_time_fit, bool fill_has_direction=true, double energy=-1.) | 
|   | 
| void  | AddRecon (Reconstructer_t reconstructer, int trigger_num, int nhits, TimeDelta time, double *vertex, double goodness_of_fit, double goodness_of_time_fit, double *direction_euler, double *cherenkov_cone, double direction_likelihood, double energy=-1.) | 
|   | 
| void  | AddReconFrom (ReconInfo *in, const int irecon) | 
|   | 
| CherenkovCone  | GetCherenkovCone (int irecon) | 
|   | 
| DirectionEuler  | GetDirectionEuler (int irecon) | 
|   | 
| double  | GetDirectionLikelihood (int irecon) | 
|   | 
| double  | GetEnergy (int irecon) | 
|   | 
| TimeDelta  | GetFirstTime () | 
|   | 
| double  | GetGoodnessOfFit (int irecon) | 
|   | 
| double  | GetGoodnessOfTimeFit (int irecon) | 
|   | 
| bool  | GetHasDirection (int irecon) | 
|   | 
| TimeDelta  | GetLastTime () | 
|   | 
| int  | GetNHits (int irecon) | 
|   | 
| int  | GetNRecons () | 
|   | 
| Reconstructer_t  | GetReconstructer (int irecon) | 
|   | 
| TimeDelta  | GetTime (int irecon) | 
|   | 
| int  | GetTriggerNum (int irecon) | 
|   | 
| Pos3D  | GetVertex (int irecon) | 
|   | 
| void  | Reset () | 
|   | 
| void  | SetEnergy (int irecon, double energy) | 
|   | 
Definition at line 58 of file ReconInfo.h.
 
      
        
          | void ReconInfo::AddRecon  | 
          ( | 
          Reconstructer_t  | 
          reconstructer,  | 
        
        
           | 
           | 
          int  | 
          trigger_num,  | 
        
        
           | 
           | 
          int  | 
          nhits,  | 
        
        
           | 
           | 
          TimeDelta  | 
          time,  | 
        
        
           | 
           | 
          double *  | 
          vertex,  | 
        
        
           | 
           | 
          double  | 
          goodness_of_fit,  | 
        
        
           | 
           | 
          double  | 
          goodness_of_time_fit,  | 
        
        
           | 
           | 
          bool  | 
          fill_has_direction = true,  | 
        
        
           | 
           | 
          double  | 
          energy = -1.  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | void ReconInfo::AddRecon  | 
          ( | 
          Reconstructer_t  | 
          reconstructer,  | 
        
        
           | 
           | 
          int  | 
          trigger_num,  | 
        
        
           | 
           | 
          int  | 
          nhits,  | 
        
        
           | 
           | 
          TimeDelta  | 
          time,  | 
        
        
           | 
           | 
          double *  | 
          vertex,  | 
        
        
           | 
           | 
          double  | 
          goodness_of_fit,  | 
        
        
           | 
           | 
          double  | 
          goodness_of_time_fit,  | 
        
        
           | 
           | 
          double *  | 
          direction_euler,  | 
        
        
           | 
           | 
          double *  | 
          cherenkov_cone,  | 
        
        
           | 
           | 
          double  | 
          direction_likelihood,  | 
        
        
           | 
           | 
          double  | 
          energy = -1.  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | void ReconInfo::AddReconFrom  | 
          ( | 
          ReconInfo *  | 
          in,  | 
        
        
           | 
           | 
          const int  | 
          irecon  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
  
  
      
        
          | double ReconInfo::GetDirectionLikelihood  | 
          ( | 
          int  | 
          irecon | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | double ReconInfo::GetEnergy  | 
          ( | 
          int  | 
          irecon | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | double ReconInfo::GetGoodnessOfFit  | 
          ( | 
          int  | 
          irecon | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | double ReconInfo::GetGoodnessOfTimeFit  | 
          ( | 
          int  | 
          irecon | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | bool ReconInfo::GetHasDirection  | 
          ( | 
          int  | 
          irecon | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | int ReconInfo::GetNHits  | 
          ( | 
          int  | 
          irecon | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | int ReconInfo::GetNRecons  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | int ReconInfo::GetTriggerNum  | 
          ( | 
          int  | 
          irecon | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | Pos3D ReconInfo::GetVertex  | 
          ( | 
          int  | 
          irecon | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
      
        
          | void ReconInfo::Reset  | 
          ( | 
           | ) | 
           | 
        
      
 
 
  
  
      
        
          | void ReconInfo::SetEnergy  | 
          ( | 
          int  | 
          irecon,  | 
         
        
           | 
           | 
          double  | 
          energy  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | SNWarning_t ReconInfo::SNWarningFromString  | 
          ( | 
          std::string  | 
          s | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | void ReconInfo::UpdateTimeBoundaries  | 
          ( | 
          TimeDelta  | 
          time | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
  
  
      
        
          | std::vector<double> ReconInfo::fDirectionLikelihood | 
         
       
   | 
  
private   | 
  
 
 
  
  
      
        
          | std::vector<double> ReconInfo::fEnergy | 
         
       
   | 
  
private   | 
  
 
 
  
  
      
        
          | std::vector<double> ReconInfo::fGoodnessOfFit | 
         
       
   | 
  
private   | 
  
 
 
  
  
      
        
          | std::vector<double> ReconInfo::fGoodnessOfTimeFit | 
         
       
   | 
  
private   | 
  
 
 
  
  
      
        
          | std::vector<bool> ReconInfo::fHasDirection | 
         
       
   | 
  
private   | 
  
 
 
  
  
      
        
          | std::vector<int> ReconInfo::fNHits | 
         
       
   | 
  
private   | 
  
 
 
  
  
      
        
          | std::vector<int> ReconInfo::fTriggerNum | 
         
       
   | 
  
private   | 
  
 
 
  
  
      
        
          | std::vector<Pos3D> ReconInfo::fVertex | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: