CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/HLTriggerOffline/HeavyFlavor/python/heavyFlavorValidationSequence_cff.py

Go to the documentation of this file.
00001 from HLTriggerOffline.HeavyFlavor.heavyFlavorValidation_cfi import *
00002 
00003 hfv1 = heavyFlavorValidation.clone(
00004     TriggerProcessName = cms.untracked.string("HLT"),
00005     TriggerPathName = cms.untracked.string("HLT_Mu3"),
00006     MuonPtBins = cms.untracked.vdouble(0.5, 1., 2., 3., 4., 5., 7., 9., 20., 50.),
00007     MuonEtaBins = cms.untracked.vdouble(24, -2.4, 2.4)
00008 )
00009 hfv2 = hfv1.clone(
00010     TriggerPathName = cms.untracked.string("HLT_IsoMu3")
00011 )
00012 hfv3 = hfv1.clone(
00013     TriggerPathName = cms.untracked.string("HLT_Mu5")
00014 )
00015 hfv4 = hfv1.clone(
00016     TriggerPathName = cms.untracked.string("HLT_Mu9")
00017 )
00018 hfv5 = hfv1.clone(
00019     TriggerPathName = cms.untracked.string("HLT_DoubleMu0")
00020 )
00021 hfv6 = hfv1.clone(
00022     TriggerPathName = cms.untracked.string("HLT_DoubleMu3")
00023 )
00024 
00025 heavyFlavorValidationSequence = cms.Sequence(
00026   hfv1+hfv2+hfv3+hfv4+hfv5+hfv6
00027 )