ATLAS Offline Software
Loading...
Searching...
No Matches
python.CaloCellContainerAliasAlg_test.CheckAliasAlg Class Reference
Inheritance diagram for python.CaloCellContainerAliasAlg_test.CheckAliasAlg:
Collaboration diagram for python.CaloCellContainerAliasAlg_test.CheckAliasAlg:

Public Member Functions

 execute (self)

Detailed Description

Definition at line 23 of file CaloCellContainerAliasAlg_test.py.

Member Function Documentation

◆ execute()

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: