16 #include "TEveVector.h"
17 #include "TEveCaloData.h"
82 TEveCaloData::vCellId_t cellIds;
86 fwLog(
fwlog::kInfo ) <<
"FWHFTowerSliceSelector cannot get geometry for DetId: "<< detId.
rawId() <<
". Ignored.\n";
89 std::vector<TEveVector>
front( 4 );
92 for(
int i = 0;
i < 4; ++
i )
94 front[
i] = TEveVector( corners[j], corners[j + 1], corners[j + 2] );
97 eta += front[
i].Eta();
98 phi += front[
i].Phi();
103 const TEveCaloData::CellGeom_t &cg =
m_vecData->GetCellGeom()[tower] ;
104 if(( eta >= cg.fEtaMin && eta <= cg.fEtaMax) && (
phi >= cg.fPhiMin &&
phi <= cg.fPhiMax))
FWModelChangeManager * changeManager() const
void get(const T *&oData) const
std::vector< HFRecHit >::const_iterator const_iterator
void unselect(int iIndex) const
const FWEventItem * m_item
TEveCaloDataVec * m_vecData
virtual void doUnselect(const TEveCaloData::CellId_t &)
uint32_t rawId() const
get the raw id
FWDisplayProperties m_displayProperties
const_iterator end() const
const float * getCorners(unsigned int id) const
bool findBinFromId(HcalDetId &id, int tower) const
void select(int iIndex) const
ModelInfo modelInfo(int iIndex) const
virtual void doSelect(const TEveCaloData::CellId_t &)
const FWGeometry * getGeom() const
const_iterator begin() const