CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Public Attributes
CaloTowerConstituentsMap::MapItem Struct Reference

Public Types

typedef DetId key_type
 

Public Member Functions

DetId id () const
 
 MapItem (const DetId &acell, const CaloTowerDetId &atower)
 

Public Attributes

DetId cell
 
CaloTowerDetId tower
 

Detailed Description

Definition at line 57 of file CaloTowerConstituentsMap.h.

Member Typedef Documentation

◆ key_type

Definition at line 58 of file CaloTowerConstituentsMap.h.

Constructor & Destructor Documentation

◆ MapItem()

CaloTowerConstituentsMap::MapItem::MapItem ( const DetId acell,
const CaloTowerDetId atower 
)
inline

Definition at line 59 of file CaloTowerConstituentsMap.h.

59 : cell(acell), tower(atower) {}

Member Function Documentation

◆ id()

DetId CaloTowerConstituentsMap::MapItem::id ( void  ) const
inline

Definition at line 62 of file CaloTowerConstituentsMap.h.

62 { return cell; }

References cell.

Member Data Documentation

◆ cell

DetId CaloTowerConstituentsMap::MapItem::cell

Definition at line 60 of file CaloTowerConstituentsMap.h.

Referenced by id().

◆ tower

CaloTowerDetId CaloTowerConstituentsMap::MapItem::tower

Definition at line 61 of file CaloTowerConstituentsMap.h.

CaloTowerConstituentsMap::MapItem::tower
CaloTowerDetId tower
Definition: CaloTowerConstituentsMap.h:61
CaloTowerConstituentsMap::MapItem::cell
DetId cell
Definition: CaloTowerConstituentsMap.h:60