CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GEMCSCSegmentAlgorithm.h
Go to the documentation of this file.
1 #ifndef GEMRecHit_GEMCSCSegmentAlgorithm_h
2 #define GEMRecHit_GEMCSCSegmentAlgorithm_h
3 
18 
22 
24 #include <vector>
25 #include <map>
26 
28 
29  public:
30 
36  virtual std::vector<GEMCSCSegment> run(const std::map<uint32_t, const CSCLayer*>& csclayermap, const std::map<uint32_t, const GEMEtaPartition*>& gemrollmap,
37  const std::vector<const CSCSegment*>& cscsegments, const std::vector<const GEMRecHit*>& gemrechits) = 0;
38  private:
39 };
40 
41 #endif
GEMCSCSegmentAlgorithm(const edm::ParameterSet &)
Constructor.
virtual ~GEMCSCSegmentAlgorithm()
Destructor.
virtual std::vector< GEMCSCSegment > run(const std::map< uint32_t, const CSCLayer * > &csclayermap, const std::map< uint32_t, const GEMEtaPartition * > &gemrollmap, const std::vector< const CSCSegment * > &cscsegments, const std::vector< const GEMRecHit * > &gemrechits)=0
Run the algorithm = build segments.