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

The VGM interface to trd solids. More...

#include <ITrd.h>

Inheritance diagram for VGM::ITrd:

Public Member Functions

virtual ~ITrd ()
 
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 XHalfLengthMinusZ () const =0
 Return the half-length along x at the surface positioned at -hz in mm.
 
virtual double XHalfLengthPlusZ () const =0
 Return the half-length along x at the surface positioned at +hz in mm.
 
virtual double YHalfLengthMinusZ () const =0
 Return the half-length along y at the surface positioned at -hz in mm.
 
virtual double YHalfLengthPlusZ () const =0
 Return thehalf-length along y at the surface positioned at +hz in mm.
 
virtual double ZHalfLength () const =0
 Return the half-length along the z axis in mm.
 
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 trd solids.

Author
Ivana Hrivnacova; IPN Orsay

Definition at line 29 of file ITrd.h.

Constructor & Destructor Documentation

◆ ~ITrd()

virtual VGM::ITrd::~ITrd ( )
inlinevirtual

Definition at line 32 of file ITrd.h.

Member Function Documentation

◆ Type()

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

Return the type of this solid.

Implements VGM::ISolid.

Implemented in BaseVGM::VTrd.

◆ Name()

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

Return the name of this solid.

Implements VGM::ISolid.

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

◆ XHalfLengthMinusZ()

virtual double VGM::ITrd::XHalfLengthMinusZ ( ) const
pure virtual

Return the half-length along x at the surface positioned at -hz in mm.

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

◆ XHalfLengthPlusZ()

virtual double VGM::ITrd::XHalfLengthPlusZ ( ) const
pure virtual

Return the half-length along x at the surface positioned at +hz in mm.

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

◆ YHalfLengthMinusZ()

virtual double VGM::ITrd::YHalfLengthMinusZ ( ) const
pure virtual

Return the half-length along y at the surface positioned at -hz in mm.

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

◆ YHalfLengthPlusZ()

virtual double VGM::ITrd::YHalfLengthPlusZ ( ) const
pure virtual

Return thehalf-length along y at the surface positioned at +hz in mm.

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

◆ ZHalfLength()

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

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

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

◆ Put()

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

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

Implements VGM::ISolid.

Implemented in BaseVGM::VTrd.


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