Data structure for configuration of JDOMSimulator.  
 More...
Data structure for configuration of JDOMSimulator. 
Definition at line 37 of file JDOMSimulator.cc.
 
  
  
      
        
          | KM3NETDAQ::JSource::JSource  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | std::istream& operator>>  | 
          ( | 
          std::istream &  | 
          in,  | 
         
        
           | 
           | 
          JSource &  | 
          source  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
Read JSource from input stream. 
- Parameters
 - 
  
  
 
- Returns
 - input stream 
 
Definition at line 56 of file JDOMSimulator.cc.
   60       in >> index >> 
static_cast<std::string&
>(source);
 
esac print_variable DETECTOR INPUT_FILE OUTPUT_FILE CDF for TYPE in
 
 
 
 
  
  
      
        
          | std::ostream& operator<<  | 
          ( | 
          std::ostream &  | 
          out,  | 
         
        
           | 
           | 
          const JSource &  | 
          source  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
Write JSource to output stream. 
- Parameters
 - 
  
  
 
- Returns
 - output stream 
 
Definition at line 73 of file JDOMSimulator.cc.
   75       out << static_cast<const std::string&>(source);
 
 
 
 
The documentation for this class was generated from the following file: