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_Dimuon0_Jpsi_NoVertexing_v"),
6  MuonPtBins = cms.untracked.vdouble(0.5, 1., 2., 3., 3.5, 4., 5., 6., 7., 8., 9., 10., 20.),
7  MuonEtaBins = cms.untracked.vdouble(24, -2.4, 2.4),
8  DimuonPtBins = cms.untracked.vdouble(0., 2., 4., 6., 8., 10., 12., 15., 25.)
9 )
10 hfv2 = hfv1.clone(
11  TriggerPathName = cms.untracked.string("HLT_Dimuon0_Jpsi_v")
12 )
13 hfv3 = hfv1.clone(
14  TriggerPathName = cms.untracked.string("HLT_Dimuon10_Jpsi_v")
15 )
16 hfv4 = hfv1.clone(
17  TriggerPathName = cms.untracked.string("HLT_Mu5_L2Mu3_Jpsi_v")
18 )
19 hfv5 = hfv1.clone(
20  TriggerPathName = cms.untracked.string("HLT_Mu5_Track2_Jpsi_v")
21 )
22 hfv6 = hfv1.clone(
23  TriggerPathName = cms.untracked.string("HLT_Mu7_Track7_Jpsi_v")
24 )
25 hfv7 = hfv1.clone(
26  TriggerPathName = cms.untracked.string("HLT_DoubleMu4_Jpsi_Displaced_v")
27 )
28 
29 heavyFlavorValidationSequence = cms.Sequence(
30  hfv1+hfv2+hfv3+hfv4+hfv5+hfv6+hfv7
31 )