#include <MuonSeedVPatternRecognition.h>
Public Member Functions | |
MuonSeedVPatternRecognition (const edm::ParameterSet &pset) | |
virtual void | produce (const edm::Event &event, const edm::EventSetup &eSetup, std::vector< MuonRecHitContainer > &result)=0 |
virtual | ~MuonSeedVPatternRecognition () |
Protected Attributes | |
bool | enableCSCMeasurement |
Enable the CSC measurement. More... | |
bool | enableDTMeasurement |
Enable the DT measurement. More... | |
bool | enableME0Measurement |
Enable the ME0 measurement. More... | |
edm::InputTag | theCSCRecSegmentLabel |
the name of the CSC rec hits collection More... | |
edm::InputTag | theDTRecSegmentLabel |
the name of the DT rec hits collection More... | |
edm::InputTag | theME0RecSegmentLabel |
the name of the ME0 rec hits collection More... | |
Definition at line 8 of file MuonSeedVPatternRecognition.h.
typedef MuonTransientTrackingRecHit::ConstMuonRecHitPointer MuonSeedVPatternRecognition::ConstMuonRecHitPointer |
Definition at line 11 of file MuonSeedVPatternRecognition.h.
typedef MuonTransientTrackingRecHit::MuonRecHitContainer MuonSeedVPatternRecognition::MuonRecHitContainer |
Definition at line 12 of file MuonSeedVPatternRecognition.h.
typedef MuonTransientTrackingRecHit::MuonRecHitPointer MuonSeedVPatternRecognition::MuonRecHitPointer |
Definition at line 10 of file MuonSeedVPatternRecognition.h.
|
explicit |
Definition at line 4 of file MuonSeedVPatternRecognition.cc.
References enableCSCMeasurement, enableDTMeasurement, enableME0Measurement, edm::ParameterSet::getParameter(), theCSCRecSegmentLabel, theDTRecSegmentLabel, and theME0RecSegmentLabel.
|
inlinevirtual |
Definition at line 15 of file MuonSeedVPatternRecognition.h.
|
pure virtual |
Implemented in SETPatternRecognition, and MuonSeedOrcaPatternRecognition.
Referenced by MuonSeedGenerator::produce().
|
protected |
Enable the CSC measurement.
Definition at line 35 of file MuonSeedVPatternRecognition.h.
Referenced by MuonSeedOrcaPatternRecognition::MuonSeedOrcaPatternRecognition(), and MuonSeedVPatternRecognition().
|
protected |
Enable the DT measurement.
Definition at line 32 of file MuonSeedVPatternRecognition.h.
Referenced by MuonSeedOrcaPatternRecognition::MuonSeedOrcaPatternRecognition(), and MuonSeedVPatternRecognition().
|
protected |
Enable the ME0 measurement.
Definition at line 38 of file MuonSeedVPatternRecognition.h.
Referenced by MuonSeedOrcaPatternRecognition::MuonSeedOrcaPatternRecognition(), and MuonSeedVPatternRecognition().
|
protected |
the name of the CSC rec hits collection
Definition at line 26 of file MuonSeedVPatternRecognition.h.
Referenced by MuonSeedOrcaPatternRecognition::MuonSeedOrcaPatternRecognition(), and MuonSeedVPatternRecognition().
|
protected |
the name of the DT rec hits collection
Definition at line 23 of file MuonSeedVPatternRecognition.h.
Referenced by MuonSeedOrcaPatternRecognition::MuonSeedOrcaPatternRecognition(), and MuonSeedVPatternRecognition().
|
protected |
the name of the ME0 rec hits collection
Definition at line 29 of file MuonSeedVPatternRecognition.h.
Referenced by MuonSeedOrcaPatternRecognition::MuonSeedOrcaPatternRecognition(), and MuonSeedVPatternRecognition().