hepmc - Diff between revs 421 and 432
Subversion Repositories:
| Rev 421 | Rev 432 | |||
|---|---|---|---|---|
| Line 303... | Line 303... | |||
| 303 | = m_random_states.begin(); | 303 | = m_random_states.begin(); | |
| 304 | rs != m_random_states.end(); ++rs ) { ostr << *rs << " "; } | 304 | rs != m_random_states.end(); ++rs ) { ostr << *rs << " "; } | |
| 305 | ostr << "\n"; | 305 | ostr << "\n"; | |
| 306 | // Weights | 306 | // Weights | |
| 307 | ostr << " Wgts(" << weights().size() << ")="; | 307 | ostr << " Wgts(" << weights().size() << ")="; | |
| 308 | for ( WeightContainer::const_iterator wgt = weights().begin(); | - | ||
| 309 | wgt != weights().end(); ++wgt ) { ostr << *wgt << " "; } | - | ||
| 310 | ostr << "\n"; | - | ||
| - | 308 | weights().print(ostr); | ||
| 311 | ostr << " EventScale " << event_scale() | 309 | ostr << " EventScale " << event_scale() | |
| 312 | << " [energy] \t alphaQCD=" << alphaQCD() | 310 | << " [energy] \t alphaQCD=" << alphaQCD() | |
| 313 | << "\t alphaQED=" << alphaQED() << std::endl; | 311 | << "\t alphaQED=" << alphaQED() << std::endl; | |
| 314 | // print a legend to describe the particle info | 312 | // print a legend to describe the particle info | |
| 315 | ostr << " GenParticle Legend\n"; | 313 | ostr << " GenParticle Legend\n"; | |
