Jpp
18.3.1
the software that should make you happy
|
Data structure for module address and module attributes. More...
#include <JModuleMapper.hh>
Public Member Functions | |
JModuleAttributes () | |
Default constructor. More... | |
JModuleAttributes (const int index, const JModule &first, const JModule &second) | |
Constructor. More... | |
bool | equals (const JModuleAddress &address) const |
Equal method. More... | |
Static Public Member Functions | |
static const JAttributes_t & | getAttributes (const JModule &first, const JModule &second) |
Get module attributes. More... | |
Public Attributes | |
int | first |
index of module in detector data structure More... | |
Data structure for module address and module attributes.
The template argument refers to the module attributes for which the following method should be overloaded:
void setAttributes(const JModule& first, const JModule& second, JAttributes_t& attributes);
Definition at line 67 of file JModuleMapper.hh.
|
inline |
Default constructor.
Definition at line 92 of file JModuleMapper.hh.
|
inline |
Constructor.
index | index of module in detector data structure |
first | first module |
second | second module |
Definition at line 105 of file JModuleMapper.hh.
|
inlinestatic |
Get module attributes.
first | first module |
second | second module |
Definition at line 78 of file JModuleMapper.hh.
|
inlineinherited |
Equal method.
address | module address |
Definition at line 58 of file JModuleAddress.hh.
|
inherited |
index of module in detector data structure
Definition at line 90 of file JModuleAddress.hh.