CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoCTagging_cff.py
Go to the documentation of this file.
5 
6 # new candidate-based ctagging sequence, requires its own IVF vertices (relaxed IVF reconstruction cuts)
7 # but IP and soft-lepton taginfos from btagging sequence can be recycled
8 pfCTagging = cms.Sequence(
9  ( inclusiveCandidateVertexingCvsL *
10  pfInclusiveSecondaryVertexFinderCvsLTagInfos
11  )
12 
13  # CSV + soft-lepton variables combined (ctagger optimized for c vs dusg)
14  * pfCombinedCvsLJetTags
15  * pfCombinedCvsBJetTags
16 )