CMS 3D CMS Logo

CaloTowerConstituentsMap::MapItem Struct Reference

List of all members.

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 50 of file CaloTowerConstituentsMap.h.


Member Typedef Documentation

typedef DetId CaloTowerConstituentsMap::MapItem::key_type

Definition at line 51 of file CaloTowerConstituentsMap.h.


Constructor & Destructor Documentation

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

Definition at line 52 of file CaloTowerConstituentsMap.h.

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


Member Function Documentation

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

Definition at line 55 of file CaloTowerConstituentsMap.h.

00055 { return cell; }


Member Data Documentation

DetId CaloTowerConstituentsMap::MapItem::cell

Definition at line 53 of file CaloTowerConstituentsMap.h.

CaloTowerDetId CaloTowerConstituentsMap::MapItem::tower

Definition at line 54 of file CaloTowerConstituentsMap.h.


The documentation for this struct was generated from the following file:
Generated on Tue Jun 9 18:15:59 2009 for CMSSW by  doxygen 1.5.4