CMS 3D CMS Logo

SeedingHitSet.cc

Go to the documentation of this file.
00001 #include "RecoTracker/TkSeedingLayers/interface/SeedingHitSet.h"
00002 
00003 using namespace ctfseeding;
00004 
00005 SeedingHitSet::SeedingHitSet(const Hits & hits)
00006   : theHits(hits)
00007 { 
00008 // FIXME sort
00009 }
00010 
00011 void SeedingHitSet::add(const SeedingHit & aHit)
00012 {
00013   // FIXME - put in correct place 
00014   theHits.push_back(aHit); 
00015 }

Generated on Tue Jun 9 17:45:59 2009 for CMSSW by  doxygen 1.5.4