CMS 3D CMS Logo

Public Member Functions | Public Attributes

CaloSubdetectorTopology::CellInfo Struct Reference

#include <CaloSubdetectorTopology.h>

List of all members.

Public Member Functions

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

Public Attributes

DetId cell
bool visited

Detailed Description

Definition at line 120 of file CaloSubdetectorTopology.h.


Constructor & Destructor Documentation

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

Definition at line 126 of file CaloSubdetectorTopology.h.

               : 
      visited(false)
    {
    }
CaloSubdetectorTopology::CellInfo::CellInfo ( bool  a_visited,
const DetId a_cell 
) [inline]

Definition at line 131 of file CaloSubdetectorTopology.h.

                                                  : 
      visited(a_visited),
         cell(a_cell)
    {
    }

Member Data Documentation

Definition at line 124 of file CaloSubdetectorTopology.h.

Definition at line 122 of file CaloSubdetectorTopology.h.