CMS 3D CMS Logo

helper::TrackSelectorBase Class Reference

#include <PhysicsTools/RecoAlgos/interface/TrackSelector.h>

Inheritance diagram for helper::TrackSelectorBase:

edm::EDFilter edm::ProducerBase edm::ProductRegistryHelper

List of all members.

Public Member Functions

 TrackSelectorBase (const edm::ParameterSet &cfg)


Detailed Description

Definition at line 184 of file TrackSelector.h.


Constructor & Destructor Documentation

helper::TrackSelectorBase::TrackSelectorBase ( const edm::ParameterSet cfg  )  [inline]

Definition at line 186 of file TrackSelector.h.

References edm::ParameterSet::getParameter().

00186                                                      {
00187       std::string alias( cfg.getParameter<std::string>( "@module_label" ) );
00188       produces<reco::TrackCollection>().setBranchAlias( alias + "Tracks" );
00189       produces<reco::TrackExtraCollection>().setBranchAlias( alias + "TrackExtras" );
00190       produces<TrackingRecHitCollection>().setBranchAlias( alias + "RecHits" );
00191       //--- New: save clusters too
00192       // FIXME: For the following two, need to check what names
00193       // FIXME: of the output collections are needed downstream.
00194       produces< edmNew::DetSetVector<SiPixelCluster> >().setBranchAlias( alias + "PixelClusters" );
00195       produces< edmNew::DetSetVector<SiStripCluster> >().setBranchAlias( alias + "StripClusters" );
00196     }


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:47:30 2009 for CMSSW by  doxygen 1.5.4