CMS 3D CMS Logo

SiPixelLorentzAnglePCLHarvester_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 from CalibTracker.SiPixelLorentzAngle.SiPixelLorentzAnglePCLWorker_cfi import SiPixelLorentzAnglePCLWorker as worker
3 from CalibTracker.SiPixelLorentzAngle.siPixelLorentzAnglePCLHarvester_cfi import siPixelLorentzAnglePCLHarvester as _defaultHarvester
4 
5 SiPixelLorentzAnglePCLHarvester = _defaultHarvester.clone(
6  newmodulelist = worker.newmodulelist.value(), # taken from worker configuration, need to stay in synch
7  dqmDir = worker.folder.value(), # taken from worker configuration, need to stay in synch
8 )