CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
VIDPhotonSelector.py
Go to the documentation of this file.
1 import ROOT
2 from PhysicsTools.SelectorUtils.VIDSelectorBase import VIDSelectorBase
3 
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