ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
CaloTowerxAODAlgoBase::cellToTower_t Struct Reference

#include <CaloTowerxAODAlgoBase.h>

Collaboration diagram for CaloTowerxAODAlgoBase::cellToTower_t:

Public Member Functions

 cellToTower_t (size_t idx, float w=1.0)
 
 cellToTower_t ()
 

Public Attributes

size_t m_towerIdx
 < More...
 
float m_weight
 

Detailed Description

Definition at line 57 of file CaloTowerxAODAlgoBase.h.

Constructor & Destructor Documentation

◆ cellToTower_t() [1/2]

CaloTowerxAODAlgoBase::cellToTower_t::cellToTower_t ( size_t  idx,
float  w = 1.0 
)
inline

Definition at line 60 of file CaloTowerxAODAlgoBase.h.

60 : m_towerIdx(idx), m_weight(w) {};

◆ cellToTower_t() [2/2]

CaloTowerxAODAlgoBase::cellToTower_t::cellToTower_t ( )
inline

Definition at line 61 of file CaloTowerxAODAlgoBase.h.

61 : m_towerIdx(0),m_weight(0) {};

Member Data Documentation

◆ m_towerIdx

size_t CaloTowerxAODAlgoBase::cellToTower_t::m_towerIdx

<

struct to store the tower index and the weight for each cell

Definition at line 58 of file CaloTowerxAODAlgoBase.h.

◆ m_weight

float CaloTowerxAODAlgoBase::cellToTower_t::m_weight

Definition at line 59 of file CaloTowerxAODAlgoBase.h.


The documentation for this struct was generated from the following file:
CaloTowerxAODAlgoBase::cellToTower_t::m_weight
float m_weight
Definition: CaloTowerxAODAlgoBase.h:59
LArNewCalib_DelayDump_OFC_Cali.idx
idx
Definition: LArNewCalib_DelayDump_OFC_Cali.py:69
python.IoTestsLib.w
def w
Definition: IoTestsLib.py:200
CaloTowerxAODAlgoBase::cellToTower_t::m_towerIdx
size_t m_towerIdx
<
Definition: CaloTowerxAODAlgoBase.h:58