#include <RecoMuon/TrackerSeedGenerator/plugins/CombinedTSG.h>
Public Member Functions | |
CombinedTSG (const edm::ParameterSet &pset) | |
void | trackerSeeds (const TrackCand &, const TrackingRegion &, BTSeedCollection &) |
provide the seeds from the TSGs: must be overloaded | |
~CombinedTSG () | |
Private Attributes | |
std::string | theCategory |
Definition at line 13 of file CombinedTSG.h.
CombinedTSG::CombinedTSG | ( | const edm::ParameterSet & | pset | ) |
Definition at line 8 of file CombinedTSG.cc.
References theCategory.
00008 : CompositeTSG(par) { 00009 theCategory = "CombinedTSG"; 00010 }
CombinedTSG::~CombinedTSG | ( | ) |
void CombinedTSG::trackerSeeds | ( | const TrackCand & | , | |
const TrackingRegion & | , | |||
BTSeedCollection & | ||||
) |
provide the seeds from the TSGs: must be overloaded
std::string CombinedTSG::theCategory [private] |
Reimplemented from CompositeTSG.
Definition at line 22 of file CombinedTSG.h.
Referenced by CombinedTSG().