#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 15 of file ParticleFlux.h.
|
inlinevirtual |
Definition at line 16 of file ParticleFlux.h.
void ParticleFlux::addFlux | ( | const ParticleFlux::flux | f | ) |
void ParticleFlux::clear | ( | void | ) |
|
inline |
Definition at line 28 of file ParticleFlux.h.
References fluxVector_.
Referenced by SimG4FluxProducer::endOfEvent().
|
inline |
Definition at line 29 of file ParticleFlux.h.
References fluxVector_.
Referenced by SimG4FluxProducer::endOfEvent().
|
inline |
Definition at line 27 of file ParticleFlux.h.
References detId_.
Referenced by SimG4FluxProducer::endOfEvent().
|
inline |
Definition at line 26 of file ParticleFlux.h.
References detName_.
Referenced by plotting.Plot::draw(), and SimG4FluxProducer::endOfEvent().
|
inline |
Definition at line 31 of file ParticleFlux.h.
References addFlux(), clear(), detId_, f, and hcalTTPDigis_cfi::id.
|
inline |
|
private |
Definition at line 38 of file ParticleFlux.h.
|
private |
Definition at line 37 of file ParticleFlux.h.
|
private |
Definition at line 39 of file ParticleFlux.h.
Referenced by addFlux(), clear(), getComponents(), and getFlux().