#include <CaloSubdetectorTopology.h>
Public Member Functions | |
CellInfo () | |
CellInfo (bool a_visited, const DetId &a_cell) | |
Public Attributes | |
DetId | cell |
bool | visited |
Definition at line 120 of file CaloSubdetectorTopology.h.
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.
Definition at line 124 of file CaloSubdetectorTopology.h.
Definition at line 122 of file CaloSubdetectorTopology.h.