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 
33 {
34  public:
35 
40 
42 
44 
46 
47  IdealCastorTrapezoid( const GlobalPoint& faceCenter,
48  CornersMgr* mgr ,
49  const CCGFloat* parm ) ;
50 
51  virtual ~IdealCastorTrapezoid() ;
52 
53  CCGFloat dxl() const ;
54  CCGFloat dxh() const ;
55  CCGFloat dx() const ;
56  CCGFloat dh() const ;
57  CCGFloat dy() const ;
58  CCGFloat dz() const ;
59  CCGFloat dhz() const ;
60  CCGFloat dzb() const ;
61  CCGFloat dzs() const ;
62  CCGFloat an() const ;
63  CCGFloat dR() const ;
64 
65  virtual void vocalCorners( Pt3DVec& vec ,
66  const CCGFloat* pv ,
67  Pt3D& ref ) const ;
68 
69  static void localCorners( Pt3DVec& vec ,
70  const CCGFloat* pv ,
71  Pt3D& ref ) ;
72  private:
73  virtual void initCorners(CornersVec& ) override;
74 
75 
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
IdealCastorTrapezoid & operator=(const IdealCastorTrapezoid &idct)
virtual void initCorners(CornersVec &) override
HepGeom::Point3D< CCGFloat > Pt3D
Definition: EZMgrFL.h:8
CaloCellGeometry::Tr3D Tr3D
static void localCorners(Pt3DVec &vec, const CCGFloat *pv, Pt3D &ref)