CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
IdealCastorTrapezoid.h
Go to the documentation of this file.
1 #ifndef Geometry_ForwardGeometry_IdealCastorTrapezoid_H
2 #define Geometry_ForwardGeometry_IdealCastorTrapezoid_H 1
3 
5 
34 {
35  public:
36 
41 
43 
45 
47 
48  IdealCastorTrapezoid( const GlobalPoint& faceCenter,
49  const CornersMgr* mgr ,
50  const CCGFloat* parm ) ;
51 
52  virtual ~IdealCastorTrapezoid() ;
53 
54  virtual const CornersVec& getCorners() const;
55 
56  CCGFloat dxl() const ;
57  CCGFloat dxh() const ;
58  CCGFloat dx() const ;
59  CCGFloat dh() const ;
60  CCGFloat dy() const ;
61  CCGFloat dz() const ;
62  CCGFloat dhz() const ;
63  CCGFloat dzb() const ;
64  CCGFloat dzs() const ;
65  CCGFloat an() const ;
66  CCGFloat dR() const ;
67 
68  virtual void vocalCorners( Pt3DVec& vec ,
69  const CCGFloat* pv ,
70  Pt3D& ref ) const ;
71 
72  static void localCorners( Pt3DVec& vec ,
73  const CCGFloat* pv ,
74  Pt3D& ref ) ;
75  private:
76 };
77 
78 std::ostream& operator<<( std::ostream& s , const IdealCastorTrapezoid& cell ) ;
79 
80 #endif
CaloCellGeometry::Pt3D Pt3D
HepGeom::Transform3D Tr3D
std::vector< Pt3D > Pt3DVec
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition: ALILine.cc:187
CaloCellGeometry::Pt3DVec Pt3DVec
virtual void vocalCorners(Pt3DVec &vec, const CCGFloat *pv, Pt3D &ref) const
CaloCellGeometry::CCGFloat CCGFloat
virtual const CornersVec & getCorners() const
Returns the corner points of this cell&#39;s volume.
IdealCastorTrapezoid & operator=(const IdealCastorTrapezoid &idct)
HepGeom::Point3D< CCGFloat > Pt3D
Definition: EZMgrFL.h:8
CaloCellGeometry::Tr3D Tr3D
static void localCorners(Pt3DVec &vec, const CCGFloat *pv, Pt3D &ref)