CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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 110 of file CaloSubdetectorTopology.h.

Constructor & Destructor Documentation

CaloSubdetectorTopology::CellInfo::CellInfo ( )
inline

Definition at line 115 of file CaloSubdetectorTopology.h.

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

Member Data Documentation

DetId CaloSubdetectorTopology::CellInfo::cell

Definition at line 113 of file CaloSubdetectorTopology.h.

bool CaloSubdetectorTopology::CellInfo::visited

Definition at line 111 of file CaloSubdetectorTopology.h.