Data structure for PMT high-voltage calibration.
More...
#include <JDetectorCalibration.hh>
|
static const char | DOT = '.' |
| Separator between PBS values. More...
|
|
static const char | SEPARATOR = '/' |
| Separator between PBS and variant. More...
|
|
Data structure for PMT high-voltage calibration.
Definition at line 212 of file JDetectorCalibration.hh.
JDETECTOR::JHVCalibration_t::JHVCalibration_t |
( |
| ) |
|
|
inline |
JDETECTOR::JHVCalibration_t::JHVCalibration_t |
( |
const JUPI & |
upi, |
|
|
const std::string & |
result, |
|
|
const double |
hv, |
|
|
const double |
gain, |
|
|
const std::vector< std::string > & |
runNumbers = std::vector<std::string>{} |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
upi | UPI |
result | result |
hv | HV |
gain | PMT gain |
runNumbers | run numbers |
Definition at line 231 of file JDetectorCalibration.hh.
JUPI()
Default constructor.
std::vector< std::string > runNumberList
then echo Variable JPP_DIR undefined exit fi source $JPP_DIR setenv sh $JPP_DIR set_variable DEBUG set_variable NPE set_variable FIT_RANGE set_variable OUTPUT_DIR tmp set_variable OUTPUT_JSON $OUTPUT_DIR HVtuning json set_variable OUTPUT_ROOT $OUTPUT_DIR HVtuning root set_variable FIT_OPTIONS RME set_variable PMT_DEFAULT gain
const JUPI& JDATABASE::JUPI::getUPI |
( |
| ) |
const |
|
inlineinherited |
Get UPI.
- Returns
- UPI
Definition at line 68 of file JUPI.hh.
70 return static_cast<const JUPI&
>(*this);
Universal product identifier (UPI).
const std::string& JDATABASE::JUPI::getVariant |
( |
| ) |
const |
|
inlineinherited |
Get variant.
- Returns
- variant
Definition at line 79 of file JUPI.hh.
JDATABASE::JUPI::ClassDefNV |
( |
JUPI |
, |
|
|
1 |
|
|
) |
| |
|
inherited |
JDATABASE::JPBS::ClassDefNV |
( |
JPBS |
, |
|
|
1 |
|
|
) |
| |
|
inherited |
const JPBS& JDATABASE::JPBS::getPBS |
( |
| ) |
const |
|
inlineinherited |
Get PBS.
- Returns
- PBS
Definition at line 105 of file JPBS.hh.
107 return static_cast<const JPBS&
>(*this);
Product breakdown structure (PBS).
bool JDATABASE::JPBS::is_valid |
( |
| ) |
const |
|
inlineinherited |
Check validity.
- Returns
- true if valid; else false
Definition at line 116 of file JPBS.hh.
118 return !this->empty();
std::string JDETECTOR::JHVCalibration_t::result |
double JDETECTOR::JHVCalibration_t::supplyVoltage |
double JDETECTOR::JHVCalibration_t::PMTgain |
std::vector<std::string> JDETECTOR::JHVCalibration_t::runNumberList |
std::string JDATABASE::JUPI::variant |
|
protectedinherited |
const char JDATABASE::JPBS::DOT = '.' |
|
staticinherited |
Separator between PBS values.
Definition at line 33 of file JPBS.hh.
const char JDATABASE::JPBS::SEPARATOR = '/' |
|
staticinherited |
Separator between PBS and variant.
Definition at line 39 of file JPBS.hh.
The documentation for this struct was generated from the following file: