CMS 3D CMS Logo

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 public:
38 
40 
42 
44 
45  IdealCastorTrapezoid(const GlobalPoint& faceCenter, CornersMgr* mgr, const CCGFloat* parm);
46 
47  ~IdealCastorTrapezoid() override;
48 
49  CCGFloat dxl() const;
50  CCGFloat dxh() const;
51  CCGFloat dx() const;
52  CCGFloat dh() const;
53  CCGFloat dy() const;
54  CCGFloat dz() const;
55  CCGFloat dhz() const;
56  CCGFloat dzb() const;
57  CCGFloat dzs() const;
58  CCGFloat an() const;
59  CCGFloat dR() const;
60 
62  void vocalCorners(Pt3DVec& vec, const CCGFloat* pv, Pt3D& ref) const override;
63 
64  static void localCorners(Pt3DVec& vec, const CCGFloat* pv, Pt3D& ref);
65 
66 private:
67  void initCorners(CornersVec&) override;
68 };
69 
70 std::ostream& operator<<(std::ostream& s, const IdealCastorTrapezoid& cell);
71 
72 #endif
CaloCellGeometry::Tr3D
HepGeom::Transform3D Tr3D
Definition: CaloCellGeometry.h:53
CaloCellGeometry::Pt3DVec
std::vector< Pt3D > Pt3DVec
Definition: CaloCellGeometry.h:55
CaloCellGeometry::CCGFloat
float CCGFloat
Definition: CaloCellGeometry.h:52
operator<<
std::ostream & operator<<(std::ostream &s, const IdealCastorTrapezoid &cell)
Definition: IdealCastorTrapezoid.cc:111
IdealCastorTrapezoid::dhz
CCGFloat dhz() const
Definition: IdealCastorTrapezoid.cc:40
IdealCastorTrapezoid
Definition: IdealCastorTrapezoid.h:32
IdealCastorTrapezoid::CCGFloat
CaloCellGeometry::CCGFloat CCGFloat
Definition: IdealCastorTrapezoid.h:34
IdealCastorTrapezoid::initCorners
void initCorners(CornersVec &) override
Definition: IdealCastorTrapezoid.cc:83
IdealCastorTrapezoid::dx
CCGFloat dx() const
Definition: IdealCastorTrapezoid.cc:32
EZArrayFL< GlobalPoint >
IdealCastorTrapezoid::IdealCastorTrapezoid
IdealCastorTrapezoid()
Definition: IdealCastorTrapezoid.cc:11
CaloCellGeometry::vocalCorners
virtual void vocalCorners(Pt3DVec &vec, const CCGFloat *pv, Pt3D &ref) const =0
IdealCastorTrapezoid::Tr3D
CaloCellGeometry::Tr3D Tr3D
Definition: IdealCastorTrapezoid.h:37
alignCSCRings.s
s
Definition: alignCSCRings.py:92
IdealCastorTrapezoid::dh
CCGFloat dh() const
Definition: IdealCastorTrapezoid.cc:34
IdealCastorTrapezoid::dR
CCGFloat dR() const
Definition: IdealCastorTrapezoid.cc:48
IdealCastorTrapezoid::dxh
CCGFloat dxh() const
Definition: IdealCastorTrapezoid.cc:30
Point3DBase< float, GlobalTag >
CaloCellGeometry::Pt3D
HepGeom::Point3D< CCGFloat > Pt3D
Definition: CaloCellGeometry.h:54
IdealCastorTrapezoid::localCorners
static void localCorners(Pt3DVec &vec, const CCGFloat *pv, Pt3D &ref)
Definition: IdealCastorTrapezoid.cc:54
IdealCastorTrapezoid::dzb
CCGFloat dzb() const
Definition: IdealCastorTrapezoid.cc:42
CaloCellGeometry
Definition: CaloCellGeometry.h:50
IdealCastorTrapezoid::an
CCGFloat an() const
Definition: IdealCastorTrapezoid.cc:46
IdealCastorTrapezoid::dz
CCGFloat dz() const
Definition: IdealCastorTrapezoid.cc:38
MetAnalyzer.pv
def pv(vc)
Definition: MetAnalyzer.py:7
IdealCastorTrapezoid::~IdealCastorTrapezoid
~IdealCastorTrapezoid() override
Definition: IdealCastorTrapezoid.cc:26
IdealCastorTrapezoid::vocalCorners
void vocalCorners(Pt3DVec &vec, const CCGFloat *pv, Pt3D &ref) const override
Definition: IdealCastorTrapezoid.cc:50
IdealCastorTrapezoid::dy
CCGFloat dy() const
Definition: IdealCastorTrapezoid.cc:36
CaloCellGeometry.h
IdealCastorTrapezoid::dxl
CCGFloat dxl() const
Definition: IdealCastorTrapezoid.cc:28
IdealCastorTrapezoid::Pt3DVec
CaloCellGeometry::Pt3DVec Pt3DVec
Definition: IdealCastorTrapezoid.h:36
IdealCastorTrapezoid::Pt3D
CaloCellGeometry::Pt3D Pt3D
Definition: IdealCastorTrapezoid.h:35
EZMgrFL
Definition: EZMgrFL.h:8
IdealCastorTrapezoid::dzs
CCGFloat dzs() const
Definition: IdealCastorTrapezoid.cc:44
IdealCastorTrapezoid::operator=
IdealCastorTrapezoid & operator=(const IdealCastorTrapezoid &idct)
Definition: IdealCastorTrapezoid.cc:15