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 
13 //
17 //
21 
22 // C/C++ headers
23 #include <string>
24 #include <vector>
25 
26 //
27 
28 class MagneticField;
30 
31 
33  public :
34 
36  const edm::ParameterSet& config );
37 
38 
40  virtual std::vector<Trajectory> tracks(const TrajectorySeedCollection& seeds, TrackCandidateCollection &candidate ) const ;
41 
42 
43  private:
44 
47 
48 
49 };
50 
51 #endif
TrajectoryCleanerBySharedHits * theTrajectoryCleaner_
std::vector< TrackCandidate > TrackCandidateCollection
virtual std::vector< Trajectory > tracks(const TrajectorySeedCollection &seeds, TrackCandidateCollection &candidate) const
std::vector< TrajectorySeed > TrajectorySeedCollection
RedundantSeedCleaner * theSeedCleaner_
InOutConversionTrackFinder(const edm::EventSetup &es, const edm::ParameterSet &config)