Acoustic event fit.  
 More...
#include <JEvt.hh>
Acoustic event fit. 
Definition at line 150 of file JAcoustics/JEvt.hh.
 
  
  
      
        
          | JACOUSTICS::JEvt::JEvt  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | JACOUSTICS::JEvt::JEvt  | 
          ( | 
          const JHead &  | 
          header | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | virtual JACOUSTICS::JEvt::~JEvt  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
      
        
          | JACOUSTICS::JEvt::ClassDef  | 
          ( | 
          JEvt  | 
          ,  | 
        
        
           | 
           | 
          2  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
  
  
      
        
          | JACOUSTICS::JHead::ClassDef  | 
          ( | 
          JHead  | 
          ,  | 
         
        
           | 
           | 
          2  | 
            | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inherited   | 
  
 
 
  
  
      
        
          | std::ostream& operator<<  | 
          ( | 
          std::ostream &  | 
          out,  | 
         
        
           | 
           | 
          const JEvt &  | 
          event  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
Write event to output. 
- Parameters
 - 
  
    | out | output stream  | 
    | event | event  | 
  
   
- Returns
 - output stream 
 
Definition at line 212 of file JAcoustics/JEvt.hh.
  216       out << 
event.oid                          << endl
 
  217           << 
FIXED(20,5) << 
event.UNIXTimeStart << endl
 
  218           << 
FIXED(20,5) << 
event.UNIXTimeStop  << endl
 
  219           << setw(5)     << 
event.ndf           << endl
 
  220           << 
FIXED(12,3) << 
event.chi2          << endl;
 
  222       for (JEvt::const_iterator fit = event.begin(); fit != 
event.end(); ++fit) {
 
Auxiliary data structure for floating point format specification. 
 
 
 
 
  
  
      
        
          | std::string JACOUSTICS::JHead::oid | 
         
       
   | 
  
inherited   | 
  
 
 
  
  
      
        
          | double JACOUSTICS::JHead::UNIXTimeStart | 
         
       
   | 
  
inherited   | 
  
 
 
  
  
      
        
          | double JACOUSTICS::JHead::UNIXTimeStop | 
         
       
   | 
  
inherited   | 
  
 
 
  
  
      
        
          | int JACOUSTICS::JHead::ndf | 
         
       
   | 
  
inherited   | 
  
 
 
  
  
      
        
          | double JACOUSTICS::JHead::chi2 | 
         
       
   | 
  
inherited   | 
  
 
 
The documentation for this struct was generated from the following file: