#include <GEMCSCSegmentAlgorithm.h>
Public Member Functions | |
GEMCSCSegmentAlgorithm (const edm::ParameterSet &) | |
Constructor. More... | |
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. More... | |
virtual | ~GEMCSCSegmentAlgorithm () |
Destructor. More... | |
Definition at line 27 of file GEMCSCSegmentAlgorithm.h.
|
inlineexplicit |
|
inlinevirtual |
|
pure virtual |
Run the algorithm = build segments.
Implemented in GEMCSCSegAlgoRR.
Referenced by GEMCSCSegmentBuilder::build(), and ~GEMCSCSegmentAlgorithm().