CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
CaloSubdetectorTopology::CellInfo Struct Reference

#include <CaloSubdetectorTopology.h>

Public Member Functions

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

Public Attributes

DetId cell
 
bool visited
 

Detailed Description

Definition at line 119 of file CaloSubdetectorTopology.h.

Constructor & Destructor Documentation

CaloSubdetectorTopology::CellInfo::CellInfo ( )
inline

Definition at line 125 of file CaloSubdetectorTopology.h.

125  :
126  visited(false)
127  {
128  }
CaloSubdetectorTopology::CellInfo::CellInfo ( bool  a_visited,
const DetId a_cell 
)
inline

Definition at line 130 of file CaloSubdetectorTopology.h.

130  :
131  visited(a_visited),
132  cell(a_cell)
133  {
134  }

Member Data Documentation

DetId CaloSubdetectorTopology::CellInfo::cell

Definition at line 123 of file CaloSubdetectorTopology.h.

bool CaloSubdetectorTopology::CellInfo::visited

Definition at line 121 of file CaloSubdetectorTopology.h.