Berkeley Nuclear Data Software
|
#include <ConfigClasses.h>
Public Member Functions | |
OrgScintUncertaintiesInfo () | |
int | getDetectorID () const |
int | getModID () const |
int | getChannel () const |
double | getXUnc () const |
double | getYUnc () const |
double | getZUnc () const |
double | getEnCutMinUnc () const |
double | getEnCutMaxUnc () const |
Eigen::VectorXd | getCalibrationAndResolution () const |
Eigen::MatrixXd | getCalibResCovariance () const |
void | setDetectorID (int a_detectorID) |
void | setModID (int a_modID) |
void | setChannel (int a_channel) |
void | setXUnc (double a_xUnc) |
void | setYUnc (double a_yUnc) |
void | setZUnc (double a_zUnc) |
void | setLYParams (std::vector< double > a_lyParams) |
void | setLYCovMat (std::vector< double > a_lyCovMat) |
void | setEnCutMinUnc (double a_EncutUnc) |
void | setEnCutMaxUnc (double a_EncutUnc) |
Protected Attributes | |
int | m_detectorID |
int | m_modID |
int | m_channel |
double | m_xUnc |
double | m_yUnc |
double | m_zUnc |
double | m_EnCutMinUnc |
double | m_EnCutMaxUnc |
Eigen::VectorXd | m_lyParams |
calibration and resolution parameters a, b, Ec, E1, E2 More... | |
Eigen::MatrixXd | m_lyCovariances |
covariance matrix for given light yield parameters above More... | |
this class is used to generate new experimental configurations from uncertainties in the configuration values more work can be done later to generalize this to all detector types but starting with organic scintillator detectors for STOF no rotation uncertainties – rotation values are set identical to position values in STOF
OrgScintUncertaintiesInfo::OrgScintUncertaintiesInfo | ( | ) |
Eigen::VectorXd OrgScintUncertaintiesInfo::getCalibrationAndResolution | ( | ) | const |
Eigen::MatrixXd OrgScintUncertaintiesInfo::getCalibResCovariance | ( | ) | const |
int OrgScintUncertaintiesInfo::getChannel | ( | ) | const |
int OrgScintUncertaintiesInfo::getDetectorID | ( | ) | const |
double OrgScintUncertaintiesInfo::getEnCutMaxUnc | ( | ) | const |
double OrgScintUncertaintiesInfo::getEnCutMinUnc | ( | ) | const |
int OrgScintUncertaintiesInfo::getModID | ( | ) | const |
double OrgScintUncertaintiesInfo::getXUnc | ( | ) | const |
double OrgScintUncertaintiesInfo::getYUnc | ( | ) | const |
double OrgScintUncertaintiesInfo::getZUnc | ( | ) | const |
void OrgScintUncertaintiesInfo::setChannel | ( | int | a_channel | ) |
void OrgScintUncertaintiesInfo::setDetectorID | ( | int | a_detectorID | ) |
void OrgScintUncertaintiesInfo::setEnCutMaxUnc | ( | double | a_EncutUnc | ) |
void OrgScintUncertaintiesInfo::setEnCutMinUnc | ( | double | a_EncutUnc | ) |
void OrgScintUncertaintiesInfo::setLYCovMat | ( | std::vector< double > | a_lyCovMat | ) |
void OrgScintUncertaintiesInfo::setLYParams | ( | std::vector< double > | a_lyParams | ) |
void OrgScintUncertaintiesInfo::setModID | ( | int | a_modID | ) |
void OrgScintUncertaintiesInfo::setXUnc | ( | double | a_xUnc | ) |
void OrgScintUncertaintiesInfo::setYUnc | ( | double | a_yUnc | ) |
void OrgScintUncertaintiesInfo::setZUnc | ( | double | a_zUnc | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
covariance matrix for given light yield parameters above
|
protected |
calibration and resolution parameters a, b, Ec, E1, E2
|
protected |
|
protected |
|
protected |
|
protected |