Jpp
17.3.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. More... | |
JLocation_t (const int string, const int floor, const int position) | |
Constructor. More... | |
bool | is_valid () const |
Check validity of location. 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 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 |
Constructor.
string | string |
floor | floor |
position | position |
Definition at line 45 of file JLocation_t.hh.
|
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.