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
select
when omitted electron plots will be filled w/o cut on electronId electronId = cms.PSet( src = cms.InputTag("mvaTrigV0"), cutValue = cms.double(0.5) ), when omitted electron plots will be filled w/o additional pre- selection of the electron candidates
HLT enums.
bool applySeedNumber
private data members
std::vector< const TrajectorySeed * > Seeds