#include <ME0SegmentAlgorithm.h>
Public Types | |
typedef std::pair< const ME0EtaPartition *, std::map < uint32_t, const ME0EtaPartition * > > | ME0Ensemble |
Public Member Functions | |
ME0SegmentAlgorithm (const edm::ParameterSet &) | |
Constructor. More... | |
virtual std::vector< ME0Segment > | run (const ME0Ensemble &ensemble, const std::vector< const ME0RecHit * > &rechits)=0 |
virtual | ~ME0SegmentAlgorithm () |
Destructor. More... | |
Definition at line 22 of file ME0SegmentAlgorithm.h.
typedef std::pair<const ME0EtaPartition*, std::map<uint32_t, const ME0EtaPartition*> > ME0SegmentAlgorithm::ME0Ensemble |
Definition at line 24 of file ME0SegmentAlgorithm.h.
|
inlineexplicit |
|
inlinevirtual |
|
pure virtual |
Run the algorithm = build the segments in this chamber
Referenced by ME0SegmentBuilder::build().