Detector file.  
 More...
#include <JHead.hh>
Detector file. 
Definition at line 226 of file JHead.hh.
 
◆ detector()
  
  
      
        
          | JAANET::detector::detector  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Default constructor. 
Definition at line 231 of file JHead.hh.
 
 
◆ match()
  
  
      
        
          | bool JAANET::detector::match  | 
          ( | 
          const detector &  | 
          object | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Test match. 
- Parameters
 - 
  
  
 
- Returns
 - true if matches; else false 
 
Definition at line 240 of file JHead.hh.
  242       return this->
program == 
object.program && this->
filename == 
object.filename; 
 
 
 
 
◆ ClassDefNV()
      
        
          | JAANET::detector::ClassDefNV  | 
          ( | 
          detector  | 
          ,  | 
        
        
           | 
           | 
          1  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ operator>>
  
  
      
        
          | std::istream& operator>>  | 
          ( | 
          std::istream &  | 
          in,  | 
         
        
           | 
           | 
          detector &  | 
          object  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
Read detector from input stream. 
- Parameters
 - 
  
    | in | input stream  | 
    | object | detector  | 
  
   
- Returns
 - input stream 
 
Definition at line 252 of file JHead.hh.
  256       in >> 
object.program >> 
object.filename;
 
  259         object.filename = 
object.program;
 
  260         object.program  = 
"?";
 
bool is_integer(const std::string &buffer)
Check if string is an integer.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
 
 
 
◆ operator<<
  
  
      
        
          | std::ostream& operator<<  | 
          ( | 
          std::ostream &  | 
          out,  | 
         
        
           | 
           | 
          const detector &  | 
          object  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
Write detector to output stream. 
- Parameters
 - 
  
    | out | output stream  | 
    | object | detector  | 
  
   
- Returns
 - output stream 
 
Definition at line 273 of file JHead.hh.
  275       return out << 
object.program << 
' ' << 
object.filename;
 
 
 
 
◆ program
      
        
          | std::string JAANET::detector::program | 
        
      
 
 
◆ filename
      
        
          | std::string JAANET::detector::filename | 
        
      
 
 
The documentation for this struct was generated from the following file: