CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
heavyFlavorValidationSequence_cff.py
Go to the documentation of this file.
2 
3 hfv1 = heavyFlavorValidation.clone(
4  TriggerProcessName = cms.untracked.string("HLT"),
5  TriggerPathName = cms.untracked.string("HLT_Mu3"),
6  MuonPtBins = cms.untracked.vdouble(0.5, 1., 2., 3., 4., 5., 7., 9., 20., 50.),
7  MuonEtaBins = cms.untracked.vdouble(24, -2.4, 2.4)
8 )
9 hfv2 = hfv1.clone(
10  TriggerPathName = cms.untracked.string("HLT_IsoMu3")
11 )
12 hfv3 = hfv1.clone(
13  TriggerPathName = cms.untracked.string("HLT_Mu5")
14 )
15 hfv4 = hfv1.clone(
16  TriggerPathName = cms.untracked.string("HLT_Mu9")
17 )
18 hfv5 = hfv1.clone(
19  TriggerPathName = cms.untracked.string("HLT_DoubleMu0")
20 )
21 hfv6 = hfv1.clone(
22  TriggerPathName = cms.untracked.string("HLT_DoubleMu3")
23 )
24 
25 heavyFlavorValidationSequence = cms.Sequence(
26  hfv1+hfv2+hfv3+hfv4+hfv5+hfv6
27 )