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