CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/Alignment/CommonAlignmentProducer/python/fakeForIdealAlignmentProducer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 import Alignment.CommonAlignmentProducer.fakeAlignmentProducer_cfi
00004 # Just 'append' a data label to differentiate from 'normal' fake Alignment:
00005 fakeForIdealAlignment = Alignment.CommonAlignmentProducer.fakeAlignmentProducer_cfi.fakeAlignment.clone()
00006 fakeForIdealAlignment.appendToDataLabel = 'fakeForIdeal'
00007