Acoustic event fit.  
 More...
#include <JEvt.hh>
Acoustic event fit. 
Definition at line 299 of file JAcoustics/JEvt.hh.
 
  
  
      
        
          | JACOUSTICS::JEvt::JEvt  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | JACOUSTICS::JEvt::JEvt  | 
          ( | 
          const JHead &  | 
          header | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | virtual JACOUSTICS::JEvt::~JEvt  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
Read from input. 
- Parameters
 - 
  
  
 
- Returns
 - reader 
 
Implements JIO::JSerialisable.
Reimplemented in JACOUSTICS::JSuperEvt.
Definition at line 389 of file JAcoustics/JEvt.hh.
  391       in >> 
static_cast<JHead&
>            (*this);
 
then fatal Wrong number of arguments fi set_variable DETECTOR $argv[1] set_variable INPUT_FILE $argv[2] 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
 
 
 
 
      
        
          | JACOUSTICS::JEvt::ClassDefOverride  | 
          ( | 
          JEvt  | 
          ,  | 
        
        
           | 
           | 
          7  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
  
  
      
        
          | JACOUSTICS::JHead::ClassDef  | 
          ( | 
          JHead  | 
          ,  | 
         
        
           | 
           | 
          5  | 
            | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
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 362 of file JAcoustics/JEvt.hh.
  366       out << 
event.oid                          << endl
 
  367           << 
FIXED(20,5) << 
event.UNIXTimeStart << endl
 
  368           << 
FIXED(20,5) << 
event.UNIXTimeStop  << endl
 
  369           << setw(5)     << 
event.nhit          << 
' ' 
  370           << setw(5)     << 
event.nfit          << 
' ' 
  371           << setw(4)     << 
event.npar          << endl
 
  372           << 
FIXED(12,3) << 
event.chi2          << 
'/' 
  373           << 
FIXED(7,1)  << 
event.ndf           << endl;
 
  375       for (JEvt::const_iterator fit = event.begin(); fit != 
event.end(); ++fit) {
 
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: