CMS 3D CMS Logo

ALCARECOMuAlZMuMu_cff.py

Go to the documentation of this file.
00001 # AlCaReco for muon based alignment using ZMuMu events
00002 import FWCore.ParameterSet.Config as cms
00003 
00004 import HLTrigger.HLTfilters.hltHighLevel_cfi
00005 ALCARECOMuAlZMuMuHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
00006     andOr = True, ## choose logical OR between Triggerbits
00007     #HLTPaths = ['HLT2MuonIso', 'HLT2MuonNonIso', 'HLT2MuonZ']
00008     HLTPaths = ['HLT_DoubleIsoMu3', 'HLT_DoubleMu3', 'HLT_DoubleMu7_Z'],
00009     throw = False # tolerate triggers stated above, but not available
00010     )
00011 
00012 import Alignment.CommonAlignmentProducer.AlignmentMuonSelector_cfi
00013 ALCARECOMuAlZMuMu = Alignment.CommonAlignmentProducer.AlignmentMuonSelector_cfi.alignmentMuonSelector.clone()
00014 seqALCARECOMuAlZMuMu = cms.Sequence(ALCARECOMuAlZMuMuHLT+ALCARECOMuAlZMuMu)
00015 

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