CMS 3D CMS Logo

AlignmentSeedSelector.h
Go to the documentation of this file.
1 #ifndef Alignment_CommonAlignmentAlgorithm_AlignmentSeedSelector_h
2 #define Alignment_CommonAlignmentAlgorithm_AlignmentSeedSelector_h
3 
6 #include <vector>
7 
8 namespace edm {
9  class Event;
10 }
11 
13 public:
14  typedef std::vector<const TrajectorySeed*> Seeds;
15 
18 
21 
23  Seeds select(const Seeds& seeds, const edm::Event& evt) const;
24 
25 private:
29 };
30 
31 #endif
AlignmentSeedSelector(const edm::ParameterSet &cfg)
constructor
Seeds select(const Seeds &seeds, const edm::Event &evt) const
select tracks
HLT enums.
bool applySeedNumber
private data members
std::vector< const TrajectorySeed * > Seeds