12 const unsigned int idet(det);
14 ok = (kMinDet <= idet && kMaxDet >= idet && 0 <= subdet &&
kMaxSub >= subdet);
16 edm::LogWarning(
"CaloGeometry") <<
"Det:Subdet " << idet <<
":" << subdet <<
" min|max Det " <<
kMinDet <<
":" 29 <<
", size=" <<
m_geos.size();
63 auto cell =
geom->getGeometry(
id);
66 return std::shared_ptr<const CaloCellGeometry>();
72 return (
nullptr ==
geom ?
false :
geom->present(
id));
76 std::vector<DetId> returnValue;
80 for (
unsigned int i(0);
i !=
m_geos.size(); ++
i) {
82 const std::vector<DetId>& aVec =
m_geos[
i]->getValidDetIds();
84 edm::LogWarning(
"CaloGeometry") <<
"Valid det id list at index " <<
i <<
" is empty!";
86 const bool isHcal(!aVec.empty() &&
DetId::Hcal == aVec.front().det());
87 if (!doneHcal || !isHcal) {
88 returnValue.insert(returnValue.end(), aVec.begin(), aVec.end());
89 if (!doneHcal && isHcal)
Log< level::Info, true > LogVerbatim
static constexpr int kNSubDets
std::vector< const CaloSubdetectorGeometry * > m_geos
static constexpr int kLength
static constexpr int kMaxDet
GlobalPoint getPosition(const DetId &id) const
Get the position of a given detector id.
std::shared_ptr< const CaloCellGeometry > getGeometry(const DetId &id) const
Get the cell geometry of a given detector id.
unsigned int makeIndex(DetId::Detector det, int subdet, bool &ok) const
static const std::vector< DetId > k_emptyVec
static constexpr int kMaxSub
void setSubdetGeometry(DetId::Detector det, int subdet, const CaloSubdetectorGeometry *geom)
Register a subdetector geometry.
std::vector< DetId > getValidDetIds() const
Get the list of all valid detector ids.
static const GlobalPoint notFound(0, 0, 0)
Log< level::Warning, false > LogWarning
bool present(const DetId &id) const
is this detid present in the geometry?
const CaloSubdetectorGeometry * getSubdetectorGeometry(const DetId &id) const
access the subdetector geometry for the given subdetector directly
static constexpr int kMinDet