2 from PhysicsTools.SelectorUtils.VIDSelectorBase
import VIDSelectorBase
6 builder = ROOT.MakeVersionedSelector(ROOT.reco.Muon)
7 ptrmaker = ROOT.MakePtrFromCollection(ROOT.vector(ROOT.pat.Muon),
10 printer = ROOT.PrintVIDToString(ROOT.reco.Muon)
11 VIDSelectorBase.__init__(self,builder,ptrmaker,printer,pythonpset)