42 This function configures the full cms.PSet for a VID ID and returns it. 43 The inputs: an object of the class EleMVA_WP or similar 44 that contains all necessary parameters for this MVA. 46 parameterSet = cms.PSet(
48 idName = cms.string( mvaWP.idName ),
50 cms.PSet( cutName = cms.string(cutName),
51 mvaCuts = cms.vdouble( mvaWP.getCutValues() ),
52 mvaValueMapName = cms.InputTag( mvaWP.mvaValueMapName ),
53 mvaCategoriesMapName =cms.InputTag( mvaWP.mvaCategoriesMapName ),
54 needsAdditionalProducts = cms.bool(
True),
55 isIgnored = cms.bool(
False)