45 This function configures the full cms.PSet for a VID ID and returns it.
46 The inputs: an object of the class EleMVA_6Categories_WP or similar
47 that contains all necessary parameters for this MVA.
49 parameterSet = cms.PSet(
51 idName = cms.string( mvaWP.idName ),
53 cms.PSet( cutName = cms.string(
"GsfEleMVACut"),
54 mvaCuts = cms.vdouble( mvaWP.getCutValues() ),
55 mvaValueMapName = cms.InputTag( mvaWP.mvaValueMapName ),
56 mvaCategoriesMapName =cms.InputTag( mvaWP.mvaCategoriesMapName ),
57 needsAdditionalProducts = cms.bool(
True),
58 isIgnored = cms.bool(
False)