Berkeley Nuclear Data Software
Public Member Functions | Protected Attributes | List of all members
OrgScintUncertaintiesInfo Class Reference

#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...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ OrgScintUncertaintiesInfo()

OrgScintUncertaintiesInfo::OrgScintUncertaintiesInfo ( )

Member Function Documentation

◆ getCalibrationAndResolution()

Eigen::VectorXd OrgScintUncertaintiesInfo::getCalibrationAndResolution ( ) const
Here is the caller graph for this function:

◆ getCalibResCovariance()

Eigen::MatrixXd OrgScintUncertaintiesInfo::getCalibResCovariance ( ) const
Here is the caller graph for this function:

◆ getChannel()

int OrgScintUncertaintiesInfo::getChannel ( ) const

◆ getDetectorID()

int OrgScintUncertaintiesInfo::getDetectorID ( ) const

◆ getEnCutMaxUnc()

double OrgScintUncertaintiesInfo::getEnCutMaxUnc ( ) const
Here is the caller graph for this function:

◆ getEnCutMinUnc()

double OrgScintUncertaintiesInfo::getEnCutMinUnc ( ) const
Here is the caller graph for this function:

◆ getModID()

int OrgScintUncertaintiesInfo::getModID ( ) const

◆ getXUnc()

double OrgScintUncertaintiesInfo::getXUnc ( ) const
Here is the caller graph for this function:

◆ getYUnc()

double OrgScintUncertaintiesInfo::getYUnc ( ) const
Here is the caller graph for this function:

◆ getZUnc()

double OrgScintUncertaintiesInfo::getZUnc ( ) const
Here is the caller graph for this function:

◆ setChannel()

void OrgScintUncertaintiesInfo::setChannel ( int  a_channel)
Here is the caller graph for this function:

◆ setDetectorID()

void OrgScintUncertaintiesInfo::setDetectorID ( int  a_detectorID)
Here is the caller graph for this function:

◆ setEnCutMaxUnc()

void OrgScintUncertaintiesInfo::setEnCutMaxUnc ( double  a_EncutUnc)
Here is the caller graph for this function:

◆ setEnCutMinUnc()

void OrgScintUncertaintiesInfo::setEnCutMinUnc ( double  a_EncutUnc)
Here is the caller graph for this function:

◆ setLYCovMat()

void OrgScintUncertaintiesInfo::setLYCovMat ( std::vector< double >  a_lyCovMat)
Here is the caller graph for this function:

◆ setLYParams()

void OrgScintUncertaintiesInfo::setLYParams ( std::vector< double >  a_lyParams)
Here is the caller graph for this function:

◆ setModID()

void OrgScintUncertaintiesInfo::setModID ( int  a_modID)
Here is the caller graph for this function:

◆ setXUnc()

void OrgScintUncertaintiesInfo::setXUnc ( double  a_xUnc)
Here is the caller graph for this function:

◆ setYUnc()

void OrgScintUncertaintiesInfo::setYUnc ( double  a_yUnc)
Here is the caller graph for this function:

◆ setZUnc()

void OrgScintUncertaintiesInfo::setZUnc ( double  a_zUnc)
Here is the caller graph for this function:

Member Data Documentation

◆ m_channel

int OrgScintUncertaintiesInfo::m_channel
protected

◆ m_detectorID

int OrgScintUncertaintiesInfo::m_detectorID
protected

◆ m_EnCutMaxUnc

double OrgScintUncertaintiesInfo::m_EnCutMaxUnc
protected

◆ m_EnCutMinUnc

double OrgScintUncertaintiesInfo::m_EnCutMinUnc
protected

◆ m_lyCovariances

Eigen::MatrixXd OrgScintUncertaintiesInfo::m_lyCovariances
protected

covariance matrix for given light yield parameters above

◆ m_lyParams

Eigen::VectorXd OrgScintUncertaintiesInfo::m_lyParams
protected

calibration and resolution parameters a, b, Ec, E1, E2

◆ m_modID

int OrgScintUncertaintiesInfo::m_modID
protected

◆ m_xUnc

double OrgScintUncertaintiesInfo::m_xUnc
protected

◆ m_yUnc

double OrgScintUncertaintiesInfo::m_yUnc
protected

◆ m_zUnc

double OrgScintUncertaintiesInfo::m_zUnc
protected

The documentation for this class was generated from the following files: