CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrajectoryCleaner.cc
Go to the documentation of this file.
1 
3 
5 
7 {
8  TrajectoryPointerContainer thePointerContainer;
9  thePointerContainer.reserve(tc.size());
10  for (TrajectoryCleaner::TrajectoryIterator it = tc.begin(); it != tc.end(); it++) {
11  thePointerContainer.push_back( &(*it) );
12  }
13 
14  clean(thePointerContainer);
15 }
16 
std::vector< Trajectory > TrajectoryContainer
std::vector< Trajectory * > TrajectoryPointerContainer
virtual void clean(TrajectoryContainer &) const
#define TYPELOOKUP_DATA_REG(_dataclass_)
Definition: typelookup.h:97
TrajectoryContainer::iterator TrajectoryIterator