CMS 3D CMS Logo

ALCARECOTkAlZMuMu_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 import HLTrigger.HLTfilters.hltHighLevel_cfi
00004 # AlCaReco for track based alignment using ZMuMu events
00005 ALCARECOTkAlZMuMuHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
00006     andOr = True, ## choose logical OR between Triggerbits
00007     HLTPaths = ['HLT_DoubleMu7_Z'],
00008     throw = False # tolerate triggers stated above, but not available
00009     )
00010 
00011 import Alignment.CommonAlignmentProducer.AlignmentTrackSelector_cfi
00012 ALCARECOTkAlZMuMu = Alignment.CommonAlignmentProducer.AlignmentTrackSelector_cfi.alignmentTrackSelector.clone()
00013 ALCARECOTkAlZMuMu.filter = True ##do not store empty events
00014 
00015 ALCARECOTkAlZMuMu.applyBasicCuts = True
00016 ALCARECOTkAlZMuMu.ptMin = 15.0 ##GeV
00017 
00018 ALCARECOTkAlZMuMu.etaMin = -3.5
00019 ALCARECOTkAlZMuMu.etaMax = 3.5
00020 ALCARECOTkAlZMuMu.nHitMin = 0
00021 ALCARECOTkAlZMuMu.GlobalSelector.applyIsolationtest = True
00022 ALCARECOTkAlZMuMu.GlobalSelector.applyGlobalMuonFilter = True
00023 ALCARECOTkAlZMuMu.TwoBodyDecaySelector.applyMassrangeFilter = True
00024 ALCARECOTkAlZMuMu.TwoBodyDecaySelector.minXMass = 70.0 ##GeV
00025 
00026 ALCARECOTkAlZMuMu.TwoBodyDecaySelector.maxXMass = 110.0 ##GeV
00027 
00028 ALCARECOTkAlZMuMu.TwoBodyDecaySelector.daughterMass = 0.105 ##GeV (Muons)
00029 
00030 ALCARECOTkAlZMuMu.TwoBodyDecaySelector.applyChargeFilter = True
00031 ALCARECOTkAlZMuMu.TwoBodyDecaySelector.charge = 0
00032 ALCARECOTkAlZMuMu.TwoBodyDecaySelector.applyAcoplanarityFilter = False
00033 
00034 seqALCARECOTkAlZMuMu = cms.Sequence(ALCARECOTkAlZMuMuHLT+ALCARECOTkAlZMuMu)

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