Stores the current (calibrated) cluster energies and coordinates as raw properties.
More...
#include <CaloClusterStoreRawProperties.h>
Stores the current (calibrated) cluster energies and coordinates as raw properties.
- Author
- Nuno Fernandes nuno..nosp@m.dos..nosp@m.santo.nosp@m.s.fe.nosp@m.rnand.nosp@m.es@c.nosp@m.ern.c.nosp@m.h
- Date
- 29 February 2024
Definition at line 26 of file CaloClusterStoreRawProperties.h.
◆ ~CaloClusterStoreRawProperties()
virtual CaloClusterStoreRawProperties::~CaloClusterStoreRawProperties |
( |
| ) |
|
|
virtualdefault |
◆ execute() [1/3]
Definition at line 10 of file CaloClusterStoreRawProperties.cxx.
14 cluster->setRawE(cluster->calE());
15 cluster->setRawEta(cluster->calEta());
16 cluster->setRawPhi(cluster->calPhi());
17 cluster->setRawM(cluster->calM());
20 return StatusCode::SUCCESS;
◆ execute() [2/3]
virtual StatusCode CaloClusterCollectionProcessor::execute |
Execute on an entire collection of clusters.
- Parameters
-
collection | The container of clusters. param ctx The event context. |
◆ execute() [3/3]
virtual StatusCode CaloClusterCollectionProcessor::execute |
|
inlinefinal |
Execute on an entire collection of clusters.
- Parameters
-
collection | The container of clusters. (deprecated) |
Definition at line 50 of file CaloClusterCollectionProcessor.h.
52 return execute (Gaudi::Hive::currentContext(), collection);
The documentation for this class was generated from the following files: