| 
| JData::const_iterator  | page | 
|   | 
Definition at line 384 of file JDQSimulator.cc.
 
  
  
      
        
          | KM3NETDAQ::JDQSimulator::JData::JData  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | void KM3NETDAQ::JDQSimulator::JData::setRunNumber  | 
          ( | 
          int  | 
          run_number | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Set run number. 
- Parameters
 - 
  
  
 
Definition at line 401 of file JDQSimulator.cc.
  405         for (
iterator timeslice = begin(); timeslice != end(); ++timeslice) {
 
std::vector< value_type >::iterator iterator
 
then fatal The output file must have the wildcard in the e g root fi 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
 
size_t getSizeof< JDAQSuperFrameHeader >()
Get size of type. 
 
void setRunNumber(const int run)
Set run number. 
 
size_t getSizeof< JDAQPreamble >()
Get size of type. 
 
 
 
 
  
  
      
        
          | void KM3NETDAQ::JDQSimulator::JData::reset  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Reset internal iterator to begin. 
Definition at line 428 of file JDQSimulator.cc.
JData::const_iterator page
 
 
 
 
  
  
      
        
          | void KM3NETDAQ::JDQSimulator::JData::next  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Increment internal iterator. 
When the internal iterator reaches the end of the data, the frame indices of the data are increased and the internal iterator is reset to the begin of data. 
Definition at line 440 of file JDQSimulator.cc.
  442         if (
page != end() && ++
page == end()) {
 
  446           for (
iterator timeslice = begin(); timeslice != end(); ++timeslice) {
 
std::vector< value_type >::iterator iterator
 
Data structure for UTC time. 
 
double getTimeOfFrame(const int frame_index)
Get start time of frame in ns since start of run for a given frame index. 
 
then fatal The output file must have the wildcard in the e g root fi 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
 
JData::const_iterator page
 
size_t getSizeof< JDAQSuperFrameHeader >()
Get size of type. 
 
size_t getSizeof< JDAQPreamble >()
Get size of type. 
 
void setFrameIndex(const int frame_index)
Set frame index. 
 
void reset()
Reset internal iterator to begin. 
 
 
 
 
  
  
      
        
          | const_iterator KM3NETDAQ::JDQSimulator::JData::operator->  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Smart pointer operator. 
- Returns
 - current iterator 
 
Definition at line 475 of file JDQSimulator.cc.
JData::const_iterator page
 
 
 
 
  
  
      
        
          | JData::const_iterator KM3NETDAQ::JDQSimulator::JData::page | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: