2 #include <CLHEP/Geometry/Plane3D.h>
9 typedef HepGeom::Vector3D<CCGFloat>
FVec3D ;
10 typedef HepGeom::Plane3D<CCGFloat>
Plane3D ;
12 typedef HepGeom::Vector3D<double>
DVec3D ;
14 typedef HepGeom::Point3D<double>
DPt3D ;
20 m_refPoint ( 0., 0., 0. ),
42 m_refPoint ( 0.25*( cv[0].
x() + cv[1].
x() + cv[2].
x() + cv[3].
x() ),
43 0.25*( cv[0].
y() + cv[1].
y() + cv[2].
y() + cv[3].
y() ),
44 0.25*( cv[0].
z() + cv[1].
z() + cv[2].
z() + cv[3].
z() ) ),
52 s <<
", Center: " << cell.
getPosition() << std::endl;
56 s <<
"Corners vector is empty." << std::endl ;
61 for (
unsigned int i ( 0 ) ;
i != corners.size() ; ++
i )
63 s <<
"Corner: " << corners[
i ] << std::endl;
73 const Pt3D gFront ( p.
x(), p.
y(), p.
z() ) ;
74 const DPt3D dgFront ( p.
x(), p.
y(), p.
z() ) ;
81 DPt3D dlFront ( lFront.x(), lFront.y(), lFront.z() ) ;
83 const Pt3D lBack ( 0.25*(lc[4]+lc[5]+lc[6]+lc[7]) ) ;
84 const DPt3D dlBack ( lBack.x(), lBack.y(), lBack.z() ) ;
86 const Pt3D dlOne ( lc[0].
x(), lc[0].
y(), lc[0].
z() ) ;
90 for(
unsigned int i ( 0 ) ;
i != 8 ; ++
i )
95 DPt3D dgBack ( 0.25*( dkor[4]+dkor[5]+dkor[6]+dkor[7] ) ) ;
97 const DVec3D dgAxis ( (dgBack-dgFront).
unit() ) ;
99 dgBack = ( dgFront + (dlBack-dlFront).
mag()*dgAxis ) ;
100 const DPt3D dgOneT ( dgFront + ( dlOne - dlFront ).
mag()*( dkor[0] - dgFront ).
unit() ) ;
102 const double dlangle ( ( dlBack - dlFront).
angle( dlOne - dlFront ) ) ;
103 const double dgangle ( ( dgBack - dgFront).
angle( dgOneT- dgFront ) ) ;
104 const double ddangle ( dlangle - dgangle ) ;
106 const DPlane3D dgPl ( dgFront, dgOneT, dgBack ) ;
107 const DPt3D dp2 ( dgFront + dgPl.normal().unit() ) ;
109 const DPt3D dgOne ( dgFront + HepGeom::Rotate3D( -ddangle, dgFront, dp2 )*
110 DVec3D ( dgOneT - dgFront ) ) ;
112 tr =
Tr3D( dlFront , dlBack , dlOne ,
113 dgFront , dgBack , dgOne ) ;
115 if( 0 != lptr ) (*lptr) = lc ;
120 const std::vector<float>& vv ,
123 const float* pP ( 0 ) ;
125 for(
unsigned int ii ( 0 ) ;
ii != pvv.size() ; ++
ii )
131 for(
unsigned int j ( 0 ) ;
j != vv.size() ; ++
j )
133 same = same && ( fabs( vv[
j] - v[
j] )<1.e-6 ) ;
147 const std::vector<float>& vv ,
155 pvv.push_back(
ParVec( mgr ) ) ;
156 ParVec& back ( pvv.back() ) ;
157 for(
unsigned int i ( 0 ) ;
i != vv.size() ; ++
i )
161 pP = &(*back.begin()) ;
170 const Pt3D p ( point.
x(), point.
y(), point.
z() ) ;
173 for(
unsigned int i ( 0 ) ;
i != 8 ; ++
i )
175 co[
i] =
Pt3D ( cog[
i].
x(), cog[
i].
y(), cog[
i].
z() ) ;
178 const Plane3D AA ( co[0], co[1], co[2] ) ;
179 const Plane3D BB ( co[6], co[5], co[4] ) ;
181 if( AA.distance(
p)*BB.distance(
p) >= 0 )
183 const Plane3D CC ( co[0], co[4], co[5] ) ;
184 const Plane3D DD ( co[2], co[6], co[7] ) ;
185 if( CC.distance(
p)*DD.distance(
p) >= 0 )
187 const Plane3D EE ( co[3], co[7], co[4] ) ;
188 const Plane3D FF ( co[1], co[5], co[6] ) ;
189 if( EE.distance(
p)*FF.distance(
p) >= 0 )
bool emptyCorners() const
EZArrayFL< CCGFloat > ParVec
std::vector< ParVec > ParVecVec
HepGeom::Point3D< double > DPt3D
T mag() const
The vector magnitude. Equivalent to sqrt(vec.mag2())
const_iterator begin() const
HepGeom::Transform3D Tr3D
std::vector< Pt3D > Pt3DVec
std::ostream & operator<<(std::ostream &out, const ALILine &li)
T x() const
Cartesian x coordinate.
MgrType::const_reference const_reference
const CCGFloat * param() const
virtual void getTransform(Tr3D &tr, Pt3DVec *lptr) const
--------— only needed by specific utility; overloaded when needed -—
virtual ~CaloCellGeometry()
HepGeom::Vector3D< double > DVec3D
CaloCellGeometry::CCGFloat CCGFloat
static const CCGFloat * getParmPtr(const std::vector< CCGFloat > &vd, ParMgr *mgr, ParVecVec &pvv)
static const CCGFloat k_ScaleFromDDDtoGeant
virtual void vocalCorners(Pt3DVec &vec, const CCGFloat *pv, Pt3D &ref) const =0
CaloCellGeometry::Pt3D Pt3D
bool inside(const GlobalPoint &point) const
Returns true if the specified point is inside this cell.
HepGeom::Plane3D< double > DPlane3D
CaloCellGeometry::Pt3DVec Pt3DVec
HepGeom::Point3D< CCGFloat > Pt3D
CornersVec const & getCorners() const
Returns the corner points of this cell's volume.
CaloCellGeometry::Tr3D Tr3D
T perp() const
Magnitude of transverse component.
std::vector< DPt3D > DPt3DVec
const GlobalPoint & getPosition() const
Returns the position of reference for this cell.
HepGeom::Vector3D< CCGFloat > FVec3D
ROOT::Math::Plane3D Plane3D
*vegas h *****************************************************used in the default bin number in original ***version of VEGAS is ***a higher bin number might help to derive a more precise ***grade subtle point
static const CCGFloat * checkParmPtr(const std::vector< CCGFloat > &vd, ParVecVec &pvv)
T angle(T x1, T y1, T z1, T x2, T y2, T z2)