#include <FastTimeTopology.h>
Classes | |
struct | DecodedDetId |
Public Member Functions | |
const FastTimeDDDConstants & | dddConstants () const |
DecodedDetId | decode (const DetId &id) const |
virtual DetId | denseId2detId (uint32_t denseId) const |
int | 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 |
FastTimeTopology (const FastTimeDDDConstants &hdcons, ForwardSubdetector subdet, int type) | |
create a new Topology More... | |
DecodedDetId | geomDenseId2decId (const uint32_t &hi) const |
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... | |
virtual std::vector< DetId > | north (const DetId &id) const |
int | numberCells () 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 | ~FastTimeTopology () |
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... | |
Private Member Functions | |
DetId | changeXY (const DetId &id, int nrStepsX, int nrStepsY) const |
move the nagivator along x, y More... | |
Private Attributes | |
const FastTimeDDDConstants & | hdcons_ |
int | kHGeomHalf_ |
int | kHGhalf_ |
unsigned int | kSizeForDenseIndexing |
int | nEtaZ_ |
int | nPhi_ |
ForwardSubdetector | subdet_ |
int | type_ |
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 13 of file FastTimeTopology.h.
FastTimeTopology::FastTimeTopology | ( | const FastTimeDDDConstants & | hdcons, |
ForwardSubdetector | subdet, | ||
int | type | ||
) |
create a new Topology
Definition at line 6 of file FastTimeTopology.cc.
References gather_cfg::cout, hdcons_, createfilelist::int, kHGeomHalf_, kHGhalf_, kSizeForDenseIndexing, nEtaZ_, nPhi_, FastTimeDDDConstants::numberEtaZ(), FastTimeDDDConstants::numberPhi(), subdet_, and type_.
|
inlinevirtual |
move the nagivator along x, y
Definition at line 110 of file FastTimeTopology.cc.
References decode(), encode(), FastTimeTopology::DecodedDetId::iEtaZ, FastTimeTopology::DecodedDetId::iPhi, FastTimeTopology::DecodedDetId::iType, nPhi_, valid(), and FastTimeTopology::DecodedDetId::zside.
Referenced by detectorType(), and offsetBy().
|
inline |
Definition at line 94 of file FastTimeTopology.h.
References hdcons_, offsetBy(), and switchZSide().
Referenced by FastTimeGeometryLoader::build(), FastTimeGeometryLoader::buildGeom(), FastTimeGeometry::getClosestCell(), FastTimeGeometry::getCorners(), FastTimeGeometry::getPosition(), FastTimeGeometry::getSummary(), and FastTimeGeometry::newCell().
FastTimeTopology::DecodedDetId FastTimeTopology::decode | ( | const DetId & | id | ) | const |
Definition at line 92 of file FastTimeTopology.cc.
References hcalTTPDigis_cfi::id, FastTimeTopology::DecodedDetId::iEtaZ, FastTimeTopology::DecodedDetId::iPhi, FastTimeTopology::DecodedDetId::iType, FastTimeTopology::DecodedDetId::subdet, and FastTimeTopology::DecodedDetId::zside.
Referenced by changeXY(), detId2denseGeomId(), detId2denseId(), FastTimeGeometry::newCell(), switchZSide(), and valid().
|
virtual |
Definition at line 32 of file FastTimeTopology.cc.
References encode(), FastTimeTopology::DecodedDetId::iEtaZ, createfilelist::int, FastTimeTopology::DecodedDetId::iPhi, FastTimeTopology::DecodedDetId::iType, kHGhalf_, nPhi_, type_, validHashIndex(), and FastTimeTopology::DecodedDetId::zside.
Referenced by down().
|
inline |
Definition at line 109 of file FastTimeTopology.h.
References changeXY(), and type_.
Referenced by FastTimeGeometryLoader::build().
|
virtual |
Definition at line 48 of file FastTimeTopology.cc.
References decode(), training_settings::idx, kHGeomHalf_, and FastTimeTopology::DecodedDetId::zside.
Referenced by down(), and FastTimeGeometry::indexFor().
|
virtual |
Dense indexing.
Reimplemented from CaloSubdetectorTopology.
Definition at line 24 of file FastTimeTopology.cc.
References decode(), training_settings::idx, FastTimeTopology::DecodedDetId::iEtaZ, FastTimeTopology::DecodedDetId::iPhi, kHGhalf_, nPhi_, and FastTimeTopology::DecodedDetId::zside.
Referenced by down().
Get the neighbors of the given cell in down direction (inward)
Implements CaloSubdetectorTopology.
Definition at line 76 of file FastTimeTopology.h.
References denseId2detId(), detId2denseGeomId(), detId2denseId(), and valid().
Get the neighbors of the given cell in east direction
Implements CaloSubdetectorTopology.
Definition at line 51 of file FastTimeTopology.h.
References goEast().
DetId FastTimeTopology::encode | ( | const DecodedDetId & | id_ | ) | const |
Definition at line 104 of file FastTimeTopology.cc.
References hcalTTPDigis_cfi::id, FastTimeTopology::DecodedDetId::iEtaZ, FastTimeTopology::DecodedDetId::iPhi, FastTimeTopology::DecodedDetId::iType, and FastTimeTopology::DecodedDetId::zside.
Referenced by changeXY(), denseId2detId(), FastTimeGeometry::newCell(), and switchZSide().
FastTimeTopology::DecodedDetId FastTimeTopology::geomDenseId2decId | ( | const uint32_t & | hi | ) | const |
Definition at line 83 of file FastTimeTopology.cc.
References createfilelist::int, kHGeomHalf_, totalGeomModules(), and FastTimeTopology::DecodedDetId::zside.
move the Topology east (positive ix)
Reimplemented from CaloSubdetectorTopology.
Definition at line 48 of file FastTimeTopology.h.
References offsetBy().
Referenced by east().
move the Topology north (increment iy)
Reimplemented from CaloSubdetectorTopology.
Definition at line 24 of file FastTimeTopology.h.
References offsetBy().
Referenced by north().
move the Topology south (decrement iy)
Reimplemented from CaloSubdetectorTopology.
Definition at line 36 of file FastTimeTopology.h.
References offsetBy().
Referenced by south().
move the Topology west (negative ix)
Reimplemented from CaloSubdetectorTopology.
Definition at line 60 of file FastTimeTopology.h.
References offsetBy().
Referenced by west().
Get the neighbors of the given cell in north direction
Implements CaloSubdetectorTopology.
Definition at line 27 of file FastTimeTopology.h.
References goNorth().
|
inline |
Definition at line 62 of file FastTimeTopology.cc.
References changeXY(), DetId::det(), DetId::Forward, hcalTTPDigis_cfi::id, createfilelist::int, subdet_, DetId::subdetId(), and valid().
Referenced by dddConstants(), goEast(), goNorth(), goSouth(), and goWest().
Get the neighbors of the given cell in south direction
Implements CaloSubdetectorTopology.
Definition at line 39 of file FastTimeTopology.h.
References goSouth().
|
inline |
Definition at line 108 of file FastTimeTopology.h.
References subdet_.
Referenced by FastTimeGeometryLoader::build().
Definition at line 72 of file FastTimeTopology.cc.
References decode(), DetId::det(), encode(), DetId::Forward, hcalTTPDigis_cfi::id, createfilelist::int, subdet_, DetId::subdetId(), valid(), and FastTimeTopology::DecodedDetId::zside.
Referenced by dddConstants().
|
inline |
Definition at line 91 of file FastTimeTopology.h.
References kHGeomHalf_.
Referenced by FastTimeGeometryLoader::build(), FastTimeGeometry::FastTimeGeometry(), geomDenseId2decId(), FastTimeGeometry::getSummary(), and FastTimeGeometry::sizeForDenseIndex().
|
inline |
Definition at line 90 of file FastTimeTopology.h.
References kSizeForDenseIndexing.
Get the neighbors of the given cell in up direction (outward)
Implements CaloSubdetectorTopology.
Definition at line 71 of file FastTimeTopology.h.
|
virtual |
Is this a valid cell id.
Reimplemented from CaloSubdetectorTopology.
Definition at line 55 of file FastTimeTopology.cc.
References decode(), RemoveAddSevLevel::flag, hdcons_, FastTimeTopology::DecodedDetId::iEtaZ, FastTimeTopology::DecodedDetId::iPhi, FastTimeDDDConstants::isValidXY(), and FastTimeTopology::DecodedDetId::iType.
Referenced by changeXY(), down(), offsetBy(), and switchZSide().
|
inline |
Definition at line 88 of file FastTimeTopology.h.
References kSizeForDenseIndexing.
Referenced by denseId2detId().
Get the neighbors of the given cell in west direction
Implements CaloSubdetectorTopology.
Definition at line 63 of file FastTimeTopology.h.
References goWest().
|
private |
Definition at line 115 of file FastTimeTopology.h.
Referenced by dddConstants(), FastTimeTopology(), and valid().
|
private |
Definition at line 117 of file FastTimeTopology.h.
Referenced by detId2denseGeomId(), FastTimeTopology(), geomDenseId2decId(), numberCells(), and totalGeomModules().
|
private |
Definition at line 117 of file FastTimeTopology.h.
Referenced by denseId2detId(), detId2denseId(), and FastTimeTopology().
|
private |
Definition at line 118 of file FastTimeTopology.h.
Referenced by FastTimeTopology(), totalModules(), and validHashIndex().
|
private |
Definition at line 117 of file FastTimeTopology.h.
Referenced by FastTimeTopology().
|
private |
Definition at line 117 of file FastTimeTopology.h.
Referenced by changeXY(), denseId2detId(), detId2denseId(), and FastTimeTopology().
|
private |
Definition at line 116 of file FastTimeTopology.h.
Referenced by FastTimeTopology(), offsetBy(), subDetector(), and switchZSide().
|
private |
Definition at line 117 of file FastTimeTopology.h.
Referenced by Modules.Service::__str__(), Modules.Service::_placeImpl(), Modules.ESSource::_placeImpl(), Modules.ESProducer::_placeImpl(), Modules.ESPrefer::copy(), denseId2detId(), detectorType(), Mixins._TypedParameterizable::dumpPython(), Modules.ESPrefer::dumpPythonAs(), Modules.Service::dumpSequencePython(), FastTimeTopology(), RandomRunSource.RandomRunSource::insertInto(), Modules.Service::insertInto(), Mixins._TypedParameterizable::insertInto(), Modules.ESSource::moduleLabel_(), Modules.ESProducer::moduleLabel_(), Modules.ESSource::nameInProcessDesc_(), Modules.ESProducer::nameInProcessDesc_(), and Modules.ESPrefer::nameInProcessDesc_().