Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-04-17 02:42:26

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from CondCore.DBCommon.CondDBSetup_cfi import *
0004 
0005 BTauMVAJetTagComputerRecord = cms.ESSource("PoolDBESSource",
0006     CondDBSetup,
0007     toGet = cms.VPSet(cms.PSet(
0008         record = cms.string('BTauGenericMVAJetTagComputerRcd'),
0009         tag = cms.string('MVAJetTags_CMSSW_2_0_0_mc')
0010     )),
0011     connect = cms.string('sqlite_fip:CondCore/SQLiteData/data/MVAJetTagsFakeConditions.db'),
0012 )