CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TancConditions_cff.py
Go to the documentation of this file.
2 
4 
5 TauTagMVAComputerRecord = cms.ESSource("PoolDBESSource",
6  CondDBSetup,
7  timetype = cms.string('runnumber'),
8  toGet = cms.VPSet(cms.PSet(
9  record = cms.string('TauTagMVAComputerRcd'),
10  tag = cms.string('TauNeuralClassifier')
11  )),
12  connect = cms.string('sqlite_fip:CondCore/SQLiteData/data/RecoTauTagConditions_31X.db'),
13  BlobStreamerName = cms.untracked.string('TBufferBlobStreamingService')
14 )
15