ATLAS Offline Software
Public Member Functions | List of all members
python.CaloCellContainerAliasAlg_test.CheckAliasAlg Class Reference
Inheritance diagram for python.CaloCellContainerAliasAlg_test.CheckAliasAlg:
Collaboration diagram for python.CaloCellContainerAliasAlg_test.CheckAliasAlg:

Public Member Functions

def execute (self)
 

Detailed Description

Definition at line 23 of file CaloCellContainerAliasAlg_test.py.

Member Function Documentation

◆ execute()

def python.CaloCellContainerAliasAlg_test.CheckAliasAlg.execute (   self)

Definition at line 24 of file CaloCellContainerAliasAlg_test.py.

24  def execute (self):
25  ccc1 = self.evtStore['AllCalo']
26  ccc2 = self.evtStore['CellAlias']
27  assert (repr(ccc1) == repr(ccc2))
28  return StatusCode.Success
29 
30 

The documentation for this class was generated from the following file:
LArG4FSStartPointFilterLegacy.execute
execute
Definition: LArG4FSStartPointFilterLegacy.py:20
PyAthena::repr
std::string repr(PyObject *o)
returns the string representation of a python object equivalent of calling repr(o) in python
Definition: PyAthenaUtils.cxx:106