42 #include "TLorentzVector.h" 46 const vector< TLorentzVector >&
49 return m_particleList;
55 if( index >= m_particleList.size() ){
57 cout <<
"ERROR: Request for particle index " << index <<
58 ", but only " << m_particleList.size() <<
" particles exist." << endl;
63 return m_particleList[index];
69 assert( particleList.size() <= kMaxParticles );
71 m_particleList = particleList;
74 int Kinematics::m_globalEventID = 0;
const TLorentzVector & particle(unsigned int index) const
void setParticleList(const vector< TLorentzVector > &particleList)
const vector< TLorentzVector > & particleList() const