Data structure for configuration of JDQSimulator.  
 More...
Data structure for configuration of JDQSimulator. 
Definition at line 39 of file JDQSimulator.cc.
 
◆ JSource()
  
  
      
        
          | KM3NETDAQ::JSource::JSource  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator>>
  
  
      
        
          | std::istream& operator>>  | 
          ( | 
          std::istream &  | 
          in,  | 
         
        
           | 
           | 
          JSource &  | 
          source  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
Read JSource from input stream. 
- Parameters
 - 
  
  
 
- Returns
 - input stream 
 
Definition at line 58 of file JDQSimulator.cc.
   62       in >> index >> 
static_cast<std::string&
>(source);
 
 
 
 
◆ operator<<
  
  
      
        
          | std::ostream& operator<<  | 
          ( | 
          std::ostream &  | 
          out,  | 
         
        
           | 
           | 
          const JSource &  | 
          source  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
Write JSource to output stream. 
- Parameters
 - 
  
  
 
- Returns
 - output stream 
 
Definition at line 75 of file JDQSimulator.cc.
   77       out << static_cast<const std::string&>(source);
 
 
 
 
The documentation for this class was generated from the following file: