![]() |
ATLAS Offline Software
|
Cache for data accumulator. More...
#include <CaloTopoClusterFromTowerHelpers.h>
Classes | |
| struct | Sampling |
| Sampling quantities. More... | |
| struct | Cluster |
| Cluster quantities. More... | |
Public Member Functions | |
| CaloClusterSignalAccumulator () | |
| Constructor. | |
Static Public Member Functions | |
| static void | fill (valarray_t &array, double value=0.) |
| Pre-fill array with given value. | |
Public Attributes | |
| Sampling | sampling |
| Cluster | cluster |
Cache for data accumulator.
Definition at line 53 of file CaloTopoClusterFromTowerHelpers.h.
|
inline |
Constructor.
Definition at line 133 of file CaloTopoClusterFromTowerHelpers.h.
|
inlinestatic |
Pre-fill array with given value.
| array | array of numbers |
| value | pre-fill value (optional, default is 0.) |
Definition at line 58 of file CaloTopoClusterFromTowerHelpers.h.
| Cluster CaloRec::Helpers::CaloClusterSignalAccumulator::cluster |
Definition at line 130 of file CaloTopoClusterFromTowerHelpers.h.
| Sampling CaloRec::Helpers::CaloClusterSignalAccumulator::sampling |
Definition at line 85 of file CaloTopoClusterFromTowerHelpers.h.