CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoTauMVAConfiguration_cfi.py
Go to the documentation of this file.
2 
3 # Flag to disable/enable MVA dependent tau sequences
4 recoTauEnableMVA = True
5 
6 # Temporary code to load database if CMSSW version < 3_11
7 # In 3_11 this has entered the global tag.
8 TauTagMVAComputerRecord = None
9 #from RecoTauTag.TauTagTools.TancConditions_cff import TauTagMVAComputerRecord
10 #TauTagMVAComputerRecord.connect = cms.string(
11  #'sqlite_fip:RecoTauTag/RecoTau/data/hpstanc.db'
12 #)
13 #TauTagMVAComputerRecord.toGet[0].tag = cms.string('Tanc')
14 ## Don't conflict with TaNC global tag
15 #TauTagMVAComputerRecord.appendToDataLabel = cms.string('hpstanc')
16 # Provide hook to enable a local database at the same time as the GT
17 esPreferLocalTancDB = None