#include <CaloSubdetectorTopology.h>
Public Member Functions | |
CellInfo () | |
CellInfo (bool a_visited, const DetId &a_cell) | |
Public Attributes | |
DetId | cell |
bool | visited |
Definition at line 88 of file CaloSubdetectorTopology.h.
CaloSubdetectorTopology::CellInfo::CellInfo | ( | ) | [inline] |
Definition at line 94 of file CaloSubdetectorTopology.h.
: visited(false) { }
CaloSubdetectorTopology::CellInfo::CellInfo | ( | bool | a_visited, |
const DetId & | a_cell | ||
) | [inline] |
Definition at line 99 of file CaloSubdetectorTopology.h.
Definition at line 92 of file CaloSubdetectorTopology.h.
Definition at line 90 of file CaloSubdetectorTopology.h.