CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
VIDElectronSelector.VIDElectronSelector Class Reference
Inheritance diagram for VIDElectronSelector.VIDElectronSelector:

Public Member Functions

def __init__
 

Detailed Description

Definition at line 4 of file VIDElectronSelector.py.

Constructor & Destructor Documentation

def VIDElectronSelector.VIDElectronSelector.__init__ (   self,
  pythonpset = None 
)

Definition at line 5 of file VIDElectronSelector.py.

5 
6  def __init__(self,pythonpset = None):
7  builder = ROOT.MakeVersionedSelector(ROOT.reco.GsfElectron)
8  ptrmaker = ROOT.MakePtrFromCollection(ROOT.vector(ROOT.pat.Electron),
9  ROOT.pat.Electron,
10  ROOT.reco.GsfElectron)
11  printer = ROOT.PrintVIDToString(ROOT.reco.GsfElectron)
12  VIDSelectorBase.__init__(self,builder,ptrmaker,printer,pythonpset)
13