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

Public Member Functions

 execute (self)

Detailed Description

Definition at line 29 of file CaloThinCellsBySamplingAlg_test.py.

Member Function Documentation

◆ execute()

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: