ATLAS Offline Software
Enumerations
LArNeighbours Namespace Reference

Enumerations

enum  neighbourOption {
  prevInPhi = 0x0001, nextInPhi = 0x0002, prevInEta = 0x0004, nextInEta = 0x0008,
  faces2D = prevInPhi|nextInPhi|prevInEta|nextInEta, corners2D = 0x0010, all2D = corners2D|faces2D, prevInSamp = 0x0020,
  nextInSamp = 0x0040, upAndDown = prevInSamp|nextInSamp, prevSubDet = 0x0080, nextSubDet = 0x0100,
  all3D = all2D|prevInSamp|nextInSamp|upAndDown|prevSubDet|nextSubDet, corners3D = 0x0200, all3DwithCorners = all3D|corners3D, prevSuperCalo = 0x0400,
  nextSuperCalo = 0x0800, super3D = all3D|prevSuperCalo|nextSuperCalo
}
 

Enumeration Type Documentation

◆ neighbourOption

Enumerator
prevInPhi 
nextInPhi 
prevInEta 
nextInEta 
faces2D 
corners2D 
all2D 
prevInSamp 
nextInSamp 
upAndDown 
prevSubDet 
nextSubDet 
all3D 
corners3D 
all3DwithCorners 
prevSuperCalo 
nextSuperCalo 
super3D 

Definition at line 12 of file LArNeighbours.h.

12  { prevInPhi = 0x0001,
13  nextInPhi = 0x0002,
14  prevInEta = 0x0004,
15  nextInEta = 0x0008,
17  corners2D = 0x0010,
19  prevInSamp = 0x0020,
20  nextInSamp = 0x0040,
22  prevSubDet = 0x0080,
23  nextSubDet = 0x0100,
25  corners3D = 0x0200,
27  prevSuperCalo = 0x0400,
28  nextSuperCalo = 0x0800,
LArNeighbours::nextSuperCalo
@ nextSuperCalo
Definition: LArNeighbours.h:28
LArNeighbours::corners3D
@ corners3D
Definition: LArNeighbours.h:25
LArNeighbours::upAndDown
@ upAndDown
Definition: LArNeighbours.h:21
LArNeighbours::corners2D
@ corners2D
Definition: LArNeighbours.h:17
LArNeighbours::faces2D
@ faces2D
Definition: LArNeighbours.h:16
LArNeighbours::nextSubDet
@ nextSubDet
Definition: LArNeighbours.h:23
LArNeighbours::prevInPhi
@ prevInPhi
Definition: LArNeighbours.h:12
LArNeighbours::nextInSamp
@ nextInSamp
Definition: LArNeighbours.h:20
LArNeighbours::nextInPhi
@ nextInPhi
Definition: LArNeighbours.h:13
LArNeighbours::all3DwithCorners
@ all3DwithCorners
Definition: LArNeighbours.h:26
LArNeighbours::prevSuperCalo
@ prevSuperCalo
Definition: LArNeighbours.h:27
LArNeighbours::prevSubDet
@ prevSubDet
Definition: LArNeighbours.h:22
LArNeighbours::prevInSamp
@ prevInSamp
Definition: LArNeighbours.h:19
LArNeighbours::super3D
@ super3D
Definition: LArNeighbours.h:29
LArNeighbours::nextInEta
@ nextInEta
Definition: LArNeighbours.h:15
LArNeighbours::all3D
@ all3D
Definition: LArNeighbours.h:24
LArNeighbours::prevInEta
@ prevInEta
Definition: LArNeighbours.h:14
LArNeighbours::all2D
@ all2D
Definition: LArNeighbours.h:18