CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
bTagging_cff Namespace Reference

Variables

dictionary supportedBtagDiscr
 dictionary with all available btag discriminators and the btagInfos that they require More...
 
list supportedBtagInfos
 list of all available btagInfos More...
 

Variable Documentation

dictionary bTagging_cff.supportedBtagDiscr

dictionary with all available btag discriminators and the btagInfos that they require

Definition at line 34 of file bTagging_cff.py.

list bTagging_cff.supportedBtagInfos
Initial value:
1 = [
2  'None'
3  # legacy framework (supported with RECO/AOD but not MiniAOD)
4  , 'impactParameterTagInfos'
5  , 'secondaryVertexTagInfos'
6  , 'secondaryVertexNegativeTagInfos'
7  , 'softMuonTagInfos'
8  , 'inclusiveSecondaryVertexFinderTagInfos'
9  , 'inclusiveSecondaryVertexFinderNegativeTagInfos'
10  , 'inclusiveSecondaryVertexFinderFilteredTagInfos'
11  , 'inclusiveSecondaryVertexFinderFilteredNegativeTagInfos'
12  # new candidate-based framework (supported with RECO/AOD/MiniAOD)
13  , 'pfImpactParameterTagInfos'
14  , 'pfImpactParameterAK8TagInfos'
15  , 'pfImpactParameterCA15TagInfos'
16  , 'pfSecondaryVertexTagInfos'
17  , 'pfSecondaryVertexNegativeTagInfos'
18  , 'pfInclusiveSecondaryVertexFinderTagInfos'
19  , 'pfInclusiveSecondaryVertexFinderAK8TagInfos'
20  , 'pfInclusiveSecondaryVertexFinderCA15TagInfos'
21  , 'pfInclusiveSecondaryVertexFinderNegativeTagInfos'
22  , 'softPFMuonsTagInfos'
23  , 'softPFElectronsTagInfos'
24  # C-Tagging tag infos
25  , 'pfInclusiveSecondaryVertexFinderCvsLTagInfos'
26  # TopTagInfos (unrelated to b tagging)
27  , 'caTopTagInfos'
28  ]

list of all available btagInfos

Definition at line 2 of file bTagging_cff.py.