Data structure for PMT physical address.  
 More...
#include <JPMTPhysicalAddress.hh>
Data structure for PMT physical address. 
Definition at line 26 of file JPMTPhysicalAddress.hh.
 
◆ JPMTPhysicalAddress() [1/2]
  
  
      
        
          | JDETECTOR::JPMTPhysicalAddress::JPMTPhysicalAddress  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ JPMTPhysicalAddress() [2/2]
  
  
      
        
          | JDETECTOR::JPMTPhysicalAddress::JPMTPhysicalAddress  | 
          ( | 
          const char  | 
          ring,  | 
         
        
           | 
           | 
          const int  | 
          position  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ less()
Less than method. 
- Parameters
 - 
  
    | address | PMT physical address  | 
  
   
- Returns
 - true if this address before given address; else false 
 
Definition at line 60 of file JPMTPhysicalAddress.hh.
 
 
◆ toString()
  
  
      
        
          | std::string JDETECTOR::JPMTPhysicalAddress::toString  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Convert PMT physical address to string. 
- Returns
 - string 
 
Definition at line 137 of file JPMTPhysicalAddress.hh.
  138       std::ostringstream os;
 
 
 
 
◆ operator>> [1/2]
Read PMT physical address from input. 
- Parameters
 - 
  
    | in | input stream  | 
    | object | PMT physical address  | 
  
   
- Returns
 - input stream 
 
Definition at line 76 of file JPMTPhysicalAddress.hh.
   79       in >> 
object.position;
 
 
 
 
◆ operator<< [1/2]
Write PMT physical address to output. 
- Parameters
 - 
  
    | out | output stream  | 
    | object | PMT physical address  | 
  
   
- Returns
 - output stream 
 
Definition at line 92 of file JPMTPhysicalAddress.hh.
   95       out << 
object.position;
 
 
 
 
◆ operator>> [2/2]
Read PMT physical address from input. 
- Parameters
 - 
  
    | in | reader  | 
    | object | PMT physical address  | 
  
   
- Returns
 - reader 
 
Definition at line 108 of file JPMTPhysicalAddress.hh.
  111       in >> 
object.position;
 
 
 
 
◆ operator<< [2/2]
Write PMT physical address to output. 
- Parameters
 - 
  
    | out | writer  | 
    | object | PMT physical address  | 
  
   
- Returns
 - writer 
 
Definition at line 124 of file JPMTPhysicalAddress.hh.
  127       out << 
object.position;
 
 
 
 
◆ ring
      
        
          | char JDETECTOR::JPMTPhysicalAddress::ring | 
        
      
 
 
◆ position
      
        
          | int JDETECTOR::JPMTPhysicalAddress::position | 
        
      
 
 
The documentation for this class was generated from the following file: