VGM Version 5.3
Loading...
Searching...
No Matches
VGM::ICtubs Class Referenceabstract

The VGM interface to cut tubs solids. More...

#include <ICtubs.h>

Inheritance diagram for VGM::ICtubs:

Public Member Functions

virtual ~ICtubs ()
 
virtual SolidType Type () const =0
 Return the type of this solid.
 
virtual std::string Name () const =0
 Return the name of this solid.
 
virtual double InnerRadius () const =0
 Return the inside radius in mm.
 
virtual double OuterRadius () const =0
 Return the outside radius in mm.
 
virtual double ZHalfLength () const =0
 Return the half-length along the z axis in m.
 
virtual double StartPhi () const =0
 Return the starting angle of the segment in deg.
 
virtual double DeltaPhi () const =0
 Return the opening angle of the segment in deg.
 
virtual double NxLow () const =0
 X-component of the normal unit vector to the cut plane in -z.
 
virtual double NyLow () const =0
 Y-component of the normal unit vector to the cut plane in -z.
 
virtual double NzLow () const =0
 Z-component of the normal unit vector to the cut plane in -z.
 
virtual double NxHigh () const =0
 X-component of the normal unit vector to the cut plane in +z.
 
virtual double NyHigh () const =0
 Y-component of the normal unit vector to the cut plane in +z.
 
virtual double NzHigh () const =0
 Z-component of the normal unit vector to the cut plane in +z.
 
virtual std::ostream & Put (std::ostream &out) const =0
 Put the printing of the solid parameters in the out stream.
 
- Public Member Functions inherited from VGM::ISolid
virtual ~ISolid ()
 

Detailed Description

The VGM interface to cut tubs solids.

Author
Ivana Hrivnacova; IPN Orsay

Definition at line 29 of file ICtubs.h.

Constructor & Destructor Documentation

◆ ~ICtubs()

virtual VGM::ICtubs::~ICtubs ( )
inlinevirtual

Definition at line 32 of file ICtubs.h.

Member Function Documentation

◆ Type()

virtual SolidType VGM::ICtubs::Type ( ) const
pure virtual

Return the type of this solid.

Implements VGM::ISolid.

Implemented in BaseVGM::VCtubs.

◆ Name()

virtual std::string VGM::ICtubs::Name ( ) const
pure virtual

Return the name of this solid.

Implements VGM::ISolid.

Implemented in Geant4GM::Ctubs, and RootGM::Ctubs.

◆ InnerRadius()

virtual double VGM::ICtubs::InnerRadius ( ) const
pure virtual

Return the inside radius in mm.

Implemented in Geant4GM::Ctubs, and RootGM::Ctubs.

◆ OuterRadius()

virtual double VGM::ICtubs::OuterRadius ( ) const
pure virtual

Return the outside radius in mm.

Implemented in Geant4GM::Ctubs, and RootGM::Ctubs.

◆ ZHalfLength()

virtual double VGM::ICtubs::ZHalfLength ( ) const
pure virtual

Return the half-length along the z axis in m.

Implemented in Geant4GM::Ctubs, and RootGM::Ctubs.

◆ StartPhi()

virtual double VGM::ICtubs::StartPhi ( ) const
pure virtual

Return the starting angle of the segment in deg.

Implemented in Geant4GM::Ctubs, and RootGM::Ctubs.

◆ DeltaPhi()

virtual double VGM::ICtubs::DeltaPhi ( ) const
pure virtual

Return the opening angle of the segment in deg.

Implemented in Geant4GM::Ctubs, and RootGM::Ctubs.

◆ NxLow()

virtual double VGM::ICtubs::NxLow ( ) const
pure virtual

X-component of the normal unit vector to the cut plane in -z.

Implemented in Geant4GM::Ctubs, and RootGM::Ctubs.

◆ NyLow()

virtual double VGM::ICtubs::NyLow ( ) const
pure virtual

Y-component of the normal unit vector to the cut plane in -z.

Implemented in Geant4GM::Ctubs, and RootGM::Ctubs.

◆ NzLow()

virtual double VGM::ICtubs::NzLow ( ) const
pure virtual

Z-component of the normal unit vector to the cut plane in -z.

Implemented in Geant4GM::Ctubs, and RootGM::Ctubs.

◆ NxHigh()

virtual double VGM::ICtubs::NxHigh ( ) const
pure virtual

X-component of the normal unit vector to the cut plane in +z.

Implemented in Geant4GM::Ctubs, and RootGM::Ctubs.

◆ NyHigh()

virtual double VGM::ICtubs::NyHigh ( ) const
pure virtual

Y-component of the normal unit vector to the cut plane in +z.

Implemented in Geant4GM::Ctubs, and RootGM::Ctubs.

◆ NzHigh()

virtual double VGM::ICtubs::NzHigh ( ) const
pure virtual

Z-component of the normal unit vector to the cut plane in +z.

Implemented in Geant4GM::Ctubs, and RootGM::Ctubs.

◆ Put()

virtual std::ostream & VGM::ICtubs::Put ( std::ostream & out) const
pure virtual

Put the printing of the solid parameters in the out stream.

Implements VGM::ISolid.

Implemented in BaseVGM::VCtubs.


The documentation for this class was generated from the following file: