18 menu=electronPIDmenu.menuDC14):
19
20 mlog = logging.getLogger('AsgElectronIsEMSelector')
21 mlog.debug('Start configuration')
22
23 AsgElectronIsEMSelector = CompFactory.AsgElectronIsEMSelector
24 acc = ComponentAccumulator()
25 try:
26 ntuple = ElectronIsEMMap(quality, menu)
27 mlog.debug('ntuple: %s', ntuple)
28 except KeyError:
29 mlog.error("Electron quality not found. Please use an egammaIDQuality"
30 "(ElectronPhotonSelectorTools/egammaPIDdefs.h)."
31 "This function only supports standard electron IDs,"
32 "and not photon or forward IDs")
33 raise
34
35
37
38
39 ntuple[1](tool)
40 tool.isEMMask = ntuple[0]
41
42 mlog.debug('isEMMask: %x', tool.isEMMask)
43
44 acc.setPrivateTools(tool)
45 return acc