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

Class to store cluster number and weight for calorimeter cells. More...

#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

Class to store cluster number and weight for calorimeter cells.

Definition at line 58 of file CaloCalibClusterMomentsMaker2.h.

Constructor & Destructor Documentation

◆ MyCellInfo()

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

Definition at line 60 of file CaloCalibClusterMomentsMaker2.h.

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

Member Function Documentation

◆ Add()

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

Definition at line 61 of file CaloCalibClusterMomentsMaker2.h.

Member Data Documentation

◆ elements

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

STL member.


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