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

Public Member Functions

def execute (self)
 

Detailed Description

Definition at line 29 of file CaloThinCellsBySamplingAlg_test.py.

Member Function Documentation

◆ execute()

def python.CaloThinCellsBySamplingAlg_test.CreateDataAlg.execute (   self)

Definition at line 30 of file CaloThinCellsBySamplingAlg_test.py.

30  def execute (self):
31  ctx = self.getContext()
32  mgr = self.condStore['CaloDetDescrManager'].find (ctx.eventID())
33  ccc = make_calo_cells (mgr)
34  self.evtStore.record (ccc, 'AllCalo', False)
35  return StatusCode.Success
36 
37 

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