ATLAS Offline Software
Loading...
Searching...
No Matches
CaloSwLayers._etaphi_getter Class Reference
Collaboration diagram for CaloSwLayers._etaphi_getter:

Public Member Functions

 __init__ (self, idx)
 __getitem__ (self, k)

Public Attributes

 idx = idx

Detailed Description

Definition at line 100 of file CaloSwLayers.py.

Constructor & Destructor Documentation

◆ __init__()

CaloSwLayers._etaphi_getter.__init__ ( self,
idx )

Definition at line 101 of file CaloSwLayers.py.

101 def __init__ (self, idx):
102 self.idx = idx

Member Function Documentation

◆ __getitem__()

CaloSwLayers._etaphi_getter.__getitem__ ( self,
k )

Definition at line 103 of file CaloSwLayers.py.

103 def __getitem__ (self, k):
104 return _parse_key (k)[self.idx]
105
106

Member Data Documentation

◆ idx

CaloSwLayers._etaphi_getter.idx = idx

Definition at line 102 of file CaloSwLayers.py.


The documentation for this class was generated from the following file: