Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
checkTP.DataMember Class Reference
Inheritance diagram for checkTP.DataMember:
Collaboration diagram for checkTP.DataMember:

Public Member Functions

def __init__ (self, offset, name, _type)
 

Public Attributes

 offset
 
 name
 
 type
 

Detailed Description

Definition at line 41 of file checkTP.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 42 of file checkTP.py.

42  def __init__(self, offset, name, _type):
43  self.offset = offset
44  self.name = name
45  self.type = _type
46  return

Member Data Documentation

◆ name

checkTP.DataMember.name

Definition at line 44 of file checkTP.py.

◆ offset

checkTP.DataMember.offset

Definition at line 43 of file checkTP.py.

◆ type

checkTP.DataMember.type

Definition at line 45 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