Jpp
18.6.0-rc.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... | |
|
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.
|
inlineinherited |
Configure PMT run setup parameters for given detector and run.
id | detector identifier |
run | run number |
parameter | parameter name |
Definition at line 83 of file JPMTRunsetupParams.hh.
|
inlineinherited |
Get PMT parameter value for given UPI of PMT.
upi | UPI |
Definition at line 145 of file JPMTRunsetupParams.hh.