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

#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< OrgScintUncertaintiesInfom_orgScintsUnc
 
std::map< std::pair< int, int >,int > m_modChMap
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ExperimentUncertaintiesConfig() [1/2]

ExperimentUncertaintiesConfig::ExperimentUncertaintiesConfig ( )

default constructor creates an empty config

◆ ExperimentUncertaintiesConfig() [2/2]

ExperimentUncertaintiesConfig::ExperimentUncertaintiesConfig ( const ExperimentUncertaintiesConfig a_config)

copy constructor to ensure local map rebuild

Here is the call graph for this function:

Member Function Documentation

◆ addOrgScintsUnc()

void ExperimentUncertaintiesConfig::addOrgScintsUnc ( std::vector< OrgScintUncertaintiesInfo a_orgScints)
Here is the call graph for this function:

◆ addOrgScintUnc()

void ExperimentUncertaintiesConfig::addOrgScintUnc ( OrgScintUncertaintiesInfo  a_orgScint)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getOrgScintUncInfo() [1/2]

const OrgScintUncertaintiesInfo ExperimentUncertaintiesConfig::getOrgScintUncInfo ( int  a_modID,
int  a_ch 
) const
Here is the caller graph for this function:

◆ getOrgScintUncInfo() [2/2]

const OrgScintUncertaintiesInfo ExperimentUncertaintiesConfig::getOrgScintUncInfo ( int  a_orgScintID) const

◆ isKnown()

bool ExperimentUncertaintiesConfig::isKnown ( int  a_modID,
int  a_ch 
) const

returns true if the channel mod pair is known to the config

Here is the caller graph for this function:

◆ printLayout()

std::ostream & ExperimentUncertaintiesConfig::printLayout ( std::ostream &  a_stream) const

◆ rebuildMap()

void ExperimentUncertaintiesConfig::rebuildMap ( )
protected
Here is the caller graph for this function:

Member Data Documentation

◆ m_modChMap

std::map<std::pair< int, int > ,int > ExperimentUncertaintiesConfig::m_modChMap
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];

◆ m_orgScintsUnc

std::vector<OrgScintUncertaintiesInfo> ExperimentUncertaintiesConfig::m_orgScintsUnc
protected

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