CMS 3D CMS Logo

ALCARECOSiStripCalMinBias_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 import copy
00004 from HLTrigger.HLTfilters.hltHighLevel_cfi import *
00005 # AlCaReco for track based calibration using min. bias events
00006 ALCARECOSiStripCalMinBiasHLT = copy.deepcopy(hltHighLevel)
00007 import copy
00008 from Calibration.TkAlCaRecoProducers.CalibrationTrackSelector_cfi import *
00009 aLCARECOSiStripCalMinBias = copy.deepcopy(calibrationTrackSelector)
00010 seqALCARECOSiStripCalMinBias = cms.Sequence(ALCARECOSiStripCalMinBiasHLT+aLCARECOSiStripCalMinBias)
00011 ALCARECOSiStripCalMinBiasHLT.andOr = True ## choose logical OR between Triggerbits
00012 
00013 ALCARECOSiStripCalMinBiasHLT.HLTPaths = ['HLT_MinBiasEcal', 'HLT_MinBiasHcal', 'HLT_MinBiasPixel']
00014 aLCARECOSiStripCalMinBias.applyBasicCuts = True
00015 aLCARECOSiStripCalMinBias.ptMin = 0.8 ##GeV
00016 
00017 aLCARECOSiStripCalMinBias.etaMin = -3.5
00018 aLCARECOSiStripCalMinBias.etaMax = 3.5
00019 aLCARECOSiStripCalMinBias.nHitMin = 0
00020 

Generated on Tue Jun 9 17:25:39 2009 for CMSSW by  doxygen 1.5.4