#include <HGCalTopology.h>
Classes | |
struct | DecodedDetId |
Public Member Functions | |
unsigned int | allGeomModules () const |
const HGCalDDDConstants & | dddConstants () const |
DecodedDetId | decode (const DetId &id) const |
virtual DetId | denseId2detId (uint32_t denseId) const |
bool | detectorType () const |
virtual uint32_t | detId2denseGeomId (const DetId &id) const |
virtual uint32_t | detId2denseId (const DetId &id) const |
Dense indexing. More... | |
virtual std::vector< DetId > | down (const DetId &id) const |
virtual std::vector< DetId > | east (const DetId &id) const |
DetId | encode (const DecodedDetId &id_) const |
DecodedDetId | geomDenseId2decId (const uint32_t &hi) const |
HGCalGeometryMode | geomMode () const |
Geometry mode. More... | |
virtual DetId | goEast (const DetId &id) const |
move the Topology east (positive ix) More... | |
virtual DetId | goNorth (const DetId &id) const |
move the Topology north (increment iy) More... | |
virtual DetId | goSouth (const DetId &id) const |
move the Topology south (decrement iy) More... | |
virtual DetId | goWest (const DetId &id) const |
move the Topology west (negative ix) More... | |
HGCalTopology (const HGCalDDDConstants &hdcons, ForwardSubdetector subdet, bool halfChamber) | |
create a new Topology More... | |
virtual std::vector< DetId > | north (const DetId &id) const |
DetId | offsetBy (const DetId startId, int nrStepsX, int nrStepsY) const |
virtual std::vector< DetId > | south (const DetId &id) const |
ForwardSubdetector | subDetector () const |
DetId | switchZSide (const DetId startId) const |
unsigned int | totalGeomModules () const |
unsigned int | totalModules () const |
virtual std::vector< DetId > | up (const DetId &id) const |
virtual bool | valid (const DetId &id) const |
Is this a valid cell id. More... | |
bool | validHashIndex (uint32_t ix) const |
virtual std::vector< DetId > | west (const DetId &id) const |
virtual | ~HGCalTopology () |
virtual destructor More... | |
Public Member Functions inherited from CaloSubdetectorTopology | |
CaloSubdetectorTopology () | |
standard constructor More... | |
virtual DetId | denseId2detId (unsigned int) const |
return a linear packed id More... | |
virtual bool | denseIdConsistent (int topoVer) const |
return whether this topology is consistent with the numbering in the given topology More... | |
virtual std::vector< DetId > | getAllNeighbours (const DetId &id) const |
virtual std::vector< DetId > | getNeighbours (const DetId &id, const CaloDirection &dir) const |
virtual std::vector< DetId > | getWindow (const DetId &id, const int &northSouthSize, const int &eastWestSize) const |
virtual DetId | goDown (const DetId &id) const |
virtual DetId | goUp (const DetId &id) const |
virtual unsigned int | ncells () const |
return a count of valid cells (for dense indexing use) More... | |
virtual int | topoVersion () const |
return a version which identifies the given topology More... | |
virtual | ~CaloSubdetectorTopology () |
virtual destructor More... | |
Static Public Attributes | |
static const int | subSectors_ = 2 |
Use subSector in square mode as wafer type in hexagon mode. More... | |
Private Member Functions | |
DetId | changeXY (const DetId &id, int nrStepsX, int nrStepsY) const |
move the nagivator along x, y More... | |
DetId | changeZ (const DetId &id, int nrStepsZ) const |
move the nagivator along z More... | |
Private Attributes | |
int | cells_ |
bool | half_ |
const HGCalDDDConstants & | hdcons_ |
int | kHGeomHalf_ |
int | kHGhalf_ |
unsigned int | kSizeForDenseIndexing |
int | layers_ |
std::vector< int > | maxcells_ |
HGCalGeometryMode | mode_ |
int | sectors_ |
ForwardSubdetector | subdet_ |
Additional Inherited Members | |
Protected Types inherited from CaloSubdetectorTopology | |
typedef std::pair< int, int > | Coordinate |
Protected Member Functions inherited from CaloSubdetectorTopology | |
Coordinate | getNeighbourIndex (const Coordinate &coord, const CaloDirection &dir) const |
Definition at line 14 of file HGCalTopology.h.
HGCalTopology::HGCalTopology | ( | const HGCalDDDConstants & | hdcons, |
ForwardSubdetector | subdet, | ||
bool | halfChamber | ||
) |
create a new Topology
Definition at line 6 of file HGCalTopology.cc.
References cells_, gather_cfg::cout, HGCalDDDConstants::geomMode(), half_, hdcons_, kHGeomHalf_, kHGhalf_, kSizeForDenseIndexing, HGCalDDDConstants::layers(), layers_, HGCalDDDConstants::maxCells(), mode_, HGCalDDDConstants::sectors(), sectors_, Square, subdet_, and subSectors_.
|
inlinevirtual |
unsigned int HGCalTopology::allGeomModules | ( | ) | const |
Definition at line 31 of file HGCalTopology.cc.
References hdcons_, kHGeomHalf_, mode_, gen::n, Square, and HGCalDDDConstants::wafers().
Referenced by HGCalGeometryLoader::build().
move the nagivator along x, y
Definition at line 191 of file HGCalTopology.cc.
References decode(), encode(), half_, hdcons_, HGCalTopology::DecodedDetId::iCell, HGCalTopology::DecodedDetId::iLay, HGCalTopology::DecodedDetId::iSec, HGCalTopology::DecodedDetId::iSubSec, HGCalDDDConstants::newCell(), and valid().
Referenced by goEast(), goNorth(), goSouth(), goWest(), and offsetBy().
move the nagivator along z
Definition at line 207 of file HGCalTopology.cc.
References decode(), encode(), half_, hdcons_, HGCalTopology::DecodedDetId::iCell, HGCalTopology::DecodedDetId::iLay, HGCalTopology::DecodedDetId::iSubSec, HGCalDDDConstants::newCell(), and valid().
Referenced by down(), and up().
|
inline |
Definition at line 103 of file HGCalTopology.h.
References hdcons_.
Referenced by HGCDigitizer::accumulate(), HGCalGeometryLoader::build(), HGCalGeometry::getClosestCell(), HGCalGeometry::getCorners(), HGCalGeometry::getPosition(), HGCalGeometry::getSummary(), and HGCalGeometry::newCell().
HGCalTopology::DecodedDetId HGCalTopology::decode | ( | const DetId & | id | ) | const |
Definition at line 146 of file HGCalTopology.cc.
References Hexagon, HGCEE, HGCalTopology::DecodedDetId::iCell, HGCalTopology::DecodedDetId::iLay, HGCalTopology::DecodedDetId::iSec, HGCalTopology::DecodedDetId::iSubSec, mode_, HGCalTopology::DecodedDetId::subdet, subdet_, and HGCalTopology::DecodedDetId::zside.
Referenced by changeXY(), changeZ(), detId2denseGeomId(), detId2denseId(), HGCalGeometry::getClosestCell(), HGCalGeometry::getCorners(), HGCalGeometry::getPosition(), HGCalGeometry::newCell(), switchZSide(), and valid().
|
virtual |
Definition at line 54 of file HGCalTopology.cc.
References encode(), HGCalTopology::DecodedDetId::iCell, HGCalTopology::DecodedDetId::iLay, HGCalTopology::DecodedDetId::iSec, HGCalTopology::DecodedDetId::iSubSec, kHGhalf_, layers_, mode_, sectors_, Square, subSectors_, validHashIndex(), and HGCalTopology::DecodedDetId::zside.
|
inline |
Definition at line 124 of file HGCalTopology.h.
References half_.
Referenced by HGCDigitizer::accumulate(), and HGCalGeometryLoader::build().
|
virtual |
Definition at line 75 of file HGCalTopology.cc.
References decode(), half_, customizeTrackingMonitorSeedNumber::idx, HGCalTopology::DecodedDetId::iLay, HGCalTopology::DecodedDetId::iSec, HGCalTopology::DecodedDetId::iSubSec, kHGeomHalf_, layers_, mode_, sectors_, Square, and HGCalTopology::DecodedDetId::zside.
Referenced by HGCalGeometry::indexFor().
|
virtual |
Dense indexing.
Reimplemented from CaloSubdetectorTopology.
Definition at line 37 of file HGCalTopology.cc.
References decode(), HGCalTopology::DecodedDetId::iCell, customizeTrackingMonitorSeedNumber::idx, HGCalTopology::DecodedDetId::iLay, HGCalTopology::DecodedDetId::iSec, HGCalTopology::DecodedDetId::iSubSec, kHGhalf_, layers_, mode_, sectors_, Square, subSectors_, and HGCalTopology::DecodedDetId::zside.
Get the neighbors of the given cell in down direction (inward)
Implements CaloSubdetectorTopology.
Definition at line 79 of file HGCalTopology.h.
References changeZ(), and DetId::rawId().
Get the neighbors of the given cell in east direction
Implements CaloSubdetectorTopology.
Definition at line 51 of file HGCalTopology.h.
References goEast(), and DetId::rawId().
DetId HGCalTopology::encode | ( | const DecodedDetId & | id_ | ) | const |
Definition at line 177 of file HGCalTopology.cc.
References Hexagon, HGCEE, HGCalTopology::DecodedDetId::iCell, HGCalTopology::DecodedDetId::iLay, HGCalTopology::DecodedDetId::iSec, HGCalTopology::DecodedDetId::iSubSec, mode_, DetId::rawId(), subdet_, and HGCalTopology::DecodedDetId::zside.
Referenced by changeXY(), changeZ(), denseId2detId(), HGCalGeometry::getClosestCell(), and switchZSide().
HGCalTopology::DecodedDetId HGCalTopology::geomDenseId2decId | ( | const uint32_t & | hi | ) | const |
Definition at line 128 of file HGCalTopology.cc.
References HGCalTopology::DecodedDetId::iLay, HGCalTopology::DecodedDetId::iSec, HGCalTopology::DecodedDetId::iSubSec, kHGeomHalf_, layers_, mode_, sectors_, Square, subSectors_, totalGeomModules(), and HGCalTopology::DecodedDetId::zside.
|
inline |
Geometry mode.
Definition at line 88 of file HGCalTopology.h.
References mode_.
Referenced by HGCalGeometryLoader::build().
move the Topology east (positive ix)
Reimplemented from CaloSubdetectorTopology.
Definition at line 48 of file HGCalTopology.h.
References changeXY().
Referenced by east().
move the Topology north (increment iy)
Reimplemented from CaloSubdetectorTopology.
Definition at line 24 of file HGCalTopology.h.
References changeXY().
Referenced by north().
move the Topology south (decrement iy)
Reimplemented from CaloSubdetectorTopology.
Definition at line 36 of file HGCalTopology.h.
References changeXY().
Referenced by south().
move the Topology west (negative ix)
Reimplemented from CaloSubdetectorTopology.
Definition at line 60 of file HGCalTopology.h.
References changeXY().
Referenced by west().
Get the neighbors of the given cell in north direction
Implements CaloSubdetectorTopology.
Definition at line 27 of file HGCalTopology.h.
References goNorth(), and DetId::rawId().
returns a new DetId offset by nrStepsX and nrStepsY (can be negative), returns DetId(0) if invalid
Definition at line 107 of file HGCalTopology.cc.
References changeXY(), DetId::det(), DetId::Forward, subdet_, DetId::subdetId(), and valid().
Get the neighbors of the given cell in south direction
Implements CaloSubdetectorTopology.
Definition at line 39 of file HGCalTopology.h.
References goSouth(), and DetId::rawId().
|
inline |
Definition at line 123 of file HGCalTopology.h.
References subdet_.
Referenced by HGCalGeometryLoader::build().
Definition at line 117 of file HGCalTopology.cc.
References decode(), DetId::det(), encode(), DetId::Forward, subdet_, DetId::subdetId(), valid(), and HGCalTopology::DecodedDetId::zside.
|
inline |
Definition at line 100 of file HGCalTopology.h.
References kHGeomHalf_.
Referenced by HGCalGeometryLoader::build(), geomDenseId2decId(), HGCalGeometry::getSummary(), HGCalGeometry::HGCalGeometry(), and HGCalGeometry::sizeForDenseIndex().
|
inline |
Definition at line 99 of file HGCalTopology.h.
References kSizeForDenseIndexing.
Get the neighbors of the given cell in up direction (outward)
Implements CaloSubdetectorTopology.
Definition at line 71 of file HGCalTopology.h.
References changeZ(), and DetId::rawId().
|
virtual |
Is this a valid cell id.
Reimplemented from CaloSubdetectorTopology.
Definition at line 90 of file HGCalTopology.cc.
References cells_, decode(), DetId::Forward, hdcons_, HGCalTopology::DecodedDetId::iCell, HGCalTopology::DecodedDetId::iLay, HGCalTopology::DecodedDetId::iSec, HGCalDDDConstants::isValid(), layers_, mode_, sectors_, Square, and subdet_.
Referenced by changeXY(), changeZ(), offsetBy(), and switchZSide().
|
inline |
Definition at line 97 of file HGCalTopology.h.
References kSizeForDenseIndexing.
Referenced by denseId2detId().
Get the neighbors of the given cell in west direction
Implements CaloSubdetectorTopology.
Definition at line 63 of file HGCalTopology.h.
References goWest(), and DetId::rawId().
|
private |
Definition at line 138 of file HGCalTopology.h.
Referenced by HGCalTopology(), and valid().
|
private |
Definition at line 137 of file HGCalTopology.h.
Referenced by changeXY(), changeZ(), detectorType(), detId2denseGeomId(), and HGCalTopology().
|
private |
Definition at line 133 of file HGCalTopology.h.
Referenced by allGeomModules(), changeXY(), changeZ(), dddConstants(), HGCalTopology(), and valid().
|
private |
Definition at line 138 of file HGCalTopology.h.
Referenced by allGeomModules(), detId2denseGeomId(), geomDenseId2decId(), HGCalTopology(), and totalGeomModules().
|
private |
Definition at line 138 of file HGCalTopology.h.
Referenced by denseId2detId(), detId2denseId(), and HGCalTopology().
|
private |
Definition at line 140 of file HGCalTopology.h.
Referenced by HGCalTopology(), totalModules(), and validHashIndex().
|
private |
Definition at line 138 of file HGCalTopology.h.
Referenced by denseId2detId(), detId2denseGeomId(), detId2denseId(), geomDenseId2decId(), HGCalTopology(), and valid().
|
private |
Definition at line 139 of file HGCalTopology.h.
|
private |
Definition at line 134 of file HGCalTopology.h.
Referenced by allGeomModules(), decode(), denseId2detId(), detId2denseGeomId(), detId2denseId(), encode(), geomDenseId2decId(), geomMode(), HGCalTopology(), and valid().
|
private |
Definition at line 138 of file HGCalTopology.h.
Referenced by denseId2detId(), detId2denseGeomId(), detId2denseId(), geomDenseId2decId(), HGCalTopology(), and valid().
|
private |
Definition at line 136 of file HGCalTopology.h.
Referenced by decode(), encode(), HGCalTopology(), offsetBy(), subDetector(), switchZSide(), and valid().
|
static |
Use subSector in square mode as wafer type in hexagon mode.
Definition at line 111 of file HGCalTopology.h.
Referenced by denseId2detId(), detId2denseId(), geomDenseId2decId(), and HGCalTopology().