Auxiliary class for OM cluster parameters.  
 More...
Auxiliary class for OM cluster parameters. 
Definition at line 73 of file JMonteCarloDetector.hh.
 
◆ OM_cluster()
  
  
      
        
          | JDETECTOR::JMonteCarloDetector::OM_cluster::OM_cluster  | 
          ( | 
          std::istream &  | 
          in | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Constructor. 
- Parameters
 - 
  
  
 
Definition at line 83 of file JMonteCarloDetector.hh.
   93         for ( ; 
n != 0; --
n, ++p)
 
int string_id
string identifier
 
JObjectID()
Default constructor.
 
 
 
 
◆ getID() [1/2]
  
  
      
        
          | int JLANG::JObjectID::getID  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
Get identifier. 
- Returns
 - identifier 
 
Definition at line 50 of file JObjectID.hh.
 
 
◆ getID() [2/2]
  
  
      
        
          | int& JLANG::JObjectID::getID  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlineinherited   | 
  
 
Get identifier. 
- Returns
 - identifier 
 
Definition at line 61 of file JObjectID.hh.
 
 
◆ setID()
  
  
      
        
          | void JLANG::JObjectID::setID  | 
          ( | 
          const int  | 
          id | ) | 
           | 
         
       
   | 
  
inlineinherited   | 
  
 
Set identifier. 
- Parameters
 - 
  
  
 
Definition at line 72 of file JObjectID.hh.
 
 
◆ less() [1/2]
  
  
      
        
          | bool JLANG::JObjectID::less  | 
          ( | 
          const JObjectID &  | 
          object | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
Less than method. 
- Parameters
 - 
  
  
 
- Returns
 - true if this identifier less than given identifier; else false 
 
Definition at line 84 of file JObjectID.hh.
   86       return this->
getID() < 
object.getID();
 
int getID() const
Get identifier.
 
 
 
 
◆ less() [2/2]
  
  
      
        
          | bool JLANG::JObjectID::less  | 
          ( | 
          const int  | 
          id | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
Less than method. 
- Parameters
 - 
  
  
 
- Returns
 - true if this identifier less than given identifier; else false 
 
Definition at line 96 of file JObjectID.hh.
   98       return this->
getID() < id;
 
 
 
 
◆ more()
  
  
      
        
          | bool JLANG::JObjectID::more  | 
          ( | 
          const int  | 
          id | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
More than method. 
- Parameters
 - 
  
  
 
- Returns
 - true if this identifier greater than given identifier; else false 
 
Definition at line 108 of file JObjectID.hh.
  110       return this->
getID() > id;
 
 
 
 
◆ string_id
      
        
          | int JDETECTOR::JMonteCarloDetector::OM_cluster::string_id | 
        
      
 
 
      
        
          | double JDETECTOR::JMonteCarloDetector::OM_cluster::z | 
        
      
 
 
◆ __id
  
  
      
        
          | int JLANG::JObjectID::__id | 
         
       
   | 
  
protectedinherited   | 
  
 
 
The documentation for this class was generated from the following file: