hepmc - Diff between revs 43 and 46

Subversion Repositories:
Rev:
Show entire file - Ignore whitespace
Rev 43 Rev 46
Line 263... Line 263...
263         //////////////////////////////////////////////// 263         ////////////////////////////////////////////////
264     protected: // for internal use only 264     protected: // for internal use only
265         void delete_adopted_particles(); 265         void delete_adopted_particles();
266         266        
267     private: // GenVertex data members 267     private: // GenVertex data members
268         FourVector                  m_position;      //4-vec of vertex [mm] -  
-   268         FourVector              m_position;      //4-vec of vertex [mm]
269         std::set<GenParticle*>  m_particles_in;  //all incoming particles 269         std::set<GenParticle*>  m_particles_in;  //all incoming particles
270         std::set<GenParticle*>  m_particles_out; //all outgoing particles 270         std::set<GenParticle*>  m_particles_out; //all outgoing particles
271         int                  m_id; 271         int                  m_id;
272         WeightContainer      m_weights;       // weights for this vtx 272         WeightContainer      m_weights;       // weights for this vtx
273         GenEvent*            m_event; 273         GenEvent*            m_event;