6 else if (
id.ieta() == -1)
9 return EBDetId(
id.ieta() + 1,
id.iphi());
15 else if (
id.ieta() == 1)
18 return EBDetId(
id.ieta() - 1,
id.iphi());
25 return EBDetId(
id.ieta(),
id.iphi() + 1);
32 return EBDetId(
id.ieta(),
id.iphi() - 1);
static const int MIN_IPHI
EBDetId incrementIphi(const EBDetId &) const
move the nagivator to larger iphi (wraps around the barrel)
EBDetId decrementIphi(const EBDetId &) const
move the nagivator to smaller iphi (wraps around the barrel)
static const int MAX_IPHI
static const int MAX_IETA
EBDetId incrementIeta(const EBDetId &) const
move the nagivator to larger ieta (more positive z) (stops at end of barrel and returns null) ...
EBDetId decrementIeta(const EBDetId &) const
move the nagivator to smaller ieta (more negative z) (stops at end of barrel and returns null) ...