CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
pf_01_customizeAll.SeqVisitor Class Reference
Inheritance diagram for pf_01_customizeAll.SeqVisitor:

Public Member Functions

def __init__
 
def enter
 
def giveNext
 
def givePrev
 
def leave
 
def prepareSearch
 
def setLookFor
 

Detailed Description

Definition at line 7 of file pf_01_customizeAll.py.

Constructor & Destructor Documentation

def pf_01_customizeAll.SeqVisitor.__init__ (   self,
  lookFor 
)

Member Function Documentation

def pf_01_customizeAll.SeqVisitor.enter (   self,
  visitee 
)

Definition at line 27 of file pf_01_customizeAll.py.

References spr::simTkInfo.found, XtoFFbarFilter.found(), edm::RootDelayedReader.found(), and reco::Track.found().

27 
def enter(self,visitee):
def pf_01_customizeAll.SeqVisitor.giveNext (   self)

Definition at line 22 of file pf_01_customizeAll.py.

22 
def giveNext(self):
def pf_01_customizeAll.SeqVisitor.givePrev (   self)

Definition at line 24 of file pf_01_customizeAll.py.

24 
def givePrev(self):
def pf_01_customizeAll.SeqVisitor.leave (   self,
  visitee 
)

Definition at line 39 of file pf_01_customizeAll.py.

39 
40  def leave(self,visitee):
41  pass
def pf_01_customizeAll.SeqVisitor.prepareSearch (   self)

Definition at line 16 of file pf_01_customizeAll.py.

References spr::simTkInfo.found, XtoFFbarFilter.found(), edm::RootDelayedReader.found(), and reco::Track.found().

16 
def prepareSearch(self): # this should be called on beggining of each iteration
def pf_01_customizeAll.SeqVisitor.setLookFor (   self,
  lookFor 
)

Definition at line 19 of file pf_01_customizeAll.py.

19 
def setLookFor(self, lookFor):