Acoustic super event fit.  
 More...
#include <JSuperEvt.hh>
Acoustic super event fit. 
Definition at line 30 of file JSuperEvt.hh.
 
  
  
      
        
          | JACOUSTICS::JSuperEvt::JSuperEvt  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Default constructor. 
Definition at line 36 of file JSuperEvt.hh.
JEvt()
Default constructor. 
 
 
 
 
  
  
      
        
          | JACOUSTICS::JSuperEvt::JSuperEvt  | 
          ( | 
          const JEvt &  | 
          event | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Constructor. 
- Parameters
 - 
  
  
 
Definition at line 46 of file JSuperEvt.hh.
JEvt()
Default constructor. 
 
 
 
 
      
        
          | JACOUSTICS::JSuperEvt::ClassDef  | 
          ( | 
          JSuperEvt  | 
          ,  | 
        
        
           | 
           | 
          1  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
  
  
      
        
          | JACOUSTICS::JEvt::ClassDef  | 
          ( | 
          JEvt  | 
          ,  | 
         
        
           | 
           | 
          7  | 
            | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inherited   | 
  
 
 
  
  
      
        
          | JACOUSTICS::JHead::ClassDef  | 
          ( | 
          JHead  | 
          ,  | 
         
        
           | 
           | 
          5  | 
            | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inherited   | 
  
 
 
  
  
      
        
          | std::ostream& operator<<  | 
          ( | 
          std::ostream &  | 
          out,  | 
         
        
           | 
           | 
          const JSuperEvt &  | 
          event  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
Write super event to output. 
- Parameters
 - 
  
    | out | output stream  | 
    | event | super event  | 
  
   
- Returns
 - output stream 
 
Definition at line 122 of file JSuperEvt.hh.
  126       out << static_cast<const JEvt&>(event);
 
  128       for (JSuperEvt::tx_type::const_iterator i = event.
tx.begin(); i != 
event.tx.end(); ++i) {
 
  129         out << setw(2)     << i->id       << 
' ' 
  130             << setw(6)     << i->counter  << 
' ' 
  131             << 
FIXED(20,6) << i->toe      << endl;
 
  134       for (JSuperEvt::rx_type::const_iterator i = event.
rx.begin(); i != 
event.rx.end(); ++i) {
 
  135         out << setw(2)     << i->id       << 
' ' 
  136             << setw(6)     << i->counter  << 
' ' 
  137             << setw(4)     << i->string   << 
' ' 
  138             << setw(2)     << i->floor    << 
' ' 
  139             << 
FIXED(20,6) << i->toa      << 
' ' 
  140             << 
FIXED( 5,2) << i->weight   << endl;
 
Auxiliary data structure for floating point format specification. 
 
 
 
 
  
  
      
        
          | double JACOUSTICS::JHead::UNIXTimeStart | 
         
       
   | 
  
inherited   | 
  
 
 
  
  
      
        
          | double JACOUSTICS::JHead::UNIXTimeStop | 
         
       
   | 
  
inherited   | 
  
 
 
  
  
      
        
          | int JACOUSTICS::JHead::nhit | 
         
       
   | 
  
inherited   | 
  
 
 
  
  
      
        
          | int JACOUSTICS::JHead::nfit | 
         
       
   | 
  
inherited   | 
  
 
 
  
  
      
        
          | int JACOUSTICS::JHead::npar | 
         
       
   | 
  
inherited   | 
  
 
 
  
  
      
        
          | double JACOUSTICS::JHead::ndf | 
         
       
   | 
  
inherited   | 
  
 
 
  
  
      
        
          | double JACOUSTICS::JHead::chi2 | 
         
       
   | 
  
inherited   | 
  
 
 
The documentation for this struct was generated from the following file: