Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:34

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from RecoBTag.SecondaryVertex.trackSelection_cff import *
0004 
0005 candidateBoostedDoubleSecondaryVertexAK8Computer = cms.ESProducer("CandidateBoostedDoubleSecondaryVertexESProducer",
0006     useCondDB = cms.bool(False),
0007     weightFile = cms.FileInPath('RecoBTag/SecondaryVertex/data/BoostedDoubleSV_AK8_BDT_v4.weights.xml.gz'),
0008     useGBRForest = cms.bool(True),
0009     useAdaBoost = cms.bool(False)
0010 )
0011 
0012 from Configuration.Eras.Modifier_phase1Pixel_cff import phase1Pixel
0013 phase1Pixel.toModify(candidateBoostedDoubleSecondaryVertexAK8Computer, weightFile = 'RecoBTag/SecondaryVertex/data/BoostedDoubleSV_AK8_BDT_PhaseI_v1.weights.xml.gz')