#include <SegmentsTrackAssociator.h>
Public Member Functions | |
MuonTransientTrackingRecHit::MuonRecHitContainer | associate (const edm::Event &, const edm::EventSetup &, const reco::Track &) |
Get the analysis. More... | |
SegmentsTrackAssociator (const edm::ParameterSet &, edm::ConsumesCollector &iC) | |
Constructor. More... | |
virtual | ~SegmentsTrackAssociator () |
Destructor. More... | |
Private Attributes | |
edm::EDGetTokenT < CSCSegmentCollection > | cscSegmentsToken |
edm::EDGetTokenT < DTRecSegment4DCollection > | dtSegmentsToken |
std::string | metname |
int | numRecHit |
int | numRecHitCSC |
int | numRecHitDT |
edm::InputTag | theCSCSegmentLabel |
edm::InputTag | theDTSegmentLabel |
edm::InputTag | theSegmentContainerName |
tool which take as input a muon track and return a vector with the segments used to fit it
Definition at line 40 of file SegmentsTrackAssociator.h.
SegmentsTrackAssociator::SegmentsTrackAssociator | ( | const edm::ParameterSet & | iConfig, |
edm::ConsumesCollector & | iC | ||
) |
Constructor.
Definition at line 40 of file SegmentsTrackAssociator.cc.
|
virtual |
Destructor.
Definition at line 58 of file SegmentsTrackAssociator.cc.
MuonTransientTrackingRecHit::MuonRecHitContainer SegmentsTrackAssociator::associate | ( | const edm::Event & | iEvent, |
const edm::EventSetup & | iSetup, | ||
const reco::Track & | Track | ||
) |
Get the analysis.
Definition at line 61 of file SegmentsTrackAssociator.cc.
|
private |
Definition at line 68 of file SegmentsTrackAssociator.h.
|
private |
Definition at line 67 of file SegmentsTrackAssociator.h.
|
private |
Definition at line 71 of file SegmentsTrackAssociator.h.
|
private |
Definition at line 58 of file SegmentsTrackAssociator.h.
|
private |
Definition at line 60 of file SegmentsTrackAssociator.h.
|
private |
Definition at line 59 of file SegmentsTrackAssociator.h.
|
private |
Definition at line 64 of file SegmentsTrackAssociator.h.
|
private |
Definition at line 63 of file SegmentsTrackAssociator.h.
|
private |
Definition at line 65 of file SegmentsTrackAssociator.h.