/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/McTruth/McTruth-00-02-19/src/McPrimaryParticle.cxx

Go to the documentation of this file.
00001 
00007 #include "McTruth/McPrimaryParticle.h"
00008 
00009 Event::McParticleRefVec Event::McPrimaryParticle::getTrackVector()
00010 {
00011 /*    Event::McParticleRefVec trackVec;
00012 
00013     trackVec.clear();
00014 
00015     if (m_primary->statusFlags() & Event::McParticle::POSHIT) trackVec.push_back(m_primary);
00016 
00017     Event::McParticleRefVec::const_iterator refIter;
00018 
00019     for(refIter = m_secondaries.begin(); refIter != m_secondaries.end(); refIter++) trackVec.push_back(*refIter);
00020     for(refIter = m_associated.begin();  refIter != m_associated.end();  refIter++) trackVec.push_back(*refIter);
00021 
00022     return trackVec;
00023 */
00024 }

Generated on Tue Nov 29 22:58:31 2016 for BOSS_7.0.2 by  doxygen 1.4.7