Definition at line 4 of file VIDElectronSelector.py.
def VIDElectronSelector.VIDElectronSelector.__init__ |
( |
|
self, |
|
|
|
pythonpset = None |
|
) |
| |
Definition at line 5 of file VIDElectronSelector.py.
6 builder = ROOT.MakeVersionedSelector(ROOT.reco.GsfElectron)
7 ptrmaker = ROOT.MakePtrFromCollection(ROOT.vector(ROOT.pat.Electron),
10 printer = ROOT.PrintVIDToString(ROOT.reco.GsfElectron)
11 VIDSelectorBase.__init__(self,builder,ptrmaker,printer,pythonpset)
13 def __init__(self, pythonpset=None)