#include <SegmentToTrackAssociator.h>
Public Types | |
typedef std::vector< std::vector< int > > | intDVector |
Public Member Functions | |
MuonTransientTrackingRecHit::MuonRecHitContainer | associate (const edm::Event &, const edm::EventSetup &, const reco::Track &, std::string) |
void | clear () |
SegmentToTrackAssociator (const edm::ParameterSet &) | |
virtual | ~SegmentToTrackAssociator () |
Private Attributes | |
intDVector | indexCollectionCSC |
intDVector | indexCollectionDT |
edm::InputTag | theCSCSegmentLabel |
edm::InputTag | theDTSegmentLabel |
Definition at line 29 of file SegmentToTrackAssociator.h.
typedef std::vector<std::vector<int> > SegmentToTrackAssociator::intDVector |
Definition at line 31 of file SegmentToTrackAssociator.h.
SegmentToTrackAssociator::SegmentToTrackAssociator | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 35 of file SegmentToTrackAssociator.cc.
References edm::ParameterSet::getParameter(), theCSCSegmentLabel, and theDTSegmentLabel.
|
virtual |
Definition at line 40 of file SegmentToTrackAssociator.cc.
MuonTransientTrackingRecHit::MuonRecHitContainer SegmentToTrackAssociator::associate | ( | const edm::Event & | iEvent, |
const edm::EventSetup & | iSetup, | ||
const reco::Track & | track, | ||
std::string | TrackRefitterType | ||
) |
Definition at line 47 of file SegmentToTrackAssociator.cc.
References GeomDetEnumerators::CSC, GeomDetEnumerators::DT, TrackingRecHit::geographicalId(), edm::EventSetup::get(), get, edm::Ref< C, T, F >::get(), GlobalTrackingGeometry::idToDet(), iEvent, indexCollectionCSC, indexCollectionDT, DetId::rawId(), groupFilesInBlocks::reverse, segmentTrackAnalyzer_cfi::SelectedSegments, MuonTransientTrackingRecHit::specificBuild(), GeomDet::subDetector(), theCSCSegmentLabel, theDTSegmentLabel, HLT_FULL_cff::track, and trackerHitRTTI::vector.
Referenced by SequenceTypes._ModuleSequenceType::remove(), and SequenceTypes._ModuleSequenceType::replace().
void SegmentToTrackAssociator::clear | ( | ) |
Definition at line 42 of file SegmentToTrackAssociator.cc.
References indexCollectionCSC, and indexCollectionDT.
Referenced by BeautifulSoup.Tag::setString().
|
private |
Definition at line 50 of file SegmentToTrackAssociator.h.
Referenced by associate(), and clear().
|
private |
Definition at line 49 of file SegmentToTrackAssociator.h.
Referenced by associate(), and clear().
|
private |
Definition at line 53 of file SegmentToTrackAssociator.h.
Referenced by associate(), and SegmentToTrackAssociator().
|
private |
Definition at line 52 of file SegmentToTrackAssociator.h.
Referenced by associate(), and SegmentToTrackAssociator().