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

Public Member Functions

 execute (self)

Detailed Description

Definition at line 69 of file CaloThinCellsByClusterAlg_test.py.

Member Function Documentation

◆ execute()

python.CaloThinCellsByClusterAlg_test.CreateDataAlg.execute ( self)

Definition at line 70 of file CaloThinCellsByClusterAlg_test.py.

70 def execute (self):
71 ctx = self.getContext()
72 mgr = self.condStore['CaloDetDescrManager'].find (ctx.eventID())
73 ccc = make_calo_cells (mgr)
74 self.evtStore.record (ccc, 'AllCalo', False)
75
76 global cell_hashes
77 cell_hashes = set()
78 (clc, clc_store, cellLinks) = make_clusters (mgr, ccc, cell_hashes, ctx)
79 self.evtStore.record (clc, 'Clusters', False)
80 self.evtStore.record (clc_store, 'ClustersAux.', False)
81 self.evtStore.record (cellLinks, 'Clusters_links', False)
82 return StatusCode.Success
83
84
STL class.

The documentation for this class was generated from the following file: