| 
    Jpp
    
   | 
 
Auxiliary data structure for location of product in detector. More...
#include <JProductRouter.hh>
  
 Public Member Functions | |
| JLocation_t () | |
| Default constructor.  More... | |
| JLocation_t (const int string, const int floor, const int position) | |
| Constructor.  More... | |
| bool | less (const JLocation_t &location) const | 
| Less-than method.  More... | |
Public Attributes | |
| int | string | 
| position in detector  More... | |
| int | floor | 
| position in string  More... | |
| int | position | 
| position in floor  More... | |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const JLocation_t &object) | 
| Write location to output stream.  More... | |
Auxiliary data structure for location of product in detector.
Definition at line 28 of file JProductRouter.hh.
      
  | 
  inline | 
Default constructor.
The default corresponds to an invalid location. 
Definition at line 35 of file JProductRouter.hh.
      
  | 
  inline | 
Constructor.
| string | string | 
| floor | floor | 
| position | position | 
Definition at line 49 of file JProductRouter.hh.
      
  | 
  inline | 
Less-than method.
| location | location | 
Definition at line 64 of file JProductRouter.hh.
      
  | 
  friend | 
Write location to output stream.
| out | output stream | 
| object | location | 
Definition at line 87 of file JProductRouter.hh.
| int JDATABASE::JLocation_t::string | 
position in detector
Definition at line 98 of file JProductRouter.hh.
| int JDATABASE::JLocation_t::floor | 
position in string
Definition at line 99 of file JProductRouter.hh.
| int JDATABASE::JLocation_t::position | 
position in floor
Definition at line 100 of file JProductRouter.hh.
 1.8.5