Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123264
b: refs/heads/vhbbHeppy74X
c: 04c08d4
h: refs/heads/vhbbHeppy74X
  • Loading branch information
Dinko Ferencek committed Apr 30, 2013
1 parent df2829a commit 3281227
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/vhbbHeppy74X: 985977830e8a10ce5697523e40274fd284cd3e85
refs/heads/vhbbHeppy74X: 04c08d4a9400727e241e7d581e30c2850750cb12
18 changes: 12 additions & 6 deletions trunk/RecoBTag/SecondaryVertex/python/secondaryVertex_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
from RecoBTag.SecondaryVertex.secondaryVertexTagInfos_cfi import *
from RecoBTag.SecondaryVertex.simpleSecondaryVertex2TrkES_cfi import *
from RecoBTag.SecondaryVertex.simpleSecondaryVertex3TrkES_cfi import *
from RecoBTag.SecondaryVertex.doubleVertex2TrkES_cfi import *
from RecoBTag.SecondaryVertex.doubleSecondaryVertexHighEffBJetTags_cfi import *
from RecoBTag.SecondaryVertex.simpleSecondaryVertexHighEffBJetTags_cfi import *
from RecoBTag.SecondaryVertex.simpleSecondaryVertexHighPurBJetTags_cfi import *
from RecoBTag.SecondaryVertex.combinedSecondaryVertexES_cfi import *
Expand All @@ -17,7 +15,7 @@
from RecoBTag.SecondaryVertex.ghostTrackES_cfi import *
from RecoBTag.SecondaryVertex.ghostTrackBJetTags_cfi import *

#IVF
# IVF
from RecoBTag.SecondaryVertex.inclusiveSecondaryVertexFinderTagInfos_cfi import *
from RecoBTag.SecondaryVertex.combinedInclusiveSecondaryVertexBJetTags_cfi import *
#from RecoBTag.SecondaryVertex.combinedIVFES_cfi import * #not yet using dedicated training, share CSV ones
Expand All @@ -27,14 +25,22 @@
inclusiveMergedVerticesFiltered.secondaryVertices = cms.InputTag("inclusiveMergedVertices")

from RecoBTag.SecondaryVertex.bToCharmDecayVertexMerger_cfi import *

from RecoBTag.SecondaryVertex.simpleInclusiveSecondaryVertexBJetTags_cfi import *
from RecoBTag.SecondaryVertex.doubleVertex2TrkES_cfi import *
from RecoBTag.SecondaryVertex.doubleSecondaryVertexHighEffBJetTags_cfi import *

#negative taggers
# Negative taggers
from RecoBTag.SecondaryVertex.secondaryVertexNegativeTagInfos_cfi import *
from RecoBTag.SecondaryVertex.simpleSecondaryVertexNegativeHighEffBJetTags_cfi import *
from RecoBTag.SecondaryVertex.simpleSecondaryVertexNegativeHighPurBJetTags_cfi import *
from RecoBTag.SecondaryVertex.combinedSecondaryVertexNegativeES_cfi import *
from RecoBTag.SecondaryVertex.combinedSecondaryVertexNegativeBJetTags_cfi import *

# Positive taggers
from RecoBTag.SecondaryVertex.combinedSecondaryVertexPositiveES_cfi import *
from RecoBTag.SecondaryVertex.combinedSecondaryVertexPositiveBJetTags_cfi import *
from RecoBTag.SecondaryVertex.combinedInclusiveSecondaryVertexPositiveBJetTags_cfi import *

# backwards compatibility
# Backwards compatibility

simpleSecondaryVertexBJetTags = simpleSecondaryVertexHighEffBJetTags.clone()

0 comments on commit 3281227

Please sign in to comment.