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

Public Member Functions

 execute (self)

Detailed Description

Definition at line 16 of file CaloCellContainerAliasAlg_test.py.

Member Function Documentation

◆ execute()

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: