File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 6262 doJEC = False
6363)
6464
65+ from Configuration .Eras .Modifier_fastSim_cff import fastSim
66+ fastSim .toModify (myak4JetFlavourInfos ,
67+ jets = "ak4PFJetsCHS" ,
68+ weights = None
69+ ).toModify (newpatJetGenJetMatch ,
70+ src = "ak4PFJetsCHS" ,
71+ ).toModify (bTagValidation .tagConfig [0 ],
72+ label = "pfImpactParameterTagInfos"
73+ ).toModify (bTagValidation .tagConfig [1 ],
74+ label = "pfJetProbabilityBJetTags"
75+ )
76+
77+ from Configuration .Eras .Modifier_pp_on_PbPb_run3_cff import pp_on_PbPb_run3
78+ pp_on_PbPb_run3 .toModify (newpatJetGenJetMatch ,
79+ src = "akCs4PFJets" ,
80+ ).toModify (bTagValidation .tagConfig [0 ],
81+ label = "pfImpactParameterTagInfos"
82+ ).toModify (bTagValidation .tagConfig [1 ],
83+ label = "pfJetProbabilityBJetTags"
84+ )
85+
6586#to run on fullsim in the validation sequence, all histograms produced in the dqmoffline sequence
6687bTagValidationNoall = bTagValidation .clone (flavPlots = "bcl" )
6788bTagPlotsMCbcl = cms .Sequence (bTagValidationNoall )
You can’t perform that action at this time.
0 commit comments