36 This function configures the full cms.PSet for a VID ID and returns it.
37 The inputs: an object of the class PhoMVA_2Categories_WP or similar
38 that contains all necessary parameters for this MVA.
40 parameterSet = cms.PSet(
42 idName = cms.string( mvaWP.idName ),
44 cms.PSet( cutName = cms.string(
"PhoMVACut"),
45 mvaCuts = cms.vdouble( mvaWP.getCutValues() ),
46 mvaValueMapName = cms.InputTag( mvaWP.mvaValueMapName ),
47 mvaCategoriesMapName =cms.InputTag( mvaWP.mvaCategoriesMapName ),
48 needsAdditionalProducts = cms.bool(
True),
49 isIgnored = cms.bool(
False)