CMS 3D CMS Logo

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

Public Member Functions

def __init__ (self, pythonpset=None)
 

Detailed Description

Definition at line 4 of file VIDElectronSelector.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 5 of file VIDElectronSelector.py.

5  def __init__(self,pythonpset = None):
6  builder = ROOT.MakeVersionedSelector(ROOT.reco.GsfElectron)
7  ptrmaker = ROOT.MakePtrFromCollection(ROOT.vector(ROOT.pat.Electron),
8  ROOT.pat.Electron,
9  ROOT.reco.GsfElectron)
10  VIDSelectorBase.__init__(self,builder,ptrmaker,pythonpset)
11 
def __init__(self, dataset, job_number, job_id, job_name, isDA, isMC, applyBOWS, applyEXTRACOND, extraconditions, runboundary, lumilist, intlumi, maxevents, gt, allFromGT, alignmentDB, alignmentTAG, apeDB, apeTAG, bowDB, bowTAG, vertextype, tracktype, refittertype, ttrhtype, applyruncontrol, ptcut, CMSSW_dir, the_dir)