#include <HGCalTriggerGeometryGenericMapping.h>
|
typedef std::unordered_set< unsigned > | list_type |
|
typedef std::unordered_multimap< unsigned, unsigned > | tc_map_type |
|
◆ list_type
◆ tc_map_type
◆ Module()
◆ ~Module()
HGCalTriggerGeometry::Module::~Module |
( |
| ) |
|
|
inline |
◆ components()
const list_type& HGCalTriggerGeometry::Module::components |
( |
| ) |
const |
|
inline |
◆ containsCell()
bool HGCalTriggerGeometry::Module::containsCell |
( |
const unsigned |
cell | ) |
const |
|
inline |
◆ containsTriggerCell()
bool HGCalTriggerGeometry::Module::containsTriggerCell |
( |
const unsigned |
trig_cell | ) |
const |
|
inline |
◆ moduleId()
unsigned HGCalTriggerGeometry::Module::moduleId |
( |
| ) |
const |
|
inline |
◆ neighbours()
const list_type& HGCalTriggerGeometry::Module::neighbours |
( |
| ) |
const |
|
inline |
◆ position()
const GlobalPoint& HGCalTriggerGeometry::Module::position |
( |
| ) |
const |
|
inline |
◆ triggerCellComponents()
const tc_map_type& HGCalTriggerGeometry::Module::triggerCellComponents |
( |
| ) |
const |
|
inline |
◆ components_
list_type HGCalTriggerGeometry::Module::components_ |
|
private |
◆ module_id_
unsigned HGCalTriggerGeometry::Module::module_id_ |
|
private |
◆ neighbours_
list_type HGCalTriggerGeometry::Module::neighbours_ |
|
private |
◆ position_
◆ tc_components_
tc_map_type HGCalTriggerGeometry::Module::tc_components_ |
|
private |