#include <ParticleFlux.h>
Classes | |
struct | flux |
Public Member Functions | |
void | addFlux (const ParticleFlux::flux f) |
void | clear () |
unsigned int | getComponents () const |
std::vector< ParticleFlux::flux > | getFlux () const & |
int | getId () const |
std::string const & | getName () const |
ParticleFlux (std::string name="", int id=0) | |
void | setId (const int id) |
void | setName (const std::string nm) |
virtual | ~ParticleFlux () |
Private Attributes | |
int | detId_ |
std::string | detName_ |
std::vector< flux > | fluxVector_ |
Definition at line 11 of file ParticleFlux.h.
|
inline |
Definition at line 13 of file ParticleFlux.h.
|
inlinevirtual |
Definition at line 14 of file ParticleFlux.h.
void ParticleFlux::addFlux | ( | const ParticleFlux::flux | f | ) |
void ParticleFlux::clear | ( | void | ) |
|
inline |
Definition at line 26 of file ParticleFlux.h.
References fluxVector_.
Referenced by SimG4FluxProducer::endOfEvent().
|
inline |
Definition at line 27 of file ParticleFlux.h.
References fluxVector_.
Referenced by SimG4FluxProducer::endOfEvent().
|
inline |
Definition at line 25 of file ParticleFlux.h.
References detId_.
Referenced by SimG4FluxProducer::endOfEvent().
|
inline |
Definition at line 24 of file ParticleFlux.h.
References detName_.
Referenced by plotting.Plot::draw(), and SimG4FluxProducer::endOfEvent().
|
inline |
|
inline |
|
private |
Definition at line 35 of file ParticleFlux.h.
|
private |
Definition at line 34 of file ParticleFlux.h.
|
private |
Definition at line 36 of file ParticleFlux.h.
Referenced by addFlux(), clear(), getComponents(), and getFlux().