hepmc - Diff between revs 87 and 92
Subversion Repositories:
| Rev 87 | Rev 92 | |||
|---|---|---|---|---|
| Line 170... | Line 170... | |||
| 170 | evt->set_signal_process_id( signal_process_id ); | 170 | evt->set_signal_process_id( signal_process_id ); | |
| 171 | evt->set_event_number( event_number ); | 171 | evt->set_event_number( event_number ); | |
| 172 | evt->weights() = weights; | 172 | evt->weights() = weights; | |
| 173 | evt->set_random_states( random_states ); | 173 | evt->set_random_states( random_states ); | |
| 174 | // get HeavyIon and PdfInfo | 174 | // get HeavyIon and PdfInfo | |
| 175 | evt->set_heavy_ion( read_heavy_ion() ); | - | ||
| 176 | evt->set_pdf_info( read_pdf_info() ); | - | ||
| - | 175 | evt->set_heavy_ion( *read_heavy_ion() ); | ||
| - | 176 | evt->set_pdf_info( *read_pdf_info() ); | ||
| 177 | // | 177 | // | |
| 178 | // the end vertices of the particles are not connected until | 178 | // the end vertices of the particles are not connected until | |
| 179 | // after the event is read --- we store the values in a map until then | 179 | // after the event is read --- we store the values in a map until then | |
| 180 | std::map<GenParticle*,int> particle_to_end_vertex; | 180 | std::map<GenParticle*,int> particle_to_end_vertex; | |
| 181 | // | 181 | // | |
