![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
| namespace | LArNeighbours |
Enumerations | |
| enum | LArNeighbours::neighbourOption { LArNeighbours::prevInPhi = 0x0001 , LArNeighbours::nextInPhi = 0x0002 , LArNeighbours::prevInEta = 0x0004 , LArNeighbours::nextInEta = 0x0008 , LArNeighbours::faces2D = prevInPhi|nextInPhi|prevInEta|nextInEta , LArNeighbours::corners2D = 0x0010 , LArNeighbours::all2D = corners2D|faces2D , LArNeighbours::prevInSamp = 0x0020 , LArNeighbours::nextInSamp = 0x0040 , LArNeighbours::upAndDown = prevInSamp|nextInSamp , LArNeighbours::prevSubDet = 0x0080 , LArNeighbours::nextSubDet = 0x0100 , LArNeighbours::all3D = all2D|prevInSamp|nextInSamp|upAndDown|prevSubDet|nextSubDet , LArNeighbours::corners3D = 0x0200 , LArNeighbours::all3DwithCorners = all3D|corners3D , LArNeighbours::prevSuperCalo = 0x0400 , LArNeighbours::nextSuperCalo = 0x0800 , LArNeighbours::super3D = all3D|prevSuperCalo|nextSuperCalo } |