![]() |
Belle II Software
light-2403-persian
|
Post-processing particle weighting. More...
#include <PostProcessingParticleWeighting.h>

Public Member Functions | |
| PostProcessingParticleWeighting (const char *lookupTableName) | |
| Constructor. More... | |
| ~PostProcessingParticleWeighting () | |
| Destructor. | |
| void | setValue (std::string variableName, double value) |
| Set value. More... | |
| WeightInfo | getInfo (int experiment, int run) |
| Get weight information. | |
| PyObject * | getInfoPython (int experiment, int run) |
| Get weight information (Python). | |
Protected Attributes | |
| std::map< std::string, double > | m_Values |
| Values. | |
| EventMetaData | m_EventMetaData |
| Event metadata. | |
| DBObjPtr< ParticleWeightingLookUpTable > | m_LookupTable |
| Lookup table. | |
Post-processing particle weighting.
Definition at line 34 of file PostProcessingParticleWeighting.h.
| PostProcessingParticleWeighting | ( | const char * | lookupTableName | ) |
Constructor.
| [in] | lookupTableName | Lookup-table name. |
Definition at line 17 of file PostProcessingParticleWeighting.cc.
| void setValue | ( | std::string | variableName, |
| double | value | ||
| ) |
Set value.
| [in] | variableName | Variable name. |
| [in] | value | Value. |
Definition at line 27 of file PostProcessingParticleWeighting.cc.