Template TimeSlice.  
 More...
#include <TimeSlice.hh>
 | 
| unsigned int  | length_ | 
|   | size of object in bytes; not to be written by ROOT  More...
  | 
|   | 
| unsigned short  | dataType | 
|   | type of object; not to be written by ROOT  More...
  | 
|   | 
template<class T>
class TimeSlice< T >
Template TimeSlice. 
Definition at line 396 of file TimeSlice.hh.
 
◆ frame_type
◆ item_type
◆ TimeSlice() [1/2]
◆ TimeSlice() [2/2]
◆ operator+=()
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);
 
 
 
 
◆ ClassDef() [1/2]
◆ ClassDef() [2/2]
◆ operator<<
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);
 
 
 
 
◆ length_
  
  
      
        
          | unsigned int EventPreamble::length_ | 
         
       
   | 
  
protectedinherited   | 
  
 
size of object in bytes; not to be written by ROOT 
Definition at line 21 of file EventPreamble.hh.
 
 
◆ dataType
  
  
      
        
          | unsigned short EventPreamble::dataType | 
         
       
   | 
  
protectedinherited   | 
  
 
 
◆ 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: