CMS 3D CMS Logo

GEMSegmentAlgorithmBase.h
Go to the documentation of this file.
1 #ifndef GEMRecHit_GEMSegmentAlgorithmBase_h
2 #define GEMRecHit_GEMSegmentAlgorithmBase_h
3 
20 #include <map>
21 #include <vector>
22 
24 public:
25  typedef std::pair<const GEMSuperChamber*, std::map<uint32_t, const GEMEtaPartition*> > GEMEnsemble;
26 
31 
34  virtual std::vector<GEMSegment> run(const GEMEnsemble& ensemble, const std::vector<const GEMRecHit*>& rechits) = 0;
35 
36 private:
37 };
38 
39 #endif
virtual std::vector< GEMSegment > run(const GEMEnsemble &ensemble, const std::vector< const GEMRecHit *> &rechits)=0
virtual ~GEMSegmentAlgorithmBase()
Destructor.
std::pair< const GEMSuperChamber *, std::map< uint32_t, const GEMEtaPartition * > > GEMEnsemble
GEMSegmentAlgorithmBase(const edm::ParameterSet &)
Constructor.