CMS 3D CMS Logo

CombinedTSG Class Reference

Description: CompositeTSG (TrackerSeedGenerator) which combines (with configurable duplicate removal) the output of different TSG. More...

#include <RecoMuon/TrackerSeedGenerator/plugins/CombinedTSG.h>

Inheritance diagram for CombinedTSG:

CompositeTSG TrackerSeedGenerator

List of all members.

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


Detailed Description

Description: CompositeTSG (TrackerSeedGenerator) which combines (with configurable duplicate removal) the output of different TSG.

Author:
Jean-Roch Vlimant, Alessandro Grelli

Definition at line 13 of file CombinedTSG.h.


Constructor & Destructor Documentation

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 (  ) 

Definition at line 13 of file CombinedTSG.cc.

00013                          {
00014  //
00015 }


Member Function Documentation

void CombinedTSG::trackerSeeds ( const TrackCand ,
const TrackingRegion ,
BTSeedCollection  
)

provide the seeds from the TSGs: must be overloaded


Member Data Documentation

std::string CombinedTSG::theCategory [private]

Reimplemented from CompositeTSG.

Definition at line 22 of file CombinedTSG.h.

Referenced by CombinedTSG().


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:16:31 2009 for CMSSW by  doxygen 1.5.4