CMS 3D CMS Logo

List of all members | Public Member Functions
VIDPhotonSelector.VIDPhotonSelector Class Reference
Inheritance diagram for VIDPhotonSelector.VIDPhotonSelector:

Public Member Functions

def __init__ (self, pythonpset=None)
 

Detailed Description

Definition at line 4 of file VIDPhotonSelector.py.

Constructor & Destructor Documentation

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

Definition at line 5 of file VIDPhotonSelector.py.

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