IMP Reference Guide
develop.d97d4ead1f,2024/11/21
The Integrative Modeling Platform
|
Store and handle lifetime spectra. More...
#include <IMP/bff/bff_config.h>
#include <vector>
#include <limits>
#include <iostream>
#include <IMP/bff/DecayRoutines.h>
#include <IMP/Object.h>
#include <IMP/object_macros.h>
Go to the source code of this file.
Classes | |
class | IMP::bff::DecayLifetimeHandler |
Store and handle lifetime spectra. More... | |
Namespaces | |
IMP | |
Base functionality and abstract base classes for representation, scoring and sampling. | |
IMP::bff | |
Bayesian Fluorescence Framework. | |
Store and handle lifetime spectra.
This file defines the DecayLifetimeHandler class, which is responsible for storing and handling lifetime spectra. A lifetime spectrum consists of a set of lifetimes and their corresponding amplitudes. The class provides methods to set and retrieve the lifetime spectrum, as well as to manipulate it.
Definition in file DecayLifetimeHandler.h.