Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
printer = ROOT.PrintVIDToString(ROOT.reco.GsfElectron)
11
VIDSelectorBase.__init__(self,builder,ptrmaker,printer,pythonpset)
12
VIDSelectorBase
Definition:
VIDSelectorBase.py:1
VIDElectronSelector.VIDElectronSelector
Definition:
VIDElectronSelector.py:4
VIDElectronSelector.VIDElectronSelector.__init__
def __init__
Definition:
VIDElectronSelector.py:5
Generated for CMSSW Reference Manual by
1.8.5