ATLAS Offline Software
Loading...
Searching...
No Matches
CaloRec::Helpers::CaloClusterSignalAccumulator Struct Reference

Cache for data accumulator. More...

#include <CaloTopoClusterFromTowerHelpers.h>

Collaboration diagram for CaloRec::Helpers::CaloClusterSignalAccumulator:

Classes

struct  Cluster
 Cluster quantities. More...
struct  Sampling
 Sampling 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

Detailed Description

Cache for data accumulator.

Definition at line 53 of file CaloTopoClusterFromTowerHelpers.h.

Constructor & Destructor Documentation

◆ CaloClusterSignalAccumulator()

CaloRec::Helpers::CaloClusterSignalAccumulator::CaloClusterSignalAccumulator ( )
inline

Member Function Documentation

◆ fill()

void CaloRec::Helpers::CaloClusterSignalAccumulator::fill ( valarray_t & array,
double value = 0. )
inlinestatic

Pre-fill array with given value.

Parameters
arrayarray of numbers
valuepre-fill value (optional, default is 0.)

Definition at line 58 of file CaloTopoClusterFromTowerHelpers.h.

58{ array.fill(value); }

Member Data Documentation

◆ cluster

Cluster CaloRec::Helpers::CaloClusterSignalAccumulator::cluster

Definition at line 130 of file CaloTopoClusterFromTowerHelpers.h.

◆ sampling

Sampling CaloRec::Helpers::CaloClusterSignalAccumulator::sampling

Definition at line 85 of file CaloTopoClusterFromTowerHelpers.h.


The documentation for this struct was generated from the following file: