-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40734 from CMSTrackerDPG/fpixLAPCL_126X
[126X] The Lorentz Angle Prompt Calibration Loop for Pixel Forward Phase 1 detector
- Loading branch information
Showing
23 changed files
with
1,124 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
CalibTracker/SiPixelLorentzAngle/python/SiPixelLorentzAnglePCLHarvesterMCS_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
from CalibTracker.SiPixelLorentzAngle.SiPixelLorentzAnglePCLWorker_cfi import SiPixelLorentzAnglePCLWorker as worker | ||
from CalibTracker.SiPixelLorentzAngle.siPixelLorentzAnglePCLHarvesterMCS_cfi import siPixelLorentzAnglePCLHarvesterMCS as _defaultHarvester | ||
|
||
SiPixelLorentzAnglePCLHarvesterMCS = _defaultHarvester.clone( | ||
newmodulelist = worker.newmodulelist.value(), # taken from worker configuration, need to stay in synch | ||
dqmDir = worker.folder.value(), # taken from worker configuration, need to stay in synch | ||
) |
Oops, something went wrong.