Acoustic super event fit.  
 More...
#include <JSuperEvt.hh>
Acoustic super event fit. 
Definition at line 36 of file JSuperEvt.hh.
 
◆ tx_type
◆ rx_type
◆ JSuperEvt() [1/2]
  
  
      
        
          | JACOUSTICS::JSuperEvt::JSuperEvt  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Default constructor. 
Definition at line 43 of file JSuperEvt.hh.
JEvt()
Default constructor.
 
 
 
 
◆ JSuperEvt() [2/2]
  
  
      
        
          | JACOUSTICS::JSuperEvt::JSuperEvt  | 
          ( | 
          const JEvt &  | 
          event | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ read()
Read from input. 
- Parameters
 - 
  
  
 
- Returns
 - reader 
 
Reimplemented from JACOUSTICS::JEvt.
Definition at line 234 of file JSuperEvt.hh.
virtual JReader & read(JReader &in) override
Read from input.
 
 
 
 
◆ write()
Write to output. 
- Parameters
 - 
  
  
 
- Returns
 - writer 
 
Reimplemented from JACOUSTICS::JEvt.
Definition at line 251 of file JSuperEvt.hh.
virtual JWriter & write(JWriter &out) const override
Write to output.
 
 
 
 
◆ ClassDefOverride() [1/2]
      
        
          | JACOUSTICS::JSuperEvt::ClassDefOverride  | 
          ( | 
          JSuperEvt  | 
          ,  | 
        
        
           | 
           | 
          1  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ ClassDefOverride() [2/2]
  
  
      
        
          | JACOUSTICS::JEvt::ClassDefOverride  | 
          ( | 
          JEvt  | 
          ,  | 
         
        
           | 
           | 
          8  | 
            | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inherited   | 
  
 
 
◆ ClassDef()
  
  
      
        
          | JACOUSTICS::JHead::ClassDef  | 
          ( | 
          JHead  | 
          ,  | 
         
        
           | 
           | 
          6  | 
            | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inherited   | 
  
 
 
◆ operator<<
  
  
      
        
          | 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 203 of file JSuperEvt.hh.
  207       out << static_cast<const JEvt&>(event);
 
  209       for (JSuperEvt::tx_type::const_iterator i = event.
tx.begin(); i != event.
tx.end(); ++i) {
 
  210         out << setw(2)     << i->id       << 
' ' 
  211             << setw(6)     << i->counter  << 
' ' 
  212             << 
FIXED(20,6) << i->toe      << endl;
 
  215       for (JSuperEvt::rx_type::const_iterator i = event.
rx.begin(); i != event.
rx.end(); ++i) {
 
  216         out << setw(2)     << i->id       << 
' ' 
  217             << setw(6)     << i->counter  << 
' ' 
  218             << setw(4)     << i->string   << 
' ' 
  219             << setw(2)     << i->floor    << 
' ' 
  220             << 
FIXED(20,6) << i->toa      << 
' ' 
  221             << 
FIXED( 5,2) << i->weight   << endl;
 
Auxiliary data structure for floating point format specification.
 
 
 
 
◆ tx
◆ rx
◆ detid
  
  
      
        
          | int JACOUSTICS::JHead::detid | 
         
       
   | 
  
inherited   | 
  
 
 
◆ UNIXTimeStart
  
  
      
        
          | double JACOUSTICS::JHead::UNIXTimeStart | 
         
       
   | 
  
inherited   | 
  
 
 
◆ UNIXTimeStop
  
  
      
        
          | double JACOUSTICS::JHead::UNIXTimeStop | 
         
       
   | 
  
inherited   | 
  
 
 
◆ nhit
  
  
      
        
          | int JACOUSTICS::JHead::nhit | 
         
       
   | 
  
inherited   | 
  
 
 
◆ nfit
  
  
      
        
          | int JACOUSTICS::JHead::nfit | 
         
       
   | 
  
inherited   | 
  
 
 
◆ npar
  
  
      
        
          | int JACOUSTICS::JHead::npar | 
         
       
   | 
  
inherited   | 
  
 
 
◆ ndf
  
  
      
        
          | double JACOUSTICS::JHead::ndf | 
         
       
   | 
  
inherited   | 
  
 
 
◆ chi2
  
  
      
        
          | double JACOUSTICS::JHead::chi2 | 
         
       
   | 
  
inherited   | 
  
 
 
The documentation for this struct was generated from the following file: