CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
AlignmentCSCTrackSelector.h
Go to the documentation of this file.
1 #ifndef Alignment_CommonAlignmentAlgorithm_AlignmentCSCTrackSelector_h
2 #define Alignment_CommonAlignmentAlgorithm_AlignmentCSCTrackSelector_h
3 
6 #include <vector>
7 
8 namespace edm {
9  class Event;
10  class ParameterSet;
11 }
12 
13 class TrackingRecHit;
14 
16 {
17 
18  public:
19 
20  typedef std::vector<const reco::Track*> Tracks;
21 
24 
27 
29  Tracks select(const Tracks& tracks, const edm::Event& evt) const;
30 
31  private:
32 
35 
36 };
37 
38 #endif
39 
std::vector< const reco::Track * > Tracks
tuple tracks
Definition: testEve_cfg.py:39
AlignmentCSCTrackSelector(const edm::ParameterSet &cfg)
constructor
Tracks select(const Tracks &tracks, const edm::Event &evt) const
select tracks