CMS 3D CMS Logo

fakeForIdealAlignmentProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 import Alignment.CommonAlignmentProducer.fakeAlignmentProducer_cfi
4 # Just 'append' a data label to differentiate from 'normal' fake alignment:
5 fakeForIdealAlignment = Alignment.CommonAlignmentProducer.fakeAlignmentProducer_cfi.fakeAlignment.clone()
6 fakeForIdealAlignment.appendToDataLabel = 'fakeForIdeal'
7