hepmc
Subversion Repositories:
| /branches/HEPMC_02_04_branch/HepMC/GenParticle.h |
|---|
| @@ -92,7 +92,6 @@ |
| /// HEPEVT decay status |
| int status() const; |
| /// particle flow |
| Flow & flow() ; |
| const Flow & flow() const; |
| /// particle flow index |
| int flow( int code_index ) const; |
| @@ -192,8 +191,6 @@ |
| inline GenVertex* GenParticle::end_vertex() const { return m_end_vertex; } |
| inline Flow & GenParticle::flow() { return m_flow; } |
| inline const Flow & GenParticle::flow() const { return m_flow; } |
| inline int GenParticle::flow( int code_index ) const |
