CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SegmentToTrackAssociator.h
Go to the documentation of this file.
1 #ifndef MuonAlignmentAlgorithms_SegmentToTrackAssociator_H
2 #define MuonAlignmentAlgorithms_SegmentToTrackAssociator_H
3 
4 #include <vector>
5 
6 //standard include
22 
23 namespace edm {class ParameterSet; class Event; class EventSetup;}
24 
26 {
27 public:
28  typedef std::vector< std::vector<int> > intDVector;
29 
30  //constructor
32 
33  //destructor
34  virtual ~SegmentToTrackAssociator();
35 
36  //Associate
38 
39  //Clear the vector
40  void clear();
41 
42 
43 private:
44 
47 
50 
51 
52 };
53 
54 #endif
std::vector< std::vector< int > > intDVector
MuonTransientTrackingRecHit::MuonRecHitContainer associate(const edm::Event &, const edm::EventSetup &, const reco::Track &, std::string)
std::vector< MuonRecHitPointer > MuonRecHitContainer
SegmentToTrackAssociator(const edm::ParameterSet &)