16 #include "TEveVector.h" 17 #include "TEveCaloData.h" 73 TEveCaloData::vCellId_t cellIds;
75 if (corners ==
nullptr) {
76 fwLog(
fwlog::kInfo) <<
"FWHGTowerSliceSelector cannot get geometry for DetId: " <<
detId.rawId() <<
". Ignored.\n";
79 std::vector<TEveVector> front(4);
82 for (
int i = 0;
i < 4; ++
i) {
83 front[
i] = TEveVector(corners[
j], corners[
j + 1], corners[
j + 2]);
86 eta += front[
i].Eta();
87 phi += front[
i].Phi();
92 const TEveCaloData::CellGeom_t& cg =
m_vecData->GetCellGeom()[
tower];
93 if ((
eta >= cg.fEtaMin &&
eta <= cg.fEtaMax) && (
phi >= cg.fPhiMin &&
phi <= cg.fPhiMax)) {
void doSelect(const TEveCaloData::CellId_t &) override
void doUnselect(const TEveCaloData::CellId_t &) override
void get(const T *&oData) const
std::vector< T >::const_iterator const_iterator
FWModelChangeManager * changeManager() const
const FWEventItem * m_item
void select(int iIndex) const
void unselect(int iIndex) const
const float * getCorners(unsigned int id) const
FWDisplayProperties m_displayProperties
const FWGeometry * getGeom() const
TEveCaloDataVec * m_vecData
bool findBinFromId(DetId &id, int tower) const
ModelInfo modelInfo(int iIndex) const