CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
CaloSubdetectorTopology::CellInfo Struct Reference

#include <CaloSubdetectorTopology.h>

Public Member Functions

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

Public Attributes

DetId cell
 
bool visited
 

Detailed Description

Definition at line 110 of file CaloSubdetectorTopology.h.

Constructor & Destructor Documentation

◆ CellInfo() [1/2]

CaloSubdetectorTopology::CellInfo::CellInfo ( )
inline

Definition at line 115 of file CaloSubdetectorTopology.h.

115 : visited(false) {}

◆ CellInfo() [2/2]

CaloSubdetectorTopology::CellInfo::CellInfo ( bool  a_visited,
const DetId a_cell 
)
inline

Definition at line 117 of file CaloSubdetectorTopology.h.

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

Member Data Documentation

◆ cell

DetId CaloSubdetectorTopology::CellInfo::cell

Definition at line 113 of file CaloSubdetectorTopology.h.

◆ visited

bool CaloSubdetectorTopology::CellInfo::visited

Definition at line 111 of file CaloSubdetectorTopology.h.

CaloSubdetectorTopology::CellInfo::cell
DetId cell
Definition: CaloSubdetectorTopology.h:113
CaloSubdetectorTopology::CellInfo::visited
bool visited
Definition: CaloSubdetectorTopology.h:111