CMS 3D CMS Logo

SurveyLASCosmicsScenario_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 # Survey&LAS&Cosmics misalignment scenario
00005 # 
00006 # Include this file to produce a misaligned tracker geometry
00007 #
00008 # This replaces Geometry/TrackerGeometryBuilder/data/trackerGeometry.cfi
00009 #
00010 # ----------------------------------------
00011 # ----------------- NOTE -----------------
00012 # Sufficient studies do not yet exist to
00013 # provide a reliable version of this 
00014 # scenario (Survey+LAS+Cosmics alignment).
00015 #
00016 # This scenario is not supposed to be used
00017 # to make public(?) estimates of the 
00018 # performance of the CMS.  
00019 #
00020 # This scenario contains lots of guesses,
00021 # especially concerning the improvement
00022 # one can reach by using Cosmics in
00023 # track based alignment.
00024 # The guess is that with Cosmics, one 
00025 # can reach for largest barrel-like parts
00026 # the average alignment accuracy of the 
00027 # 10pb-1 and the SurveyLASOnly scenarios.
00028 #
00029 # The same applies also,but to a lesser
00030 # extent, to the 10pb-1 scenario.
00031 # ------------- NOTE ends ----------------
00032 # ----------------------------------------
00033 from Alignment.TrackerAlignment.Scenarios_cff import *
00034 MisalignedTracker = cms.ESProducer("MisalignedTrackerESProducer",
00035     TrackerSurveyLASCosmicsScenario
00036 )
00037 
00038 

Generated on Tue Jun 9 17:25:02 2009 for CMSSW by  doxygen 1.5.4