hepmc - Diff between revs 255 and 264

Subversion Repositories:
Rev:
Show entire file - Ignore whitespace
Rev 255 Rev 264
Line 150... Line 150...
150         /// only the GenEvent (friend) is allowed to set the parent_event, 150         /// only the GenEvent (friend) is allowed to set the parent_event,
151         ///  and barcode. It is done automatically anytime you add a 151         ///  and barcode. It is done automatically anytime you add a
152         ///  vertex to an event 152         ///  vertex to an event
153         void                    set_parent_event_( GenEvent* evt ); //!< set parent event 153         void                    set_parent_event_( GenEvent* evt ); //!< set parent event
154         void                    set_barcode_( int the_bar_code ); //!< set identifier 154         void                    set_barcode_( int the_bar_code ); //!< set identifier
-   155         void                    change_parent_event_( GenEvent* evt ); //!< for use with swap
155 156
156         ///////////////////////////// 157         /////////////////////////////
157         // edge_iterator           // (protected - for internal use only) 158         // edge_iterator           // (protected - for internal use only)
158         ///////////////////////////// 159         /////////////////////////////
159         // If the user wants the functionality of the edge_iterator, he should 160         // If the user wants the functionality of the edge_iterator, he should