hepmc - Diff between revs 306 and 432
Subversion Repositories:
| Rev 306 | Rev 432 | |||
|---|---|---|---|---|
| Line 43... | Line 43... | |||
| 43 | namespace HepMC { | 43 | namespace HepMC { | |
| 44 | 44 | |||
| 45 | class GenEvent; | 45 | class GenEvent; | |
| 46 | class GenVertex; | 46 | class GenVertex; | |
| 47 | class GenParticle; | 47 | class GenParticle; | |
| 48 | class ParticleDataTable; | - | ||
| 49 | 48 | |||
| 50 | //! IO_HERWIG is used to get Herwig information | 49 | //! IO_HERWIG is used to get Herwig information | |
| 51 | 50 | |||
| 52 | /// | 51 | /// | |
| 53 | /// \class IO_HERWIG | 52 | /// \class IO_HERWIG | |
| Line 119... | Line 118... | |||
| 119 | /// translate particle ID | 118 | /// translate particle ID | |
| 120 | int translate_herwig_to_pdg_id( int i ) const; | 119 | int translate_herwig_to_pdg_id( int i ) const; | |
| 121 | 120 | |||
| 122 | private: // following are not implemented for Herwig | 121 | private: // following are not implemented for Herwig | |
| 123 | virtual void write_event( const GenEvent* ){} | 122 | virtual void write_event( const GenEvent* ){} | |
| 124 | virtual void write_particle_data_table( const ParticleDataTable* ){} | - | ||
| 125 | virtual bool fill_particle_data_table( ParticleDataTable* ) | - | ||
| 126 | { return false; } | - | ||
| 127 | 123 | |||
| 128 | private: // use of copy constructor is not allowed | 124 | private: // use of copy constructor is not allowed | |
| 129 | IO_HERWIG( const IO_HERWIG& ) : IO_BaseClass() {} | 125 | IO_HERWIG( const IO_HERWIG& ) : IO_BaseClass() {} | |
| 130 | 126 | |||
| 131 | private: // data members | 127 | private: // data members | |
