CMS 3D CMS Logo

combinedMVA_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 # CombinedMVA V2
12 
13 # Charge tagger
15 
16 combinedMVATask = cms.Task(
17  combinedMVAV2BJetTags,
18  negativeCombinedMVAV2BJetTags,
19  positiveCombinedMVAV2BJetTags,
20  pfCombinedMVAV2BJetTags,
21  pfNegativeCombinedMVAV2BJetTags,
22  pfPositiveCombinedMVAV2BJetTags
23 )