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 26 of file JProductRouter.hh.
|
inline |
Default constructor.
The default corresponds to an invalid location.
Definition at line 33 of file JProductRouter.hh.
|
inline |
|
inline |
Less-than method.
location | location |
Definition at line 61 of file JProductRouter.hh.
|
friend |
Write location to output stream.
out | output stream |
object | location |
Definition at line 84 of file JProductRouter.hh.
int JDATABASE::JLocation_t::string |
position in detector
Definition at line 92 of file JProductRouter.hh.
int JDATABASE::JLocation_t::floor |
position in string
Definition at line 93 of file JProductRouter.hh.
int JDATABASE::JLocation_t::position |
position in floor
Definition at line 94 of file JProductRouter.hh.