Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
RecoMuon
MuonIdentification
python
VIDMuonSelector.py
Go to the documentation of this file.
1
import
ROOT
2
from
PhysicsTools.SelectorUtils.VIDSelectorBase
import
VIDSelectorBase
3
4
class
VIDMuonSelector
(
VIDSelectorBase
):
5
def
__init__
(self,pythonpset = None):
6
builder = ROOT.MakeVersionedSelector(ROOT.reco.Muon)
7
ptrmaker = ROOT.MakePtrFromCollection(ROOT.vector(ROOT.pat.Muon),
8
ROOT.pat.Muon,
9
ROOT.reco.Muon)
10
printer = ROOT.PrintVIDToString(ROOT.reco.Muon)
11
VIDSelectorBase.__init__(self,builder,ptrmaker,printer,pythonpset)
12
VIDSelectorBase
Definition:
VIDSelectorBase.py:1
VIDMuonSelector.VIDMuonSelector
Definition:
VIDMuonSelector.py:4
VIDMuonSelector.VIDMuonSelector.__init__
def __init__
Definition:
VIDMuonSelector.py:5
Generated for CMSSW Reference Manual by
1.8.5