Berkeley Nuclear Data Software
|
#include <ConfigClasses.h>
Public Member Functions | |
ExperimentUncertaintiesConfig () | |
default constructor creates an empty config More... | |
ExperimentUncertaintiesConfig (const ExperimentUncertaintiesConfig &a_config) | |
copy constructor to ensure local map rebuild More... | |
void | addOrgScintsUnc (std::vector< OrgScintUncertaintiesInfo > a_orgScints) |
void | addOrgScintUnc (OrgScintUncertaintiesInfo a_orgScint) |
bool | isKnown (int a_modID, int a_ch) const |
returns true if the channel mod pair is known to the config More... | |
std::ostream & | printLayout (std::ostream &a_stream) const |
const OrgScintUncertaintiesInfo | getOrgScintUncInfo (int a_modID, int a_ch) const |
const OrgScintUncertaintiesInfo | getOrgScintUncInfo (int a_orgScintID) const |
Protected Member Functions | |
void | rebuildMap () |
Protected Attributes | |
std::vector< OrgScintUncertaintiesInfo > | m_orgScintsUnc |
std::map< std::pair< int, int >,int > | m_modChMap |
this class is inteded to be a base class for the configuration uncertainties needed for Monte Carlo of systematics in the analysis of multidetector nuclear experiments – currently only implemented and tested for STOF
ExperimentUncertaintiesConfig::ExperimentUncertaintiesConfig | ( | ) |
default constructor creates an empty config
ExperimentUncertaintiesConfig::ExperimentUncertaintiesConfig | ( | const ExperimentUncertaintiesConfig & | a_config | ) |
copy constructor to ensure local map rebuild
void ExperimentUncertaintiesConfig::addOrgScintsUnc | ( | std::vector< OrgScintUncertaintiesInfo > | a_orgScints | ) |
void ExperimentUncertaintiesConfig::addOrgScintUnc | ( | OrgScintUncertaintiesInfo | a_orgScint | ) |
const OrgScintUncertaintiesInfo ExperimentUncertaintiesConfig::getOrgScintUncInfo | ( | int | a_modID, |
int | a_ch | ||
) | const |
const OrgScintUncertaintiesInfo ExperimentUncertaintiesConfig::getOrgScintUncInfo | ( | int | a_orgScintID | ) | const |
bool ExperimentUncertaintiesConfig::isKnown | ( | int | a_modID, |
int | a_ch | ||
) | const |
returns true if the channel mod pair is known to the config
std::ostream & ExperimentUncertaintiesConfig::printLayout | ( | std::ostream & | a_stream | ) | const |
|
protected |
|
protected |
internal map for quickly referencing element info within the class gets rebuilt any time a detector element is added access is m_modChMap[modID,ch][DetID];
|
protected |