hepmc - Diff between revs 173 and 179

Subversion Repositories:
Rev:
Show entire file - Ignore whitespace
Rev 173 Rev 179
Line 55... Line 55...
55             } 55             }
56         } 56         }
57         return output; 57         return output;
58     } 58     }
59 59
60     void Flow::connected_partners( std::vector<GenParticle*>* output, int code, -  
-   60     void Flow::connected_partners( std::vector<HepMC::GenParticle*>* output, int code,
61                                    int code_index, int num_indices ) const 61                                    int code_index, int num_indices ) const
62     { 62     {
63         /// protected: for recursive use by Flow::connected_partners() 63         /// protected: for recursive use by Flow::connected_partners()
64         // 64         //
65         if ( !m_particle_owner ) return; // nothing to do 65         if ( !m_particle_owner ) return; // nothing to do
Line 118... Line 118...
118             } 118             }
119         } 119         }
120         return output; 120         return output;
121     } 121     }
122 122
123     void Flow::dangling_connected_partners( std::vector<GenParticle*>* output, -  
124                                             std::vector<GenParticle*>* -  
-   123     void Flow::dangling_connected_partners( std::vector<HepMC::GenParticle*>* output,
-   124                                             std::vector<HepMC::GenParticle*>*
125                                             visited_particles, 125                                             visited_particles,
126                                             int code, int code_index, 126                                             int code, int code_index,
127                                             int num_indices ) const 127                                             int num_indices ) const
128     { 128     {
129         /// protected: for recursive use by Flow::dangling_connected_partners 129         /// protected: for recursive use by Flow::dangling_connected_partners