BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
McPrimaryParticle.cxx
Go to the documentation of this file.
1/**
2 * @class McPrimaryParticle
3 *
4 * @brief Implements the methods described in McPrimaryParticle.h
5 *
6 */
7#include "McTruth/McPrimaryParticle.h"
8
9// Event::McParticleRefVec Event::McPrimaryParticle::getTrackVector()
10// {
11// /* Event::McParticleRefVec trackVec;
12
13// trackVec.clear();
14
15// if (m_primary->statusFlags() & Event::McParticle::POSHIT) trackVec.push_back(m_primary);
16
17// Event::McParticleRefVec::const_iterator refIter;
18
19// for(refIter = m_secondaries.begin(); refIter != m_secondaries.end(); refIter++)
20// trackVec.push_back(*refIter); for(refIter = m_associated.begin(); refIter !=
21// m_associated.end(); refIter++) trackVec.push_back(*refIter);
22
23// return trackVec;
24// */
25// }