◆ execute()
def python.CaloThinCellsByClusterAlg_test.CreateDataAlg.execute |
( |
|
self | ) |
|
Definition at line 71 of file CaloThinCellsByClusterAlg_test.py.
72 ctx = self.getContext()
73 mgr = self.condStore[
'CaloDetDescrManager'].find (ctx.eventID())
74 ccc = make_calo_cells (mgr)
75 self.evtStore.record (ccc,
'AllCalo',
False)
79 (clc, clc_store, cellLinks) = make_clusters (mgr, ccc, cell_hashes, ctx)
80 self.evtStore.record (clc,
'Clusters',
False)
81 self.evtStore.record (clc_store,
'ClustersAux.',
False)
82 self.evtStore.record (cellLinks,
'Clusters_links',
False)
83 return StatusCode.Success
The documentation for this class was generated from the following file:
constexpr std::enable_if_t< is_bitmask_v< E >, E & > set(E &lhs, E rhs)
Convenience function to set bits in a class enum bitmask.