CMS 3D CMS Logo

ALCARECOTkAlCosmicsCTF_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 import copy
00004 from Alignment.CommonAlignmentProducer.AlignmentTrackSelector_cfi import *
00005 # Author     : Gero Flucke
00006 # Date       :   July 19th, 2007
00007 # last update: $Date: 2008/04/21 00:08:43 $ by $Author: rpw $
00008 # AlCaReco for track based alignment using Cosmic muons reconstructed by 
00009 # Combinatorial Track Finder
00010 ALCARECOTkAlCosmicsCTF = copy.deepcopy(alignmentTrackSelector)
00011 ALCARECOTkAlCosmicsCTF.src = 'ctfWithMaterialTracksP5'
00012 ALCARECOTkAlCosmicsCTF.filter = True
00013 ALCARECOTkAlCosmicsCTF.applyBasicCuts = True
00014 ALCARECOTkAlCosmicsCTF.ptMin = 5. ##10
00015 
00016 ALCARECOTkAlCosmicsCTF.ptMax = 99999.
00017 ALCARECOTkAlCosmicsCTF.etaMin = -99. ##-2.4 keep also what is going through...
00018 
00019 ALCARECOTkAlCosmicsCTF.etaMax = 99. ## 2.4 ...both TEC with flat slope
00020 
00021 ALCARECOTkAlCosmicsCTF.nHitMin = 10 ##8
00022 
00023 ALCARECOTkAlCosmicsCTF.chi2nMax = 999999.
00024 ALCARECOTkAlCosmicsCTF.applyNHighestPt = True
00025 ALCARECOTkAlCosmicsCTF.nHighestPt = 1
00026 ALCARECOTkAlCosmicsCTF.applyMultiplicityFilter = False
00027 

Generated on Tue Jun 9 17:24:01 2009 for CMSSW by  doxygen 1.5.4