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 77 of file CaloSubdetectorTopology.h.


Constructor & Destructor Documentation

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

Definition at line 83 of file CaloSubdetectorTopology.h.

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

Definition at line 88 of file CaloSubdetectorTopology.h.

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

Member Data Documentation

Definition at line 81 of file CaloSubdetectorTopology.h.

Definition at line 79 of file CaloSubdetectorTopology.h.