CMS 3D CMS Logo

DDDividedPolyhedra.h
Go to the documentation of this file.
1 #ifndef DETECTOR_DESCRIPTION_PARSER_DD_DIVIDED_POLYHEDRA_H
2 #define DETECTOR_DESCRIPTION_PARSER_DD_DIVIDED_POLYHEDRA_H
3 
7 
8 class DDCompactView;
9 class DDLogicalPart;
10 class DDRotation;
11 
13 {
14  public:
15 
17 
18  void checkParametersValidity() override;
19  double getMaxParameter() const override;
20  DDTranslation makeDDTranslation( int copyNo ) const override;
21  DDRotation makeDDRotation( int copyNo ) const override;
22  DDLogicalPart makeDDLogicalPart( int copyNo ) const override;
23 };
24 
26 {
27  public:
28 
30 
31  void checkParametersValidity() override;
32  double getMaxParameter() const override;
33  DDTranslation makeDDTranslation( int copyNo ) const override;
34  DDRotation makeDDRotation( int copyNo ) const override;
35  DDLogicalPart makeDDLogicalPart( int copyNo ) const override;
36 };
37 
39 {
40  public:
41 
42  DDDividedPolyhedraZ( const DDDivision& div, DDCompactView* cpv );
43 
44  void checkParametersValidity() override;
45  double getMaxParameter() const override;
46  DDTranslation makeDDTranslation( int copyNo ) const override;
47  DDRotation makeDDRotation( int copyNo ) const override;
48  DDLogicalPart makeDDLogicalPart( int copyNo ) const override;
49 };
50 
51 #endif
DDDividedPolyhedraRho(const DDDivision &div, DDCompactView *cpv)
DDTranslation makeDDTranslation(int copyNo) const override
type of data representation of DDCompactView
Definition: DDCompactView.h:90
ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double > > DDTranslation
Definition: DDTranslation.h:7
Represents a uniquely identifyable rotation matrix.
Definition: DDTransform.h:67
void checkParametersValidity() override
A DDLogicalPart aggregates information concerning material, solid and sensitveness ...
Definition: DDLogicalPart.h:92
DDRotation makeDDRotation(int copyNo) const override
DDLogicalPart makeDDLogicalPart(int copyNo) const override
double getMaxParameter() const override