hepmc - Diff between revs 164 and 168
Subversion Repositories:
| Rev 164 | Rev 168 | |||
|---|---|---|---|---|
| Line 94... | Line 94... | |||
| 94 | void set_description( std::string ); | 94 | void set_description( std::string ); | |
| 95 | /// set table description | 95 | /// set table description | |
| 96 | void set_description( const char ); | 96 | void set_description( const char ); | |
| 97 | 97 | |||
| 98 | private: | 98 | private: | |
| 99 | std::string m_description; | - | ||
| - | 99 | std::string m_description; | ||
| 100 | std::map<int,HepMC::ParticleData*> m_data_table; | 100 | std::map<int,HepMC::ParticleData*> m_data_table; | |
| 101 | }; | 101 | }; | |
| 102 | 102 | |||
| 103 | /////////////////////////// | 103 | /////////////////////////// | |
| 104 | // INLINES // | 104 | // INLINES // | |
