CMS 3D CMS Logo

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