Jpp
18.0.0
the software that should make you happy
|
Data structure to translate PMT physical to readout address. More...
#include <JModuleAddressMap.hh>
Public Member Functions | |
JPMTAddressTranslator (const JPMTReadoutAddress &readout, const JPMTPhysicalAddress &address) | |
Constructor. More... | |
std::string | toString () const |
Convert PMT address translator to string. More... | |
std::string | toString (const std::string &fmt, const std::string target="%") const |
Convert PMT address translator to string. More... | |
int | getTDC () const |
Get TDC. More... | |
bool | less (const JPMTPhysicalAddress &address) const |
Less than method. More... | |
Public Attributes | |
int | tdc |
TDC channel. More... | |
char | ring |
ring number ['A','F'] More... | |
int | position |
position within ring [1,6] More... | |
Data structure to translate PMT physical to readout address.
Definition at line 28 of file JModuleAddressMap.hh.
|
inline |
Constructor.
readout | readout address |
address | physical address |
Definition at line 38 of file JModuleAddressMap.hh.
|
inline |
Convert PMT address translator to string.
Definition at line 50 of file JModuleAddressMap.hh.
|
inline |
Convert PMT address translator to string.
The targets target
in the format string fmt
are consecutively replaced by tdc
, ring
and position
.
fmt | format |
target | target |
Definition at line 66 of file JModuleAddressMap.hh.
|
inlineinherited |
|
inlineinherited |
Less than method.
address | PMT physical address |
Definition at line 60 of file JPMTPhysicalAddress.hh.
|
inherited |
TDC channel.
Definition at line 113 of file JPMTReadoutAddress.hh.
|
inherited |
ring number ['A','F']
Definition at line 148 of file JPMTPhysicalAddress.hh.
|
inherited |
position within ring [1,6]
Definition at line 149 of file JPMTPhysicalAddress.hh.