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

◆ __init__()

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  VIDSelectorBase.__init__(self,builder,ptrmaker,pythonpset)
11 
12 
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)