CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CSCSegmentAlgorithm.h
Go to the documentation of this file.
1 #ifndef CSCSegment_CSCSegmentAlgorithm_h
2 #define CSCSegment_CSCSegmentAlgorithm_h
3 
19 
21 #include <vector>
22 
24 public:
28  virtual ~CSCSegmentAlgorithm(){};
29 
32  virtual std::vector<CSCSegment> run(const CSCChamber* chamber, const std::vector<const CSCRecHit2D*>& rechits) = 0;
33 
34 private:
35 };
36 
37 #endif
CSCSegmentAlgorithm(const edm::ParameterSet &)
Constructor.
virtual std::vector< CSCSegment > run(const CSCChamber *chamber, const std::vector< const CSCRecHit2D * > &rechits)=0
virtual ~CSCSegmentAlgorithm()
Destructor.