CMS 3D CMS Logo

ALCARECOTkAlCosmicsCosmicTF_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:42 $ by $Author: rpw $
00008 # AlCaReco for track based alignment using Cosmic muons from Cosmic Track Finder
00009 #module ALCARECOTkAlCosmicsCosmicTF = ALCARECOTkAlCosmicsCTF from "Alignment/CommonAlignmentProducer/data/ALCARECOTkAlCosmicsCTF.cfi"
00010 #
00011 #replace ALCARECOTkAlCosmicsCosmicTF.src = cosmicTrackFinderP5
00012 #replace ALCARECOTkAlCosmicsCosmicTF.nHitMin = 14 ## more hits than CTF: 2D are counted twice
00013  # more hits: 2D are counted twice
00014 #
00015 # Unfortunately the above does not work like that, but gives an exception, as reported also 
00016 # in httpss://hypernews.cern.ch/HyperNews/CMS/get/edmFramework/949.html :
00017 #%MSG-s CMSException:  19-Jul-2007 10:54:09 CEST pre-events
00018 #cms::Exception caught in cmsRun
00019 #---- Configuration BEGIN
00020 #Could not find node ALCARECOTkAlCosmicsCTF in 
00021 #file Alignment/CommonAlignmentProducer/data/ALCARECOTkAlCosmicsCTF.cfi
00022 #---- Configuration END
00023 ALCARECOTkAlCosmicsCosmicTF = copy.deepcopy(alignmentTrackSelector)
00024 ALCARECOTkAlCosmicsCosmicTF.src = 'cosmictrackfinderP5' ## different for CTF
00025 
00026 ALCARECOTkAlCosmicsCosmicTF.filter = True
00027 ALCARECOTkAlCosmicsCosmicTF.applyBasicCuts = True
00028 ALCARECOTkAlCosmicsCosmicTF.ptMin = 5.
00029 ALCARECOTkAlCosmicsCosmicTF.ptMax = 99999.
00030 ALCARECOTkAlCosmicsCosmicTF.etaMin = -99.
00031 ALCARECOTkAlCosmicsCosmicTF.etaMax = 99.
00032 ALCARECOTkAlCosmicsCosmicTF.nHitMin = 14 ## more hits than CTF: 2D are counted twice
00033 
00034 ALCARECOTkAlCosmicsCosmicTF.chi2nMax = 999999.
00035 ALCARECOTkAlCosmicsCosmicTF.applyNHighestPt = True
00036 ALCARECOTkAlCosmicsCosmicTF.nHighestPt = 1
00037 ALCARECOTkAlCosmicsCosmicTF.applyMultiplicityFilter = False
00038 

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