CMS 3D CMS Logo

ALCARECOTkAlJpsiMuMu_cff.py

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

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