#include <BeamHaloParticleBuffer.h>
Definition at line 17 of file BeamHaloParticleBuffer.h.
◆ BinnedInterval() [1/2]
| BinnedInterval::BinnedInterval |
( |
double | upperBinEdge, |
|
|
const std::vector< double > & | intervalUpperBinEdges ) |
Definition at line 20 of file BeamHaloParticleBuffer.cxx.
23}
const std::vector< double > * intervalUpperBinEdges() const
std::vector< double > * m_intervalUpperBinEdges
double upperBinEdge() const
◆ BinnedInterval() [2/2]
| BinnedInterval::BinnedInterval |
( |
const BinnedInterval & | binnedInterval | ) |
|
◆ ~BinnedInterval()
| BinnedInterval::~BinnedInterval |
( |
| ) |
|
◆ intervalUpperBinEdges()
| const std::vector< double > * BinnedInterval::intervalUpperBinEdges |
( |
| ) |
const |
|
inline |
◆ operator=()
Assignment operator.
Definition at line 25 of file BeamHaloParticleBuffer.h.
26 {
27 if ( this != &rhs )
28 {
33 }
34 return *this;
35 }
◆ upperBinEdge()
| double BinnedInterval::upperBinEdge |
( |
| ) |
const |
|
inline |
◆ m_intervalUpperBinEdges
| std::vector<double>* BinnedInterval::m_intervalUpperBinEdges |
|
private |
◆ m_upperBinEdge
| double BinnedInterval::m_upperBinEdge |
|
private |
The documentation for this class was generated from the following files: