Line Code
1 2 3 4 5 6 7 8
import FWCore.ParameterSet.Config as cms

from ..modules.hltInitialStepTrackSelectionHighPurity_cfi import hltInitialStepTrackSelectionHighPurity as _hltInitialStepTrackSelectionHighPurity
hltInitialStepTrackSelectionHighPuritypLSTCLST = _hltInitialStepTrackSelectionHighPurity.clone(
    originalMVAVals = "hltInitialStepTrackCutClassifierpLSTCLST:MVAValues",
    originalQualVals = "hltInitialStepTrackCutClassifierpLSTCLST:QualityMasks",
    originalSource = "hltInitialStepTrackspLSTCLST"
)