src
RecoEgamma
ElectronIdentification
python
VIDElectronSelector.py
Go to the documentation of this file.
1
import
ROOT
2
from
PhysicsTools.SelectorUtils.VIDSelectorBase
import
VIDSelectorBase
3
4
class
VIDElectronSelector
(
VIDSelectorBase
):
5
def
__init__
(self,pythonpset = None):
6
builder = ROOT.MakeVersionedSelector(ROOT.reco.GsfElectron)
7
ptrmaker = ROOT.MakePtrFromCollection(ROOT.vector(ROOT.pat.Electron),
8
ROOT.pat.Electron,
9
ROOT.reco.GsfElectron)
10
VIDSelectorBase.__init__(self,builder,ptrmaker,pythonpset)
VIDSelectorBase
Definition:
VIDSelectorBase.py:1
VIDElectronSelector.VIDElectronSelector
Definition:
VIDElectronSelector.py:4
VIDElectronSelector.VIDElectronSelector.__init__
def __init__(self, pythonpset=None)
Definition:
VIDElectronSelector.py:5
Generated for CMSSW Reference Manual by
1.8.14