Public Member Functions | |
GeneralTracksImporter (const edm::ParameterSet &conf, edm::ConsumesCollector &sumes) | |
void | importToBlock (const edm::Event &, ElementList &) const override |
Public Member Functions inherited from BlockElementImporterBase | |
BlockElementImporterBase (const edm::ParameterSet &conf, edm::ConsumesCollector &sumes) | |
BlockElementImporterBase (const BlockElementImporterBase &)=delete | |
const std::string & | name () const |
BlockElementImporterBase & | operator= (const BlockElementImporterBase &)=delete |
virtual void | updateEventSetup (const edm::EventSetup &) |
Private Member Functions | |
bool | goodPtResolution (const reco::TrackRef &trackref) const |
int | muAssocToTrack (const reco::TrackRef &trackref, const edm::Handle< reco::MuonCollection > &muonh) const |
Private Attributes | |
const bool | _cleanBadConvBrems |
const bool | _debug |
const std::vector< double > | _DPtovPtCut |
edm::EDGetTokenT < reco::MuonCollection > | _muons |
const std::vector< unsigned > | _NHitCut |
edm::EDGetTokenT < reco::PFRecTrackCollection > | _src |
const bool | _useIterTracking |
std::unique_ptr< PFMuonAlgo > | pfmu_ |
Additional Inherited Members | |
Public Types inherited from BlockElementImporterBase | |
typedef std::vector < std::unique_ptr < reco::PFBlockElement > > | ElementList |
Definition at line 11 of file GeneralTracksImporter.cc.
|
inline |
Definition at line 13 of file GeneralTracksImporter.cc.
|
private |
Definition at line 149 of file GeneralTracksImporter.cc.
|
overridevirtual |
Implements BlockElementImporterBase.
Definition at line 52 of file GeneralTracksImporter.cc.
|
private |
Definition at line 194 of file GeneralTracksImporter.cc.
|
private |
Definition at line 41 of file GeneralTracksImporter.cc.
|
private |
Definition at line 41 of file GeneralTracksImporter.cc.
|
private |
Definition at line 39 of file GeneralTracksImporter.cc.
|
private |
Definition at line 38 of file GeneralTracksImporter.cc.
|
private |
Definition at line 40 of file GeneralTracksImporter.cc.
|
private |
Definition at line 37 of file GeneralTracksImporter.cc.
|
private |
Definition at line 41 of file GeneralTracksImporter.cc.
|
private |
Definition at line 43 of file GeneralTracksImporter.cc.