CMS 3D CMS Logo

Phase2OTValidateCluster_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 from Validation.SiTrackerPhase2V.Phase2OTValidateCluster_cfi import Phase2OTValidateCluster
3 clusterValidOT = Phase2OTValidateCluster.clone()
4 
5 from Configuration.ProcessModifiers.premix_stage2_cff import premix_stage2
6 premix_stage2.toModify(clusterValidOT,
7  OuterTrackerDigiSimLinkSource = "mixData:Phase2OTDigiSimLink",
8 )