18 #include <Math/Transform3D.h> 19 #include <Math/EulerAngles.h> 29 : m_topology(topology_),
30 m_validGeomIds(topology_.totalGeomModules()),
32 m_subdet(topology_.subDetector()),
33 twoBysqrt3_(2.0 /
std::
sqrt(3.0)) {
94 for (
int cell = 0; cell <
cells; ++cell) {
109 if (typm.first >= 0) {
112 idc =
static_cast<DetId>(hid);
124 unsigned int cellAll(0), cellSelect(0);
126 for (
int u = 0; u < 2 *
cells; ++u) {
127 for (
int v = 0;
v < 2 *
cells; ++
v) {
146 edm::LogVerbatim(
"HGCalGeom") <<
"HGCalGeometry keeps " << cellSelect <<
" out of " << cellAll <<
" for wafer " 147 <<
id.iSec1 <<
":" <<
id.iSec2 <<
" in " 148 <<
" layer " <<
id.iLay;
153 edm::LogVerbatim(
"HGCalGeom") <<
"HGCalGeometry::newCell-> [" << cellIndex <<
"]" 154 <<
" front:" <<
f1.x() <<
'/' <<
f1.y() <<
'/' <<
f1.z() <<
" back:" <<
f2.x() <<
'/' 155 <<
f2.y() <<
'/' <<
f2.z() <<
" eta|phi " <<
m_cellVec2[cellIndex].etaPos() <<
":" 158 edm::LogVerbatim(
"HGCalGeom") <<
"HGCalGeometry::newCell-> [" << cellIndex <<
"]" 159 <<
" front:" <<
f1.x() <<
'/' <<
f1.y() <<
'/' <<
f1.z() <<
" back:" <<
f2.x() <<
'/' 160 <<
f2.y() <<
'/' <<
f2.z() <<
" eta|phi " <<
m_cellVec[cellIndex].etaPos() <<
":" 182 if (detId ==
DetId())
191 if (detId ==
DetId())
199 unsigned int cellIndex =
indexFor(detid);
204 std::pair<float, float>
xy;
207 const HepGeom::Point3D<float> lcoord(
xy.first,
xy.second, 0);
208 glob =
m_cellVec[cellIndex].getPosition(lcoord);
210 edm::LogVerbatim(
"HGCalGeom") <<
"getPosition:: index " << cellIndex <<
" Local " << lcoord.x() <<
":" 211 << lcoord.y() <<
" ID " <<
id.iCell1 <<
":" <<
id.iSec1 <<
" Global " << glob;
213 const HepGeom::Point3D<float> lcoord(0, 0, 0);
214 glob =
m_cellVec2[cellIndex].getPosition(lcoord);
216 edm::LogVerbatim(
"HGCalGeom") <<
"getPositionTrap:: index " << cellIndex <<
" Local " << lcoord.x() <<
":" 217 << lcoord.y() <<
" ID " <<
id.iLay <<
":" <<
id.iSec1 <<
":" <<
id.iCell1
218 <<
" Global " << glob;
222 <<
" Wafer " <<
id.iSec1 <<
":" <<
id.iSec2 <<
" Cell " <<
id.iCell1 <<
":" 225 id.zSide,
id.iLay,
id.iSec1,
id.iSec2,
id.iCell1,
id.iCell2,
true,
true,
false,
debug);
226 double xx =
id.zSide *
xy.first;
230 edm::LogVerbatim(
"HGCalGeom") <<
"getPositionWafer:: index " << cellIndex <<
" Local " <<
xy.first <<
":" 231 <<
xy.second <<
" ID " <<
id.iLay <<
":" <<
id.iSec1 <<
":" <<
id.iSec2 <<
":" 232 <<
id.iCell1 <<
":" <<
id.iCell2 <<
" Global " << glob;
235 edm::LogVerbatim(
"HGCalGeom") <<
"Cannot recognize " << std::hex << detid.
rawId() <<
" cellIndex " << cellIndex
242 unsigned int cellIndex =
indexFor(detid);
246 const HepGeom::Point3D<float> lcoord(0, 0, 0);
248 glob =
m_cellVec2[cellIndex].getPosition(lcoord);
250 glob =
m_cellVec[cellIndex].getPosition(lcoord);
254 << cellIndex <<
" Global " << glob;
263 if (corners.size() > 1) {
264 int n = corners.size() - 1;
266 for (
int i = 0;
i <
n; ++
i) {
267 area += ((corners[
j].x() + corners[
i].x()) * (corners[
i].
y() - corners[
j].y()));
277 unsigned int cellIndex =
indexFor(detid);
288 static const int signr[] = {1, 1, -1, -1, 1, 1, -1, -1};
289 static const int signf[] = {-1, 1, 1, -1, -1, 1, 1, -1};
290 static const int signz[] = {-1, -1, -1, -1, 1, 1, 1, 1};
291 for (
unsigned int i = 0;
i < ncorner; ++
i) {
293 (
r + signr[
i] *
dr) *
sin(fi + signf[
i] * dfi),
294 (
v.z() + signz[
i] *
dz));
297 std::pair<float, float>
xy;
303 static const int signx[] = {0, -1, -1, 0, 1, 1, 0, -1, -1, 0, 1, 1};
304 static const int signy[] = {-2, -1, 1, 2, 1, -1, -2, -1, 1, 2, 1, -1};
305 static const int signz[] = {-1, -1, -1, -1, -1, -1, 1, 1, 1, 1, 1, 1};
306 for (
unsigned int i = 0;
i < ncorner; ++
i) {
307 const HepGeom::Point3D<float> lcoord(
xy.first + signx[
i] *
dx,
xy.second + signy[
i] *
dy, signz[
i] *
dz);
312 id.zSide,
id.iLay,
id.iSec1,
id.iSec2,
id.iCell1,
id.iCell2,
true,
false,
true,
debugLocate);
317 static const int signx[] = {1, -1, -2, -1, 1, 2, 1, -1, -2, -1, 1, 2};
318 static const int signy[] = {1, 1, 0, -1, -1, 0, 1, 1, 0, -1, -1, 0};
319 static const int signz[] = {-1, -1, -1, -1, -1, -1, 1, 1, 1, 1, 1, 1};
320 for (
unsigned int i = 0;
i < ncorner; ++
i) {
322 id.zSide,
id.iLay,
id.iSec1,
id.iSec2, (
xy.first + signx[
i] *
dx), (
xy.second + signy[
i] *
dy),
true,
false);
323 double xx =
id.zSide * xyglob.first;
334 unsigned int cellIndex =
indexFor(detid);
345 static const int signr[] = {1, 1, -1, -1, 1, 1, -1, -1};
346 static const int signf[] = {-1, 1, 1, -1, -1, 1, 1, -1};
347 static const int signz[] = {-1, -1, -1, -1, 1, 1, 1, 1};
348 for (
unsigned int i = 0;
i < ncorner; ++
i) {
350 (
r + signr[
i] *
dr) *
sin(fi + signf[
i] * dfi),
351 (
v.z() + signz[
i] *
dz));
354 std::pair<float, float>
xy;
356 static const int signx[] = {-1, -1, 1, 1, -1, -1, 1, 1};
357 static const int signy[] = {-1, 1, 1, -1, -1, 1, 1, -1};
358 static const int signz[] = {-1, -1, -1, -1, 1, 1, 1, 1};
363 for (
unsigned int i = 0;
i < ncorner; ++
i) {
364 const HepGeom::Point3D<float> lcoord(
xy.first + signx[
i] *
dx,
xy.second + signy[
i] *
dx, signz[
i] *
dz);
369 id.zSide,
id.iLay,
id.iSec1,
id.iSec2,
id.iCell1,
id.iCell2,
true,
false,
true,
debugLocate);
374 for (
unsigned int i = 0;
i < ncorner; ++
i) {
376 id.zSide,
id.iLay,
id.iSec1,
id.iSec2, (
xy.first + signx[
i] *
dx), (
xy.second + signy[
i] *
dy),
true,
false);
377 double xx =
id.zSide * xyglob.first;
388 unsigned int cellIndex =
indexFor(detid);
391 edm::LogVerbatim(
"HGCalGeom") <<
"NewCorners for Layer " <<
id.iLay <<
" Wafer " <<
id.iSec1 <<
":" <<
id.iSec2
392 <<
" Cell " <<
id.iCell1 <<
":" <<
id.iCell2;
402 static const int signr[] = {1, 1, -1, -1};
403 static const int signf[] = {-1, 1, 1, -1};
404 for (
unsigned int i = 0;
i < ncorner - 1; ++
i) {
406 (
r + signr[
i] *
dr) *
cos(fi + signf[
i] * dfi), (
r + signr[
i] *
dr) *
sin(fi + signf[
i] * dfi), (
v.z() +
dz));
411 std::pair<float, float>
xy;
415 static const int signx[] = {1, -1, -2, -1, 1, 2};
416 static const int signy[] = {1, 1, 0, -1, -1, 0};
424 for (
unsigned int i = 0;
i < ncorner - 1; ++
i) {
425 const HepGeom::Point3D<float> lcoord(
xy.first + signx[
i] *
dx,
xy.second + signy[
i] *
dy,
dz);
430 id.zSide,
id.iLay,
id.iSec1,
id.iSec2,
id.iCell1,
id.iCell2,
true,
false,
true,
debug);
432 for (
unsigned int i = 0;
i < ncorner; ++
i) {
433 double xloc =
xy.first + signx[
i] *
dx;
434 double yloc =
xy.second + signy[
i] *
dy;
437 edm::LogVerbatim(
"HGCalGeom") <<
"Corner " <<
i <<
" x " <<
xy.first <<
":" << xloc <<
" y " <<
xy.second
438 <<
":" << yloc <<
" z " <<
zz <<
":" <<
id.zSide * (
zz +
dz);
442 double xx =
id.zSide * xyglob.first;
455 int lay = ((momentum.
z() *
id.zSide > 0) ? (
id.iLay + 1) : (
id.iLay - 1));
457 edm::LogVerbatim(
"HGCalGeom") <<
"neighborz1:: ID " <<
id.iLay <<
":" <<
id.iSec1 <<
":" <<
id.iSec2 <<
":" 458 <<
id.iCell1 <<
":" <<
id.iCell2 <<
" New Layer " << lay <<
" Range " 463 (momentum.
z() != 0.0)) {
466 double grad = (
z -
v.z()) / momentum.
z();
470 if (
r >= rlimit.first &&
r <= rlimit.second)
473 edm::LogVerbatim(
"HGCalGeom") <<
"neighborz1:: Position " <<
v <<
" New Z " <<
z <<
":" << grad <<
" new position " 474 <<
p <<
" r-limit " << rlimit.first <<
":" << rlimit.second;
486 int lay = ((momentum.
z() *
id.zSide > 0) ? (
id.iLay + 1) : (
id.iLay - 1));
488 edm::LogVerbatim(
"HGCalGeom") <<
"neighborz2:: ID " <<
id.iLay <<
":" <<
id.iSec1 <<
":" <<
id.iSec2 <<
":" 489 <<
id.iCell1 <<
":" <<
id.iCell2 <<
" New Layer " << lay <<
" Range " 494 (momentum.
z() != 0.0)) {
506 if (
r >= rlimit.first &&
r <= rlimit.second)
511 << tsos.
isValid() <<
" new position " <<
p <<
" r limits " << rlimit.first <<
":" 525 HepGeom::Point3D<float>
local;
527 local = HepGeom::Point3D<float>(
r.x(),
r.y(), 0);
530 local = HepGeom::Point3D<float>(-
r.x(),
r.y(), 0);
535 id.iCell1 = kxy.second;
536 id.iSec1 = kxy.first;
548 int zside = (
r.z() > 0) ? 1 : -1;
551 <<
" Local " <<
local;
562 edm::LogVerbatim(
"HGCalGeom") <<
"getClosestCell: local " <<
local <<
" Id " <<
id.det <<
":" <<
id.zSide <<
":" 563 <<
id.iLay <<
":" <<
id.iSec1 <<
":" <<
id.iSec2 <<
":" <<
id.iType <<
":" 564 <<
id.iCell1 <<
":" <<
id.iCell2;
582 HepGeom::Point3D<float>
local;
584 local = HepGeom::Point3D<float>(
r.x(),
r.y(), 0);
587 local = HepGeom::Point3D<float>(-
r.x(),
r.y(), 0);
592 int zside = (
r.z() > 0) ? 1 : -1;
595 <<
" Local " <<
local;
606 edm::LogVerbatim(
"HGCalGeom") <<
"getClosestCell: local " <<
local <<
" Id " <<
id.det <<
":" <<
id.zSide <<
":" 607 <<
id.iLay <<
":" <<
id.iSec1 <<
":" <<
id.iSec2 <<
":" <<
id.iType <<
":" 608 <<
id.iCell1 <<
":" <<
id.iCell2;
629 return "HGCalHEFront";
631 return "HGCalHEBack";
638 if (detId !=
DetId()) {
643 <<
" index " << cellIndex;
657 return (
nullptr == cell->
param() ? nullptr : cell);
662 return (
nullptr == cell->
param() ? nullptr : cell);
670 static const auto do_not_delete = [](
const void*) {};
672 auto cell = std::shared_ptr<const CaloCellGeometry>(&
m_cellVec2[
index], do_not_delete);
673 if (
nullptr == cell->param())
677 auto cell = std::shared_ptr<const CaloCellGeometry>(&
m_cellVec[
index], do_not_delete);
678 if (
nullptr == cell->param())
692 cell->setPosition(
pos);
696 if (
nullptr == cell->param())
701 cell->setPosition(
pos);
705 if (
nullptr == cell->param())
712 edm::LogError(
"HGCalGeom") <<
"HGCalGeometry::addValidID is not implemented";
721 float phip =
r.phi();
723 float dzmin(9999), dphimin(9999), dphi10(0.175);
724 unsigned int cellIndex = vec.size();
725 for (
unsigned int k = 0;
k < vec.size(); ++
k) {
726 float dphi = phip - vec[
k].phiPos();
729 while (dphi <= -
M_PI)
733 if (
dz < (dzmin + 0.001)) {
735 if (
std::abs(dphi) < (dphimin + 0.01)) {
739 if (cellIndex >= vec.size())
746 edm::LogVerbatim(
"HGCalGeom") <<
"getClosestCellIndex::Input " << zp <<
":" << phip <<
" Index " << cellIndex;
747 if (cellIndex < vec.size())
748 edm::LogVerbatim(
"HGCalGeom") <<
" Cell z " << vec[cellIndex].getPosition().z() <<
":" << dzmin <<
" phi " 749 << vec[cellIndex].phiPos() <<
":" << dphimin;
757 bool operator()(
const DetId&
a,
const DetId&
b) {
return (
a.rawId() <
b.rawId()); }
776 iVector.reserve(numberOfCells);
778 dinsVector.reserve(numberOfCells);
792 dimVector.insert(dimVector.end(),
params.begin(),
params.end());
809 dimVector.insert(dimVector.end(),
params.begin(),
params.end());
819 dimVector.insert(dimVector.end(),
params.begin(),
params.end());
825 for (
unsigned int i(0);
i < numberOfCells; ++
i) {
838 iVector.emplace_back(
layer);
842 if (
nullptr != ptr) {
843 ptr->getTransform(tr, (
Pt3DVec*)
nullptr);
847 tr = HepGeom::Translate3D(
gp.x(),
gp.y(),
gp.z());
850 const CLHEP::Hep3Vector
tt(tr.getTranslation());
851 trVector.emplace_back(
tt.x());
852 trVector.emplace_back(
tt.y());
853 trVector.emplace_back(
tt.z());
855 const CLHEP::HepRotation
rr(tr.getRotation());
856 const ROOT::Math::Transform3D rtr(
857 rr.xx(),
rr.xy(),
rr.xz(),
tt.x(),
rr.yx(),
rr.yy(),
rr.yz(),
tt.y(),
rr.zx(),
rr.zy(),
rr.zz(),
tt.z());
860 trVector.emplace_back(ea.Phi());
861 trVector.emplace_back(ea.Theta());
862 trVector.emplace_back(ea.Psi());
DetId getClosestCellHex(const GlobalPoint &r, bool extend) const
static constexpr unsigned int k_NumberOfShapes
double waferZ(int layer, bool reco) const
std::vector< DetId > m_validGeomIds
Log< level::Info, true > LogVerbatim
DetId neighborZ(const DetId &idin, const GlobalVector &p) const
TrajectoryStateOnSurface propagate(STA const &state, SUR const &surface) const
A base class to handle the particular shape of HGCal volumes.
std::vector< CCGFloat > DimVec
std::pair< double, double > cellSizeTrap(int type, int irad) const
unsigned int totalGeomModules() const
int layer() const
get the layer #
std::vector< FlatHexagon > CellVec
const HGCalParameters * getParameter() const
DetId::Detector detector() const
bool tileTrapezoid() const
GlobalPoint getWaferPosition(const DetId &id) const
HGCalParameters::hgtrap getModule(unsigned int k, bool hexType, bool reco) const
virtual unsigned int numberOfTransformParms() const
bool valid(const DetId &id) const override
Is this a valid cell id.
const HGCalTopology & m_topology
Sin< T >::type sin(const T &t)
unsigned int totalModules() const
bool waferHexagon6() const
Global3DPoint GlobalPoint
std::vector< unsigned int > IVec
static constexpr uint32_t k_Theta
int lastLayer(bool reco) const
bool present(const DetId &id) const override
is this detid present in the geometry?
int waferTypeT(int wafer) const
void newCell(const GlobalPoint &f1, const GlobalPoint &f2, const GlobalPoint &f3, const CCGFloat *parm, const DetId &detId) override
std::vector< GlobalPoint > CornersVec
std::vector< CCGFloat > TrVec
static constexpr double k_fac2
HepGeom::Transform3D Tr3D
virtual unsigned int numberOfShapes() const
static constexpr uint32_t k_Cell
static constexpr uint32_t k_dY1
Log< level::Error, false > LogError
CornersVec getCorners(const DetId &id) const
Returns the corner points of this cell's volume.
__host__ __device__ VT * co
CaloCellGeometry::CCGFloat CCGFloat
CaloCellGeometry::Tr3D Tr3D
HGCalDetId geometryCell() const
static constexpr double k_half
static void localCorners(Pt3DVec &vec, const CCGFloat *pv, Pt3D &ref)
CornersVec getNewCorners(const DetId &id, bool debug=false) const
static constexpr unsigned int ncorner_
CaloCellGeometry::Pt3DVec Pt3DVec
static constexpr double k_fac1
static PlanePointer build(Args &&... args)
bool waferInLayer(int wafer, int lay, bool reco) const
constexpr std::array< uint8_t, layerIndexSize< TrackerTraits > > layer
int layer() const
get the layer #
HGCalGeometry(const HGCalTopology &topology)
static constexpr unsigned int ncorner_
std::vector< int > firstModule_
DetId getClosestCell(const GlobalPoint &r) const override
static constexpr uint32_t k_R
void initializeParms() override
GlobalPoint globalPosition() const
static constexpr uint32_t k_r
std::array< int, 5 > assignCellHex(float x, float y, int zside, int lay, bool reco, bool extend, bool debug) const
unsigned int getClosestCellIndex(const GlobalPoint &r) const
std::vector< float > ParmVec
static constexpr uint32_t k_dX1
std::vector< DetId > m_validIds
int layerIndex(int lay, bool reco) const
DetIdSet getCells(const GlobalPoint &r, double dR) const override
Get a list of all cells within a dR of the given cell.
virtual uint32_t detId2denseGeomId(const DetId &id) const
Cos< T >::type cos(const T &t)
static constexpr unsigned int k_NumberOfParametersPerTrd
int layer() const
get the layer #
bool cellInLayer(int waferU, int waferV, int cellU, int cellV, int lay, int zside, bool reco) const
unsigned int indexFor(const DetId &id) const override
unsigned int sizeForDenseIndex() const
A base class to handle the hexagonal shape of HGCal silicon volumes.
DecodedDetId decode(const DetId &id) const
Abs< T >::type abs(const T &t)
std::set< DetId > DetIdSet
static constexpr uint32_t k_dY2
std::pair< int, int > assignCell(float x, float y, int lay, int subSec, bool reco) const
DetId getGeometryDetId(DetId detId) const
const CaloCellGeometry * getGeometryRawPtr(uint32_t index) const override
std::pair< int, int > tileType(int layer, int ring, int phi) const
static constexpr uint32_t k_dX4
const HGCalTopology & topology() const
static void localCorners(Pt3DVec &vec, const CCGFloat *pv, Pt3D &ref)
HFNoseDetId geometryCell() const
void localCorners(Pt3DVec &lc, const CCGFloat *pv, unsigned int i, Pt3D &ref)
int ring() const
get the eta index
std::pair< double, double > rangeR(double z, bool reco) const
static constexpr unsigned int k_NumberOfParametersPerHex
std::vector< int > lastModule_
int numberCellsHexagon(int wafer) const
AlgebraicVector EulerAngles
std::array< int, 3 > assignCellTrap(float x, float y, float z, int lay, bool reco) const
ForwardSubdetector m_subdet
static constexpr uint32_t k_dZ
std::vector< FlatTrd > CellVec2
static constexpr uint32_t k_Phi
constexpr uint32_t rawId() const
get the raw id
CaloCellGeometry::CornersMgr * cornersMgr()
DetId encode(const DecodedDetId &id_) const
std::pair< float, float > locateCellHex(int cell, int wafer, bool reco) const
int layer() const
get the layer #
std::shared_ptr< const CaloCellGeometry > getGeometry(const DetId &id) const override
Get the cell geometry of a given detector id. Should return false if not found.
HGCScintillatorDetId geometryCell() const
unsigned int getTrFormN() const
HGCalParameters::hgtrform getTrForm(unsigned int k) const
std::pair< float, float > locateCell(int cell, int lay, int type, bool reco) const
CaloCellGeometry::Tr3D Tr3D
bool waferHexagon8() const
GlobalPoint getPosition(const DetId &id, bool debug=false) const
CaloCellGeometry::Pt3D Pt3D
std::shared_ptr< const CaloCellGeometry > cellGeomPtr(uint32_t index) const override
int getLayer(double z, bool reco) const
#define TYPELOOKUP_DATA_REG(_dataclass_)
static constexpr uint32_t k_dZ
virtual void fillNamedParams(DDFilteredView fv)
void getSummary(CaloSubdetectorGeometry::TrVec &trVector, CaloSubdetectorGeometry::IVec &iVector, CaloSubdetectorGeometry::DimVec &dimVector, CaloSubdetectorGeometry::IVec &dinsVector) const override
static constexpr uint32_t k_Alp1
void addValidID(const DetId &id)
static constexpr uint32_t k_dX3
Log< level::Warning, false > LogWarning
HGCSiliconDetId geometryCell() const
std::string cellElement() const
std::pair< float, float > localToGlobal8(int zside, int lay, int waferU, int waferV, double localX, double localY, bool reco, bool debug) const
double getArea(const DetId &detid) const
Returns area of a cell.
const HGCalDDDConstants & dddConstants() const
const CCGFloat * param() const
static constexpr uint32_t k_dX2
CornersVec get8Corners(const DetId &id) const
virtual unsigned int numberOfParametersPerShape() const
static constexpr uint32_t k_Alp2