#include <JEvtToolkit.hh>
  
  
      
        
          | JRECONSTRUCTION::JShowerEnergy::JShowerEnergy  | 
          ( | 
          double  | 
          E | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | bool JRECONSTRUCTION::JShowerEnergy::operator()  | 
          ( | 
          const JFit &  | 
          first,  | 
         
        
           | 
           | 
          const JFit &  | 
          second  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
inline   | 
  
 
Comparison of fit results. 
- Parameters
 - 
  
    | first | first fit  | 
    | second | second fit  | 
  
   
- Returns
 - true if first fit better; else false 
 
Definition at line 682 of file JReconstruction/JEvtToolkit.hh.
then echo The file $DIR KM3NeT_00000001_00000000 root already please rename or remove it first
 
 
 
 
template<class T > 
  
  
      
        
          | T JRECONSTRUCTION::JShowerEnergy::operator()  | 
          ( | 
          T  | 
          __begin,  | 
         
        
           | 
           | 
          T  | 
          __end  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
inline   | 
  
 
Select best fit result. 
- Parameters
 - 
  
    | __begin | begin of fit results  | 
    | __end | end of fit results  | 
  
   
- Returns
 - best fit result 
 
Definition at line 695 of file JReconstruction/JEvtToolkit.hh.
  697       return std::min_element(__begin, __end, *
this);
 
 
 
 
  
  
      
        
          | double JRECONSTRUCTION::JShowerEnergy::energy | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file: