#include <CastorTopology.h>
Public Member Functions | |
CastorTopology () | |
virtual std::vector< DetId > | down (const DetId &id) const |
virtual std::vector< DetId > | east (const DetId &id) const |
void | exclude (const HcalCastorDetId &id) |
void | exclude (int zside) |
void | exclude (int zside, HcalCastorDetId::Section section) |
int | exclude (int zside, HcalCastorDetId::Section section1, int isec1, int imod1, HcalCastorDetId::Section section2, int isec2, int imod2) |
int | firstCell (HcalCastorDetId::Section section) const |
virtual std::vector< DetId > | incModule (const DetId &id) const |
virtual std::vector< DetId > | incSector (const DetId &id) const |
int | lastCell (HcalCastorDetId::Section section) const |
int | ncells (HcalCastorDetId::Section section) const |
virtual std::vector< DetId > | north (const DetId &id) const |
virtual std::vector< DetId > | south (const DetId &id) const |
virtual std::vector< DetId > | up (const DetId &id) const |
virtual bool | valid (const HcalCastorDetId &id) const |
virtual bool | validRaw (const HcalCastorDetId &id) const |
virtual std::vector< DetId > | west (const DetId &id) const |
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 unsigned int | detId2denseId (const DetId &) const |
return a linear packed id 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 | goEast (const DetId &id) const |
virtual DetId | goNorth (const DetId &id) const |
virtual DetId | goSouth (const DetId &id) const |
virtual DetId | goUp (const DetId &id) const |
virtual DetId | goWest (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 bool | valid (const DetId &) const |
is this detid present in the Topology? More... | |
virtual | ~CaloSubdetectorTopology () |
virtual destructor More... | |
Private Member Functions | |
int | firstEMModule () const |
int | firstHADModule () const |
bool | isExcluded (const HcalCastorDetId &id) const |
int | lastEMModule () const |
int | lastHADModule () const |
Private Attributes | |
bool | excludeEM_ |
bool | excludeHAD_ |
bool | excludeZN_ |
bool | excludeZP_ |
std::vector< HcalCastorDetId > | exclusionList_ |
int | firstEMModule_ |
int | firstHADModule_ |
int | lastEMModule_ |
int | lastHADModule_ |
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 CastorTopology.h.
CastorTopology::CastorTopology | ( | ) |
Definition at line 9 of file CastorTopology.cc.
Get the neighbors of the given cell in down direction (inward)
Implements CaloSubdetectorTopology.
Definition at line 219 of file CastorTopology.cc.
Get the neighbors of the given cell in east direction
Implements CaloSubdetectorTopology.
Definition at line 187 of file CastorTopology.cc.
void CastorTopology::exclude | ( | const HcalCastorDetId & | id | ) |
Exlucde a cell
Definition at line 47 of file CastorTopology.cc.
void CastorTopology::exclude | ( | int | zside | ) |
Exclude a side
Definition at line 55 of file CastorTopology.cc.
void CastorTopology::exclude | ( | int | zside, |
HcalCastorDetId::Section | section | ||
) |
Exclude a section, in either side (+1 positive, -1 negative)
Definition at line 63 of file CastorTopology.cc.
int CastorTopology::exclude | ( | int | zside, |
HcalCastorDetId::Section | section1, | ||
int | isec1, | ||
int | imod1, | ||
HcalCastorDetId::Section | section2, | ||
int | isec2, | ||
int | imod2 | ||
) |
Exclude a range of channels (deph) for a given subdetector
Definition at line 76 of file CastorTopology.cc.
int CastorTopology::firstCell | ( | HcalCastorDetId::Section | section | ) | const |
Definition at line 236 of file CastorTopology.cc.
|
inlineprivate |
|
inlineprivate |
Get the neigbors of the given cell with higher module
Definition at line 147 of file CastorTopology.cc.
Get the neighbors of the given cell with higher #sector
Definition at line 118 of file CastorTopology.cc.
|
private |
Definition at line 28 of file CastorTopology.cc.
int CastorTopology::lastCell | ( | HcalCastorDetId::Section | section | ) | const |
Definition at line 246 of file CastorTopology.cc.
|
inlineprivate |
|
inlineprivate |
int CastorTopology::ncells | ( | HcalCastorDetId::Section | section | ) | const |
Definition at line 226 of file CastorTopology.cc.
Get the neighbors of the given cell in north direction
Implements CaloSubdetectorTopology.
Definition at line 201 of file CastorTopology.cc.
Get the neighbors of the given cell in south direction
Implements CaloSubdetectorTopology.
Definition at line 207 of file CastorTopology.cc.
Get the neighbors of the given cell in up direction (outward)
Implements CaloSubdetectorTopology.
Definition at line 213 of file CastorTopology.cc.
|
virtual |
Is this a valid cell id?
Definition at line 22 of file CastorTopology.cc.
|
virtual |
Is this a valid cell id?
Definition at line 110 of file CastorTopology.cc.
Get the neighbors of the given cell in west direction
Implements CaloSubdetectorTopology.
Definition at line 194 of file CastorTopology.cc.
|
private |
Definition at line 57 of file CastorTopology.h.
|
private |
Definition at line 57 of file CastorTopology.h.
|
private |
Definition at line 57 of file CastorTopology.h.
|
private |
Definition at line 57 of file CastorTopology.h.
|
private |
Definition at line 55 of file CastorTopology.h.
|
private |
Definition at line 59 of file CastorTopology.h.
Referenced by firstEMModule().
|
private |
Definition at line 59 of file CastorTopology.h.
Referenced by firstHADModule().
|
private |
Definition at line 59 of file CastorTopology.h.
Referenced by lastEMModule().
|
private |
Definition at line 59 of file CastorTopology.h.
Referenced by lastHADModule().