ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
python.ROSToROB.ROSToROBMap Class Reference
Collaboration diagram for python.ROSToROB.ROSToROBMap:

Public Member Functions

def __init__ (self)
 
def get_mapping (self)
 

Public Attributes

 data
 

Detailed Description

Definition at line 2807 of file ROSToROB.py.

Constructor & Destructor Documentation

◆ __init__()

def python.ROSToROB.ROSToROBMap.__init__ (   self)

Definition at line 2808 of file ROSToROB.py.

2808  def __init__(self):
2809  self.data = ros2rob
2810 

Member Function Documentation

◆ get_mapping()

def python.ROSToROB.ROSToROBMap.get_mapping (   self)

Definition at line 2811 of file ROSToROB.py.

2811  def get_mapping(self):
2812  return self.data
2813 

Member Data Documentation

◆ data

python.ROSToROB.ROSToROBMap.data

Definition at line 2809 of file ROSToROB.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