#include <Samplers.h>
Definition at line 758 of file Samplers.h.
◆ ~ParticleSampler()
ParticleSampler::~ParticleSampler |
( |
| ) |
|
|
inline |
◆ ParticleSampler()
◆ shoot()
Definition at line 785 of file Samplers.h.
787 std::cout <<
"ParticleSampler throwing " << numparticles <<
" particles" << std::endl;
788 std::vector<SampledParticle> rtn;
789 for (
int i=0;
i<numparticles ;
i++){
792 std::cout <<
" shot pid=" <<
pid << std::endl;
803 std::cout <<
" (" <<
p.m_mom.Eta() <<
", " <<
p.m_mom.Phi() <<
", " <<
p.m_mom.E() <<
", " <<
p.m_mom.M() <<
")" << std::endl;
◆ m_mass_override
bool ParticleSampler::m_mass_override |
|
private |
◆ m_massdict
std::map<unsigned int,float> ParticleSampler::m_massdict |
|
private |
◆ m_mom
◆ m_n
◆ m_pid
◆ m_pos
The documentation for this class was generated from the following file:
std::map< unsigned int, float > m_massdict