User Tools

Site Tools


ntuple:ivf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
ntuple:ivf [2013/10/23 15:39] clangentuple:ivf [2013/10/23 16:38] – [Steps for MSSM Hbb analysis] clange
Line 87: Line 87:
   cvs co -r V02-02-06 RecoVertex/AdaptiveVertexFinder   cvs co -r V02-02-06 RecoVertex/AdaptiveVertexFinder
   cvs co -r V01-10-02 RecoBTag/SecondaryVertex   cvs co -r V01-10-02 RecoBTag/SecondaryVertex
 +  
 +In the python steering file:
 +
 +  ## IVF inclusive vertexing
 +  process.load('RecoVertex/AdaptiveVertexFinder/inclusiveVertexing_cff')
 +  #process.load('RecoBTag/SecondaryVertex/inclusiveSecondaryVertexFinderTagInfos_cfi')
 +  #process.load("RecoBTag/SecondaryVertex/bVertexFilter_cfi")
 +  process.load('RecoBTag/Configuration/RecoBTag_cff')
 +  
 +  process.IVFpreProcessing = cms.Sequence(process.inclusiveVertexing * process.inclusiveMergedVerticesFiltered * process.bToCharmDecayVertexMerged)
 +  process.IVFpostProcessing = cms.Sequence(process.btagging * process.inclusiveSecondaryVertexFinderTagInfosFiltered * process.simpleInclusiveSecondaryVertexHighEffBJetTags * process.simpleInclusiveSecondaryVertexHighPurBJetTags * process.doubleSecondaryVertexHighEffBJetTags)
 +
 +Not sure whether one should also explicitely add:
 +
 +  process.ak5JetTracksAssociatorAtVertex *
 +
 +before b-tagging since the track-jet association is mentioned in the recipe.
 +
 +Check:
 +  RecoBTag/SecondaryVertex/test/runIVFAnalyzer_cff.py
 +  RecoBTag/SecondaryVertex/test/IVFAnalyzer.cc
 +  
 +
ntuple/ivf.txt · Last modified: 2013/10/23 18:00 by clange