ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
checkTP.FctMember Class Reference
Inheritance diagram for checkTP.FctMember:
Collaboration diagram for checkTP.FctMember:

Public Member Functions

def __init__ (self, offset, name, _type)
 

Public Attributes

 name
 
 type
 

Detailed Description

Definition at line 50 of file checkTP.py.

Constructor & Destructor Documentation

◆ __init__()

def checkTP.FctMember.__init__ (   self,
  offset,
  name,
  _type 
)

Definition at line 51 of file checkTP.py.

51  def __init__(self, offset, name, _type):
52  self.name = name
53  self.type = _type
54  return

Member Data Documentation

◆ name

checkTP.FctMember.name

Definition at line 52 of file checkTP.py.

◆ type

checkTP.FctMember.type

Definition at line 53 of file checkTP.py.


The documentation for this class was generated from the following file:
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18