16 #include "TEveCaloData.h" 49 item()->defaultDisplayProperties().color(),
50 item()->defaultDisplayProperties().transparency());
62 m_caloData->SetUserData(static_cast<FWFromEveSelectorBase*>(
sel));
84 for (std::vector<float>::iterator
i = sliceVals.begin();
i != sliceVals.end(); ++
i) {
94 for (std::vector<float>::iterator
i = sliceVals.begin();
i != sliceVals.end(); ++
i) {
99 TEveCaloData::vCellId_t& selected =
m_vecData->GetCellsSelected();
101 if (
item()->defaultDisplayProperties().isVisible()) {
104 unsigned int index = 0;
105 TEveCaloData::vCellId_t cellId;
108 if (
info.displayProperties().isVisible()) {
109 unsigned int rawid = (*it).detid().rawId();
112 if (
info.isSelected()) {
122 using namespace TMath;
123 const static float upPhiLimit =
Pi() - 10 * DegToRad() - 1
e-5;
125 TEveCaloData::vCellId_t cellIds;
127 if (!
geom->contains(rawid)) {
128 fwLog(
fwlog::kInfo) <<
"FWHGTowerProxyBuilderBase cannot get geometry for DetId: " << rawid <<
". Ignored.\n";
132 const float* corners =
geom->getCorners(rawid);
134 fwLog(
fwlog::kInfo) <<
"FWHGTowerProxyBuilderBase cannot get corners for DetId: " << rawid <<
". Ignored.\n";
138 std::vector<TEveVector> front(4);
140 bool plusSignPhi =
false;
141 bool minusSignPhi =
false;
143 for (
int i = 0;
i < 4; ++
i) {
144 front[
i] = TEveVector(corners[
j], corners[
j + 1], corners[
j + 2]);
147 eta[
i] = front[
i].Eta();
148 phi[
i] = front[
i].Phi();
153 (
phi[
i] >= 0) ? plusSignPhi =
true : minusSignPhi =
true;
157 if (plusSignPhi && minusSignPhi) {
158 for (
int i = 0;
i < 4; ++
i) {
159 if (
phi[
i] >= upPhiLimit) {
170 for (
int i = 0;
i < 4; ++
i) {
183 Float_t ceta = (etam + etaM) * 0.5;
184 Float_t cphi = (phim + phiM) * 0.5;
187 for (TEveCaloData::vCellGeom_i
i =
m_vecData->GetCellGeom().begin();
i !=
m_vecData->GetCellGeom().end();
189 const TEveCaloData::CellGeom_t& cg = *
i;
190 if ((ceta > cg.fEtaMin && ceta < cg.fEtaMax) && (cphi > cg.fPhiMin && cphi < cg.fPhiMax)) {
FWHGTowerProxyBuilderBase()
#define REGISTER_FWPROXYBUILDER(_name_, _type_, _purpose_, _view_)
TEveCaloDataVec * getCaloDataHF() const
static const int kAllRPZBits
void setCaloData(const fireworks::Context &) override
void get(const T *&oData) const
std::vector< T >::const_iterator const_iterator
~FWHGTowerProxyBuilderBase() override
void fillCaloData() override
bool assertCaloDataSlice() override
int fillTowerForDetId(unsigned int rawid, float)
void itemBeingDestroyed(const FWEventItem *) override
const_iterator begin() const
TEveCaloDataVec * m_vecData
const_iterator end() const
const FWGeometry * getGeom() const
void itemBeingDestroyed(const FWEventItem *) override
const HGCRecHitCollection * m_hits
ModelInfo modelInfo(int iIndex) const
const FWEventItem * item() const
TEveCaloData * m_caloData