|
ATLAS Offline Software
|
Go to the documentation of this file.
13 #ifndef CALOREC_CALOTHINCELLSBYCLUSTER_H
14 #define CALOREC_CALOTHINCELLSBYCLUSTER_H
61 {
this,
"StreamName",
"",
"Name of the stream being thinned" };
65 {
this,
"Cells",
"AllCalo",
"Cell container to thin." };
69 {
this,
"Clusters",
"",
"Container of clusters for which cells should be saved." };
72 {
this,
"SamplingCellsName", {},
73 "List of names of samplings for which all cluster cells in a rectangular window should be saved" };
82 #endif // not CALOREC_CALOTHINCELLSBYCLUSTER_H
Property holding a SG store/key/clid from which a ReadHandle is made.
virtual StatusCode initialize() override
Gaudi initialize method.
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_clusters
Clusters to read.
Definition of CaloDetDescrManager.
An algorithm that can be simultaneously executed in multiple threads.
StringArrayProperty m_samplingNames
StatusCode decodeSamplings()
Decode the provided list of calorimeter samplings.
AthReentrantAlgorithm()
Default constructor:
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::ThinningHandleKey< CaloCellContainer > m_cells
Cell container to thin.
Thin calorimeter cells not associated with clusters.
StringProperty m_streamName
Name of the stream being thinned.
HandleKey object for adding thinning to an object.
virtual StatusCode execute(const EventContext &ctx) const override
Execute the algorithm.
std::vector< int > m_validSamplings
Decoded list of samplings.
SG::ReadCondHandleKey< CaloDetDescrManager > m_caloMgrKey