CMS 3D CMS Logo

MuonSeedVPatternRecognition.cc
Go to the documentation of this file.
3 
5  : enableDTMeasurement(pset.getParameter<bool>("EnableDTMeasurement")),
6  enableCSCMeasurement(pset.getParameter<bool>("EnableCSCMeasurement")),
7  enableME0Measurement(pset.getParameter<bool>("EnableME0Measurement")) {
9  // the name of the DT rec hits collection
10  theDTRecSegmentLabel = pset.getParameter<edm::InputTag>("DTRecSegmentLabel");
11 
13  // the name of the CSC rec hits collection
14  theCSCRecSegmentLabel = pset.getParameter<edm::InputTag>("CSCRecSegmentLabel");
15 
17  theME0RecSegmentLabel = pset.getParameter<edm::InputTag>("ME0RecSegmentLabel");
18 }
bool enableME0Measurement
Enable the ME0 measurement.
bool enableCSCMeasurement
Enable the CSC measurement.
MuonSeedVPatternRecognition(const edm::ParameterSet &pset)
edm::InputTag theME0RecSegmentLabel
the name of the ME0 rec hits collection
bool enableDTMeasurement
Enable the DT measurement.
edm::InputTag theCSCRecSegmentLabel
the name of the CSC rec hits collection
edm::InputTag theDTRecSegmentLabel
the name of the DT rec hits collection