#include "ParticleHistory.h"
Definition at line 98 of file ParticleHistory.h.
sim::ParticleHistory::ParticleHistory |
( |
const sim::ParticleList * |
list, |
|
|
const int |
trackID |
|
) |
| |
sim::ParticleHistory::~ParticleHistory |
( |
| ) |
|
|
virtual |
int sim::ParticleHistory::EndParticleID |
( |
| ) |
const |
|
inline |
std::ostream& operator<< |
( |
std::ostream & |
output, |
|
|
const ParticleHistory & |
list |
|
) |
| |
|
friend |
Definition at line 47 of file ParticleHistory.cxx.
Referenced by ParticleList().
50 ParticleHistory::size_type numberOfParticles = list.size();
51 int numberOfDigits = (int) std::log10( (
double) numberOfParticles ) + 1;
54 output.width( numberOfDigits );
55 output <<
"#" <<
": < ID, particle >" <<
"\n";
58 ParticleHistory::size_type nParticle = 0;
60 particle != list.end(); ++particle, ++nParticle ){
61 output.width( numberOfDigits );
62 output << nParticle <<
": "
T std::deque< T >::elements |
|
inherited |
int sim::ParticleHistory::m_trackID |
|
private |
The documentation for this class was generated from the following files: