ATLAS Offline Software
Loading...
Searching...
No Matches
CaloCalibClusterMomentsMaker2::MyCellInfo Class Reference

#include <CaloCalibClusterMomentsMaker2.h>

Inheritance diagram for CaloCalibClusterMomentsMaker2::MyCellInfo:
Collaboration diagram for CaloCalibClusterMomentsMaker2::MyCellInfo:

Public Member Functions

 MyCellInfo (int iClus, double w)
void Add (const MyCellInfo &other)

Public Attributes

elements
 STL member.

Detailed Description

Definition at line 51 of file CaloCalibClusterMomentsMaker2.h.

Constructor & Destructor Documentation

◆ MyCellInfo()

CaloCalibClusterMomentsMaker2::MyCellInfo::MyCellInfo ( int iClus,
double w )
inline

Definition at line 53 of file CaloCalibClusterMomentsMaker2.h.

53{ this->emplace_back(iClus, w); }

Member Function Documentation

◆ Add()

void CaloCalibClusterMomentsMaker2::MyCellInfo::Add ( const MyCellInfo & other)
inline

Definition at line 54 of file CaloCalibClusterMomentsMaker2.h.

54{ this->insert(this->end(), other.begin(), other.end()); }
ConcurrentBitset & insert(bit_t bit, bit_t new_nbits=0)
Set a bit to 1.

Member Data Documentation

◆ elements

T std::vector< T >::elements
inherited

STL member.


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