| 
| JData::const_iterator  | page | 
|   | 
Definition at line 369 of file JDOMSimulator.cc.
 
◆ JData()
  
  
      
        
          | KM3NETDAQ::JDOMSimulator::JData::JData  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ setRunNumber()
  
  
      
        
          | void KM3NETDAQ::JDOMSimulator::JData::setRunNumber  | 
          ( | 
          int  | 
          run_number | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Set run number. 
- Parameters
 - 
  
  
 
Definition at line 386 of file JDOMSimulator.cc.
  390         for (
iterator timeslice = begin(); timeslice != end(); ++timeslice) {
 
 
 
 
◆ reset()
  
  
      
        
          | void KM3NETDAQ::JDOMSimulator::JData::reset  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ next()
  
  
      
        
          | void KM3NETDAQ::JDOMSimulator::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 425 of file JDOMSimulator.cc.
  427         if (
page != end() && ++
page == end()) {
 
  431           for (
iterator timeslice = begin(); timeslice != end(); ++timeslice) {
 
 
 
 
◆ operator->()
  
  
      
        
          | const_iterator KM3NETDAQ::JDOMSimulator::JData::operator->  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Smart pointer operator. 
- Returns
 - current iterator 
 
Definition at line 459 of file JDOMSimulator.cc.
 
 
◆ page
  
  
      
        
          | JData::const_iterator KM3NETDAQ::JDOMSimulator::JData::page | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: