Template TimeSlice.  
 More...
#include <TimeSlice.hh>
template<class T>
class TimeSlice< T >
Template TimeSlice. 
Definition at line 396 of file TimeSlice.hh.
 
Default constructor. 
Definition at line 407 of file TimeSlice.hh.
EventPreamble()
Default constructor. 
 
 
 
 
Constructor. 
- Parameters
 - 
  
  
 
Definition at line 417 of file TimeSlice.hh.
EventPreamble()
Default constructor. 
 
 
 
 
operator += 
- Parameters
 - 
  
  
 
- Returns
 - this time slice 
 
Definition at line 446 of file TimeSlice.hh.
  453       for (from = 
object.begin(); from != 
object.end(); ++from) {
 
  463           this->push_back(*from);
 
Interface for event classes. 
 
 
 
 
template<class T> 
  
  
      
        
          | std::ostream& operator<<  | 
          ( | 
          std::ostream &  | 
          out,  | 
         
        
           | 
           | 
          const TimeSlice< T > &  | 
          object  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
Print ASCII. 
- Parameters
 - 
  
    | out | output stream  | 
    | object | time slice  | 
  
   
- Returns
 - output stream 
 
Definition at line 429 of file TimeSlice.hh.
  431     out << static_cast<const EventPreamble&>(object);
 
 
 
 
  
  
      
        
          | unsigned short EventPreamble::frameTarget | 
         
       
   | 
  
inherited   | 
  
 
Unique code representing the shore station for this frame. 
Definition at line 26 of file EventPreamble.hh.
 
 
  
  
      
        
          | unsigned int EventPreamble::frameTime1 | 
         
       
   | 
  
inherited   | 
  
 
 
  
  
      
        
          | unsigned int EventPreamble::frameTime2 | 
         
       
   | 
  
inherited   | 
  
 
 
  
  
      
        
          | unsigned int EventPreamble::frameIndex | 
         
       
   | 
  
inherited   | 
  
 
 
  
  
      
        
          | unsigned int EventPreamble::runNumber | 
         
       
   | 
  
inherited   | 
  
 
 
The documentation for this class was generated from the following file: