CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoTauTag/Configuration/python/RecoTauMVAConfiguration_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Flag to disable/enable MVA dependent tau sequences
00004 recoTauEnableMVA = True
00005 
00006 # Temporary code to load database if CMSSW version < 3_11
00007 # In 3_11 this has entered the global tag.
00008 TauTagMVAComputerRecord = None
00009 #from RecoTauTag.TauTagTools.TancConditions_cff import TauTagMVAComputerRecord
00010 #TauTagMVAComputerRecord.connect = cms.string(
00011    #'sqlite_fip:RecoTauTag/RecoTau/data/hpstanc.db'
00012 #)
00013 #TauTagMVAComputerRecord.toGet[0].tag = cms.string('Tanc')
00014 ## Don't conflict with TaNC global tag
00015 #TauTagMVAComputerRecord.appendToDataLabel = cms.string('hpstanc')