ATLAS Offline Software
Classes | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
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. More...
 

Static Public Member Functions

static void fill (valarray_t &array, double value=0.)
 Pre-fill array with given value. More...
 

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

Constructor.

Definition at line 133 of file CaloTopoClusterFromTowerHelpers.h.

134  : sampling(), cluster()
135  { }

Member Function Documentation

◆ fill()

static 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:
CaloRec::Helpers::CaloClusterSignalAccumulator::cluster
Cluster cluster
Definition: CaloTopoClusterFromTowerHelpers.h:130
athena.value
value
Definition: athena.py:122
lumiFormat.array
array
Definition: lumiFormat.py:98
CaloRec::Helpers::CaloClusterSignalAccumulator::sampling
Sampling sampling
Definition: CaloTopoClusterFromTowerHelpers.h:85