hepmc - Diff between revs 14 and 22
Subversion Repositories:
| Rev 14 | Rev 22 | |||
|---|---|---|---|---|
| Line 127... | Line 127... | |||
| 127 | public: | 127 | public: | |
| 128 | GenEvent( int signal_process_id = 0, int event_number = 0, | 128 | GenEvent( int signal_process_id = 0, int event_number = 0, | |
| 129 | GenVertex* signal_vertex = 0, | 129 | GenVertex* signal_vertex = 0, | |
| 130 | const WeightContainer& weights = std::vector<double>(), | 130 | const WeightContainer& weights = std::vector<double>(), | |
| 131 | const std::vector<long int>& randomstates | 131 | const std::vector<long int>& randomstates | |
| 132 | = std::vector<long int>() ); | - | ||
| - | 132 | = std::vector<long int>(), HeavyIon* ion = 0 ); | ||
| 133 | GenEvent( const GenEvent& inevent ); // deep copy | 133 | GenEvent( const GenEvent& inevent ); // deep copy | |
| 134 | GenEvent& operator=( const GenEvent& inevent ); // deep. | 134 | GenEvent& operator=( const GenEvent& inevent ); // deep. | |
| 135 | virtual ~GenEvent(); //deletes all vertices/particles in this evt | 135 | virtual ~GenEvent(); //deletes all vertices/particles in this evt | |
| 136 | 136 | |||
| 137 | void print( std::ostream& ostr = std::cout ) const; // dumps to ostr | 137 | void print( std::ostream& ostr = std::cout ) const; // dumps to ostr | |
