ATLAS Offline Software
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 43 of file checkTP.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 44 of file checkTP.py.

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

Member Data Documentation

◆ name

checkTP.DataMember.name

Definition at line 46 of file checkTP.py.

◆ offset

checkTP.DataMember.offset

Definition at line 45 of file checkTP.py.

◆ type

checkTP.DataMember.type

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