CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes | Static Private Attributes
trackTools.MakePATTrackCandidates Class Reference
Inheritance diagram for trackTools.MakePATTrackCandidates:

Public Member Functions

def __call__
 
def __init__
 
def getDefaultParameters
 
def toolCode
 

Private Attributes

 _comment
 
 _parameters
 

Static Private Attributes

tuple _defaultParameters = dicttypes.SortedKeysDict()
 
string _label = 'makePATTrackCandidates'
 

Detailed Description

Create pat track candidates from AOD track collections:

Definition at line 66 of file trackTools.py.

Constructor & Destructor Documentation

def trackTools.MakePATTrackCandidates.__init__ (   self)

Definition at line 73 of file trackTools.py.

Member Function Documentation

def trackTools.MakePATTrackCandidates.__call__ (   self,
  process,
  label = None,
  input = None,
  selection = None,
  isolation = None,
  isoDeposits = None,
  mcAs = None 
)

Definition at line 94 of file trackTools.py.

def trackTools.MakePATTrackCandidates.getDefaultParameters (   self)

Definition at line 85 of file trackTools.py.

def trackTools.MakePATTrackCandidates.toolCode (   self,
  process 
)

Definition at line 115 of file trackTools.py.

Member Data Documentation

trackTools.MakePATTrackCandidates._comment
private

Definition at line 83 of file trackTools.py.

tuple trackTools.MakePATTrackCandidates._defaultParameters = dicttypes.SortedKeysDict()
staticprivate

Definition at line 71 of file trackTools.py.

string trackTools.MakePATTrackCandidates._label = 'makePATTrackCandidates'
staticprivate

Definition at line 70 of file trackTools.py.

trackTools.MakePATTrackCandidates._parameters
private

Definition at line 82 of file trackTools.py.