Data structure for time calibration.  
 More...
#include <JCalibration.hh>
Data structure for time calibration. 
Definition at line 41 of file JDetector/JCalibration.hh.
 
  
  
      
        
          | JDETECTOR::JCalibration::JCalibration  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | JDETECTOR::JCalibration::JCalibration  | 
          ( | 
          const double  | 
          __t0 | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | const JCalibration& JDETECTOR::JCalibration::getCalibration  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | void JDETECTOR::JCalibration::setCalibration  | 
          ( | 
          const JCalibration &  | 
          cal | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | double JDETECTOR::JCalibration::getT0  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | void JDETECTOR::JCalibration::setT0  | 
          ( | 
          const double  | 
          t0 | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | void JDETECTOR::JCalibration::addT0  | 
          ( | 
          const double  | 
          t0 | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | void JDETECTOR::JCalibration::subT0  | 
          ( | 
          const double  | 
          t0 | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | std::istream& operator>>  | 
          ( | 
          std::istream &  | 
          in,  | 
         
        
           | 
           | 
          JCalibration &  | 
          cal  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
Read calibration from input. 
- Parameters
 - 
  
    | in | input stream  | 
    | cal | calibration  | 
  
   
- Returns
 - input stream 
 
Definition at line 146 of file JDetector/JCalibration.hh.
then fatal The output file must have the wildcard in the e g root fi eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY JAcoustics sh $DETECTOR_ID source JAcousticsToolkit sh CHECK_EXIT_CODE typeset A EMITTERS get_tripods $WORKDIR tripod txt EMITTERS get_transmitters $WORKDIR transmitter txt EMITTERS for EMITTER in
 
 
 
 
  
  
      
        
          | std::ostream& operator<<  | 
          ( | 
          std::ostream &  | 
          out,  | 
         
        
           | 
           | 
          const JCalibration &  | 
          cal  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
Write calibration to output. 
- Parameters
 - 
  
    | out | output stream  | 
    | cal | calibration  | 
  
   
- Returns
 - output stream 
 
Definition at line 161 of file JDetector/JCalibration.hh.
  163       const JFormat format(out, getFormat<JCalibration>(
JFormat_t(9, 3, std::ios::fixed | std::ios::showpos)));
 
  165       out << format << cal.
t0;
 
 
 
 
Read calibration from input. 
- Parameters
 - 
  
  
 
- Returns
 - reader 
 
Definition at line 178 of file JDetector/JCalibration.hh.
then fatal The output file must have the wildcard in the e g root fi eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY JAcoustics sh $DETECTOR_ID source JAcousticsToolkit sh CHECK_EXIT_CODE typeset A EMITTERS get_tripods $WORKDIR tripod txt EMITTERS get_transmitters $WORKDIR transmitter txt EMITTERS for EMITTER in
 
 
 
 
  
  
      
        
          | double JDETECTOR::JCalibration::t0 | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file: