69 This function configures the full cms.PSet for a VID ID and returns it.
70 The inputs: an object of the class EleMVA_6Categories_WP or similar
71 that contains all necessary parameters for this MVA.
73 parameterSet = cms.PSet(
75 idName = cms.string( mvaWP.idName ),
77 cms.PSet( cutName = cms.string(
"GsfEleMVACut"),
78 mvaCuts = cms.vdouble( mvaWP.getCutValues() ),
79 mvaValueMapName = cms.InputTag( mvaWP.mvaValueMapName ),
80 mvaCategoriesMapName =cms.InputTag( mvaWP.mvaCategoriesMapName ),
81 needsAdditionalProducts = cms.bool(
True),
82 isIgnored = cms.bool(
False)