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

Public Member Functions

def execute (self)
 

Detailed Description

Definition at line 16 of file CaloCellContainerAliasAlg_test.py.

Member Function Documentation

◆ execute()

def python.CaloCellContainerAliasAlg_test.CreateDataAlg.execute (   self)

Definition at line 17 of file CaloCellContainerAliasAlg_test.py.

17  def execute (self):
18  ccc = ROOT.CaloCellContainer()
19  self.evtStore.record (ccc, 'AllCalo', False)
20  return StatusCode.Success
21 
22 

The documentation for this class was generated from the following file:
LArG4FSStartPointFilterLegacy.execute
execute
Definition: LArG4FSStartPointFilterLegacy.py:20