CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 { class Event; }
9 
11 {
12 
13  public:
14 
15  typedef std::vector<const TrajectorySeed*> Seeds;
16 
19 
22 
24  Seeds select(const Seeds& seeds, const edm::Event& evt) const;
25 
26  private:
27 
31 
32 };
33 
34 #endif
35 
AlignmentSeedSelector(const edm::ParameterSet &cfg)
constructor
Seeds select(const Seeds &seeds, const edm::Event &evt) const
select tracks
bool applySeedNumber
private data members
std::vector< const TrajectorySeed * > Seeds