Jpp
15.0.1
the software that should make you happy
|
Auxiliary class for PMT HVs. More...
#include <JPMTHV.hh>
Public Member Functions | |
JPMTHV () | |
Default constructor. More... | |
JPMTHV (const int id, const int run) | |
Constructor. More... | |
void | configure (const int id, const int run) |
Configure PMT HVs for given detector and run. More... | |
void | configure (const int id, const int run, const std::string ¶meter) |
Configure PMT run setup parameters for given detector and run. More... | |
result_type | operator() (const JUPI_t &upi) const |
Get PMT parameter value for given UPI of PMT. More... | |
Static Public Member Functions | |
static std::string | getUPI (const JUPI_t &upi) |
Get fallback UPI. More... | |
|
inline |
|
inline |
Constructor.
id | detector identifier |
run | run number |
Definition at line 39 of file JPMTHV.hh.
|
inline |
Configure PMT HVs for given detector and run.
id | detector identifier |
run | run number |
Definition at line 51 of file JPMTHV.hh.
|
inlinestaticinherited |
Get fallback UPI.
upi | UPI |
Definition at line 57 of file JPMTRunsetupParams.hh.
|
inlineinherited |
Configure PMT run setup parameters for given detector and run.
id | detector identifier |
run | run number |
parameter | parameter name |
Definition at line 85 of file JPMTRunsetupParams.hh.
|
inlineinherited |
Get PMT parameter value for given UPI of PMT.
upi | UPI |
Definition at line 139 of file JPMTRunsetupParams.hh.