CMS 3D CMS Logo

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 
45  intDVector indexCollectionDT;
46  intDVector indexCollectionCSC;
47 
50 
51 
52 };
53 
54 #endif
std::vector< std::vector< int > > intDVector
void clear(CLHEP::HepGenMatrix &m)
Helper function: Reset all elements of a matrix to 0.
Definition: matutil.cc:167
HLT enums.
std::vector< MuonRecHitPointer > MuonRecHitContainer