#include <HGCalTriggerGeometryGenericMapping.h>
Public Types | |
typedef std::unordered_set< unsigned > | list_type |
typedef std::unordered_multimap< unsigned, unsigned > | tc_map_type |
Public Member Functions | |
const list_type & | components () const |
bool | containsCell (const unsigned cell) const |
bool | containsTriggerCell (const unsigned trig_cell) const |
Module (unsigned mod_id, const GlobalPoint &pos, const list_type &neighbs, const list_type &comps, const tc_map_type &tc_comps) | |
unsigned | moduleId () const |
const list_type & | neighbours () const |
const GlobalPoint & | position () const |
const tc_map_type & | triggerCellComponents () const |
~Module () | |
Private Attributes | |
list_type | components_ |
unsigned | module_id_ |
list_type | neighbours_ |
GlobalPoint | position_ |
tc_map_type | tc_components_ |
Definition at line 59 of file HGCalTriggerGeometryGenericMapping.h.
typedef std::unordered_set<unsigned> HGCalTriggerGeometry::Module::list_type |
Definition at line 61 of file HGCalTriggerGeometryGenericMapping.h.
typedef std::unordered_multimap<unsigned, unsigned> HGCalTriggerGeometry::Module::tc_map_type |
Definition at line 62 of file HGCalTriggerGeometryGenericMapping.h.
|
inline |
Definition at line 64 of file HGCalTriggerGeometryGenericMapping.h.
|
inline |
Definition at line 70 of file HGCalTriggerGeometryGenericMapping.h.
|
inline |
Definition at line 89 of file HGCalTriggerGeometryGenericMapping.h.
References HGCalTriggerGeometry::TriggerCell::components_.
|
inline |
Definition at line 78 of file HGCalTriggerGeometryGenericMapping.h.
|
inline |
Definition at line 74 of file HGCalTriggerGeometryGenericMapping.h.
References HGCalTriggerGeometry::TriggerCell::components_.
|
inline |
Definition at line 72 of file HGCalTriggerGeometryGenericMapping.h.
References HGCalTriggerGeometry::TriggerCell::module_id_.
|
inline |
Definition at line 88 of file HGCalTriggerGeometryGenericMapping.h.
References HGCalTriggerGeometry::TriggerCell::neighbours_.
|
inline |
Definition at line 86 of file HGCalTriggerGeometryGenericMapping.h.
References HGCalTriggerGeometry::TriggerCell::position_.
|
inline |
Definition at line 91 of file HGCalTriggerGeometryGenericMapping.h.
|
private |
Definition at line 97 of file HGCalTriggerGeometryGenericMapping.h.
|
private |
Definition at line 94 of file HGCalTriggerGeometryGenericMapping.h.
|
private |
Definition at line 96 of file HGCalTriggerGeometryGenericMapping.h.
|
private |
Definition at line 95 of file HGCalTriggerGeometryGenericMapping.h.
|
private |
Definition at line 98 of file HGCalTriggerGeometryGenericMapping.h.