CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
InOutConversionTrackFinder.h
Go to the documentation of this file.
1 #ifndef RecoEGAMMA_ConversionTrack_InOutConversionTrackFinder_h
2 #define RecoEGAMMA_ConversionTrack_InOutConversionTrackFinder_h
3 
10 //
14 //
18 
19 // C/C++ headers
20 #include <string>
21 #include <vector>
22 
23 //
24 
25 class MagneticField;
27 
28 
30  public :
31 
33 
34 
36  virtual std::vector<Trajectory> tracks(const TrajectorySeedCollection& seeds, TrackCandidateCollection &candidate ) const ;
37 
38 
39  private:
40 
43 
44 
45 };
46 
47 #endif
TrajectoryCleanerBySharedHits * theTrajectoryCleaner_
InOutConversionTrackFinder(const edm::ParameterSet &config, const BaseCkfTrajectoryBuilder *trajectoryBuilder)
std::vector< TrackCandidate > TrackCandidateCollection
virtual std::vector< Trajectory > tracks(const TrajectorySeedCollection &seeds, TrackCandidateCollection &candidate) const
std::vector< TrajectorySeed > TrajectorySeedCollection
RedundantSeedCleaner * theSeedCleaner_