9 This is a container class to hold MVA cut values for a 6-category MVA
10 as well as the names of the value maps that contain the MVA values computed
11 for all particles in a producer upstream.
44 This function configures the full cms.PSet for a VID ID and returns it.
45 The inputs: an object of the class EleMVA_6Categories_WP or similar
46 that contains all necessary parameters for this MVA.
48 parameterSet = cms.PSet(
50 idName = cms.string( mvaWP.idName ),
52 cms.PSet( cutName = cms.string(
"GsfEleMVACut"),
53 mvaCuts = cms.vdouble( mvaWP.getCutValues() ),
54 mvaValueMapName = cms.InputTag( mvaWP.mvaValueMapName ),
55 mvaCategoriesMapName =cms.InputTag( mvaWP.mvaCategoriesMapName ),
56 needsAdditionalProducts = cms.bool(
True),
57 isIgnored = cms.bool(
False)