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

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.

61 { this->insert(this->end(),other.begin(), other.end()); }

Member Data Documentation

◆ elements

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

STL member.


The documentation for this class was generated from the following file:
mergePhysValFiles.end
end
Definition: DataQuality/DataQualityUtils/scripts/mergePhysValFiles.py:93
InDetDD::other
@ other
Definition: InDetDD_Defs.h:16
python.IoTestsLib.w
def w
Definition: IoTestsLib.py:200