CMS 3D CMS Logo

AlignmentCSCOverlapSelector.h
Go to the documentation of this file.
1 #ifndef Alignment_CommonAlignmentAlgorithm_AlignmentCSCOverlapSelector_h
2 #define Alignment_CommonAlignmentAlgorithm_AlignmentCSCOverlapSelector_h
3 
4 #include <vector>
6 
7 namespace edm {
8  class Event;
9  class ParameterSet;
10 } // namespace edm
11 
12 class TrackingRecHit;
13 
15 public:
16  typedef std::vector<const reco::Track *> Tracks;
17 
20 
23 
25  Tracks select(const Tracks &tracks, const edm::Event &iEvent) const;
26 
27 private:
28  int m_station;
29  unsigned int m_minHitsPerChamber;
30 };
31 
32 #endif
std::vector< const reco::Track * > Tracks
int iEvent
Definition: GenABIO.cc:224
HLT enums.