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

Public Member Functions

def execute (self)
 

Detailed Description

Definition at line 68 of file CaloThinCellsByClusterAlg_test.py.

Member Function Documentation

◆ execute()

def python.CaloThinCellsByClusterAlg_test.CreateDataAlg.execute (   self)

Definition at line 69 of file CaloThinCellsByClusterAlg_test.py.

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

The documentation for this class was generated from the following file:
LArG4FSStartPointFilterLegacy.execute
execute
Definition: LArG4FSStartPointFilterLegacy.py:20
CxxUtils::set
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.
Definition: bitmask.h:232