Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:24

0001 from RecoVertex.AdaptiveVertexFinder.inclusiveVertexing_cff import *
0002 from RecoBTag.CTagging.cTagging_cff import *
0003 
0004 # new candidate-based ctagging sequence, requires its own IVF vertices (relaxed IVF reconstruction cuts)
0005 # but IP and soft-lepton taginfos from btagging sequence can be recycled
0006 pfCTaggingTask = cms.Task(
0007     inclusiveCandidateVertexingCvsLTask,
0008     pfInclusiveSecondaryVertexFinderCvsLTagInfos,
0009 
0010     # CSV + soft-lepton variables combined (ctagger optimized for c vs dusg)
0011     pfCombinedCvsLJetTags,
0012     pfCombinedCvsBJetTags
0013 )
0014 pfCTagging = cms.Sequence(pfCTaggingTask)