Summary time slices.  
 More...
#include <TimeSlice.hh>
|  | 
| unsigned short | frameTarget | 
|  | Unique code representing the shore station for this frame. 
 | 
|  | 
| unsigned int | frameTime1 | 
|  | Frame 'time stamp' in units of 50ns (MSW) 
 | 
|  | 
| unsigned int | frameTime2 | 
|  | Frame 'time stamp' in units of 50ns (LSW) 
 | 
|  | 
| unsigned int | frameIndex | 
|  | Number of frames since start of the run. 
 | 
|  | 
| unsigned int | runNumber | 
|  | Run-number as given by the RunControl. 
 | 
|  | 
Summary time slices. 
Definition at line 587 of file TimeSlice.hh.
◆ frame_type
◆ item_type
◆ Summary_TimeSlice() [1/2]
  
  | 
        
          | Summary_TimeSlice::Summary_TimeSlice | ( |  | ) |  |  | inline | 
 
 
◆ Summary_TimeSlice() [2/2]
template<class T > 
  
  | 
        
          | Summary_TimeSlice::Summary_TimeSlice | ( | const TimeSlice< T > & | object | ) |  |  | inline | 
 
Constructor. 
param object time slice 
Definition at line 602 of file TimeSlice.hh.
  602                                                : 
  604  {
  607                                    i->ARS_ID,
  608                                    i->dataType,
  609                                    i->nbItems));
  610    }
  611  }
Interface for event classes.
 
 
◆ operator+=() [1/2]
operator += 
- Parameters
- 
  
  
- Returns
- this summary time slice 
Definition at line 620 of file TimeSlice.hh.
  621  {
  625                                      i->ARS_ID,
  626                                      i->dataType,
  627                                      i->nbItems));
  628      }
  629    }
  630    
  631    return *this;
  632  }
 
 
◆ ClassDef() [1/3]
◆ operator+=() [2/2]
operator += 
- Parameters
- 
  
  
- Returns
- this time slice 
Definition at line 446 of file TimeSlice.hh.
  447  {
  449 
  452 
  453      for (from = object.begin(); from != object.end(); ++from) {
  454 
  456          if (*to == *from) {
  457            *to += *from;
  458            break;
  459          }
  460        }
  461        
  463          this->push_back(*from);
  464        }
  465      }
  466    }
  467    
  468    return *this;
  469  }
 
 
◆ ClassDef() [2/3]
◆ ClassDef() [3/3]
◆ frameTarget
  
  | 
        
          | unsigned short EventPreamble::frameTarget |  | inherited | 
 
Unique code representing the shore station for this frame. 
Definition at line 26 of file EventPreamble.hh.
 
 
◆ frameTime1
  
  | 
        
          | unsigned int EventPreamble::frameTime1 |  | inherited | 
 
 
◆ frameTime2
  
  | 
        
          | unsigned int EventPreamble::frameTime2 |  | inherited | 
 
 
◆ frameIndex
  
  | 
        
          | unsigned int EventPreamble::frameIndex |  | inherited | 
 
 
◆ runNumber
  
  | 
        
          | unsigned int EventPreamble::runNumber |  | inherited | 
 
 
The documentation for this class was generated from the following file: