Changeset 359 in svn
- Timestamp:
- May 6, 2009, 10:44:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/HepMCConverter.cc ΒΆ
r354 r359 235 235 HepMCConverter::~HepMCConverter() 236 236 { 237 delete evt; 238 239 /*cout << "delete index to particle" << endl; 240 std::vector<HepMC::GenParticle*>::iterator i; 241 / for (i=index_to_particle.begin();i != index_to_particle.end(); i++) delete (*i); 242 cout << "done" << endl; 243 244 std::map<HepMC::GenParticle*,int>::iterator j; 245 for (j=particle_to_index.begin(); j != particle_to_index.end(); j++) delete j->first; 246 */ 247 237 248 } 238 249
Note:
See TracChangeset
for help on using the changeset viewer.