This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revisionNext revisionBoth sides next revision | ||
| ntuple:ivf [2013/09/26 17:51] – clange | ntuple:ivf [2013/10/23 16:38] – [Steps for MSSM Hbb analysis] clange | ||
|---|---|---|---|
| Line 81: | Line 81: | ||
| none | none | ||
| + | |||
| + | |||
| + | ===== Steps for MSSM Hbb analysis === | ||
| + | |||
| + | cvs co -r V02-02-06 RecoVertex/ | ||
| + | cvs co -r V01-10-02 RecoBTag/ | ||
| + | | ||
| + | In the python steering file: | ||
| + | |||
| + | ## IVF inclusive vertexing | ||
| + | process.load(' | ||
| + | # | ||
| + | # | ||
| + | process.load(' | ||
| + | | ||
| + | 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/ | ||
| + | RecoBTag/ | ||
| + | | ||
| + | |||