CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/RecoBTag/SecondaryVertex/python/secondaryVertex_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from TrackingTools.TransientTrack.TransientTrackBuilder_cfi import *
00004 from RecoBTau.JetTagComputer.jetTagRecord_cfi import *
00005 from RecoBTag.SecondaryVertex.secondaryVertexTagInfos_cfi import *
00006 from RecoBTag.SecondaryVertex.simpleSecondaryVertex2TrkES_cfi import *
00007 from RecoBTag.SecondaryVertex.simpleSecondaryVertex3TrkES_cfi import *
00008 from RecoBTag.SecondaryVertex.simpleSecondaryVertexHighEffBJetTags_cfi import *
00009 from RecoBTag.SecondaryVertex.simpleSecondaryVertexHighPurBJetTags_cfi import *
00010 from RecoBTag.SecondaryVertex.combinedSecondaryVertexES_cfi import *
00011 from RecoBTag.SecondaryVertex.combinedSecondaryVertexBJetTags_cfi import *
00012 from RecoBTag.SecondaryVertex.combinedSecondaryVertexMVAES_cfi import *
00013 from RecoBTag.SecondaryVertex.combinedSecondaryVertexMVABJetTags_cfi import *
00014 from RecoBTag.SecondaryVertex.ghostTrackVertexTagInfos_cfi import *
00015 from RecoBTag.SecondaryVertex.ghostTrackES_cfi import *
00016 from RecoBTag.SecondaryVertex.ghostTrackBJetTags_cfi import *
00017 
00018 #IVF
00019 from RecoBTag.SecondaryVertex.inclusiveSecondaryVertexFinderTagInfos_cfi import *
00020 from RecoBTag.SecondaryVertex.combinedInclusiveSecondaryVertexBJetTags_cfi import *
00021 #from RecoBTag.SecondaryVertex.combinedIVFES_cfi import * #not yet using dedicated training, share CSV ones
00022 
00023 #negative taggers
00024 from RecoBTag.SecondaryVertex.secondaryVertexNegativeTagInfos_cfi import *
00025 from RecoBTag.SecondaryVertex.simpleSecondaryVertexNegativeHighEffBJetTags_cfi import *
00026 from RecoBTag.SecondaryVertex.simpleSecondaryVertexNegativeHighPurBJetTags_cfi import *
00027 
00028 # backwards compatibility
00029 
00030 simpleSecondaryVertexBJetTags = simpleSecondaryVertexHighEffBJetTags.clone()