#include <JDetectors.hh>
 | 
| static const char *const  | getName () | 
|   | Table name.  
  | 
|   | 
Definition at line 35 of file JDetectors.hh.
 
◆ JDetector() [1/2]
  
  
      
        
          | JDATABASE::APIV2::JDetector::JDetector  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ JDetector() [2/2]
  
  
      
        
          | JDATABASE::APIV2::JDetector::JDetector  | 
          ( | 
          const JDetectors & |           detector | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Copy constructor. 
- Parameters
 - 
  
  
 
Definition at line 48 of file JDetectors.hh.
   48                                            :
   50        DetId      (detector.SERIALNUMBER),
 
   53      {}
 
 
 
◆ getName()
  
  
      
        
          | static const char *const JDATABASE::APIV2::JDetector::getName  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ operator JDetectors()
  
  
      
        
          | JDATABASE::APIV2::JDetector::operator JDetectors  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Type conversion operator. 
- Returns
 - detector 
 
Definition at line 60 of file JDetectors.hh.
   61      {
   62        JDetectors detector;
   63 
   64        detector.OID           = this->
DetOID;
 
   65        detector.SERIALNUMBER  = this->
DetId;
 
   66        detector.LOCATIONID    = this->
Location;
 
   67        detector.CITY          = this->
City;
 
   68 
   69        return detector;
   70      }
 
 
 
◆ ClassDef()
      
        
          | JDATABASE::APIV2::JDetector::ClassDef  | 
          ( | 
          JDetector |           ,  | 
        
        
           | 
           | 
          1 |            ) | 
        
      
 
 
◆ DetOID
      
        
          | std::string JDATABASE::APIV2::JDetector::DetOID | 
        
      
 
 
◆ DetId
      
        
          | int JDATABASE::APIV2::JDetector::DetId | 
        
      
 
 
◆ Location
      
        
          | std::string JDATABASE::APIV2::JDetector::Location | 
        
      
 
 
◆ City
      
        
          | std::string JDATABASE::APIV2::JDetector::City | 
        
      
 
 
The documentation for this struct was generated from the following file: