| 
    Jpp 19.3.0-rc.1
    
   the software that should make you happy 
   | 
 
Auxiliary data structure for location of product in detector. More...
#include <JLocation_t.hh>
  
Public Member Functions | |
| JLocation_t () | |
| Default constructor.   | |
| JLocation_t (const int string, const int floor, const int position) | |
| Constructor.   | |
| bool | is_valid () const | 
| Check validity of location.   | |
| bool | less (const JLocation_t &location) const | 
| Less-than method.   | |
Public Attributes | |
| int | string | 
| position in detector   | |
| int | floor | 
| position in string   | |
| int | position | 
| position in floor   | |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const JLocation_t &object) | 
| Write location to output stream.   | |
Auxiliary data structure for location of product in detector.
Definition at line 24 of file JLocation_t.hh.
      
  | 
  inline | 
Default constructor.
The default corresponds to an invalid location. 
Definition at line 31 of file JLocation_t.hh.
      
  | 
  inline | 
      
  | 
  inline | 
Check validity of location.
Definition at line 59 of file JLocation_t.hh.
      
  | 
  inline | 
Less-than method.
| location | location | 
Definition at line 71 of file JLocation_t.hh.
      
  | 
  friend | 
Write location to output stream.
| out | output stream | 
| object | location | 
Definition at line 94 of file JLocation_t.hh.
| int JDATABASE::JLocation_t::string | 
position in detector
Definition at line 105 of file JLocation_t.hh.
| int JDATABASE::JLocation_t::floor | 
position in string
Definition at line 106 of file JLocation_t.hh.
| int JDATABASE::JLocation_t::position | 
position in floor
Definition at line 107 of file JLocation_t.hh.