CMS 3D CMS Logo

CaloSubdetectorTopology::CellInfo Struct Reference

#include <Geometry/CaloTopology/interface/CaloSubdetectorTopology.h>

List of all members.

Public Member Functions

 CellInfo (bool a_visited, const DetId &a_cell)
 CellInfo ()

Public Attributes

DetId cell
bool visited


Detailed Description

Definition at line 76 of file CaloSubdetectorTopology.h.


Constructor & Destructor Documentation

CaloSubdetectorTopology::CellInfo::CellInfo (  )  [inline]

Definition at line 82 of file CaloSubdetectorTopology.h.

00082                : 
00083       visited(false)
00084     {
00085     }

CaloSubdetectorTopology::CellInfo::CellInfo ( bool  a_visited,
const DetId a_cell 
) [inline]

Definition at line 87 of file CaloSubdetectorTopology.h.

00087                                                   : 
00088       visited(a_visited),
00089          cell(a_cell)
00090     {
00091     }


Member Data Documentation

DetId CaloSubdetectorTopology::CellInfo::cell

Definition at line 80 of file CaloSubdetectorTopology.h.

bool CaloSubdetectorTopology::CellInfo::visited

Definition at line 78 of file CaloSubdetectorTopology.h.


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