ATLAS Offline Software
Loading...
Searching...
No Matches
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,